#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49; // System.Func`1 struct Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_tAED7D799F8DF45785D811BDBACC7E9480C0B901B; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82; // System.Func`2 struct Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tA3F9CEF64ED38FA56ECC5E56165286AE1376D617; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t5FE0EB338810A83B845B900E60A4E065E1E8AB68; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tFEE8457FE221E239778EE686C6BB8756470C8987; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92; // System.Collections.Generic.List`1 struct List_1_tA93C4538153D3E132FA2B0769673023B002DD93F; // System.Collections.Generic.List`1 struct List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B; // System.Threading.Tasks.Task`1 struct Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17; // System.Threading.Tasks.Task`1 struct Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602; // System.Threading.Tasks.Task`1 struct Task_1_t2A3672CB79B7A66967AEB67A7CCF5EA583D25765; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.Xml.WriteState[] struct WriteStateU5BU5D_t2A56E7401E9CDE694F35A8072DFD3AAC3516906B; // System.Xml.XmlName[] struct XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7; // System.Xml.Schema.XmlTypeCode[] struct XmlTypeCodeU5BU5D_t4B53622F8096A3BE4E235382465B2E0FF7B85D6B; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Xml.XmlEventCache/XmlEvent[] struct XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D; // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] struct NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5; // System.Xml.XmlWellFormedWriter/AttrName[] struct AttrNameU5BU5D_t93631FF3661C3AD12E16E9458DA72C75F802D4D8; // System.Xml.XmlWellFormedWriter/ElementScope[] struct ElementScopeU5BU5D_t8F2566B84598956FD809080FEF2285A0C7B87CEB; // System.Xml.XmlWellFormedWriter/Namespace[] struct NamespaceU5BU5D_t82BF9B8467EDD6AF27BEA8E6F9A7C8AFD2151F12; // System.Xml.XmlWellFormedWriter/State[] struct StateU5BU5D_t15C5FAA281FD1423791365F47B39B74472536047; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.Net.BindIPEndPoint struct BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Xml.Schema.ContentValidator struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Net.CookieContainer struct CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Xml.DocumentXPathNavigator struct DocumentXPathNavigator_tC355B8E9BFDC0695C434EA43D460625C3892BA9C; // System.Xml.DomNameTable struct DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB; // System.Xml.EmptyEnumerator struct EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Exception struct Exception_t; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F; // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A; // System.Net.HttpWebResponse struct HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Net.ICredentials struct ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Net.IPHostEntry struct IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA; // System.Net.IWebProxy struct IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // System.Reflection.MethodInfo struct MethodInfo_t; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21; // System.Security.NamedPermissionSet struct NamedPermissionSet_t4387D81FDC42E5B7A75EA9C1C86BF3C15B8A8D69; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Xml.OnRemoveWriter struct OnRemoveWriter_t7810F8F0B2E83630AB109B52D2A06F3A9AA8A30B; // System.Xml.OpenedHost struct OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D; // System.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9; // System.Security.PermissionSet struct PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96; // System.Net.Cache.RequestCacheBinding struct RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED; // System.Net.Cache.RequestCacheProtocol struct RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68; // System.Xml.Schema.SchemaDeclBase struct SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A; // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B; // System.Xml.Schema.SchemaInfo struct SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5; // System.Xml.SecureStringHasher struct SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A; // System.Security.SecurityException struct SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA; // System.Net.ServicePoint struct ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0; // System.Net.ServicePointScheduler struct ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.IO.StringReader struct StringReader_t74E352C280EAC22C878867444978741F19E1F895; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643; // System.Type struct Type_t; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.WeakReference struct WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76; // System.Net.WebCompletionSource struct WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E; // System.Net.WebHeaderCollection struct WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4; // System.Net.WebOperation struct WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00; // System.Net.WebRequest struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E; // System.Net.WebRequestStream struct WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B; // System.Xml.XPath.XPathItem struct XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701; // System.Xml.XPath.XPathNavigator struct XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9; // System.Xml.XPath.XPathNavigatorKeyComparer struct XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A; // System.Xml.Schema.XmlAnyListConverter struct XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C; // System.Xml.XmlAsyncCheckWriter struct XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0; // System.Xml.Schema.XmlAtomicValue struct XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C; // System.Xml.XmlAttribute struct XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D; // System.Xml.Serialization.XmlAttributeAttribute struct XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3; // System.Xml.XmlAutoDetectWriter struct XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76; // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55; // System.Xml.Schema.XmlBooleanConverter struct XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457; // System.Xml.XmlCDataSection struct XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA; // System.Xml.XmlCachedStream struct XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83; // System.Xml.XmlCharacterData struct XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B; // System.Xml.XmlChildEnumerator struct XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559; // System.Xml.XmlChildNodes struct XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB; // System.Xml.XmlComment struct XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66; // System.Xml.Schema.XmlDateTimeConverter struct XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D; // System.Xml.XmlDeclaration struct XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC; // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F; // System.Xml.XmlDocumentFragment struct XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4; // System.Xml.XmlDocumentType struct XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F; // System.Xml.XmlDownloadManager struct XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D; // System.Xml.XmlElement struct XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF; // System.Xml.XmlEntity struct XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13; // System.Xml.XmlEntityReference struct XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94; // System.Xml.XmlEventCache struct XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028; // System.Xml.XmlException struct XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918; // System.Xml.XmlImplementation struct XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59; // System.Xml.XmlLinkedNode struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0; // System.Xml.Schema.XmlListConverter struct XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D; // System.Xml.XmlLoader struct XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B; // System.Xml.XmlName struct XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63; // System.Xml.XmlNameTable struct XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1; // System.Xml.XmlNodeChangedEventArgs struct XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9; // System.Xml.XmlNodeList struct XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9; // System.Xml.XmlProcessingInstruction struct XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905; // System.Xml.XmlRawWriter struct XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5; // System.Xml.XmlRawWriterBase64Encoder struct XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB; // System.Xml.XmlReader struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138; // System.Xml.XmlReaderSettings struct XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520; // System.Xml.XmlRegisteredNonCachedStream struct XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1; // System.Xml.XmlResolver struct XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA; // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA; // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6; // System.Xml.XmlText struct XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240; // System.Xml.XmlTextReader struct XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5; // System.Xml.XmlTextReaderImpl struct XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4; // System.Xml.XmlUnspecifiedAttribute struct XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763; // System.Xml.XmlWellFormedWriter struct XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667; // System.Xml.XmlWhitespace struct XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C; // System.Xml.XmlWriter struct XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D; // System.Xml.XmlWriterSettings struct XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; // System.Net.TimerThread/Queue struct Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // System.Net.WebRequest/DesignerWebRequestCreate struct DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A; // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName struct NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2; // System.Xml.XmlDownloadManager/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E; // System.Xml.XmlWellFormedWriter/AttributeValueCache struct AttributeValueCache_t73CBFCCA77AAFAB369BCE307E8F39FD775C7C90D; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncHelper_t5BBA4E723AFA5229BD866D2ED5EFB1F2590C5EB2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DocumentXPathNavigator_tC355B8E9BFDC0695C434EA43D460625C3892BA9C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamedPermissionSet_t4387D81FDC42E5B7A75EA9C1C86BF3C15B8A8D69_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDateTimeSerializationMode_tFEC5AD7031E39D53621F90D85973FAC5C71FFBC2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral02E5C3B8AD72F3FC46F6C829AB1FEDDC9B115473; IL2CPP_EXTERN_C String_t* _stringLiteral033D1A6AEAFA549F3817926A246C7A61244A174C; IL2CPP_EXTERN_C String_t* _stringLiteral06C6EF334A248557A31ACC1740CAA2A6A788ECD5; IL2CPP_EXTERN_C String_t* _stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A; IL2CPP_EXTERN_C String_t* _stringLiteral072BA90B274B502615639084DC3D7FCC63407A24; IL2CPP_EXTERN_C String_t* _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A; IL2CPP_EXTERN_C String_t* _stringLiteral0E0426234071F961E725D9438C6D5A048A0394B3; IL2CPP_EXTERN_C String_t* _stringLiteral10E3A7873DD45D61AB6068175777B54A049F04A1; IL2CPP_EXTERN_C String_t* _stringLiteral11834E4FA4D4CDE4FFF1896BC2B609DB8CBF216A; IL2CPP_EXTERN_C String_t* _stringLiteral1426EAC460EF593AB4BA506E82CCB1FF95390521; IL2CPP_EXTERN_C String_t* _stringLiteral1608C82B466107946B52772199E59009D15CA084; IL2CPP_EXTERN_C String_t* _stringLiteral164ADD123C450CB960634439BE93105C2CE035ED; IL2CPP_EXTERN_C String_t* _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F; IL2CPP_EXTERN_C String_t* _stringLiteral170540220FC2938BCFE6547E5B9BAF7806C7D35D; IL2CPP_EXTERN_C String_t* _stringLiteral1885083B225A9C3413CEAE49DFF7E6B5770675FB; IL2CPP_EXTERN_C String_t* _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29; IL2CPP_EXTERN_C String_t* _stringLiteral2309CFA4F156DCCB12A14E727DCE560E1426B532; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral26E478A40A804C5FF9FB7A90DCD4F5E8539E8E38; IL2CPP_EXTERN_C String_t* _stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7; IL2CPP_EXTERN_C String_t* _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE; IL2CPP_EXTERN_C String_t* _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917; IL2CPP_EXTERN_C String_t* _stringLiteral3551E955AF07D1FE8B80542403C8EFBD2C0F7C48; IL2CPP_EXTERN_C String_t* _stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9; IL2CPP_EXTERN_C String_t* _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0; IL2CPP_EXTERN_C String_t* _stringLiteral3AFC0DE819870B50AA0F59F4823CD7064A39BC72; IL2CPP_EXTERN_C String_t* _stringLiteral3C67F6F3D5AD1DF5DD1E3B7F8583419767796154; IL2CPP_EXTERN_C String_t* _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral4760011519A4AB7E8521F6795430114E80AA83E4; IL2CPP_EXTERN_C String_t* _stringLiteral47AE43E3C6ABF301C177B475D08268A1A9491F81; IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30; IL2CPP_EXTERN_C String_t* _stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E; IL2CPP_EXTERN_C String_t* _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C; IL2CPP_EXTERN_C String_t* _stringLiteral52E7AA29D33516D76AAE995603260C880821A398; IL2CPP_EXTERN_C String_t* _stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B; IL2CPP_EXTERN_C String_t* _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F; IL2CPP_EXTERN_C String_t* _stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06; IL2CPP_EXTERN_C String_t* _stringLiteral6DF679FD2D20B0F2C6E93D0736075B7733773462; IL2CPP_EXTERN_C String_t* _stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB; IL2CPP_EXTERN_C String_t* _stringLiteral7180DA204588CF41B56FA236B1DEFF0D3CB61C60; IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; IL2CPP_EXTERN_C String_t* _stringLiteral791879DECB3477AD61FF2F50186DCF089516C2FA; IL2CPP_EXTERN_C String_t* _stringLiteral7B135CE95294A84B389365E0B9C0B9964B370D8D; IL2CPP_EXTERN_C String_t* _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49; IL2CPP_EXTERN_C String_t* _stringLiteral7F284ED9546A806A5557903E8AFCA12B8990E1EF; IL2CPP_EXTERN_C String_t* _stringLiteral81ABCB006928101D1882FA2FBB7BFA00FE053221; IL2CPP_EXTERN_C String_t* _stringLiteral83B3ACB1C0AB14BABA0BD386F8695E096686811C; IL2CPP_EXTERN_C String_t* _stringLiteral84567276A1D85E7AAD9B3A65F981930ECAFBE10B; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral88FE25385F8BFC1F8C027A8AD8AECE97C41561D6; IL2CPP_EXTERN_C String_t* _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA; IL2CPP_EXTERN_C String_t* _stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158; IL2CPP_EXTERN_C String_t* _stringLiteral91E296B0F0244524BB2A29C42FF7DC17155CC426; IL2CPP_EXTERN_C String_t* _stringLiteral933FDC90F97E9226D3E05BB5E9DA4D347B7E3956; IL2CPP_EXTERN_C String_t* _stringLiteral94A9AE3A92C04F7400ADC94B7BCB73FFC0A08DE4; IL2CPP_EXTERN_C String_t* _stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A; IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694; IL2CPP_EXTERN_C String_t* _stringLiteral9B9D11CBA54D41168E05EDD70A039AE4D55FEEE7; IL2CPP_EXTERN_C String_t* _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3; IL2CPP_EXTERN_C String_t* _stringLiteral9D9984D8D392A564CD414347CA62734784B79A3B; IL2CPP_EXTERN_C String_t* _stringLiteral9FAB579E06FD5A2A9B62FE98BC75A44AD54D0411; IL2CPP_EXTERN_C String_t* _stringLiteralA2ADAC70CFE2DCB556D061A93CBD008778646655; IL2CPP_EXTERN_C String_t* _stringLiteralA73D573DF83D11DB88B9E63E9DF538F46194507D; IL2CPP_EXTERN_C String_t* _stringLiteralA849558816A84F373F471C0275248DA08F91A4A6; IL2CPP_EXTERN_C String_t* _stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A; IL2CPP_EXTERN_C String_t* _stringLiteralB19AA61C3E141B3EB68FD951C93DC3E3ED91ED33; IL2CPP_EXTERN_C String_t* _stringLiteralB430C3BDFBED8F33C9EE291E864357112FE8F433; IL2CPP_EXTERN_C String_t* _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05; IL2CPP_EXTERN_C String_t* _stringLiteralB742D8C0656D633640A827B03F024EC3F3C96FFF; IL2CPP_EXTERN_C String_t* _stringLiteralB77C51162F9B76C1135D72465C09B899FF505927; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA; IL2CPP_EXTERN_C String_t* _stringLiteralBA9A59104E5E5C12D7BAC55D2460CE1CD56C7C08; IL2CPP_EXTERN_C String_t* _stringLiteralBD1A828CDFDC5F67E294D549BB035C88F1A498CA; IL2CPP_EXTERN_C String_t* _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; IL2CPP_EXTERN_C String_t* _stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D; IL2CPP_EXTERN_C String_t* _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E; IL2CPP_EXTERN_C String_t* _stringLiteralC5D6C64CCB50E5090409E08FDF71792E4E9A8F6D; IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; IL2CPP_EXTERN_C String_t* _stringLiteralC84E568C2748F9FEA10B49CBF3076D4B6DA24940; IL2CPP_EXTERN_C String_t* _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A; IL2CPP_EXTERN_C String_t* _stringLiteralCC5753B4554091FA687FA64F4FA303B0C913E2EC; IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; IL2CPP_EXTERN_C String_t* _stringLiteralCE6A4511D58A9B6C235D9E76F3BADFD11EFD8892; IL2CPP_EXTERN_C String_t* _stringLiteralCF06C8F24964E50FF1069A8CEE33E689908FFB7E; IL2CPP_EXTERN_C String_t* _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31; IL2CPP_EXTERN_C String_t* _stringLiteralD5750306EEF268CDF7C94C9DB0356DB272D8B5C1; IL2CPP_EXTERN_C String_t* _stringLiteralD5CF37169D518173369F326C4BECA4FF192E3DF4; IL2CPP_EXTERN_C String_t* _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE; IL2CPP_EXTERN_C String_t* _stringLiteralD68508B50CDE1B2E777400476044304CB8149311; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465; IL2CPP_EXTERN_C String_t* _stringLiteralDB28C3D7E7F56FAA480CEF9C7D0E3BF741423901; IL2CPP_EXTERN_C String_t* _stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355; IL2CPP_EXTERN_C String_t* _stringLiteralDB8EB0CBD198B70778E7BA0FDD11B98A9037B88E; IL2CPP_EXTERN_C String_t* _stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2; IL2CPP_EXTERN_C String_t* _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF; IL2CPP_EXTERN_C String_t* _stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7; IL2CPP_EXTERN_C String_t* _stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E; IL2CPP_EXTERN_C String_t* _stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralEB8D1A3352D0EE435150A49578688CB05DFD221F; IL2CPP_EXTERN_C String_t* _stringLiteralEC03C9E2F65BF04EE2B8D77AD1C2CCEB94B4E622; IL2CPP_EXTERN_C String_t* _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D; IL2CPP_EXTERN_C String_t* _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331; IL2CPP_EXTERN_C String_t* _stringLiteralF011FDE885C7455F8FB042D3EC51AFA0D2624878; IL2CPP_EXTERN_C String_t* _stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7; IL2CPP_EXTERN_C String_t* _stringLiteralF3FED9B982102FDD475F39E2487268020045A46E; IL2CPP_EXTERN_C String_t* _stringLiteralF4ED3BDF7EB24796E98DB0F3022D762D2C5EBFB0; IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667; IL2CPP_EXTERN_C String_t* _stringLiteralF67CF5B59E32B552C2C143E0A3990B9794C84DA7; IL2CPP_EXTERN_C String_t* _stringLiteralF6C0C11953123BBAC57A7E215512C2CA4CF68520; IL2CPP_EXTERN_C String_t* _stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015; IL2CPP_EXTERN_C String_t* _stringLiteralF728BB1042434A62390B663885705EC948058093; IL2CPP_EXTERN_C String_t* _stringLiteralF802447DCA401035D8E475710B790B206A9A34EF; IL2CPP_EXTERN_C String_t* _stringLiteralF91B9F4F51199474999FD40AF7DB23C33195BC0B; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E; IL2CPP_EXTERN_C String_t* _stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21; IL2CPP_EXTERN_C String_t* _stringLiteralFDA1C9397356AF77AAE64869A9D6288562F10D4C; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m17BE28485AA30057F1400295B109A7294BFC194B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782_m1A28D56FBE7F5620D6C70FD7C9C2EC88D4CE6BD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m62DBE5DEC9FB6B71D5453D4D22ED292DA14E05A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m169EE2976435B9374F41400391432944DA194E1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m3442835F80983B767CE68891171128D8A03D771B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1__ctor_mA813817A60ED4735C625B85C5BE3EF3E61AF94A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_Run_TisStream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_mBDF9DD3F3F83F9D7CD42F99DCD15D50F6DBB6774_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass4_0_U3CGetStreamAsyncU3Eb__0_mD810D700ED1233BCA865347F84A2EE0A699E4D0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyListConverter_ChangeType_m8DCFC3C0559E5133AD282FC69EC4A5D56738284C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_mBE544B9A5915B023A9E59802A1C3D36B5632A6F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAttributeCollection_Append_m38C817C6F498FD65F262169490947B40BA887782_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAttributeCollection_SetNamedItem_m5613ADF2427161B5C45BCFF6E40BCF9CFA3B132A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAttribute__ctor_m1F09773AA3308696D115FF921C42B2E2AFA5083E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_ChangeListType_m2D552B789C4B57AE62140B1BF2C6E2CADF75D32F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_DecimalToInt32_m0F28360D8E7E04C7A14CE5B7AC383EAD178BB175_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_DecimalToInt64_mEDF4ED4070012F656FF544CA65762590D4BD5084_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_DecimalToUInt64_mEDD9AC922363665A634B6C5373B21D5E6AE997B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_Int32ToByte_m828076A3F2EA35D95E4A7D40C11D2F90AEEF4C51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_Int32ToInt16_mE45E173706B224F3D18E259866E91B8456FC28ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_Int32ToSByte_mBC63ADC365163261E135C05A34EF5A140006CBD1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_Int32ToUInt16_mB7A12415A149E00C582D5C09A6ECE2CC64C102E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_Int64ToInt32_m928DC3717E0702A6EEB938D4772C57AD8F569068_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_Int64ToUInt32_m9E27688590032648A0A7A9D9E0851CD9CFC8C6AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_QNameToString_m61F53ABFDBA14C450E5145BA3332297F34E64848_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_StringToHexBinary_m6D14BF1DCAB917D7216C93AFF8A6F3C26C232E6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBaseConverter_StringToQName_mA5EEB0AAA815547D579AE4EFBF7D3563A631E333_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBooleanConverter_ChangeType_m1B9D74C7C8207CE0760BBFD004BC2D9E29A70334_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBooleanConverter_ChangeType_mBE1A27D4289383475086E1585FA905629FB9EB83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBooleanConverter_ChangeType_mE550AB3D9B640F8E36DDAD634F4FDE9B9EAFCC12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBooleanConverter_ToBoolean_m1591E723506D93CBD9F501D33A561D02F322ABE3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBooleanConverter_ToBoolean_m2B875B2AE5B35B88052D956BDB9247110D9E23D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlBooleanConverter_ToString_m99F41656539467B20716CB33474F53758A640B7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlChildEnumerator_get_Current_m9F82A181A0FEE37872C087AAF383C0AC440DB5F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_FromBinHexString_m30343080D1787837FC984C1628761189175C6820_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToBinHexString_m05F21BAA06869432003751577B987CA948EED9D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToBoolean_m3B72202F9A3B1C2C26A80967E5EA8427AD2E93E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToChar_m972E0F21CC333E524DB2E6645FCC2D8BCF05C916_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToString_m1139F2A62832E0EF1D7C214ED15D614988F5FD3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToUri_mA74C5DC38B2A4CE02CE06DFABAB5958FF7C2B0DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_VerifyNCName_mEF68FEA28C54BBAED25502C4DC9876FF4FF51E4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_VerifyName_mE8CC32DC47699A3C92B6A948B123F1CDBC6141CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_VerifyQName_m7494E4DEDA86569C0C2F66CAE8B9FF6DB45907B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ChangeType_m090C368E3DCCBD30CB75FDD1259C152CFA0564AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ChangeType_m27190E88F799D8E5E004A176FE1DBF36DC494610_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ChangeType_mE5B8DD6485E09790FD750409B570701ABF9AEEAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ToDateTimeOffset_m45F6183A59FF14BD056DECBF3C91B2916707EAFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ToDateTimeOffset_mFEB682BDE59F541D946CE5C8EA2A005BA2F0DFBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ToDateTime_m1B47F88C5CCBDB3C9E2359B285FAB3A0CC841B55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ToDateTime_m6A382CF047D081FF86C56410064111E4643F0402_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDateTimeConverter_ToString_m5949376999F507A25BEF605B47E7EC52E9EF1C3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDeclaration__ctor_m973573A83AC12F5BC4F3FA5B84148DCEF4534662_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDeclaration_set_InnerText_m60BA9AFCF90E89CA1EDAE7815BAD89088249E7B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDeclaration_set_Standalone_mF5CAF4B769DC3A64A9D437435C2CCAC4F66E932C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocumentFragment__ctor_mAD0FD2AA4AD3A07E7FCC554B9D362EFBA5350CB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_AppendChildForLoad_m7CF9DC1BCECF897A401AE8DB34AFACA5227250A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_CheckName_mB93C94CDF89FD485E333EC770C89474F35C38D87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_ImportNodeInternal_mBAD36BF899119589B2DB25D8861B340D38D6169C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_IsValidChildType_mB63E4C7D63E0F8DF1E01FF1BB6C14BA607B5A212_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_set_InnerText_mB3E21FA29431474EB1484CFA4BB1693DF87B3D51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_set_XmlResolver_mC4A29003084980A459A6ABD6EE9A81142BE6B8C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlElement_SetAttributeNode_m1F9CEC6EFAF548EE430D99D18CB0AB78DE6292CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlElement__ctor_m3B8F2AB4A766B70D8B55D1B2F0D2EAB331861920_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; 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 // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE* ___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 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t5FE0EB338810A83B845B900E60A4E065E1E8AB68 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42 * ___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(offsetof(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___entries_1)); } inline EntryU5BU5D_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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(offsetof(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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(offsetof(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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(offsetof(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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(offsetof(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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(offsetof(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___keys_7)); } inline KeyCollection_t5FE0EB338810A83B845B900E60A4E065E1E8AB68 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t5FE0EB338810A83B845B900E60A4E065E1E8AB68 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t5FE0EB338810A83B845B900E60A4E065E1E8AB68 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___values_8)); } inline ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42 * get_values_8() const { return ___values_8; } inline ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ____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 struct Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F* ___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 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tFEE8457FE221E239778EE686C6BB8756470C8987 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D * ___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(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___entries_1)); } inline EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___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(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___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(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___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(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___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(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___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(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___keys_7)); } inline KeyCollection_tFEE8457FE221E239778EE686C6BB8756470C8987 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tFEE8457FE221E239778EE686C6BB8756470C8987 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tFEE8457FE221E239778EE686C6BB8756470C8987 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___values_8)); } inline ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D * get_values_8() const { return ___values_8; } inline ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ____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); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____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__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // System.Xml.AsyncHelper struct AsyncHelper_t5BBA4E723AFA5229BD866D2ED5EFB1F2590C5EB2 : public RuntimeObject { public: public: }; struct AsyncHelper_t5BBA4E723AFA5229BD866D2ED5EFB1F2590C5EB2_StaticFields { public: // System.Threading.Tasks.Task System.Xml.AsyncHelper::DoneTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___DoneTask_0; // System.Threading.Tasks.Task`1 System.Xml.AsyncHelper::DoneTaskTrue Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * ___DoneTaskTrue_1; // System.Threading.Tasks.Task`1 System.Xml.AsyncHelper::DoneTaskFalse Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * ___DoneTaskFalse_2; // System.Threading.Tasks.Task`1 System.Xml.AsyncHelper::DoneTaskZero Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___DoneTaskZero_3; public: inline static int32_t get_offset_of_DoneTask_0() { return static_cast(offsetof(AsyncHelper_t5BBA4E723AFA5229BD866D2ED5EFB1F2590C5EB2_StaticFields, ___DoneTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_DoneTask_0() const { return ___DoneTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_DoneTask_0() { return &___DoneTask_0; } inline void set_DoneTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___DoneTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DoneTask_0), (void*)value); } inline static int32_t get_offset_of_DoneTaskTrue_1() { return static_cast(offsetof(AsyncHelper_t5BBA4E723AFA5229BD866D2ED5EFB1F2590C5EB2_StaticFields, ___DoneTaskTrue_1)); } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * get_DoneTaskTrue_1() const { return ___DoneTaskTrue_1; } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 ** get_address_of_DoneTaskTrue_1() { return &___DoneTaskTrue_1; } inline void set_DoneTaskTrue_1(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * value) { ___DoneTaskTrue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DoneTaskTrue_1), (void*)value); } inline static int32_t get_offset_of_DoneTaskFalse_2() { return static_cast(offsetof(AsyncHelper_t5BBA4E723AFA5229BD866D2ED5EFB1F2590C5EB2_StaticFields, ___DoneTaskFalse_2)); } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * get_DoneTaskFalse_2() const { return ___DoneTaskFalse_2; } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 ** get_address_of_DoneTaskFalse_2() { return &___DoneTaskFalse_2; } inline void set_DoneTaskFalse_2(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * value) { ___DoneTaskFalse_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___DoneTaskFalse_2), (void*)value); } inline static int32_t get_offset_of_DoneTaskZero_3() { return static_cast(offsetof(AsyncHelper_t5BBA4E723AFA5229BD866D2ED5EFB1F2590C5EB2_StaticFields, ___DoneTaskZero_3)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_DoneTaskZero_3() const { return ___DoneTaskZero_3; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_DoneTaskZero_3() { return &___DoneTaskZero_3; } inline void set_DoneTaskZero_3(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ___DoneTaskZero_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___DoneTaskZero_3), (void*)value); } }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Capture::_text String_t* ____text_0; // System.Int32 System.Text.RegularExpressions.Capture::_index int32_t ____index_1; // System.Int32 System.Text.RegularExpressions.Capture::_length int32_t ____length_2; public: inline static int32_t get_offset_of__text_0() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____text_0)); } inline String_t* get__text_0() const { return ____text_0; } inline String_t** get_address_of__text_0() { return &____text_0; } inline void set__text_0(String_t* value) { ____text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____text_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____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__length_2() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : 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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___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_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* 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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * 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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___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_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * 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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * 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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * 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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * 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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * 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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * 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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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_t1B787142231DB79ABDCE0659823F908A040E9A98_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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.Xml.DomNameTable struct DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB : public RuntimeObject { public: // System.Xml.XmlName[] System.Xml.DomNameTable::entries XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* ___entries_0; // System.Int32 System.Xml.DomNameTable::count int32_t ___count_1; // System.Int32 System.Xml.DomNameTable::mask int32_t ___mask_2; // System.Xml.XmlDocument System.Xml.DomNameTable::ownerDocument XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDocument_3; // System.Xml.XmlNameTable System.Xml.DomNameTable::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_4; public: inline static int32_t get_offset_of_entries_0() { return static_cast(offsetof(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB, ___entries_0)); } inline XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* get_entries_0() const { return ___entries_0; } inline XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7** get_address_of_entries_0() { return &___entries_0; } inline void set_entries_0(XmlNameU5BU5D_tA394BF3EC1633B818010C789B4A477B7941909C7* value) { ___entries_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_mask_2() { return static_cast(offsetof(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB, ___mask_2)); } inline int32_t get_mask_2() const { return ___mask_2; } inline int32_t* get_address_of_mask_2() { return &___mask_2; } inline void set_mask_2(int32_t value) { ___mask_2 = value; } inline static int32_t get_offset_of_ownerDocument_3() { return static_cast(offsetof(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB, ___ownerDocument_3)); } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * get_ownerDocument_3() const { return ___ownerDocument_3; } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F ** get_address_of_ownerDocument_3() { return &___ownerDocument_3; } inline void set_ownerDocument_3(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * value) { ___ownerDocument_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ownerDocument_3), (void*)value); } inline static int32_t get_offset_of_nameTable_4() { return static_cast(offsetof(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB, ___nameTable_4)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_4() const { return ___nameTable_4; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_4() { return &___nameTable_4; } inline void set_nameTable_4(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_4), (void*)value); } }; // System.Xml.EmptyEnumerator struct EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 : public RuntimeObject { public: public: }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____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_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E : public RuntimeObject { public: // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.MatchCollection::_regex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ____regex_0; // System.Collections.ArrayList System.Text.RegularExpressions.MatchCollection::_matches ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____matches_1; // System.Boolean System.Text.RegularExpressions.MatchCollection::_done bool ____done_2; // System.String System.Text.RegularExpressions.MatchCollection::_input String_t* ____input_3; // System.Int32 System.Text.RegularExpressions.MatchCollection::_beginning int32_t ____beginning_4; // System.Int32 System.Text.RegularExpressions.MatchCollection::_length int32_t ____length_5; // System.Int32 System.Text.RegularExpressions.MatchCollection::_startat int32_t ____startat_6; // System.Int32 System.Text.RegularExpressions.MatchCollection::_prevlen int32_t ____prevlen_7; public: inline static int32_t get_offset_of__regex_0() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____regex_0)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get__regex_0() const { return ____regex_0; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of__regex_0() { return &____regex_0; } inline void set__regex_0(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ____regex_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_0), (void*)value); } inline static int32_t get_offset_of__matches_1() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____matches_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__matches_1() const { return ____matches_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__matches_1() { return &____matches_1; } inline void set__matches_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____matches_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_1), (void*)value); } inline static int32_t get_offset_of__done_2() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____done_2)); } inline bool get__done_2() const { return ____done_2; } inline bool* get_address_of__done_2() { return &____done_2; } inline void set__done_2(bool value) { ____done_2 = value; } inline static int32_t get_offset_of__input_3() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____input_3)); } inline String_t* get__input_3() const { return ____input_3; } inline String_t** get_address_of__input_3() { return &____input_3; } inline void set__input_3(String_t* value) { ____input_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____input_3), (void*)value); } inline static int32_t get_offset_of__beginning_4() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____beginning_4)); } inline int32_t get__beginning_4() const { return ____beginning_4; } inline int32_t* get_address_of__beginning_4() { return &____beginning_4; } inline void set__beginning_4(int32_t value) { ____beginning_4 = value; } inline static int32_t get_offset_of__length_5() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____length_5)); } inline int32_t get__length_5() const { return ____length_5; } inline int32_t* get_address_of__length_5() { return &____length_5; } inline void set__length_5(int32_t value) { ____length_5 = value; } inline static int32_t get_offset_of__startat_6() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____startat_6)); } inline int32_t get__startat_6() const { return ____startat_6; } inline int32_t* get_address_of__startat_6() { return &____startat_6; } inline void set__startat_6(int32_t value) { ____startat_6 = value; } inline static int32_t get_offset_of__prevlen_7() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____prevlen_7)); } inline int32_t get__prevlen_7() const { return ____prevlen_7; } inline int32_t* get_address_of__prevlen_7() { return &____prevlen_7; } inline void set__prevlen_7(int32_t value) { ____prevlen_7 = value; } }; struct MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_StaticFields { public: // System.Int32 System.Text.RegularExpressions.MatchCollection::infinite int32_t ___infinite_8; public: inline static int32_t get_offset_of_infinite_8() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_StaticFields, ___infinite_8)); } inline int32_t get_infinite_8() const { return ___infinite_8; } inline int32_t* get_address_of_infinite_8() { return &___infinite_8; } inline void set_infinite_8(int32_t value) { ___infinite_8 = value; } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Xml.OpenedHost struct OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D : public RuntimeObject { public: // System.Int32 System.Xml.OpenedHost::nonCachedConnectionsCount int32_t ___nonCachedConnectionsCount_0; public: inline static int32_t get_offset_of_nonCachedConnectionsCount_0() { return static_cast(offsetof(OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D, ___nonCachedConnectionsCount_0)); } inline int32_t get_nonCachedConnectionsCount_0() const { return ___nonCachedConnectionsCount_0; } inline int32_t* get_address_of_nonCachedConnectionsCount_0() { return &___nonCachedConnectionsCount_0; } inline void set_nonCachedConnectionsCount_0(int32_t value) { ___nonCachedConnectionsCount_0 = 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(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(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(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.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___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(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* 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(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(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(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(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_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Xml.XPath.XPathItem struct XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 : public RuntimeObject { public: public: }; // System.Xml.XmlChildEnumerator struct XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlChildEnumerator::container XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container_0; // System.Xml.XmlNode System.Xml.XmlChildEnumerator::child XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___child_1; // System.Boolean System.Xml.XmlChildEnumerator::isFirst bool ___isFirst_2; public: inline static int32_t get_offset_of_container_0() { return static_cast(offsetof(XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559, ___container_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_container_0() const { return ___container_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_container_0() { return &___container_0; } inline void set_container_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___container_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___container_0), (void*)value); } inline static int32_t get_offset_of_child_1() { return static_cast(offsetof(XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559, ___child_1)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_child_1() const { return ___child_1; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_child_1() { return &___child_1; } inline void set_child_1(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___child_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___child_1), (void*)value); } inline static int32_t get_offset_of_isFirst_2() { return static_cast(offsetof(XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559, ___isFirst_2)); } inline bool get_isFirst_2() const { return ___isFirst_2; } inline bool* get_address_of_isFirst_2() { return &___isFirst_2; } inline void set_isFirst_2(bool value) { ___isFirst_2 = value; } }; // System.Xml.XmlComplianceUtil struct XmlComplianceUtil_tAAF8DEC3D5B7D154B09C9693DF7E366CD227F582 : public RuntimeObject { public: public: }; // System.Xml.XmlDownloadManager struct XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D : public RuntimeObject { public: // System.Collections.Hashtable System.Xml.XmlDownloadManager::connections Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___connections_0; public: inline static int32_t get_offset_of_connections_0() { return static_cast(offsetof(XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D, ___connections_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_connections_0() const { return ___connections_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_connections_0() { return &___connections_0; } inline void set_connections_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___connections_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___connections_0), (void*)value); } }; // System.Xml.XmlImplementation struct XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 : public RuntimeObject { public: // System.Xml.XmlNameTable System.Xml.XmlImplementation::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_0; public: inline static int32_t get_offset_of_nameTable_0() { return static_cast(offsetof(XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59, ___nameTable_0)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_0() const { return ___nameTable_0; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_0() { return &___nameTable_0; } inline void set_nameTable_0(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_0), (void*)value); } }; // System.Xml.XmlLoader struct XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B : public RuntimeObject { public: // System.Xml.XmlDocument System.Xml.XmlLoader::doc XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc_0; // System.Xml.XmlReader System.Xml.XmlLoader::reader XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader_1; // System.Boolean System.Xml.XmlLoader::preserveWhitespace bool ___preserveWhitespace_2; public: inline static int32_t get_offset_of_doc_0() { return static_cast(offsetof(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B, ___doc_0)); } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * get_doc_0() const { return ___doc_0; } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F ** get_address_of_doc_0() { return &___doc_0; } inline void set_doc_0(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * value) { ___doc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___doc_0), (void*)value); } inline static int32_t get_offset_of_reader_1() { return static_cast(offsetof(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B, ___reader_1)); } inline XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * get_reader_1() const { return ___reader_1; } inline XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 ** get_address_of_reader_1() { return &___reader_1; } inline void set_reader_1(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * value) { ___reader_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_1), (void*)value); } inline static int32_t get_offset_of_preserveWhitespace_2() { return static_cast(offsetof(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B, ___preserveWhitespace_2)); } inline bool get_preserveWhitespace_2() const { return ___preserveWhitespace_2; } inline bool* get_address_of_preserveWhitespace_2() { return &___preserveWhitespace_2; } inline void set_preserveWhitespace_2(bool value) { ___preserveWhitespace_2 = value; } }; // System.Xml.XmlName struct XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 : public RuntimeObject { public: // System.String System.Xml.XmlName::prefix String_t* ___prefix_0; // System.String System.Xml.XmlName::localName String_t* ___localName_1; // System.String System.Xml.XmlName::ns String_t* ___ns_2; // System.String System.Xml.XmlName::name String_t* ___name_3; // System.Int32 System.Xml.XmlName::hashCode int32_t ___hashCode_4; // System.Xml.XmlDocument System.Xml.XmlName::ownerDoc XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDoc_5; // System.Xml.XmlName System.Xml.XmlName::next XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___next_6; public: inline static int32_t get_offset_of_prefix_0() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___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_localName_1() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___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_ns_2() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___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_name_3() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___name_3)); } inline String_t* get_name_3() const { return ___name_3; } inline String_t** get_address_of_name_3() { return &___name_3; } inline void set_name_3(String_t* value) { ___name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value); } inline static int32_t get_offset_of_hashCode_4() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___hashCode_4)); } inline int32_t get_hashCode_4() const { return ___hashCode_4; } inline int32_t* get_address_of_hashCode_4() { return &___hashCode_4; } inline void set_hashCode_4(int32_t value) { ___hashCode_4 = value; } inline static int32_t get_offset_of_ownerDoc_5() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___ownerDoc_5)); } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * get_ownerDoc_5() const { return ___ownerDoc_5; } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F ** get_address_of_ownerDoc_5() { return &___ownerDoc_5; } inline void set_ownerDoc_5(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * value) { ___ownerDoc_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ownerDoc_5), (void*)value); } inline static int32_t get_offset_of_next_6() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___next_6)); } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_next_6() const { return ___next_6; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_next_6() { return &___next_6; } inline void set_next_6(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { ___next_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_6), (void*)value); } }; // System.Xml.XmlNameTable struct XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 : public RuntimeObject { public: public: }; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 : public RuntimeObject { public: // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] System.Xml.XmlNamespaceManager::nsdecls NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* ___nsdecls_0; // System.Int32 System.Xml.XmlNamespaceManager::lastDecl int32_t ___lastDecl_1; // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_2; // System.Int32 System.Xml.XmlNamespaceManager::scopeId int32_t ___scopeId_3; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNamespaceManager::hashTable Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___hashTable_4; // System.Boolean System.Xml.XmlNamespaceManager::useHashtable bool ___useHashtable_5; // System.String System.Xml.XmlNamespaceManager::xml String_t* ___xml_6; // System.String System.Xml.XmlNamespaceManager::xmlNs String_t* ___xmlNs_7; public: inline static int32_t get_offset_of_nsdecls_0() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___nsdecls_0)); } inline NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* get_nsdecls_0() const { return ___nsdecls_0; } inline NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5** get_address_of_nsdecls_0() { return &___nsdecls_0; } inline void set_nsdecls_0(NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* value) { ___nsdecls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsdecls_0), (void*)value); } inline static int32_t get_offset_of_lastDecl_1() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___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_nameTable_2() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___nameTable_2)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_2() const { return ___nameTable_2; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_2() { return &___nameTable_2; } inline void set_nameTable_2(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_2), (void*)value); } inline static int32_t get_offset_of_scopeId_3() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___scopeId_3)); } inline int32_t get_scopeId_3() const { return ___scopeId_3; } inline int32_t* get_address_of_scopeId_3() { return &___scopeId_3; } inline void set_scopeId_3(int32_t value) { ___scopeId_3 = value; } inline static int32_t get_offset_of_hashTable_4() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___hashTable_4)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_hashTable_4() const { return ___hashTable_4; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_hashTable_4() { return &___hashTable_4; } inline void set_hashTable_4(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___hashTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashTable_4), (void*)value); } inline static int32_t get_offset_of_useHashtable_5() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___useHashtable_5)); } inline bool get_useHashtable_5() const { return ___useHashtable_5; } inline bool* get_address_of_useHashtable_5() { return &___useHashtable_5; } inline void set_useHashtable_5(bool value) { ___useHashtable_5 = value; } inline static int32_t get_offset_of_xml_6() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___xml_6)); } inline String_t* get_xml_6() const { return ___xml_6; } inline String_t** get_address_of_xml_6() { return &___xml_6; } inline void set_xml_6(String_t* value) { ___xml_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___xml_6), (void*)value); } inline static int32_t get_offset_of_xmlNs_7() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___xmlNs_7)); } inline String_t* get_xmlNs_7() const { return ___xmlNs_7; } inline String_t** get_address_of_xmlNs_7() { return &___xmlNs_7; } inline void set_xmlNs_7(String_t* value) { ___xmlNs_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlNs_7), (void*)value); } }; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parentNode_0; public: inline static int32_t get_offset_of_parentNode_0() { return static_cast(offsetof(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1, ___parentNode_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parentNode_0() const { return ___parentNode_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parentNode_0() { return &___parentNode_0; } inline void set_parentNode_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___parentNode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentNode_0), (void*)value); } }; // System.Xml.XmlNodeList struct XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 : public RuntimeObject { public: public: }; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 : public RuntimeObject { public: // System.String System.Xml.XmlQualifiedName::name String_t* ___name_1; // System.String System.Xml.XmlQualifiedName::ns String_t* ___ns_2; // System.Int32 System.Xml.XmlQualifiedName::hash int32_t ___hash_3; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905, ___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(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905, ___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(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905, ___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_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields { public: // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::hashCodeDelegate HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * ___hashCodeDelegate_0; // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Empty XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___Empty_4; public: inline static int32_t get_offset_of_hashCodeDelegate_0() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields, ___hashCodeDelegate_0)); } inline HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * get_hashCodeDelegate_0() const { return ___hashCodeDelegate_0; } inline HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E ** get_address_of_hashCodeDelegate_0() { return &___hashCodeDelegate_0; } inline void set_hashCodeDelegate_0(HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * value) { ___hashCodeDelegate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashCodeDelegate_0), (void*)value); } inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields, ___Empty_4)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_Empty_4() const { return ___Empty_4; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // System.Xml.XmlReader struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 : public RuntimeObject { public: public: }; struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_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(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_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(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_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(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_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_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 : public RuntimeObject { public: // System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaSet::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_0; // System.Collections.SortedList System.Xml.Schema.XmlSchemaSet::schemas SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * ___schemas_1; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::internalEventHandler ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * ___internalEventHandler_2; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::eventHandler ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * ___eventHandler_3; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::schemaLocations Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___schemaLocations_4; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::chameleonSchemas Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___chameleonSchemas_5; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::targetNamespaces Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___targetNamespaces_6; // System.Boolean System.Xml.Schema.XmlSchemaSet::compileAll bool ___compileAll_7; // System.Xml.Schema.SchemaInfo System.Xml.Schema.XmlSchemaSet::cachedCompiledInfo SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___cachedCompiledInfo_8; // System.Xml.XmlReaderSettings System.Xml.Schema.XmlSchemaSet::readerSettings XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * ___readerSettings_9; // System.Xml.Schema.XmlSchemaCompilationSettings System.Xml.Schema.XmlSchemaSet::compilationSettings XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * ___compilationSettings_10; public: inline static int32_t get_offset_of_nameTable_0() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___nameTable_0)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_0() const { return ___nameTable_0; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_0() { return &___nameTable_0; } inline void set_nameTable_0(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_0), (void*)value); } inline static int32_t get_offset_of_schemas_1() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___schemas_1)); } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * get_schemas_1() const { return ___schemas_1; } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 ** get_address_of_schemas_1() { return &___schemas_1; } inline void set_schemas_1(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * value) { ___schemas_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemas_1), (void*)value); } inline static int32_t get_offset_of_internalEventHandler_2() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___internalEventHandler_2)); } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * get_internalEventHandler_2() const { return ___internalEventHandler_2; } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C ** get_address_of_internalEventHandler_2() { return &___internalEventHandler_2; } inline void set_internalEventHandler_2(ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * value) { ___internalEventHandler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalEventHandler_2), (void*)value); } inline static int32_t get_offset_of_eventHandler_3() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___eventHandler_3)); } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * get_eventHandler_3() const { return ___eventHandler_3; } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C ** get_address_of_eventHandler_3() { return &___eventHandler_3; } inline void set_eventHandler_3(ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * value) { ___eventHandler_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___eventHandler_3), (void*)value); } inline static int32_t get_offset_of_schemaLocations_4() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___schemaLocations_4)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_schemaLocations_4() const { return ___schemaLocations_4; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_schemaLocations_4() { return &___schemaLocations_4; } inline void set_schemaLocations_4(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___schemaLocations_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaLocations_4), (void*)value); } inline static int32_t get_offset_of_chameleonSchemas_5() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___chameleonSchemas_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_chameleonSchemas_5() const { return ___chameleonSchemas_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_chameleonSchemas_5() { return &___chameleonSchemas_5; } inline void set_chameleonSchemas_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___chameleonSchemas_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___chameleonSchemas_5), (void*)value); } inline static int32_t get_offset_of_targetNamespaces_6() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___targetNamespaces_6)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_targetNamespaces_6() const { return ___targetNamespaces_6; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_targetNamespaces_6() { return &___targetNamespaces_6; } inline void set_targetNamespaces_6(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___targetNamespaces_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetNamespaces_6), (void*)value); } inline static int32_t get_offset_of_compileAll_7() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___compileAll_7)); } inline bool get_compileAll_7() const { return ___compileAll_7; } inline bool* get_address_of_compileAll_7() { return &___compileAll_7; } inline void set_compileAll_7(bool value) { ___compileAll_7 = value; } inline static int32_t get_offset_of_cachedCompiledInfo_8() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___cachedCompiledInfo_8)); } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_cachedCompiledInfo_8() const { return ___cachedCompiledInfo_8; } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_cachedCompiledInfo_8() { return &___cachedCompiledInfo_8; } inline void set_cachedCompiledInfo_8(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value) { ___cachedCompiledInfo_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedCompiledInfo_8), (void*)value); } inline static int32_t get_offset_of_readerSettings_9() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___readerSettings_9)); } inline XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * get_readerSettings_9() const { return ___readerSettings_9; } inline XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 ** get_address_of_readerSettings_9() { return &___readerSettings_9; } inline void set_readerSettings_9(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * value) { ___readerSettings_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___readerSettings_9), (void*)value); } inline static int32_t get_offset_of_compilationSettings_10() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___compilationSettings_10)); } inline XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * get_compilationSettings_10() const { return ___compilationSettings_10; } inline XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC ** get_address_of_compilationSettings_10() { return &___compilationSettings_10; } inline void set_compilationSettings_10(XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * value) { ___compilationSettings_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___compilationSettings_10), (void*)value); } }; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 : public RuntimeObject { public: public: }; // System.Xml.XmlWriter struct XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName struct NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 : public RuntimeObject { public: // System.String System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName::prefix String_t* ___prefix_0; // System.String System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName::ns String_t* ___ns_1; public: inline static int32_t get_offset_of_prefix_0() { return static_cast(offsetof(NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2, ___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_ns_1() { return static_cast(offsetof(NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2, ___ns_1)); } inline String_t* get_ns_1() const { return ___ns_1; } inline String_t** get_address_of_ns_1() { return &___ns_1; } inline void set_ns_1(String_t* value) { ___ns_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_1), (void*)value); } }; // System.Xml.XmlDownloadManager/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B : public RuntimeObject { public: // System.Uri System.Xml.XmlDownloadManager/<>c__DisplayClass4_0::uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri_0; public: inline static int32_t get_offset_of_uri_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B, ___uri_0)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_uri_0() const { return ___uri_0; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_uri_0() { return &___uri_0; } inline void set_uri_0(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___uri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_0), (void*)value); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t312DB5A87370F59C7913F19648A75FA9FF9E36D2 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t2A3672CB79B7A66967AEB67A7CCF5EA583D25765 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_t312DB5A87370F59C7913F19648A75FA9FF9E36D2, ___m_task_0)); } inline Task_1_t2A3672CB79B7A66967AEB67A7CCF5EA583D25765 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t2A3672CB79B7A66967AEB67A7CCF5EA583D25765 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t2A3672CB79B7A66967AEB67A7CCF5EA583D25765 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_t312DB5A87370F59C7913F19648A75FA9FF9E36D2, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125 { public: // TKey System.Collections.Generic.KeyValuePair`2::key XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125, ___key_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_key_0() const { return ___key_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125, ___value_1)); } inline SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * get_value_1() const { return ___value_1; } inline SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 { public: // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_defaultContextAction_1; public: inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_stateMachine_0)); } inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; } inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; } inline void set_m_stateMachine_0(RuntimeObject* value) { ___m_stateMachine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_0), (void*)value); } inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_defaultContextAction_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; } inline void set_m_defaultContextAction_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_defaultContextAction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultContextAction_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { 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(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___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_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { 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(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___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_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { 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(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___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_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { 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(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___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(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___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(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___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(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___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_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { 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(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___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_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_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_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 : public Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 { public: // System.Int32[] System.Text.RegularExpressions.Group::_caps Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____caps_4; // System.Int32 System.Text.RegularExpressions.Group::_capcount int32_t ____capcount_5; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::_capcoll CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * ____capcoll_6; // System.String System.Text.RegularExpressions.Group::_name String_t* ____name_7; public: inline static int32_t get_offset_of__caps_4() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____caps_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__caps_4() const { return ____caps_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__caps_4() { return &____caps_4; } inline void set__caps_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____caps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_4), (void*)value); } inline static int32_t get_offset_of__capcount_5() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____capcount_5)); } inline int32_t get__capcount_5() const { return ____capcount_5; } inline int32_t* get_address_of__capcount_5() { return &____capcount_5; } inline void set__capcount_5(int32_t value) { ____capcount_5 = value; } inline static int32_t get_offset_of__capcoll_6() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____capcoll_6)); } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * get__capcoll_6() const { return ____capcoll_6; } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 ** get_address_of__capcoll_6() { return &____capcoll_6; } inline void set__capcoll_6(CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * value) { ____capcoll_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____capcoll_6), (void*)value); } inline static int32_t get_offset_of__name_7() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____name_7)); } inline String_t* get__name_7() const { return ____name_7; } inline String_t** get_address_of__name_7() { return &____name_7; } inline void set__name_7(String_t* value) { ____name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_7), (void*)value); } }; struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::_emptygroup Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * ____emptygroup_3; public: inline static int32_t get_offset_of__emptygroup_3() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields, ____emptygroup_3)); } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * get__emptygroup_3() const { return ____emptygroup_3; } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 ** get_address_of__emptygroup_3() { return &____emptygroup_3; } inline void set__emptygroup_3(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * value) { ____emptygroup_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptygroup_3), (void*)value); } }; // 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(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(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(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(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(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(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(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(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(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(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(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_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(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(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(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____fastRng_14), (void*)value); } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { 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(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___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_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { 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(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___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_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { 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(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___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(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { 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(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___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_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { 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(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___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.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.Xml.Xsl.Runtime.StringConcat struct StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 { public: // System.String System.Xml.Xsl.Runtime.StringConcat::s1 String_t* ___s1_0; // System.String System.Xml.Xsl.Runtime.StringConcat::s2 String_t* ___s2_1; // System.String System.Xml.Xsl.Runtime.StringConcat::s3 String_t* ___s3_2; // System.String System.Xml.Xsl.Runtime.StringConcat::s4 String_t* ___s4_3; // System.String System.Xml.Xsl.Runtime.StringConcat::delimiter String_t* ___delimiter_4; // System.Collections.Generic.List`1 System.Xml.Xsl.Runtime.StringConcat::strList List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___strList_5; // System.Int32 System.Xml.Xsl.Runtime.StringConcat::idxStr int32_t ___idxStr_6; public: inline static int32_t get_offset_of_s1_0() { return static_cast(offsetof(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36, ___s1_0)); } inline String_t* get_s1_0() const { return ___s1_0; } inline String_t** get_address_of_s1_0() { return &___s1_0; } inline void set_s1_0(String_t* value) { ___s1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s1_0), (void*)value); } inline static int32_t get_offset_of_s2_1() { return static_cast(offsetof(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36, ___s2_1)); } inline String_t* get_s2_1() const { return ___s2_1; } inline String_t** get_address_of_s2_1() { return &___s2_1; } inline void set_s2_1(String_t* value) { ___s2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s2_1), (void*)value); } inline static int32_t get_offset_of_s3_2() { return static_cast(offsetof(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36, ___s3_2)); } inline String_t* get_s3_2() const { return ___s3_2; } inline String_t** get_address_of_s3_2() { return &___s3_2; } inline void set_s3_2(String_t* value) { ___s3_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s3_2), (void*)value); } inline static int32_t get_offset_of_s4_3() { return static_cast(offsetof(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36, ___s4_3)); } inline String_t* get_s4_3() const { return ___s4_3; } inline String_t** get_address_of_s4_3() { return &___s4_3; } inline void set_s4_3(String_t* value) { ___s4_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s4_3), (void*)value); } inline static int32_t get_offset_of_delimiter_4() { return static_cast(offsetof(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36, ___delimiter_4)); } inline String_t* get_delimiter_4() const { return ___delimiter_4; } inline String_t** get_address_of_delimiter_4() { return &___delimiter_4; } inline void set_delimiter_4(String_t* value) { ___delimiter_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___delimiter_4), (void*)value); } inline static int32_t get_offset_of_strList_5() { return static_cast(offsetof(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36, ___strList_5)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_strList_5() const { return ___strList_5; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_strList_5() { return &___strList_5; } inline void set_strList_5(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___strList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___strList_5), (void*)value); } inline static int32_t get_offset_of_idxStr_6() { return static_cast(offsetof(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36, ___idxStr_6)); } inline int32_t get_idxStr_6() const { return ___idxStr_6; } inline int32_t* get_address_of_idxStr_6() { return &___idxStr_6; } inline void set_idxStr_6(int32_t value) { ___idxStr_6 = value; } }; // Native definition for P/Invoke marshalling of System.Xml.Xsl.Runtime.StringConcat struct StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshaled_pinvoke { char* ___s1_0; char* ___s2_1; char* ___s3_2; char* ___s4_3; char* ___delimiter_4; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___strList_5; int32_t ___idxStr_6; }; // Native definition for COM marshalling of System.Xml.Xsl.Runtime.StringConcat struct StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshaled_com { Il2CppChar* ___s1_0; Il2CppChar* ___s2_1; Il2CppChar* ___s3_2; Il2CppChar* ___s4_3; Il2CppChar* ___delimiter_4; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___strList_5; int32_t ___idxStr_6; }; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadDelegate_2)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ___Null_3)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_Null_3() const { return ___Null_3; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } }; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___CoreNewLine_9; // System.IFormatProvider System.IO.TextWriter::InternalFormatProvider RuntimeObject* ___InternalFormatProvider_10; public: inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___CoreNewLine_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_CoreNewLine_9() const { return ___CoreNewLine_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; } inline void set_CoreNewLine_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___CoreNewLine_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value); } inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___InternalFormatProvider_10)); } inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; } inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; } inline void set_InternalFormatProvider_10(RuntimeObject* value) { ___InternalFormatProvider_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value); } }; struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___Null_1; // System.Action`1 System.IO.TextWriter::_WriteCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharDelegate_2; // System.Action`1 System.IO.TextWriter::_WriteStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteStringDelegate_3; // System.Action`1 System.IO.TextWriter::_WriteCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharArrayRangeDelegate_4; // System.Action`1 System.IO.TextWriter::_WriteLineCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharDelegate_5; // System.Action`1 System.IO.TextWriter::_WriteLineStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineStringDelegate_6; // System.Action`1 System.IO.TextWriter::_WriteLineCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharArrayRangeDelegate_7; // System.Action`1 System.IO.TextWriter::_FlushDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____FlushDelegate_8; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ___Null_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_Null_1() const { return ___Null_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharDelegate_2)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; } inline void set__WriteCharDelegate_2(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value); } inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteStringDelegate_3)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; } inline void set__WriteStringDelegate_3(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteStringDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value); } inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharArrayRangeDelegate_4)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; } inline void set__WriteCharArrayRangeDelegate_4(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharArrayRangeDelegate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value); } inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharDelegate_5)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; } inline void set__WriteLineCharDelegate_5(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharDelegate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value); } inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineStringDelegate_6)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; } inline void set__WriteLineStringDelegate_6(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineStringDelegate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value); } inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; } inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharArrayRangeDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value); } inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____FlushDelegate_8)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__FlushDelegate_8() const { return ____FlushDelegate_8; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; } inline void set__FlushDelegate_8(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____FlushDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value); } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { 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(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___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_tE60352A06233E4E69DD198BCC67142159F686B15 { 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(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___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_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { 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(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___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_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Net.WebResponse struct WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; // System.Xml.XPath.XPathNavigator struct XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 : public XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 { public: public: }; struct XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields { public: // System.Xml.XPath.XPathNavigatorKeyComparer System.Xml.XPath.XPathNavigator::comparer XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * ___comparer_0; // System.Char[] System.Xml.XPath.XPathNavigator::NodeTypeLetter CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___NodeTypeLetter_1; // System.Char[] System.Xml.XPath.XPathNavigator::UniqueIdTbl CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___UniqueIdTbl_2; // System.Int32[] System.Xml.XPath.XPathNavigator::ContentKindMasks Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ContentKindMasks_3; public: inline static int32_t get_offset_of_comparer_0() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___comparer_0)); } inline XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * get_comparer_0() const { return ___comparer_0; } inline XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A ** get_address_of_comparer_0() { return &___comparer_0; } inline void set_comparer_0(XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * value) { ___comparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_0), (void*)value); } inline static int32_t get_offset_of_NodeTypeLetter_1() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___NodeTypeLetter_1)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_NodeTypeLetter_1() const { return ___NodeTypeLetter_1; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_NodeTypeLetter_1() { return &___NodeTypeLetter_1; } inline void set_NodeTypeLetter_1(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___NodeTypeLetter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___NodeTypeLetter_1), (void*)value); } inline static int32_t get_offset_of_UniqueIdTbl_2() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___UniqueIdTbl_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_UniqueIdTbl_2() const { return ___UniqueIdTbl_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_UniqueIdTbl_2() { return &___UniqueIdTbl_2; } inline void set_UniqueIdTbl_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___UniqueIdTbl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UniqueIdTbl_2), (void*)value); } inline static int32_t get_offset_of_ContentKindMasks_3() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___ContentKindMasks_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ContentKindMasks_3() const { return ___ContentKindMasks_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ContentKindMasks_3() { return &___ContentKindMasks_3; } inline void set_ContentKindMasks_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ContentKindMasks_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ContentKindMasks_3), (void*)value); } }; // System.Xml.XmlAsyncCheckWriter struct XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 : public XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D { public: // System.Xml.XmlWriter System.Xml.XmlAsyncCheckWriter::coreWriter XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___coreWriter_0; // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::lastTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___lastTask_1; public: inline static int32_t get_offset_of_coreWriter_0() { return static_cast(offsetof(XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0, ___coreWriter_0)); } inline XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * get_coreWriter_0() const { return ___coreWriter_0; } inline XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D ** get_address_of_coreWriter_0() { return &___coreWriter_0; } inline void set_coreWriter_0(XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * value) { ___coreWriter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___coreWriter_0), (void*)value); } inline static int32_t get_offset_of_lastTask_1() { return static_cast(offsetof(XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0, ___lastTask_1)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_lastTask_1() const { return ___lastTask_1; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_lastTask_1() { return &___lastTask_1; } inline void set_lastTask_1(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___lastTask_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastTask_1), (void*)value); } }; // System.Xml.XmlAttribute struct XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlName System.Xml.XmlAttribute::name XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name_1; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_2; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D, ___name_1)); } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_name_1() const { return ___name_1; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_name_1() { return &___name_1; } inline void set_name_1(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value); } inline static int32_t get_offset_of_lastChild_2() { return static_cast(offsetof(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D, ___lastChild_2)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_2() const { return ___lastChild_2; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_2() { return &___lastChild_2; } inline void set_lastChild_2(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_2), (void*)value); } }; // System.Xml.Serialization.XmlAttributeAttribute struct XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlAttributeAttribute::attributeName String_t* ___attributeName_0; public: inline static int32_t get_offset_of_attributeName_0() { return static_cast(offsetof(XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647, ___attributeName_0)); } inline String_t* get_attributeName_0() const { return ___attributeName_0; } inline String_t** get_address_of_attributeName_0() { return &___attributeName_0; } inline void set_attributeName_0(String_t* value) { ___attributeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeName_0), (void*)value); } }; // System.Xml.XmlCharType struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA { public: // System.Byte[] System.Xml.XmlCharType::charProperties ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___charProperties_2; public: inline static int32_t get_offset_of_charProperties_2() { return static_cast(offsetof(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA, ___charProperties_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_charProperties_2() const { return ___charProperties_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_charProperties_2() { return &___charProperties_2; } inline void set_charProperties_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___charProperties_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___charProperties_2), (void*)value); } }; struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_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_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s_CharProperties_1; public: inline static int32_t get_offset_of_s_Lock_0() { return static_cast(offsetof(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_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(offsetof(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields, ___s_CharProperties_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_s_CharProperties_1() const { return ___s_CharProperties_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_s_CharProperties_1() { return &___s_CharProperties_1; } inline void set_s_CharProperties_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___s_CharProperties_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_CharProperties_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Xml.XmlCharType struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___charProperties_2; }; // Native definition for COM marshalling of System.Xml.XmlCharType struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_com { Il2CppSafeArray/*NONE*/* ___charProperties_2; }; // System.Xml.XmlChildNodes struct XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB : public XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 { public: // System.Xml.XmlNode System.Xml.XmlChildNodes::container XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container_0; public: inline static int32_t get_offset_of_container_0() { return static_cast(offsetof(XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB, ___container_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_container_0() const { return ___container_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_container_0() { return &___container_0; } inline void set_container_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___container_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___container_0), (void*)value); } }; // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * ___implementation_1; // System.Xml.DomNameTable System.Xml.XmlDocument::domNameTable DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * ___domNameTable_2; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_3; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocument::entities XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___entities_4; // System.Collections.Hashtable System.Xml.XmlDocument::htElementIdMap Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___htElementIdMap_5; // System.Collections.Hashtable System.Xml.XmlDocument::htElementIDAttrDecl Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___htElementIDAttrDecl_6; // System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::schemaInfo SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___schemaInfo_7; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * ___schemas_8; // System.Boolean System.Xml.XmlDocument::reportValidity bool ___reportValidity_9; // System.Boolean System.Xml.XmlDocument::actualLoadingStatus bool ___actualLoadingStatus_10; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeInsertingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeInsertingDelegate_11; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeInsertedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeInsertedDelegate_12; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeRemovingDelegate_13; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeRemovedDelegate_14; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeChangingDelegate_15; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeChangedDelegate_16; // System.Boolean System.Xml.XmlDocument::fEntRefNodesPresent bool ___fEntRefNodesPresent_17; // System.Boolean System.Xml.XmlDocument::fCDataNodesPresent bool ___fCDataNodesPresent_18; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_19; // System.Boolean System.Xml.XmlDocument::isLoading bool ___isLoading_20; // System.String System.Xml.XmlDocument::strDocumentName String_t* ___strDocumentName_21; // System.String System.Xml.XmlDocument::strDocumentFragmentName String_t* ___strDocumentFragmentName_22; // System.String System.Xml.XmlDocument::strCommentName String_t* ___strCommentName_23; // System.String System.Xml.XmlDocument::strTextName String_t* ___strTextName_24; // System.String System.Xml.XmlDocument::strCDataSectionName String_t* ___strCDataSectionName_25; // System.String System.Xml.XmlDocument::strEntityName String_t* ___strEntityName_26; // System.String System.Xml.XmlDocument::strID String_t* ___strID_27; // System.String System.Xml.XmlDocument::strXmlns String_t* ___strXmlns_28; // System.String System.Xml.XmlDocument::strXml String_t* ___strXml_29; // System.String System.Xml.XmlDocument::strSpace String_t* ___strSpace_30; // System.String System.Xml.XmlDocument::strLang String_t* ___strLang_31; // System.String System.Xml.XmlDocument::strEmpty String_t* ___strEmpty_32; // System.String System.Xml.XmlDocument::strNonSignificantWhitespaceName String_t* ___strNonSignificantWhitespaceName_33; // System.String System.Xml.XmlDocument::strSignificantWhitespaceName String_t* ___strSignificantWhitespaceName_34; // System.String System.Xml.XmlDocument::strReservedXmlns String_t* ___strReservedXmlns_35; // System.String System.Xml.XmlDocument::strReservedXml String_t* ___strReservedXml_36; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_37; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___resolver_38; // System.Boolean System.Xml.XmlDocument::bSetResolver bool ___bSetResolver_39; // System.Object System.Xml.XmlDocument::objLock RuntimeObject * ___objLock_40; // System.Xml.XmlAttribute System.Xml.XmlDocument::namespaceXml XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___namespaceXml_41; public: inline static int32_t get_offset_of_implementation_1() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___implementation_1)); } inline XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * get_implementation_1() const { return ___implementation_1; } inline XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 ** get_address_of_implementation_1() { return &___implementation_1; } inline void set_implementation_1(XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * value) { ___implementation_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___implementation_1), (void*)value); } inline static int32_t get_offset_of_domNameTable_2() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___domNameTable_2)); } inline DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * get_domNameTable_2() const { return ___domNameTable_2; } inline DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB ** get_address_of_domNameTable_2() { return &___domNameTable_2; } inline void set_domNameTable_2(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * value) { ___domNameTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___domNameTable_2), (void*)value); } inline static int32_t get_offset_of_lastChild_3() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___lastChild_3)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_3() const { return ___lastChild_3; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_3() { return &___lastChild_3; } inline void set_lastChild_3(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_3), (void*)value); } inline static int32_t get_offset_of_entities_4() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___entities_4)); } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_entities_4() const { return ___entities_4; } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_entities_4() { return &___entities_4; } inline void set_entities_4(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value) { ___entities_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___entities_4), (void*)value); } inline static int32_t get_offset_of_htElementIdMap_5() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___htElementIdMap_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_htElementIdMap_5() const { return ___htElementIdMap_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_htElementIdMap_5() { return &___htElementIdMap_5; } inline void set_htElementIdMap_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___htElementIdMap_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___htElementIdMap_5), (void*)value); } inline static int32_t get_offset_of_htElementIDAttrDecl_6() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___htElementIDAttrDecl_6)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_htElementIDAttrDecl_6() const { return ___htElementIDAttrDecl_6; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_htElementIDAttrDecl_6() { return &___htElementIDAttrDecl_6; } inline void set_htElementIDAttrDecl_6(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___htElementIDAttrDecl_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___htElementIDAttrDecl_6), (void*)value); } inline static int32_t get_offset_of_schemaInfo_7() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___schemaInfo_7)); } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_schemaInfo_7() const { return ___schemaInfo_7; } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_schemaInfo_7() { return &___schemaInfo_7; } inline void set_schemaInfo_7(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value) { ___schemaInfo_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaInfo_7), (void*)value); } inline static int32_t get_offset_of_schemas_8() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___schemas_8)); } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * get_schemas_8() const { return ___schemas_8; } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 ** get_address_of_schemas_8() { return &___schemas_8; } inline void set_schemas_8(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * value) { ___schemas_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemas_8), (void*)value); } inline static int32_t get_offset_of_reportValidity_9() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___reportValidity_9)); } inline bool get_reportValidity_9() const { return ___reportValidity_9; } inline bool* get_address_of_reportValidity_9() { return &___reportValidity_9; } inline void set_reportValidity_9(bool value) { ___reportValidity_9 = value; } inline static int32_t get_offset_of_actualLoadingStatus_10() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___actualLoadingStatus_10)); } inline bool get_actualLoadingStatus_10() const { return ___actualLoadingStatus_10; } inline bool* get_address_of_actualLoadingStatus_10() { return &___actualLoadingStatus_10; } inline void set_actualLoadingStatus_10(bool value) { ___actualLoadingStatus_10 = value; } inline static int32_t get_offset_of_onNodeInsertingDelegate_11() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeInsertingDelegate_11)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeInsertingDelegate_11() const { return ___onNodeInsertingDelegate_11; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeInsertingDelegate_11() { return &___onNodeInsertingDelegate_11; } inline void set_onNodeInsertingDelegate_11(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeInsertingDelegate_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeInsertingDelegate_11), (void*)value); } inline static int32_t get_offset_of_onNodeInsertedDelegate_12() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeInsertedDelegate_12)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeInsertedDelegate_12() const { return ___onNodeInsertedDelegate_12; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeInsertedDelegate_12() { return &___onNodeInsertedDelegate_12; } inline void set_onNodeInsertedDelegate_12(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeInsertedDelegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeInsertedDelegate_12), (void*)value); } inline static int32_t get_offset_of_onNodeRemovingDelegate_13() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeRemovingDelegate_13)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeRemovingDelegate_13() const { return ___onNodeRemovingDelegate_13; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeRemovingDelegate_13() { return &___onNodeRemovingDelegate_13; } inline void set_onNodeRemovingDelegate_13(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeRemovingDelegate_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeRemovingDelegate_13), (void*)value); } inline static int32_t get_offset_of_onNodeRemovedDelegate_14() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeRemovedDelegate_14)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeRemovedDelegate_14() const { return ___onNodeRemovedDelegate_14; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeRemovedDelegate_14() { return &___onNodeRemovedDelegate_14; } inline void set_onNodeRemovedDelegate_14(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeRemovedDelegate_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeRemovedDelegate_14), (void*)value); } inline static int32_t get_offset_of_onNodeChangingDelegate_15() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeChangingDelegate_15)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeChangingDelegate_15() const { return ___onNodeChangingDelegate_15; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeChangingDelegate_15() { return &___onNodeChangingDelegate_15; } inline void set_onNodeChangingDelegate_15(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeChangingDelegate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeChangingDelegate_15), (void*)value); } inline static int32_t get_offset_of_onNodeChangedDelegate_16() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeChangedDelegate_16)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeChangedDelegate_16() const { return ___onNodeChangedDelegate_16; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeChangedDelegate_16() { return &___onNodeChangedDelegate_16; } inline void set_onNodeChangedDelegate_16(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeChangedDelegate_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeChangedDelegate_16), (void*)value); } inline static int32_t get_offset_of_fEntRefNodesPresent_17() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___fEntRefNodesPresent_17)); } inline bool get_fEntRefNodesPresent_17() const { return ___fEntRefNodesPresent_17; } inline bool* get_address_of_fEntRefNodesPresent_17() { return &___fEntRefNodesPresent_17; } inline void set_fEntRefNodesPresent_17(bool value) { ___fEntRefNodesPresent_17 = value; } inline static int32_t get_offset_of_fCDataNodesPresent_18() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___fCDataNodesPresent_18)); } inline bool get_fCDataNodesPresent_18() const { return ___fCDataNodesPresent_18; } inline bool* get_address_of_fCDataNodesPresent_18() { return &___fCDataNodesPresent_18; } inline void set_fCDataNodesPresent_18(bool value) { ___fCDataNodesPresent_18 = value; } inline static int32_t get_offset_of_preserveWhitespace_19() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___preserveWhitespace_19)); } inline bool get_preserveWhitespace_19() const { return ___preserveWhitespace_19; } inline bool* get_address_of_preserveWhitespace_19() { return &___preserveWhitespace_19; } inline void set_preserveWhitespace_19(bool value) { ___preserveWhitespace_19 = value; } inline static int32_t get_offset_of_isLoading_20() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___isLoading_20)); } inline bool get_isLoading_20() const { return ___isLoading_20; } inline bool* get_address_of_isLoading_20() { return &___isLoading_20; } inline void set_isLoading_20(bool value) { ___isLoading_20 = value; } inline static int32_t get_offset_of_strDocumentName_21() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strDocumentName_21)); } inline String_t* get_strDocumentName_21() const { return ___strDocumentName_21; } inline String_t** get_address_of_strDocumentName_21() { return &___strDocumentName_21; } inline void set_strDocumentName_21(String_t* value) { ___strDocumentName_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDocumentName_21), (void*)value); } inline static int32_t get_offset_of_strDocumentFragmentName_22() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strDocumentFragmentName_22)); } inline String_t* get_strDocumentFragmentName_22() const { return ___strDocumentFragmentName_22; } inline String_t** get_address_of_strDocumentFragmentName_22() { return &___strDocumentFragmentName_22; } inline void set_strDocumentFragmentName_22(String_t* value) { ___strDocumentFragmentName_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDocumentFragmentName_22), (void*)value); } inline static int32_t get_offset_of_strCommentName_23() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strCommentName_23)); } inline String_t* get_strCommentName_23() const { return ___strCommentName_23; } inline String_t** get_address_of_strCommentName_23() { return &___strCommentName_23; } inline void set_strCommentName_23(String_t* value) { ___strCommentName_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___strCommentName_23), (void*)value); } inline static int32_t get_offset_of_strTextName_24() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strTextName_24)); } inline String_t* get_strTextName_24() const { return ___strTextName_24; } inline String_t** get_address_of_strTextName_24() { return &___strTextName_24; } inline void set_strTextName_24(String_t* value) { ___strTextName_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___strTextName_24), (void*)value); } inline static int32_t get_offset_of_strCDataSectionName_25() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strCDataSectionName_25)); } inline String_t* get_strCDataSectionName_25() const { return ___strCDataSectionName_25; } inline String_t** get_address_of_strCDataSectionName_25() { return &___strCDataSectionName_25; } inline void set_strCDataSectionName_25(String_t* value) { ___strCDataSectionName_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___strCDataSectionName_25), (void*)value); } inline static int32_t get_offset_of_strEntityName_26() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strEntityName_26)); } inline String_t* get_strEntityName_26() const { return ___strEntityName_26; } inline String_t** get_address_of_strEntityName_26() { return &___strEntityName_26; } inline void set_strEntityName_26(String_t* value) { ___strEntityName_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___strEntityName_26), (void*)value); } inline static int32_t get_offset_of_strID_27() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strID_27)); } inline String_t* get_strID_27() const { return ___strID_27; } inline String_t** get_address_of_strID_27() { return &___strID_27; } inline void set_strID_27(String_t* value) { ___strID_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___strID_27), (void*)value); } inline static int32_t get_offset_of_strXmlns_28() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strXmlns_28)); } inline String_t* get_strXmlns_28() const { return ___strXmlns_28; } inline String_t** get_address_of_strXmlns_28() { return &___strXmlns_28; } inline void set_strXmlns_28(String_t* value) { ___strXmlns_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___strXmlns_28), (void*)value); } inline static int32_t get_offset_of_strXml_29() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strXml_29)); } inline String_t* get_strXml_29() const { return ___strXml_29; } inline String_t** get_address_of_strXml_29() { return &___strXml_29; } inline void set_strXml_29(String_t* value) { ___strXml_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___strXml_29), (void*)value); } inline static int32_t get_offset_of_strSpace_30() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strSpace_30)); } inline String_t* get_strSpace_30() const { return ___strSpace_30; } inline String_t** get_address_of_strSpace_30() { return &___strSpace_30; } inline void set_strSpace_30(String_t* value) { ___strSpace_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___strSpace_30), (void*)value); } inline static int32_t get_offset_of_strLang_31() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strLang_31)); } inline String_t* get_strLang_31() const { return ___strLang_31; } inline String_t** get_address_of_strLang_31() { return &___strLang_31; } inline void set_strLang_31(String_t* value) { ___strLang_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___strLang_31), (void*)value); } inline static int32_t get_offset_of_strEmpty_32() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strEmpty_32)); } inline String_t* get_strEmpty_32() const { return ___strEmpty_32; } inline String_t** get_address_of_strEmpty_32() { return &___strEmpty_32; } inline void set_strEmpty_32(String_t* value) { ___strEmpty_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___strEmpty_32), (void*)value); } inline static int32_t get_offset_of_strNonSignificantWhitespaceName_33() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strNonSignificantWhitespaceName_33)); } inline String_t* get_strNonSignificantWhitespaceName_33() const { return ___strNonSignificantWhitespaceName_33; } inline String_t** get_address_of_strNonSignificantWhitespaceName_33() { return &___strNonSignificantWhitespaceName_33; } inline void set_strNonSignificantWhitespaceName_33(String_t* value) { ___strNonSignificantWhitespaceName_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___strNonSignificantWhitespaceName_33), (void*)value); } inline static int32_t get_offset_of_strSignificantWhitespaceName_34() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strSignificantWhitespaceName_34)); } inline String_t* get_strSignificantWhitespaceName_34() const { return ___strSignificantWhitespaceName_34; } inline String_t** get_address_of_strSignificantWhitespaceName_34() { return &___strSignificantWhitespaceName_34; } inline void set_strSignificantWhitespaceName_34(String_t* value) { ___strSignificantWhitespaceName_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___strSignificantWhitespaceName_34), (void*)value); } inline static int32_t get_offset_of_strReservedXmlns_35() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strReservedXmlns_35)); } inline String_t* get_strReservedXmlns_35() const { return ___strReservedXmlns_35; } inline String_t** get_address_of_strReservedXmlns_35() { return &___strReservedXmlns_35; } inline void set_strReservedXmlns_35(String_t* value) { ___strReservedXmlns_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___strReservedXmlns_35), (void*)value); } inline static int32_t get_offset_of_strReservedXml_36() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strReservedXml_36)); } inline String_t* get_strReservedXml_36() const { return ___strReservedXml_36; } inline String_t** get_address_of_strReservedXml_36() { return &___strReservedXml_36; } inline void set_strReservedXml_36(String_t* value) { ___strReservedXml_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___strReservedXml_36), (void*)value); } inline static int32_t get_offset_of_baseURI_37() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___baseURI_37)); } inline String_t* get_baseURI_37() const { return ___baseURI_37; } inline String_t** get_address_of_baseURI_37() { return &___baseURI_37; } inline void set_baseURI_37(String_t* value) { ___baseURI_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseURI_37), (void*)value); } inline static int32_t get_offset_of_resolver_38() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___resolver_38)); } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * get_resolver_38() const { return ___resolver_38; } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A ** get_address_of_resolver_38() { return &___resolver_38; } inline void set_resolver_38(XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * value) { ___resolver_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolver_38), (void*)value); } inline static int32_t get_offset_of_bSetResolver_39() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___bSetResolver_39)); } inline bool get_bSetResolver_39() const { return ___bSetResolver_39; } inline bool* get_address_of_bSetResolver_39() { return &___bSetResolver_39; } inline void set_bSetResolver_39(bool value) { ___bSetResolver_39 = value; } inline static int32_t get_offset_of_objLock_40() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___objLock_40)); } inline RuntimeObject * get_objLock_40() const { return ___objLock_40; } inline RuntimeObject ** get_address_of_objLock_40() { return &___objLock_40; } inline void set_objLock_40(RuntimeObject * value) { ___objLock_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___objLock_40), (void*)value); } inline static int32_t get_offset_of_namespaceXml_41() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___namespaceXml_41)); } inline XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * get_namespaceXml_41() const { return ___namespaceXml_41; } inline XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D ** get_address_of_namespaceXml_41() { return &___namespaceXml_41; } inline void set_namespaceXml_41(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * value) { ___namespaceXml_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceXml_41), (void*)value); } }; struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields { public: // System.Xml.EmptyEnumerator System.Xml.XmlDocument::EmptyEnumerator EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * ___EmptyEnumerator_42; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::NotKnownSchemaInfo RuntimeObject* ___NotKnownSchemaInfo_43; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::ValidSchemaInfo RuntimeObject* ___ValidSchemaInfo_44; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::InvalidSchemaInfo RuntimeObject* ___InvalidSchemaInfo_45; public: inline static int32_t get_offset_of_EmptyEnumerator_42() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___EmptyEnumerator_42)); } inline EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * get_EmptyEnumerator_42() const { return ___EmptyEnumerator_42; } inline EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 ** get_address_of_EmptyEnumerator_42() { return &___EmptyEnumerator_42; } inline void set_EmptyEnumerator_42(EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * value) { ___EmptyEnumerator_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyEnumerator_42), (void*)value); } inline static int32_t get_offset_of_NotKnownSchemaInfo_43() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___NotKnownSchemaInfo_43)); } inline RuntimeObject* get_NotKnownSchemaInfo_43() const { return ___NotKnownSchemaInfo_43; } inline RuntimeObject** get_address_of_NotKnownSchemaInfo_43() { return &___NotKnownSchemaInfo_43; } inline void set_NotKnownSchemaInfo_43(RuntimeObject* value) { ___NotKnownSchemaInfo_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotKnownSchemaInfo_43), (void*)value); } inline static int32_t get_offset_of_ValidSchemaInfo_44() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___ValidSchemaInfo_44)); } inline RuntimeObject* get_ValidSchemaInfo_44() const { return ___ValidSchemaInfo_44; } inline RuntimeObject** get_address_of_ValidSchemaInfo_44() { return &___ValidSchemaInfo_44; } inline void set_ValidSchemaInfo_44(RuntimeObject* value) { ___ValidSchemaInfo_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___ValidSchemaInfo_44), (void*)value); } inline static int32_t get_offset_of_InvalidSchemaInfo_45() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___InvalidSchemaInfo_45)); } inline RuntimeObject* get_InvalidSchemaInfo_45() const { return ___InvalidSchemaInfo_45; } inline RuntimeObject** get_address_of_InvalidSchemaInfo_45() { return &___InvalidSchemaInfo_45; } inline void set_InvalidSchemaInfo_45(RuntimeObject* value) { ___InvalidSchemaInfo_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidSchemaInfo_45), (void*)value); } }; // System.Xml.XmlDocumentFragment struct XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlLinkedNode System.Xml.XmlDocumentFragment::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_1; public: inline static int32_t get_offset_of_lastChild_1() { return static_cast(offsetof(XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4, ___lastChild_1)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_1() const { return ___lastChild_1; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_1() { return &___lastChild_1; } inline void set_lastChild_1(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_1), (void*)value); } }; // System.Xml.XmlEntity struct XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.String System.Xml.XmlEntity::publicId String_t* ___publicId_1; // System.String System.Xml.XmlEntity::systemId String_t* ___systemId_2; // System.String System.Xml.XmlEntity::notationName String_t* ___notationName_3; // System.String System.Xml.XmlEntity::name String_t* ___name_4; // System.String System.Xml.XmlEntity::unparsedReplacementStr String_t* ___unparsedReplacementStr_5; // System.String System.Xml.XmlEntity::baseURI String_t* ___baseURI_6; // System.Xml.XmlLinkedNode System.Xml.XmlEntity::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_7; // System.Boolean System.Xml.XmlEntity::childrenFoliating bool ___childrenFoliating_8; public: inline static int32_t get_offset_of_publicId_1() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___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(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___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_notationName_3() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___notationName_3)); } inline String_t* get_notationName_3() const { return ___notationName_3; } inline String_t** get_address_of_notationName_3() { return &___notationName_3; } inline void set_notationName_3(String_t* value) { ___notationName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___notationName_3), (void*)value); } inline static int32_t get_offset_of_name_4() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___name_4)); } inline String_t* get_name_4() const { return ___name_4; } inline String_t** get_address_of_name_4() { return &___name_4; } inline void set_name_4(String_t* value) { ___name_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_4), (void*)value); } inline static int32_t get_offset_of_unparsedReplacementStr_5() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___unparsedReplacementStr_5)); } inline String_t* get_unparsedReplacementStr_5() const { return ___unparsedReplacementStr_5; } inline String_t** get_address_of_unparsedReplacementStr_5() { return &___unparsedReplacementStr_5; } inline void set_unparsedReplacementStr_5(String_t* value) { ___unparsedReplacementStr_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___unparsedReplacementStr_5), (void*)value); } inline static int32_t get_offset_of_baseURI_6() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___baseURI_6)); } inline String_t* get_baseURI_6() const { return ___baseURI_6; } inline String_t** get_address_of_baseURI_6() { return &___baseURI_6; } inline void set_baseURI_6(String_t* value) { ___baseURI_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseURI_6), (void*)value); } inline static int32_t get_offset_of_lastChild_7() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___lastChild_7)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_7() const { return ___lastChild_7; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_7() { return &___lastChild_7; } inline void set_lastChild_7(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_7), (void*)value); } inline static int32_t get_offset_of_childrenFoliating_8() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___childrenFoliating_8)); } inline bool get_childrenFoliating_8() const { return ___childrenFoliating_8; } inline bool* get_address_of_childrenFoliating_8() { return &___childrenFoliating_8; } inline void set_childrenFoliating_8(bool value) { ___childrenFoliating_8 = value; } }; // System.Xml.XmlLinkedNode struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::next XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___next_1; public: inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0, ___next_1)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_next_1() const { return ___next_1; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value); } }; // System.Xml.XmlRawWriter struct XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 : public XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D { public: // System.Xml.XmlRawWriterBase64Encoder System.Xml.XmlRawWriter::base64Encoder XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB * ___base64Encoder_0; // System.Xml.IXmlNamespaceResolver System.Xml.XmlRawWriter::resolver RuntimeObject* ___resolver_1; public: inline static int32_t get_offset_of_base64Encoder_0() { return static_cast(offsetof(XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5, ___base64Encoder_0)); } inline XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB * get_base64Encoder_0() const { return ___base64Encoder_0; } inline XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB ** get_address_of_base64Encoder_0() { return &___base64Encoder_0; } inline void set_base64Encoder_0(XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB * value) { ___base64Encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___base64Encoder_0), (void*)value); } inline static int32_t get_offset_of_resolver_1() { return static_cast(offsetof(XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5, ___resolver_1)); } inline RuntimeObject* get_resolver_1() const { return ___resolver_1; } inline RuntimeObject** get_address_of_resolver_1() { return &___resolver_1; } inline void set_resolver_1(RuntimeObject* value) { ___resolver_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolver_1), (void*)value); } }; // System.Xml.Schema.XmlSchemaAnnotated struct XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 : public XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 { public: public: }; // System.Xml.XmlTextReader struct XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 : public XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 { public: // System.Xml.XmlTextReaderImpl System.Xml.XmlTextReader::impl XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * ___impl_3; public: inline static int32_t get_offset_of_impl_3() { return static_cast(offsetof(XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5, ___impl_3)); } inline XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * get_impl_3() const { return ___impl_3; } inline XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 ** get_address_of_impl_3() { return &___impl_3; } inline void set_impl_3(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * value) { ___impl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_3), (void*)value); } }; // System.Xml.Schema.XsdDuration struct XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F { 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(offsetof(XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F, ___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(offsetof(XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F, ___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(offsetof(XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F, ___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(offsetof(XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F, ___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(offsetof(XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F, ___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(offsetof(XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F, ___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(offsetof(XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F, ___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; } }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_tC7B77C6E03E26C1F1AF040EFD0C39781AA933F30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_tC7B77C6E03E26C1F1AF040EFD0C39781AA933F30__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_t54BCCDB411CBD7F52430AE39E87F303CFE70D02C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_t54BCCDB411CBD7F52430AE39E87F303CFE70D02C__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=1212 struct __StaticArrayInitTypeSizeU3D1212_t91E860D8C2A662B4AF3C1E8EAC2229E84184C805 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1212_t91E860D8C2A662B4AF3C1E8EAC2229E84184C805__padding[1212]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t2393C932A111C37266F4F5EF72D83236B39AEC05 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t2393C932A111C37266F4F5EF72D83236B39AEC05__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=664 struct __StaticArrayInitTypeSizeU3D664_t43B28E2D56A4D823FF013967C731BA1EC63293E0 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D664_t43B28E2D56A4D823FF013967C731BA1EC63293E0__padding[664]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_t9FD699743C05C335C7FE75AC04876AF17F2D2E7A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_t9FD699743C05C335C7FE75AC04876AF17F2D2E7A__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=960 struct __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146__padding[960]; }; public: }; // System.Xml.XmlNamedNodeMap/SmallXmlNodeList struct SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE { public: // System.Object System.Xml.XmlNamedNodeMap/SmallXmlNodeList::field RuntimeObject * ___field_0; public: inline static int32_t get_offset_of_field_0() { return static_cast(offsetof(SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE, ___field_0)); } inline RuntimeObject * get_field_0() const { return ___field_0; } inline RuntimeObject ** get_address_of_field_0() { return &___field_0; } inline void set_field_0(RuntimeObject * value) { ___field_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___field_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Xml.XmlNamedNodeMap/SmallXmlNodeList struct SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE_marshaled_pinvoke { Il2CppIUnknown* ___field_0; }; // Native definition for COM marshalling of System.Xml.XmlNamedNodeMap/SmallXmlNodeList struct SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE_marshaled_com { Il2CppIUnknown* ___field_0; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020, ___m_task_2)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_m_task_2() const { return ___m_task_2; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F, ___m_task_2)); } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___current_3)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67, ___dictionary_0)); } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67, ___current_3)); } inline KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // struct U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields { public: // /__StaticArrayInitTypeSize=112 ::49C5BA13401986EC93E4677F52CBE2248184DFBD __StaticArrayInitTypeSizeU3D112_tC7B77C6E03E26C1F1AF040EFD0C39781AA933F30 ___49C5BA13401986EC93E4677F52CBE2248184DFBD_0; // /__StaticArrayInitTypeSize=960 ::553E235E202D57C9F1156E7D232E02BBDC920165 __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 ___553E235E202D57C9F1156E7D232E02BBDC920165_1; // /__StaticArrayInitTypeSize=12 ::5BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD __StaticArrayInitTypeSizeU3D12_t54BCCDB411CBD7F52430AE39E87F303CFE70D02C ___5BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2; // /__StaticArrayInitTypeSize=6 ::5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98 __StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3; // /__StaticArrayInitTypeSize=664 ::68D0F86889D5D656483EEE829BCEECDFEC91D8EA __StaticArrayInitTypeSizeU3D664_t43B28E2D56A4D823FF013967C731BA1EC63293E0 ___68D0F86889D5D656483EEE829BCEECDFEC91D8EA_4; // /__StaticArrayInitTypeSize=32 ::7A32E1A19C182315E4263A65A72066492550D8CD __StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2 ___7A32E1A19C182315E4263A65A72066492550D8CD_5; // /__StaticArrayInitTypeSize=960 ::977375E4E1ED54F588076ACA36CC17E6C2195CB9 __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 ___977375E4E1ED54F588076ACA36CC17E6C2195CB9_6; // /__StaticArrayInitTypeSize=28 ::9E31F24F64765FCAA589F589324D17C9FCF6A06D __StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_7; // /__StaticArrayInitTypeSize=68 ::A933F173482FF50754B4942AF8DFC584EF14A45B __StaticArrayInitTypeSizeU3D68_t9FD699743C05C335C7FE75AC04876AF17F2D2E7A ___A933F173482FF50754B4942AF8DFC584EF14A45B_8; // /__StaticArrayInitTypeSize=40 ::B9F0004E3873FDDCABFDA6174EA18F0859B637B4 __StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48 ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9; // /__StaticArrayInitTypeSize=20 ::BAD037B714E1CD1052149B51238A3D4351DD10B5 __StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87 ___BAD037B714E1CD1052149B51238A3D4351DD10B5_10; // System.Int64 ::EBC658B067B5C785A3F0BB67D73755F6FEE7F70C int64_t ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11; // /__StaticArrayInitTypeSize=36 ::ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4 __StaticArrayInitTypeSizeU3D36_t2393C932A111C37266F4F5EF72D83236B39AEC05 ___ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12; // /__StaticArrayInitTypeSize=64 ::EE3413A2C088FF9432054D6E60A7CB6A498D25F0 __StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13; // /__StaticArrayInitTypeSize=1212 ::FB0C58D8B3094F018764CC6E3094B9576DB08069 __StaticArrayInitTypeSizeU3D1212_t91E860D8C2A662B4AF3C1E8EAC2229E84184C805 ___FB0C58D8B3094F018764CC6E3094B9576DB08069_14; public: inline static int32_t get_offset_of_U349C5BA13401986EC93E4677F52CBE2248184DFBD_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___49C5BA13401986EC93E4677F52CBE2248184DFBD_0)); } inline __StaticArrayInitTypeSizeU3D112_tC7B77C6E03E26C1F1AF040EFD0C39781AA933F30 get_U349C5BA13401986EC93E4677F52CBE2248184DFBD_0() const { return ___49C5BA13401986EC93E4677F52CBE2248184DFBD_0; } inline __StaticArrayInitTypeSizeU3D112_tC7B77C6E03E26C1F1AF040EFD0C39781AA933F30 * get_address_of_U349C5BA13401986EC93E4677F52CBE2248184DFBD_0() { return &___49C5BA13401986EC93E4677F52CBE2248184DFBD_0; } inline void set_U349C5BA13401986EC93E4677F52CBE2248184DFBD_0(__StaticArrayInitTypeSizeU3D112_tC7B77C6E03E26C1F1AF040EFD0C39781AA933F30 value) { ___49C5BA13401986EC93E4677F52CBE2248184DFBD_0 = value; } inline static int32_t get_offset_of_U3553E235E202D57C9F1156E7D232E02BBDC920165_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___553E235E202D57C9F1156E7D232E02BBDC920165_1)); } inline __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 get_U3553E235E202D57C9F1156E7D232E02BBDC920165_1() const { return ___553E235E202D57C9F1156E7D232E02BBDC920165_1; } inline __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 * get_address_of_U3553E235E202D57C9F1156E7D232E02BBDC920165_1() { return &___553E235E202D57C9F1156E7D232E02BBDC920165_1; } inline void set_U3553E235E202D57C9F1156E7D232E02BBDC920165_1(__StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 value) { ___553E235E202D57C9F1156E7D232E02BBDC920165_1 = value; } inline static int32_t get_offset_of_U35BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___5BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2)); } inline __StaticArrayInitTypeSizeU3D12_t54BCCDB411CBD7F52430AE39E87F303CFE70D02C get_U35BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2() const { return ___5BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2; } inline __StaticArrayInitTypeSizeU3D12_t54BCCDB411CBD7F52430AE39E87F303CFE70D02C * get_address_of_U35BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2() { return &___5BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2; } inline void set_U35BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2(__StaticArrayInitTypeSizeU3D12_t54BCCDB411CBD7F52430AE39E87F303CFE70D02C value) { ___5BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2 = value; } inline static int32_t get_offset_of_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3)); } inline __StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB get_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3() const { return ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3; } inline __StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB * get_address_of_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3() { return &___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3; } inline void set_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3(__StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB value) { ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3 = value; } inline static int32_t get_offset_of_U368D0F86889D5D656483EEE829BCEECDFEC91D8EA_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___68D0F86889D5D656483EEE829BCEECDFEC91D8EA_4)); } inline __StaticArrayInitTypeSizeU3D664_t43B28E2D56A4D823FF013967C731BA1EC63293E0 get_U368D0F86889D5D656483EEE829BCEECDFEC91D8EA_4() const { return ___68D0F86889D5D656483EEE829BCEECDFEC91D8EA_4; } inline __StaticArrayInitTypeSizeU3D664_t43B28E2D56A4D823FF013967C731BA1EC63293E0 * get_address_of_U368D0F86889D5D656483EEE829BCEECDFEC91D8EA_4() { return &___68D0F86889D5D656483EEE829BCEECDFEC91D8EA_4; } inline void set_U368D0F86889D5D656483EEE829BCEECDFEC91D8EA_4(__StaticArrayInitTypeSizeU3D664_t43B28E2D56A4D823FF013967C731BA1EC63293E0 value) { ___68D0F86889D5D656483EEE829BCEECDFEC91D8EA_4 = value; } inline static int32_t get_offset_of_U37A32E1A19C182315E4263A65A72066492550D8CD_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___7A32E1A19C182315E4263A65A72066492550D8CD_5)); } inline __StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2 get_U37A32E1A19C182315E4263A65A72066492550D8CD_5() const { return ___7A32E1A19C182315E4263A65A72066492550D8CD_5; } inline __StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2 * get_address_of_U37A32E1A19C182315E4263A65A72066492550D8CD_5() { return &___7A32E1A19C182315E4263A65A72066492550D8CD_5; } inline void set_U37A32E1A19C182315E4263A65A72066492550D8CD_5(__StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2 value) { ___7A32E1A19C182315E4263A65A72066492550D8CD_5 = value; } inline static int32_t get_offset_of_U3977375E4E1ED54F588076ACA36CC17E6C2195CB9_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___977375E4E1ED54F588076ACA36CC17E6C2195CB9_6)); } inline __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 get_U3977375E4E1ED54F588076ACA36CC17E6C2195CB9_6() const { return ___977375E4E1ED54F588076ACA36CC17E6C2195CB9_6; } inline __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 * get_address_of_U3977375E4E1ED54F588076ACA36CC17E6C2195CB9_6() { return &___977375E4E1ED54F588076ACA36CC17E6C2195CB9_6; } inline void set_U3977375E4E1ED54F588076ACA36CC17E6C2195CB9_6(__StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 value) { ___977375E4E1ED54F588076ACA36CC17E6C2195CB9_6 = value; } inline static int32_t get_offset_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_7)); } inline __StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E get_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_7() const { return ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_7; } inline __StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E * get_address_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_7() { return &___9E31F24F64765FCAA589F589324D17C9FCF6A06D_7; } inline void set_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_7(__StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E value) { ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_7 = value; } inline static int32_t get_offset_of_A933F173482FF50754B4942AF8DFC584EF14A45B_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___A933F173482FF50754B4942AF8DFC584EF14A45B_8)); } inline __StaticArrayInitTypeSizeU3D68_t9FD699743C05C335C7FE75AC04876AF17F2D2E7A get_A933F173482FF50754B4942AF8DFC584EF14A45B_8() const { return ___A933F173482FF50754B4942AF8DFC584EF14A45B_8; } inline __StaticArrayInitTypeSizeU3D68_t9FD699743C05C335C7FE75AC04876AF17F2D2E7A * get_address_of_A933F173482FF50754B4942AF8DFC584EF14A45B_8() { return &___A933F173482FF50754B4942AF8DFC584EF14A45B_8; } inline void set_A933F173482FF50754B4942AF8DFC584EF14A45B_8(__StaticArrayInitTypeSizeU3D68_t9FD699743C05C335C7FE75AC04876AF17F2D2E7A value) { ___A933F173482FF50754B4942AF8DFC584EF14A45B_8 = value; } inline static int32_t get_offset_of_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9)); } inline __StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48 get_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9() const { return ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9; } inline __StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48 * get_address_of_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9() { return &___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9; } inline void set_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9(__StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48 value) { ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9 = value; } inline static int32_t get_offset_of_BAD037B714E1CD1052149B51238A3D4351DD10B5_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___BAD037B714E1CD1052149B51238A3D4351DD10B5_10)); } inline __StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87 get_BAD037B714E1CD1052149B51238A3D4351DD10B5_10() const { return ___BAD037B714E1CD1052149B51238A3D4351DD10B5_10; } inline __StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87 * get_address_of_BAD037B714E1CD1052149B51238A3D4351DD10B5_10() { return &___BAD037B714E1CD1052149B51238A3D4351DD10B5_10; } inline void set_BAD037B714E1CD1052149B51238A3D4351DD10B5_10(__StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87 value) { ___BAD037B714E1CD1052149B51238A3D4351DD10B5_10 = value; } inline static int32_t get_offset_of_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11)); } inline int64_t get_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11() const { return ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11; } inline int64_t* get_address_of_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11() { return &___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11; } inline void set_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11(int64_t value) { ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11 = value; } inline static int32_t get_offset_of_ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12)); } inline __StaticArrayInitTypeSizeU3D36_t2393C932A111C37266F4F5EF72D83236B39AEC05 get_ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12() const { return ___ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12; } inline __StaticArrayInitTypeSizeU3D36_t2393C932A111C37266F4F5EF72D83236B39AEC05 * get_address_of_ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12() { return &___ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12; } inline void set_ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12(__StaticArrayInitTypeSizeU3D36_t2393C932A111C37266F4F5EF72D83236B39AEC05 value) { ___ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12 = value; } inline static int32_t get_offset_of_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13)); } inline __StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD get_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13() const { return ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13; } inline __StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD * get_address_of_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13() { return &___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13; } inline void set_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13(__StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD value) { ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13 = value; } inline static int32_t get_offset_of_FB0C58D8B3094F018764CC6E3094B9576DB08069_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___FB0C58D8B3094F018764CC6E3094B9576DB08069_14)); } inline __StaticArrayInitTypeSizeU3D1212_t91E860D8C2A662B4AF3C1E8EAC2229E84184C805 get_FB0C58D8B3094F018764CC6E3094B9576DB08069_14() const { return ___FB0C58D8B3094F018764CC6E3094B9576DB08069_14; } inline __StaticArrayInitTypeSizeU3D1212_t91E860D8C2A662B4AF3C1E8EAC2229E84184C805 * get_address_of_FB0C58D8B3094F018764CC6E3094B9576DB08069_14() { return &___FB0C58D8B3094F018764CC6E3094B9576DB08069_14; } inline void set_FB0C58D8B3094F018764CC6E3094B9576DB08069_14(__StaticArrayInitTypeSizeU3D1212_t91E860D8C2A662B4AF3C1E8EAC2229E84184C805 value) { ___FB0C58D8B3094F018764CC6E3094B9576DB08069_14 = value; } }; // System.Net.Security.AuthenticationLevel struct AuthenticationLevel_tABDA8290B869DCA69B73080E99B1E3FE6F475165 { public: // System.Int32 System.Net.Security.AuthenticationLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AuthenticationLevel_tABDA8290B869DCA69B73080E99B1E3FE6F475165, ___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_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___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.ConformanceLevel struct ConformanceLevel_tDDD7A5E189C7A150AB656A9070173CD8C2A5B653 { public: // System.Int32 System.Xml.ConformanceLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConformanceLevel_tDDD7A5E189C7A150AB656A9070173CD8C2A5B653, ___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.DateTimeKind struct DateTimeKind_tA0B5F3F88991AC3B7F24393E15B54062722571D0 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeKind_tA0B5F3F88991AC3B7F24393E15B54062722571D0, ___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.DateTimeOffset struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 { public: // System.DateTime System.DateTimeOffset::m_dateTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_dateTime_2; // System.Int16 System.DateTimeOffset::m_offsetMinutes int16_t ___m_offsetMinutes_3; public: inline static int32_t get_offset_of_m_dateTime_2() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_dateTime_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_dateTime_2() const { return ___m_dateTime_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_dateTime_2() { return &___m_dateTime_2; } inline void set_m_dateTime_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_dateTime_2 = value; } inline static int32_t get_offset_of_m_offsetMinutes_3() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_offsetMinutes_3)); } inline int16_t get_m_offsetMinutes_3() const { return ___m_offsetMinutes_3; } inline int16_t* get_address_of_m_offsetMinutes_3() { return &___m_offsetMinutes_3; } inline void set_m_offsetMinutes_3(int16_t value) { ___m_offsetMinutes_3 = value; } }; struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MinValue_0; // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MaxValue_1; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MinValue_0)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MinValue_0() const { return ___MinValue_0; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MaxValue_1)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MaxValue_1() const { return ___MaxValue_1; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MaxValue_1 = value; } }; // System.Net.DecompressionMethods struct DecompressionMethods_t76ACF45ED0A6BDCC13358657248D674BCC1015BC { public: // System.Int32 System.Net.DecompressionMethods::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DecompressionMethods_t76ACF45ED0A6BDCC13358657248D674BCC1015BC, ___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.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_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___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(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(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(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(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(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(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(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(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(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(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(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_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___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_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Xml.DocumentXPathNavigator struct DocumentXPathNavigator_tC355B8E9BFDC0695C434EA43D460625C3892BA9C : public XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 { public: // System.Xml.XmlDocument System.Xml.DocumentXPathNavigator::document XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___document_4; // System.Xml.XmlNode System.Xml.DocumentXPathNavigator::source XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___source_5; // System.Int32 System.Xml.DocumentXPathNavigator::attributeIndex int32_t ___attributeIndex_6; // System.Xml.XmlElement System.Xml.DocumentXPathNavigator::namespaceParent XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___namespaceParent_7; public: inline static int32_t get_offset_of_document_4() { return static_cast(offsetof(DocumentXPathNavigator_tC355B8E9BFDC0695C434EA43D460625C3892BA9C, ___document_4)); } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * get_document_4() const { return ___document_4; } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F ** get_address_of_document_4() { return &___document_4; } inline void set_document_4(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * value) { ___document_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___document_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(DocumentXPathNavigator_tC355B8E9BFDC0695C434EA43D460625C3892BA9C, ___source_5)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_source_5() const { return ___source_5; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } inline static int32_t get_offset_of_attributeIndex_6() { return static_cast(offsetof(DocumentXPathNavigator_tC355B8E9BFDC0695C434EA43D460625C3892BA9C, ___attributeIndex_6)); } inline int32_t get_attributeIndex_6() const { return ___attributeIndex_6; } inline int32_t* get_address_of_attributeIndex_6() { return &___attributeIndex_6; } inline void set_attributeIndex_6(int32_t value) { ___attributeIndex_6 = value; } inline static int32_t get_offset_of_namespaceParent_7() { return static_cast(offsetof(DocumentXPathNavigator_tC355B8E9BFDC0695C434EA43D460625C3892BA9C, ___namespaceParent_7)); } inline XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * get_namespaceParent_7() const { return ___namespaceParent_7; } inline XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF ** get_address_of_namespaceParent_7() { return &___namespaceParent_7; } inline void set_namespaceParent_7(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * value) { ___namespaceParent_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceParent_7), (void*)value); } }; // System.Xml.EntityHandling struct EntityHandling_t0675E831FDCD3EBD42A6E4EDEE14C32C58F74B90 { public: // System.Int32 System.Xml.EntityHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EntityHandling_t0675E831FDCD3EBD42A6E4EDEE14C32C58F74B90, ___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.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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(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(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(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(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(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(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(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(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(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(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(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(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(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* 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(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* 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(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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Xml.ExceptionType struct ExceptionType_t7FE8075D25307AFE6AA02C34899023BC4C9B7B23 { public: // System.Int32 System.Xml.ExceptionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionType_t7FE8075D25307AFE6AA02C34899023BC4C9B7B23, ___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.IO.FileAccess struct FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B, ___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.IO.FileMode struct FileMode_t7AB84351F909CC2A0F99B798E50C6E8610994336 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileMode_t7AB84351F909CC2A0F99B798E50C6E8610994336, ___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.IO.FileShare struct FileShare_t335C3032B91F35BECF45855A61AF9FA5BB9C07BB { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileShare_t335C3032B91F35BECF45855A61AF9FA5BB9C07BB, ___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.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC : public RuntimeObject { public: // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___buckets_10; // System.Int32 System.Collections.Hashtable::count int32_t ___count_11; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_12; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_13; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_17; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_20; public: inline static int32_t get_offset_of_buckets_10() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_10)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_11)); } inline int32_t get_count_11() const { return ___count_11; } inline int32_t* get_address_of_count_11() { return &___count_11; } inline void set_count_11(int32_t value) { ___count_11 = value; } inline static int32_t get_offset_of_occupancy_12() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_12)); } inline int32_t get_occupancy_12() const { return ___occupancy_12; } inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; } inline void set_occupancy_12(int32_t value) { ___occupancy_12 = value; } inline static int32_t get_offset_of_loadsize_13() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_13)); } inline int32_t get_loadsize_13() const { return ___loadsize_13; } inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; } inline void set_loadsize_13(int32_t value) { ___loadsize_13 = value; } inline static int32_t get_offset_of_loadFactor_14() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_14)); } inline float get_loadFactor_14() const { return ___loadFactor_14; } inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; } inline void set_loadFactor_14(float value) { ___loadFactor_14 = value; } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_15)); } inline int32_t get_version_15() const { return ___version_15; } inline int32_t* get_address_of_version_15() { return &___version_15; } inline void set_version_15(int32_t value) { ___version_15 = value; } inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_16)); } inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; } inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; } inline void set_isWriterInProgress_16(bool value) { ___isWriterInProgress_16 = value; } inline static int32_t get_offset_of_keys_17() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_17)); } inline RuntimeObject* get_keys_17() const { return ___keys_17; } inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; } inline void set_keys_17(RuntimeObject* value) { ___keys_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value); } inline static int32_t get_offset_of_values_18() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___values_18)); } inline RuntimeObject* get_values_18() const { return ___values_18; } inline RuntimeObject** get_address_of_values_18() { return &___values_18; } inline void set_values_18(RuntimeObject* value) { ___values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value); } inline static int32_t get_offset_of__keycomparer_19() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_19)); } inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; } inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; } inline void set__keycomparer_19(RuntimeObject* value) { ____keycomparer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value); } inline static int32_t get_offset_of__syncRoot_20() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_20)); } inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; } inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; } inline void set__syncRoot_20(RuntimeObject * value) { ____syncRoot_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value); } }; // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B : public Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 { public: // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::_groupcoll GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * ____groupcoll_9; // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ____regex_10; // System.Int32 System.Text.RegularExpressions.Match::_textbeg int32_t ____textbeg_11; // System.Int32 System.Text.RegularExpressions.Match::_textpos int32_t ____textpos_12; // System.Int32 System.Text.RegularExpressions.Match::_textend int32_t ____textend_13; // System.Int32 System.Text.RegularExpressions.Match::_textstart int32_t ____textstart_14; // System.Int32[][] System.Text.RegularExpressions.Match::_matches Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ____matches_15; // System.Int32[] System.Text.RegularExpressions.Match::_matchcount Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____matchcount_16; // System.Boolean System.Text.RegularExpressions.Match::_balancing bool ____balancing_17; public: inline static int32_t get_offset_of__groupcoll_9() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____groupcoll_9)); } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * get__groupcoll_9() const { return ____groupcoll_9; } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 ** get_address_of__groupcoll_9() { return &____groupcoll_9; } inline void set__groupcoll_9(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * value) { ____groupcoll_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____groupcoll_9), (void*)value); } inline static int32_t get_offset_of__regex_10() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____regex_10)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get__regex_10() const { return ____regex_10; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of__regex_10() { return &____regex_10; } inline void set__regex_10(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ____regex_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_10), (void*)value); } inline static int32_t get_offset_of__textbeg_11() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textbeg_11)); } inline int32_t get__textbeg_11() const { return ____textbeg_11; } inline int32_t* get_address_of__textbeg_11() { return &____textbeg_11; } inline void set__textbeg_11(int32_t value) { ____textbeg_11 = value; } inline static int32_t get_offset_of__textpos_12() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textpos_12)); } inline int32_t get__textpos_12() const { return ____textpos_12; } inline int32_t* get_address_of__textpos_12() { return &____textpos_12; } inline void set__textpos_12(int32_t value) { ____textpos_12 = value; } inline static int32_t get_offset_of__textend_13() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textend_13)); } inline int32_t get__textend_13() const { return ____textend_13; } inline int32_t* get_address_of__textend_13() { return &____textend_13; } inline void set__textend_13(int32_t value) { ____textend_13 = value; } inline static int32_t get_offset_of__textstart_14() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textstart_14)); } inline int32_t get__textstart_14() const { return ____textstart_14; } inline int32_t* get_address_of__textstart_14() { return &____textstart_14; } inline void set__textstart_14(int32_t value) { ____textstart_14 = value; } inline static int32_t get_offset_of__matches_15() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matches_15)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get__matches_15() const { return ____matches_15; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of__matches_15() { return &____matches_15; } inline void set__matches_15(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ____matches_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_15), (void*)value); } inline static int32_t get_offset_of__matchcount_16() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matchcount_16)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__matchcount_16() const { return ____matchcount_16; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__matchcount_16() { return &____matchcount_16; } inline void set__matchcount_16(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____matchcount_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____matchcount_16), (void*)value); } inline static int32_t get_offset_of__balancing_17() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____balancing_17)); } inline bool get__balancing_17() const { return ____balancing_17; } inline bool* get_address_of__balancing_17() { return &____balancing_17; } inline void set__balancing_17(bool value) { ____balancing_17 = value; } }; struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::_empty Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ____empty_8; public: inline static int32_t get_offset_of__empty_8() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields, ____empty_8)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get__empty_8() const { return ____empty_8; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of__empty_8() { return &____empty_8; } inline void set__empty_8(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ____empty_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____empty_8), (void*)value); } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // System.Xml.NamespaceHandling struct NamespaceHandling_t7974F9A117390EC627D6C12EB7219594674ADC80 { public: // System.Int32 System.Xml.NamespaceHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NamespaceHandling_t7974F9A117390EC627D6C12EB7219594674ADC80, ___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.NewLineHandling struct NewLineHandling_t416C739C0EBCB5F7CAE1A72562592E6FA6289CCA { public: // System.Int32 System.Xml.NewLineHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NewLineHandling_t416C739C0EBCB5F7CAE1A72562592E6FA6289CCA, ___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.NumberStyles struct NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594, ___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.Security.Permissions.PermissionState struct PermissionState_t8992AD46805E92D07E3BB37657F9E2C75302D4D9 { public: // System.Int32 System.Security.Permissions.PermissionState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PermissionState_t8992AD46805E92D07E3BB37657F9E2C75302D4D9, ___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.Text.RegularExpressions.RegexOptions struct RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4, ___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.Net.Cache.RequestCacheLevel struct RequestCacheLevel_t26F97AE5EF38C0C115B2B4DF0DE3B73CA1B2ADF4 { public: // System.Int32 System.Net.Cache.RequestCacheLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RequestCacheLevel_t26F97AE5EF38C0C115B2B4DF0DE3B73CA1B2ADF4, ___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_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___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_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___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.Xml.Schema.SchemaType struct SchemaType_tEB15E34E0729AA4438855C9D6E1FA56F7759B55F { public: // System.Int32 System.Xml.Schema.SchemaType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SchemaType_tEB15E34E0729AA4438855C9D6E1FA56F7759B55F, ___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.Net.ServicePoint struct ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 : public RuntimeObject { public: // System.Uri System.Net.ServicePoint::uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri_0; // System.DateTime System.Net.ServicePoint::lastDnsResolve DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastDnsResolve_1; // System.Version System.Net.ServicePoint::protocolVersion Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___protocolVersion_2; // System.Net.IPHostEntry System.Net.ServicePoint::host IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * ___host_3; // System.Boolean System.Net.ServicePoint::usesProxy bool ___usesProxy_4; // System.Boolean System.Net.ServicePoint::sendContinue bool ___sendContinue_5; // System.Boolean System.Net.ServicePoint::useConnect bool ___useConnect_6; // System.Object System.Net.ServicePoint::hostE RuntimeObject * ___hostE_7; // System.Boolean System.Net.ServicePoint::useNagle bool ___useNagle_8; // System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * ___endPointCallback_9; // System.Boolean System.Net.ServicePoint::tcp_keepalive bool ___tcp_keepalive_10; // System.Int32 System.Net.ServicePoint::tcp_keepalive_time int32_t ___tcp_keepalive_time_11; // System.Int32 System.Net.ServicePoint::tcp_keepalive_interval int32_t ___tcp_keepalive_interval_12; // System.Net.ServicePointScheduler System.Net.ServicePoint::k__BackingField ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * ___U3CSchedulerU3Ek__BackingField_13; // System.Object System.Net.ServicePoint::m_ServerCertificateOrBytes RuntimeObject * ___m_ServerCertificateOrBytes_14; // System.Object System.Net.ServicePoint::m_ClientCertificateOrBytes RuntimeObject * ___m_ClientCertificateOrBytes_15; public: inline static int32_t get_offset_of_uri_0() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___uri_0)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_uri_0() const { return ___uri_0; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_uri_0() { return &___uri_0; } inline void set_uri_0(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___uri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_0), (void*)value); } inline static int32_t get_offset_of_lastDnsResolve_1() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___lastDnsResolve_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastDnsResolve_1() const { return ___lastDnsResolve_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastDnsResolve_1() { return &___lastDnsResolve_1; } inline void set_lastDnsResolve_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastDnsResolve_1 = value; } inline static int32_t get_offset_of_protocolVersion_2() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___protocolVersion_2)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_protocolVersion_2() const { return ___protocolVersion_2; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_protocolVersion_2() { return &___protocolVersion_2; } inline void set_protocolVersion_2(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___protocolVersion_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___protocolVersion_2), (void*)value); } inline static int32_t get_offset_of_host_3() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___host_3)); } inline IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * get_host_3() const { return ___host_3; } inline IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA ** get_address_of_host_3() { return &___host_3; } inline void set_host_3(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * value) { ___host_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___host_3), (void*)value); } inline static int32_t get_offset_of_usesProxy_4() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___usesProxy_4)); } inline bool get_usesProxy_4() const { return ___usesProxy_4; } inline bool* get_address_of_usesProxy_4() { return &___usesProxy_4; } inline void set_usesProxy_4(bool value) { ___usesProxy_4 = value; } inline static int32_t get_offset_of_sendContinue_5() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___sendContinue_5)); } inline bool get_sendContinue_5() const { return ___sendContinue_5; } inline bool* get_address_of_sendContinue_5() { return &___sendContinue_5; } inline void set_sendContinue_5(bool value) { ___sendContinue_5 = value; } inline static int32_t get_offset_of_useConnect_6() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___useConnect_6)); } inline bool get_useConnect_6() const { return ___useConnect_6; } inline bool* get_address_of_useConnect_6() { return &___useConnect_6; } inline void set_useConnect_6(bool value) { ___useConnect_6 = value; } inline static int32_t get_offset_of_hostE_7() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___hostE_7)); } inline RuntimeObject * get_hostE_7() const { return ___hostE_7; } inline RuntimeObject ** get_address_of_hostE_7() { return &___hostE_7; } inline void set_hostE_7(RuntimeObject * value) { ___hostE_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___hostE_7), (void*)value); } inline static int32_t get_offset_of_useNagle_8() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___useNagle_8)); } inline bool get_useNagle_8() const { return ___useNagle_8; } inline bool* get_address_of_useNagle_8() { return &___useNagle_8; } inline void set_useNagle_8(bool value) { ___useNagle_8 = value; } inline static int32_t get_offset_of_endPointCallback_9() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___endPointCallback_9)); } inline BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * get_endPointCallback_9() const { return ___endPointCallback_9; } inline BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 ** get_address_of_endPointCallback_9() { return &___endPointCallback_9; } inline void set_endPointCallback_9(BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * value) { ___endPointCallback_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___endPointCallback_9), (void*)value); } inline static int32_t get_offset_of_tcp_keepalive_10() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___tcp_keepalive_10)); } inline bool get_tcp_keepalive_10() const { return ___tcp_keepalive_10; } inline bool* get_address_of_tcp_keepalive_10() { return &___tcp_keepalive_10; } inline void set_tcp_keepalive_10(bool value) { ___tcp_keepalive_10 = value; } inline static int32_t get_offset_of_tcp_keepalive_time_11() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___tcp_keepalive_time_11)); } inline int32_t get_tcp_keepalive_time_11() const { return ___tcp_keepalive_time_11; } inline int32_t* get_address_of_tcp_keepalive_time_11() { return &___tcp_keepalive_time_11; } inline void set_tcp_keepalive_time_11(int32_t value) { ___tcp_keepalive_time_11 = value; } inline static int32_t get_offset_of_tcp_keepalive_interval_12() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___tcp_keepalive_interval_12)); } inline int32_t get_tcp_keepalive_interval_12() const { return ___tcp_keepalive_interval_12; } inline int32_t* get_address_of_tcp_keepalive_interval_12() { return &___tcp_keepalive_interval_12; } inline void set_tcp_keepalive_interval_12(int32_t value) { ___tcp_keepalive_interval_12 = value; } inline static int32_t get_offset_of_U3CSchedulerU3Ek__BackingField_13() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___U3CSchedulerU3Ek__BackingField_13)); } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * get_U3CSchedulerU3Ek__BackingField_13() const { return ___U3CSchedulerU3Ek__BackingField_13; } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 ** get_address_of_U3CSchedulerU3Ek__BackingField_13() { return &___U3CSchedulerU3Ek__BackingField_13; } inline void set_U3CSchedulerU3Ek__BackingField_13(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * value) { ___U3CSchedulerU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSchedulerU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_m_ServerCertificateOrBytes_14() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___m_ServerCertificateOrBytes_14)); } inline RuntimeObject * get_m_ServerCertificateOrBytes_14() const { return ___m_ServerCertificateOrBytes_14; } inline RuntimeObject ** get_address_of_m_ServerCertificateOrBytes_14() { return &___m_ServerCertificateOrBytes_14; } inline void set_m_ServerCertificateOrBytes_14(RuntimeObject * value) { ___m_ServerCertificateOrBytes_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ServerCertificateOrBytes_14), (void*)value); } inline static int32_t get_offset_of_m_ClientCertificateOrBytes_15() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___m_ClientCertificateOrBytes_15)); } inline RuntimeObject * get_m_ClientCertificateOrBytes_15() const { return ___m_ClientCertificateOrBytes_15; } inline RuntimeObject ** get_address_of_m_ClientCertificateOrBytes_15() { return &___m_ClientCertificateOrBytes_15; } inline void set_m_ClientCertificateOrBytes_15(RuntimeObject * value) { ___m_ClientCertificateOrBytes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ClientCertificateOrBytes_15), (void*)value); } }; // System.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___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.IO.StringReader struct StringReader_t74E352C280EAC22C878867444978741F19E1F895 : public TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F { public: // System.String System.IO.StringReader::_s String_t* ____s_4; // System.Int32 System.IO.StringReader::_pos int32_t ____pos_5; // System.Int32 System.IO.StringReader::_length int32_t ____length_6; public: inline static int32_t get_offset_of__s_4() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____s_4)); } inline String_t* get__s_4() const { return ____s_4; } inline String_t** get_address_of__s_4() { return &____s_4; } inline void set__s_4(String_t* value) { ____s_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____s_4), (void*)value); } inline static int32_t get_offset_of__pos_5() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____pos_5)); } inline int32_t get__pos_5() const { return ____pos_5; } inline int32_t* get_address_of__pos_5() { return &____pos_5; } inline void set__pos_5(int32_t value) { ____pos_5 = value; } inline static int32_t get_offset_of__length_6() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____length_6)); } inline int32_t get__length_6() const { return ____length_6; } inline int32_t* get_address_of__length_6() { return &____length_6; } inline void set__length_6(int32_t value) { ____length_6 = value; } }; // System.StringSplitOptions struct StringSplitOptions_tCBE57E9DF0385CEE90AEE9C25D18BD20E30D29D3 { public: // System.Int32 System.StringSplitOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringSplitOptions_tCBE57E9DF0385CEE90AEE9C25D18BD20E30D29D3, ___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.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_28; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_33; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_28() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_28)); } inline RuntimeObject * get_m_continuationObject_28() const { return ___m_continuationObject_28; } inline RuntimeObject ** get_address_of_m_continuationObject_28() { return &___m_continuationObject_28; } inline void set_m_continuationObject_28(RuntimeObject * value) { ___m_continuationObject_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_28), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_33() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_33)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_33() const { return ___m_contingentProperties_33; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_33() { return &___m_contingentProperties_33; } inline void set_m_contingentProperties_33(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_33), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_29; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_30; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_31; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_32; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_34; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_35; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_36; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_37; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_38; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_39; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_29() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_29)); } inline RuntimeObject * get_s_taskCompletionSentinel_29() const { return ___s_taskCompletionSentinel_29; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_29() { return &___s_taskCompletionSentinel_29; } inline void set_s_taskCompletionSentinel_29(RuntimeObject * value) { ___s_taskCompletionSentinel_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_29), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_30() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_30)); } inline bool get_s_asyncDebuggingEnabled_30() const { return ___s_asyncDebuggingEnabled_30; } inline bool* get_address_of_s_asyncDebuggingEnabled_30() { return &___s_asyncDebuggingEnabled_30; } inline void set_s_asyncDebuggingEnabled_30(bool value) { ___s_asyncDebuggingEnabled_30 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_31() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_31)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_31() const { return ___s_currentActiveTasks_31; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_31() { return &___s_currentActiveTasks_31; } inline void set_s_currentActiveTasks_31(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_31), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_32() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_32)); } inline RuntimeObject * get_s_activeTasksLock_32() const { return ___s_activeTasksLock_32; } inline RuntimeObject ** get_address_of_s_activeTasksLock_32() { return &___s_activeTasksLock_32; } inline void set_s_activeTasksLock_32(RuntimeObject * value) { ___s_activeTasksLock_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_32), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_34() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_34)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_34() const { return ___s_taskCancelCallback_34; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_34() { return &___s_taskCancelCallback_34; } inline void set_s_taskCancelCallback_34(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_34), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_35() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_35)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_35() const { return ___s_createContingentProperties_35; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_35() { return &___s_createContingentProperties_35; } inline void set_s_createContingentProperties_35(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_35), (void*)value); } inline static int32_t get_offset_of_s_completedTask_36() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_36)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_36() const { return ___s_completedTask_36; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_36() { return &___s_completedTask_36; } inline void set_s_completedTask_36(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_36), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_37() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_37)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_37() const { return ___s_IsExceptionObservedByParentPredicate_37; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_37() { return &___s_IsExceptionObservedByParentPredicate_37; } inline void set_s_IsExceptionObservedByParentPredicate_37(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_37), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_38() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_38)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_38() const { return ___s_ecCallback_38; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_38() { return &___s_ecCallback_38; } inline void set_s_ecCallback_38(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_38), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_39() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_39)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_39() const { return ___s_IsTaskContinuationNullPredicate_39; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_39() { return &___s_IsTaskContinuationNullPredicate_39; } inline void set_s_IsTaskContinuationNullPredicate_39(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_39), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // System.Security.Principal.TokenImpersonationLevel struct TokenImpersonationLevel_t666D9E038A04949CBCDDDBA08E5FD612F3EE4838 { public: // System.Int32 System.Security.Principal.TokenImpersonationLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TokenImpersonationLevel_t666D9E038A04949CBCDDDBA08E5FD612F3EE4838, ___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.TriState struct TriState_t14A7E0F892D0205A14EF016A6610223577276FD7 { public: // System.Int32 System.Xml.TriState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TriState_t14A7E0F892D0205A14EF016A6610223577276FD7, ___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.TypeCode struct TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C { public: // System.Int32 System.TypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C, ___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.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___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.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___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_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___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.WeakReference struct WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 : public RuntimeObject { public: // System.Boolean System.WeakReference::isLongReference bool ___isLongReference_0; // System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___gcHandle_1; public: inline static int32_t get_offset_of_isLongReference_0() { return static_cast(offsetof(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76, ___isLongReference_0)); } inline bool get_isLongReference_0() const { return ___isLongReference_0; } inline bool* get_address_of_isLongReference_0() { return &___isLongReference_0; } inline void set_isLongReference_0(bool value) { ___isLongReference_0 = value; } inline static int32_t get_offset_of_gcHandle_1() { return static_cast(offsetof(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76, ___gcHandle_1)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_gcHandle_1() const { return ___gcHandle_1; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_gcHandle_1() { return &___gcHandle_1; } inline void set_gcHandle_1(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___gcHandle_1 = value; } }; // System.Xml.WriteState struct WriteState_t5FC2A1D32436519584C900786EA9C0E15D9317C6 { public: // System.Int32 System.Xml.WriteState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WriteState_t5FC2A1D32436519584C900786EA9C0E15D9317C6, ___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_tC6A2904E5E0084569595992B18839ADF01728762 { 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(offsetof(XPathNodeType_tC6A2904E5E0084569595992B18839ADF01728762, ___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.XmlAutoDetectWriter struct XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 : public XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 { public: // System.Xml.XmlRawWriter System.Xml.XmlAutoDetectWriter::wrapped XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * ___wrapped_2; // System.Xml.OnRemoveWriter System.Xml.XmlAutoDetectWriter::onRemove OnRemoveWriter_t7810F8F0B2E83630AB109B52D2A06F3A9AA8A30B * ___onRemove_3; // System.Xml.XmlWriterSettings System.Xml.XmlAutoDetectWriter::writerSettings XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___writerSettings_4; // System.Xml.XmlEventCache System.Xml.XmlAutoDetectWriter::eventCache XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * ___eventCache_5; // System.IO.TextWriter System.Xml.XmlAutoDetectWriter::textWriter TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___textWriter_6; // System.IO.Stream System.Xml.XmlAutoDetectWriter::strm Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___strm_7; public: inline static int32_t get_offset_of_wrapped_2() { return static_cast(offsetof(XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76, ___wrapped_2)); } inline XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * get_wrapped_2() const { return ___wrapped_2; } inline XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 ** get_address_of_wrapped_2() { return &___wrapped_2; } inline void set_wrapped_2(XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * value) { ___wrapped_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___wrapped_2), (void*)value); } inline static int32_t get_offset_of_onRemove_3() { return static_cast(offsetof(XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76, ___onRemove_3)); } inline OnRemoveWriter_t7810F8F0B2E83630AB109B52D2A06F3A9AA8A30B * get_onRemove_3() const { return ___onRemove_3; } inline OnRemoveWriter_t7810F8F0B2E83630AB109B52D2A06F3A9AA8A30B ** get_address_of_onRemove_3() { return &___onRemove_3; } inline void set_onRemove_3(OnRemoveWriter_t7810F8F0B2E83630AB109B52D2A06F3A9AA8A30B * value) { ___onRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___onRemove_3), (void*)value); } inline static int32_t get_offset_of_writerSettings_4() { return static_cast(offsetof(XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76, ___writerSettings_4)); } inline XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * get_writerSettings_4() const { return ___writerSettings_4; } inline XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 ** get_address_of_writerSettings_4() { return &___writerSettings_4; } inline void set_writerSettings_4(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * value) { ___writerSettings_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___writerSettings_4), (void*)value); } inline static int32_t get_offset_of_eventCache_5() { return static_cast(offsetof(XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76, ___eventCache_5)); } inline XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * get_eventCache_5() const { return ___eventCache_5; } inline XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 ** get_address_of_eventCache_5() { return &___eventCache_5; } inline void set_eventCache_5(XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * value) { ___eventCache_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___eventCache_5), (void*)value); } inline static int32_t get_offset_of_textWriter_6() { return static_cast(offsetof(XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76, ___textWriter_6)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_textWriter_6() const { return ___textWriter_6; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_textWriter_6() { return &___textWriter_6; } inline void set_textWriter_6(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___textWriter_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___textWriter_6), (void*)value); } inline static int32_t get_offset_of_strm_7() { return static_cast(offsetof(XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76, ___strm_7)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_strm_7() const { return ___strm_7; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_strm_7() { return &___strm_7; } inline void set_strm_7(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___strm_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___strm_7), (void*)value); } }; // System.Xml.XmlCharacterData struct XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlCharacterData::data String_t* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B, ___data_2)); } inline String_t* get_data_2() const { return ___data_2; } inline String_t** get_address_of_data_2() { return &___data_2; } inline void set_data_2(String_t* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; // System.Xml.XmlConvert struct XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A : public RuntimeObject { public: public: }; struct XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields { public: // System.Xml.XmlCharType System.Xml.XmlConvert::xmlCharType XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA ___xmlCharType_0; // System.Char[] System.Xml.XmlConvert::crt CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___crt_1; // System.Int32 System.Xml.XmlConvert::c_EncodedCharLength int32_t ___c_EncodedCharLength_2; // System.Text.RegularExpressions.Regex modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlConvert::c_EncodeCharPattern Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___c_EncodeCharPattern_3; // System.Text.RegularExpressions.Regex modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlConvert::c_DecodeCharPattern Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___c_DecodeCharPattern_4; // System.Char[] System.Xml.XmlConvert::WhitespaceChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___WhitespaceChars_5; public: inline static int32_t get_offset_of_xmlCharType_0() { return static_cast(offsetof(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields, ___xmlCharType_0)); } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA get_xmlCharType_0() const { return ___xmlCharType_0; } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * get_address_of_xmlCharType_0() { return &___xmlCharType_0; } inline void set_xmlCharType_0(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA value) { ___xmlCharType_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_0))->___charProperties_2), (void*)NULL); } inline static int32_t get_offset_of_crt_1() { return static_cast(offsetof(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields, ___crt_1)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_crt_1() const { return ___crt_1; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_crt_1() { return &___crt_1; } inline void set_crt_1(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___crt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___crt_1), (void*)value); } inline static int32_t get_offset_of_c_EncodedCharLength_2() { return static_cast(offsetof(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_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_c_EncodeCharPattern_3() { return static_cast(offsetof(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields, ___c_EncodeCharPattern_3)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get_c_EncodeCharPattern_3() const { return ___c_EncodeCharPattern_3; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of_c_EncodeCharPattern_3() { return &___c_EncodeCharPattern_3; } inline void set_c_EncodeCharPattern_3(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ___c_EncodeCharPattern_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_EncodeCharPattern_3), (void*)value); } inline static int32_t get_offset_of_c_DecodeCharPattern_4() { return static_cast(offsetof(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields, ___c_DecodeCharPattern_4)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get_c_DecodeCharPattern_4() const { return ___c_DecodeCharPattern_4; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of_c_DecodeCharPattern_4() { return &___c_DecodeCharPattern_4; } inline void set_c_DecodeCharPattern_4(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ___c_DecodeCharPattern_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_DecodeCharPattern_4), (void*)value); } inline static int32_t get_offset_of_WhitespaceChars_5() { return static_cast(offsetof(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields, ___WhitespaceChars_5)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_WhitespaceChars_5() const { return ___WhitespaceChars_5; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_WhitespaceChars_5() { return &___WhitespaceChars_5; } inline void set_WhitespaceChars_5(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___WhitespaceChars_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___WhitespaceChars_5), (void*)value); } }; // System.Xml.XmlDateTimeSerializationMode struct XmlDateTimeSerializationMode_tFEC5AD7031E39D53621F90D85973FAC5C71FFBC2 { public: // System.Int32 System.Xml.XmlDateTimeSerializationMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlDateTimeSerializationMode_tFEC5AD7031E39D53621F90D85973FAC5C71FFBC2, ___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.XmlDeclaration struct XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlDeclaration::version String_t* ___version_2; // System.String System.Xml.XmlDeclaration::encoding String_t* ___encoding_3; // System.String System.Xml.XmlDeclaration::standalone String_t* ___standalone_4; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC, ___version_2)); } inline String_t* get_version_2() const { return ___version_2; } inline String_t** get_address_of_version_2() { return &___version_2; } inline void set_version_2(String_t* value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_encoding_3() { return static_cast(offsetof(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC, ___encoding_3)); } inline String_t* get_encoding_3() const { return ___encoding_3; } inline String_t** get_address_of_encoding_3() { return &___encoding_3; } inline void set_encoding_3(String_t* value) { ___encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_3), (void*)value); } inline static int32_t get_offset_of_standalone_4() { return static_cast(offsetof(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC, ___standalone_4)); } inline String_t* get_standalone_4() const { return ___standalone_4; } inline String_t** get_address_of_standalone_4() { return &___standalone_4; } inline void set_standalone_4(String_t* value) { ___standalone_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___standalone_4), (void*)value); } }; // System.Xml.XmlDocumentType struct XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlDocumentType::name String_t* ___name_2; // System.String System.Xml.XmlDocumentType::publicId String_t* ___publicId_3; // System.String System.Xml.XmlDocumentType::systemId String_t* ___systemId_4; // System.String System.Xml.XmlDocumentType::internalSubset String_t* ___internalSubset_5; // System.Boolean System.Xml.XmlDocumentType::namespaces bool ___namespaces_6; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::entities XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___entities_7; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::notations XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___notations_8; // System.Xml.Schema.SchemaInfo System.Xml.XmlDocumentType::schemaInfo SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___schemaInfo_9; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_publicId_3() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___publicId_3)); } inline String_t* get_publicId_3() const { return ___publicId_3; } inline String_t** get_address_of_publicId_3() { return &___publicId_3; } inline void set_publicId_3(String_t* value) { ___publicId_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicId_3), (void*)value); } inline static int32_t get_offset_of_systemId_4() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___systemId_4)); } inline String_t* get_systemId_4() const { return ___systemId_4; } inline String_t** get_address_of_systemId_4() { return &___systemId_4; } inline void set_systemId_4(String_t* value) { ___systemId_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemId_4), (void*)value); } inline static int32_t get_offset_of_internalSubset_5() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___internalSubset_5)); } inline String_t* get_internalSubset_5() const { return ___internalSubset_5; } inline String_t** get_address_of_internalSubset_5() { return &___internalSubset_5; } inline void set_internalSubset_5(String_t* value) { ___internalSubset_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalSubset_5), (void*)value); } inline static int32_t get_offset_of_namespaces_6() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___namespaces_6)); } inline bool get_namespaces_6() const { return ___namespaces_6; } inline bool* get_address_of_namespaces_6() { return &___namespaces_6; } inline void set_namespaces_6(bool value) { ___namespaces_6 = value; } inline static int32_t get_offset_of_entities_7() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___entities_7)); } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_entities_7() const { return ___entities_7; } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_entities_7() { return &___entities_7; } inline void set_entities_7(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value) { ___entities_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___entities_7), (void*)value); } inline static int32_t get_offset_of_notations_8() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___notations_8)); } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_notations_8() const { return ___notations_8; } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_notations_8() { return &___notations_8; } inline void set_notations_8(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value) { ___notations_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___notations_8), (void*)value); } inline static int32_t get_offset_of_schemaInfo_9() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___schemaInfo_9)); } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_schemaInfo_9() const { return ___schemaInfo_9; } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_schemaInfo_9() { return &___schemaInfo_9; } inline void set_schemaInfo_9(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value) { ___schemaInfo_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaInfo_9), (void*)value); } }; // System.Xml.XmlElement struct XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.Xml.XmlName System.Xml.XmlElement::name XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name_2; // System.Xml.XmlAttributeCollection System.Xml.XmlElement::attributes XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * ___attributes_3; // System.Xml.XmlLinkedNode System.Xml.XmlElement::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_4; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___name_2)); } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_name_2() const { return ___name_2; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_name_2() { return &___name_2; } inline void set_name_2(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_attributes_3() { return static_cast(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___attributes_3)); } inline XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * get_attributes_3() const { return ___attributes_3; } inline XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 ** get_address_of_attributes_3() { return &___attributes_3; } inline void set_attributes_3(XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * value) { ___attributes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_3), (void*)value); } inline static int32_t get_offset_of_lastChild_4() { return static_cast(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___lastChild_4)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_4() const { return ___lastChild_4; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_4() { return &___lastChild_4; } inline void set_lastChild_4(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_4), (void*)value); } }; // System.Xml.XmlEntityReference struct XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlEntityReference::name String_t* ___name_2; // System.Xml.XmlLinkedNode System.Xml.XmlEntityReference::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_3; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_lastChild_3() { return static_cast(offsetof(XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94, ___lastChild_3)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_3() const { return ___lastChild_3; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_3() { return &___lastChild_3; } inline void set_lastChild_3(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_3), (void*)value); } }; // System.Xml.XmlEventCache struct XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 : public XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 { public: // System.Collections.Generic.List`1 System.Xml.XmlEventCache::pages List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * ___pages_2; // System.Xml.XmlEventCache/XmlEvent[] System.Xml.XmlEventCache::pageCurr XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* ___pageCurr_3; // System.Int32 System.Xml.XmlEventCache::pageSize int32_t ___pageSize_4; // System.Boolean System.Xml.XmlEventCache::hasRootNode bool ___hasRootNode_5; // System.Xml.Xsl.Runtime.StringConcat System.Xml.XmlEventCache::singleText StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 ___singleText_6; // System.String System.Xml.XmlEventCache::baseUri String_t* ___baseUri_7; public: inline static int32_t get_offset_of_pages_2() { return static_cast(offsetof(XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028, ___pages_2)); } inline List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * get_pages_2() const { return ___pages_2; } inline List_1_tA93C4538153D3E132FA2B0769673023B002DD93F ** get_address_of_pages_2() { return &___pages_2; } inline void set_pages_2(List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * value) { ___pages_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pages_2), (void*)value); } inline static int32_t get_offset_of_pageCurr_3() { return static_cast(offsetof(XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028, ___pageCurr_3)); } inline XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* get_pageCurr_3() const { return ___pageCurr_3; } inline XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D** get_address_of_pageCurr_3() { return &___pageCurr_3; } inline void set_pageCurr_3(XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* value) { ___pageCurr_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___pageCurr_3), (void*)value); } inline static int32_t get_offset_of_pageSize_4() { return static_cast(offsetof(XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028, ___pageSize_4)); } inline int32_t get_pageSize_4() const { return ___pageSize_4; } inline int32_t* get_address_of_pageSize_4() { return &___pageSize_4; } inline void set_pageSize_4(int32_t value) { ___pageSize_4 = value; } inline static int32_t get_offset_of_hasRootNode_5() { return static_cast(offsetof(XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028, ___hasRootNode_5)); } inline bool get_hasRootNode_5() const { return ___hasRootNode_5; } inline bool* get_address_of_hasRootNode_5() { return &___hasRootNode_5; } inline void set_hasRootNode_5(bool value) { ___hasRootNode_5 = value; } inline static int32_t get_offset_of_singleText_6() { return static_cast(offsetof(XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028, ___singleText_6)); } inline StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 get_singleText_6() const { return ___singleText_6; } inline StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * get_address_of_singleText_6() { return &___singleText_6; } inline void set_singleText_6(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 value) { ___singleText_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___singleText_6))->___s1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___singleText_6))->___s2_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___singleText_6))->___s3_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___singleText_6))->___s4_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___singleText_6))->___delimiter_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___singleText_6))->___strList_5), (void*)NULL); #endif } inline static int32_t get_offset_of_baseUri_7() { return static_cast(offsetof(XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028, ___baseUri_7)); } inline String_t* get_baseUri_7() const { return ___baseUri_7; } inline String_t** get_address_of_baseUri_7() { return &___baseUri_7; } inline void set_baseUri_7(String_t* value) { ___baseUri_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseUri_7), (void*)value); } }; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::parent XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parent_0; // System.Xml.XmlNamedNodeMap/SmallXmlNodeList System.Xml.XmlNamedNodeMap::nodes SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE ___nodes_1; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771, ___parent_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parent_0() const { return ___parent_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value); } inline static int32_t get_offset_of_nodes_1() { return static_cast(offsetof(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771, ___nodes_1)); } inline SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE get_nodes_1() const { return ___nodes_1; } inline SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * get_address_of_nodes_1() { return &___nodes_1; } inline void set_nodes_1(SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE value) { ___nodes_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___nodes_1))->___field_0), (void*)NULL); } }; // System.Xml.XmlNodeChangedAction struct XmlNodeChangedAction_t9DFB1E52AABC555FFE368789765F6D0347FE40DF { public: // System.Int32 System.Xml.XmlNodeChangedAction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlNodeChangedAction_t9DFB1E52AABC555FFE368789765F6D0347FE40DF, ___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.XmlNodeType struct XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81 { public: // System.Int32 System.Xml.XmlNodeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81, ___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.XmlOutputMethod struct XmlOutputMethod_t56A6FAE8907BABCD1EE7532B476666E21D5CB66F { public: // System.Int32 System.Xml.XmlOutputMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlOutputMethod_t56A6FAE8907BABCD1EE7532B476666E21D5CB66F, ___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.XmlProcessingInstruction struct XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlProcessingInstruction::target String_t* ___target_2; // System.String System.Xml.XmlProcessingInstruction::data String_t* ___data_3; public: inline static int32_t get_offset_of_target_2() { return static_cast(offsetof(XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE, ___target_2)); } inline String_t* get_target_2() const { return ___target_2; } inline String_t** get_address_of_target_2() { return &___target_2; } inline void set_target_2(String_t* value) { ___target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_2), (void*)value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE, ___data_3)); } inline String_t* get_data_3() const { return ___data_3; } inline String_t** get_address_of_data_3() { return &___data_3; } inline void set_data_3(String_t* value) { ___data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_3), (void*)value); } }; // System.Xml.XmlRegisteredNonCachedStream struct XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream System.Xml.XmlRegisteredNonCachedStream::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // System.Xml.XmlDownloadManager System.Xml.XmlRegisteredNonCachedStream::downloadManager XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * ___downloadManager_6; // System.String System.Xml.XmlRegisteredNonCachedStream::host String_t* ___host_7; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_downloadManager_6() { return static_cast(offsetof(XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1, ___downloadManager_6)); } inline XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * get_downloadManager_6() const { return ___downloadManager_6; } inline XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D ** get_address_of_downloadManager_6() { return &___downloadManager_6; } inline void set_downloadManager_6(XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * value) { ___downloadManager_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___downloadManager_6), (void*)value); } inline static int32_t get_offset_of_host_7() { return static_cast(offsetof(XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1, ___host_7)); } inline String_t* get_host_7() const { return ___host_7; } inline String_t** get_address_of_host_7() { return &___host_7; } inline void set_host_7(String_t* value) { ___host_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___host_7), (void*)value); } }; // System.Xml.Schema.XmlSchemaContentType struct XmlSchemaContentType_tCB95E5FCA55200D9C0AF534D6344518C0968E714 { 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(offsetof(XmlSchemaContentType_tCB95E5FCA55200D9C0AF534D6344518C0968E714, ___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.XmlSchemaDerivationMethod struct XmlSchemaDerivationMethod_tB960EB54D0A380C43B2EA296A17718B629BBD20E { public: // System.Int32 System.Xml.Schema.XmlSchemaDerivationMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaDerivationMethod_tB960EB54D0A380C43B2EA296A17718B629BBD20E, ___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_t89FC92B6FE84FBF210FA18A8F3ED13774FCED146 { 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(offsetof(XmlSchemaValidity_t89FC92B6FE84FBF210FA18A8F3ED13774FCED146, ___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.XmlStandalone struct XmlStandalone_t1AB830245155829DBE6EBC8C97A0BB64859FD828 { public: // System.Int32 System.Xml.XmlStandalone::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlStandalone_t1AB830245155829DBE6EBC8C97A0BB64859FD828, ___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.XmlTypeCode struct XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1 { public: // System.Int32 System.Xml.Schema.XmlTypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1, ___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.XmlUnspecifiedAttribute struct XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 : public XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D { public: // System.Boolean System.Xml.XmlUnspecifiedAttribute::fSpecified bool ___fSpecified_3; public: inline static int32_t get_offset_of_fSpecified_3() { return static_cast(offsetof(XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641, ___fSpecified_3)); } inline bool get_fSpecified_3() const { return ___fSpecified_3; } inline bool* get_address_of_fSpecified_3() { return &___fSpecified_3; } inline void set_fSpecified_3(bool value) { ___fSpecified_3 = value; } }; // System.Xml.Schema.XsdDateTime struct XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D { public: // System.DateTime System.Xml.Schema.XsdDateTime::dt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dt_0; // System.UInt32 System.Xml.Schema.XsdDateTime::extra uint32_t ___extra_1; public: inline static int32_t get_offset_of_dt_0() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D, ___dt_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_dt_0() const { return ___dt_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_dt_0() { return &___dt_0; } inline void set_dt_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___dt_0 = value; } inline static int32_t get_offset_of_extra_1() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D, ___extra_1)); } inline uint32_t get_extra_1() const { return ___extra_1; } inline uint32_t* get_address_of_extra_1() { return &___extra_1; } inline void set_extra_1(uint32_t value) { ___extra_1 = value; } }; struct XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields { public: // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy int32_t ___Lzyyyy_2; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_ int32_t ___Lzyyyy__3; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM int32_t ___Lzyyyy_MM_4; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_ int32_t ___Lzyyyy_MM__5; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_dd int32_t ___Lzyyyy_MM_dd_6; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_ddT int32_t ___Lzyyyy_MM_ddT_7; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH int32_t ___LzHH_8; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_ int32_t ___LzHH__9; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm int32_t ___LzHH_mm_10; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm_ int32_t ___LzHH_mm__11; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm_ss int32_t ___LzHH_mm_ss_12; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_ int32_t ___Lz__13; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz int32_t ___Lz_zz_14; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz_ int32_t ___Lz_zz__15; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz_zz int32_t ___Lz_zz_zz_16; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__ int32_t ___Lz___17; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm int32_t ___Lz__mm_18; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm_ int32_t ___Lz__mm__19; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm__ int32_t ___Lz__mm___20; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm_dd int32_t ___Lz__mm_dd_21; // System.Int32 System.Xml.Schema.XsdDateTime::Lz___ int32_t ___Lz____22; // System.Int32 System.Xml.Schema.XsdDateTime::Lz___dd int32_t ___Lz___dd_23; // System.Xml.Schema.XmlTypeCode[] System.Xml.Schema.XsdDateTime::typeCodes XmlTypeCodeU5BU5D_t4B53622F8096A3BE4E235382465B2E0FF7B85D6B* ___typeCodes_24; public: inline static int32_t get_offset_of_Lzyyyy_2() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lzyyyy_2)); } inline int32_t get_Lzyyyy_2() const { return ___Lzyyyy_2; } inline int32_t* get_address_of_Lzyyyy_2() { return &___Lzyyyy_2; } inline void set_Lzyyyy_2(int32_t value) { ___Lzyyyy_2 = value; } inline static int32_t get_offset_of_Lzyyyy__3() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lzyyyy__3)); } inline int32_t get_Lzyyyy__3() const { return ___Lzyyyy__3; } inline int32_t* get_address_of_Lzyyyy__3() { return &___Lzyyyy__3; } inline void set_Lzyyyy__3(int32_t value) { ___Lzyyyy__3 = value; } inline static int32_t get_offset_of_Lzyyyy_MM_4() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lzyyyy_MM_4)); } inline int32_t get_Lzyyyy_MM_4() const { return ___Lzyyyy_MM_4; } inline int32_t* get_address_of_Lzyyyy_MM_4() { return &___Lzyyyy_MM_4; } inline void set_Lzyyyy_MM_4(int32_t value) { ___Lzyyyy_MM_4 = value; } inline static int32_t get_offset_of_Lzyyyy_MM__5() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lzyyyy_MM__5)); } inline int32_t get_Lzyyyy_MM__5() const { return ___Lzyyyy_MM__5; } inline int32_t* get_address_of_Lzyyyy_MM__5() { return &___Lzyyyy_MM__5; } inline void set_Lzyyyy_MM__5(int32_t value) { ___Lzyyyy_MM__5 = value; } inline static int32_t get_offset_of_Lzyyyy_MM_dd_6() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lzyyyy_MM_dd_6)); } inline int32_t get_Lzyyyy_MM_dd_6() const { return ___Lzyyyy_MM_dd_6; } inline int32_t* get_address_of_Lzyyyy_MM_dd_6() { return &___Lzyyyy_MM_dd_6; } inline void set_Lzyyyy_MM_dd_6(int32_t value) { ___Lzyyyy_MM_dd_6 = value; } inline static int32_t get_offset_of_Lzyyyy_MM_ddT_7() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lzyyyy_MM_ddT_7)); } inline int32_t get_Lzyyyy_MM_ddT_7() const { return ___Lzyyyy_MM_ddT_7; } inline int32_t* get_address_of_Lzyyyy_MM_ddT_7() { return &___Lzyyyy_MM_ddT_7; } inline void set_Lzyyyy_MM_ddT_7(int32_t value) { ___Lzyyyy_MM_ddT_7 = value; } inline static int32_t get_offset_of_LzHH_8() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___LzHH_8)); } inline int32_t get_LzHH_8() const { return ___LzHH_8; } inline int32_t* get_address_of_LzHH_8() { return &___LzHH_8; } inline void set_LzHH_8(int32_t value) { ___LzHH_8 = value; } inline static int32_t get_offset_of_LzHH__9() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___LzHH__9)); } inline int32_t get_LzHH__9() const { return ___LzHH__9; } inline int32_t* get_address_of_LzHH__9() { return &___LzHH__9; } inline void set_LzHH__9(int32_t value) { ___LzHH__9 = value; } inline static int32_t get_offset_of_LzHH_mm_10() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___LzHH_mm_10)); } inline int32_t get_LzHH_mm_10() const { return ___LzHH_mm_10; } inline int32_t* get_address_of_LzHH_mm_10() { return &___LzHH_mm_10; } inline void set_LzHH_mm_10(int32_t value) { ___LzHH_mm_10 = value; } inline static int32_t get_offset_of_LzHH_mm__11() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___LzHH_mm__11)); } inline int32_t get_LzHH_mm__11() const { return ___LzHH_mm__11; } inline int32_t* get_address_of_LzHH_mm__11() { return &___LzHH_mm__11; } inline void set_LzHH_mm__11(int32_t value) { ___LzHH_mm__11 = value; } inline static int32_t get_offset_of_LzHH_mm_ss_12() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___LzHH_mm_ss_12)); } inline int32_t get_LzHH_mm_ss_12() const { return ___LzHH_mm_ss_12; } inline int32_t* get_address_of_LzHH_mm_ss_12() { return &___LzHH_mm_ss_12; } inline void set_LzHH_mm_ss_12(int32_t value) { ___LzHH_mm_ss_12 = value; } inline static int32_t get_offset_of_Lz__13() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz__13)); } inline int32_t get_Lz__13() const { return ___Lz__13; } inline int32_t* get_address_of_Lz__13() { return &___Lz__13; } inline void set_Lz__13(int32_t value) { ___Lz__13 = value; } inline static int32_t get_offset_of_Lz_zz_14() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz_zz_14)); } inline int32_t get_Lz_zz_14() const { return ___Lz_zz_14; } inline int32_t* get_address_of_Lz_zz_14() { return &___Lz_zz_14; } inline void set_Lz_zz_14(int32_t value) { ___Lz_zz_14 = value; } inline static int32_t get_offset_of_Lz_zz__15() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz_zz__15)); } inline int32_t get_Lz_zz__15() const { return ___Lz_zz__15; } inline int32_t* get_address_of_Lz_zz__15() { return &___Lz_zz__15; } inline void set_Lz_zz__15(int32_t value) { ___Lz_zz__15 = value; } inline static int32_t get_offset_of_Lz_zz_zz_16() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz_zz_zz_16)); } inline int32_t get_Lz_zz_zz_16() const { return ___Lz_zz_zz_16; } inline int32_t* get_address_of_Lz_zz_zz_16() { return &___Lz_zz_zz_16; } inline void set_Lz_zz_zz_16(int32_t value) { ___Lz_zz_zz_16 = value; } inline static int32_t get_offset_of_Lz___17() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz___17)); } inline int32_t get_Lz___17() const { return ___Lz___17; } inline int32_t* get_address_of_Lz___17() { return &___Lz___17; } inline void set_Lz___17(int32_t value) { ___Lz___17 = value; } inline static int32_t get_offset_of_Lz__mm_18() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz__mm_18)); } inline int32_t get_Lz__mm_18() const { return ___Lz__mm_18; } inline int32_t* get_address_of_Lz__mm_18() { return &___Lz__mm_18; } inline void set_Lz__mm_18(int32_t value) { ___Lz__mm_18 = value; } inline static int32_t get_offset_of_Lz__mm__19() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz__mm__19)); } inline int32_t get_Lz__mm__19() const { return ___Lz__mm__19; } inline int32_t* get_address_of_Lz__mm__19() { return &___Lz__mm__19; } inline void set_Lz__mm__19(int32_t value) { ___Lz__mm__19 = value; } inline static int32_t get_offset_of_Lz__mm___20() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz__mm___20)); } inline int32_t get_Lz__mm___20() const { return ___Lz__mm___20; } inline int32_t* get_address_of_Lz__mm___20() { return &___Lz__mm___20; } inline void set_Lz__mm___20(int32_t value) { ___Lz__mm___20 = value; } inline static int32_t get_offset_of_Lz__mm_dd_21() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz__mm_dd_21)); } inline int32_t get_Lz__mm_dd_21() const { return ___Lz__mm_dd_21; } inline int32_t* get_address_of_Lz__mm_dd_21() { return &___Lz__mm_dd_21; } inline void set_Lz__mm_dd_21(int32_t value) { ___Lz__mm_dd_21 = value; } inline static int32_t get_offset_of_Lz____22() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz____22)); } inline int32_t get_Lz____22() const { return ___Lz____22; } inline int32_t* get_address_of_Lz____22() { return &___Lz____22; } inline void set_Lz____22(int32_t value) { ___Lz____22 = value; } inline static int32_t get_offset_of_Lz___dd_23() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___Lz___dd_23)); } inline int32_t get_Lz___dd_23() const { return ___Lz___dd_23; } inline int32_t* get_address_of_Lz___dd_23() { return &___Lz___dd_23; } inline void set_Lz___dd_23(int32_t value) { ___Lz___dd_23 = value; } inline static int32_t get_offset_of_typeCodes_24() { return static_cast(offsetof(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_StaticFields, ___typeCodes_24)); } inline XmlTypeCodeU5BU5D_t4B53622F8096A3BE4E235382465B2E0FF7B85D6B* get_typeCodes_24() const { return ___typeCodes_24; } inline XmlTypeCodeU5BU5D_t4B53622F8096A3BE4E235382465B2E0FF7B85D6B** get_address_of_typeCodes_24() { return &___typeCodes_24; } inline void set_typeCodes_24(XmlTypeCodeU5BU5D_t4B53622F8096A3BE4E235382465B2E0FF7B85D6B* value) { ___typeCodes_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeCodes_24), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Xml.Schema.XsdDateTime struct XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_marshaled_pinvoke { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dt_0; uint32_t ___extra_1; }; // Native definition for COM marshalling of System.Xml.Schema.XsdDateTime struct XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_marshaled_com { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dt_0; uint32_t ___extra_1; }; // System.Xml.Schema.XsdDateTimeFlags struct XsdDateTimeFlags_tA0CFF619A2C537BD8E65672DA641CF4B2405156C { public: // System.Int32 System.Xml.Schema.XsdDateTimeFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XsdDateTimeFlags_tA0CFF619A2C537BD8E65672DA641CF4B2405156C, ___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.Net.HttpWebRequest/NtlmAuthState struct NtlmAuthState_tB25DC6ECE6512540ECD9B75F3B047DA7E5976535 { public: // System.Int32 System.Net.HttpWebRequest/NtlmAuthState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NtlmAuthState_tB25DC6ECE6512540ECD9B75F3B047DA7E5976535, ___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.SchemaAttDef/Reserve struct Reserve_t5D2FAFDD811B5DDB9AC140445601545BDBBC45C8 { public: // System.Int32 System.Xml.Schema.SchemaAttDef/Reserve::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Reserve_t5D2FAFDD811B5DDB9AC140445601545BDBBC45C8, ___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.SchemaDeclBase/Use struct Use_t28B781655D907656D9A7781A78E59008C669F972 { public: // System.Int32 System.Xml.Schema.SchemaDeclBase/Use::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Use_t28B781655D907656D9A7781A78E59008C669F972, ___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.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___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.Xml.Schema.XmlAtomicValue/Union struct Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.Boolean System.Xml.Schema.XmlAtomicValue/Union::boolVal bool ___boolVal_0; }; #pragma pack(pop, tp) struct { bool ___boolVal_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Double System.Xml.Schema.XmlAtomicValue/Union::dblVal double ___dblVal_1; }; #pragma pack(pop, tp) struct { double ___dblVal_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int64 System.Xml.Schema.XmlAtomicValue/Union::i64Val int64_t ___i64Val_2; }; #pragma pack(pop, tp) struct { int64_t ___i64Val_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int32 System.Xml.Schema.XmlAtomicValue/Union::i32Val int32_t ___i32Val_3; }; #pragma pack(pop, tp) struct { int32_t ___i32Val_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.DateTime System.Xml.Schema.XmlAtomicValue/Union::dtVal DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4; }; #pragma pack(pop, tp) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4_forAlignmentOnly; }; }; }; uint8_t Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F__padding[8]; }; public: inline static int32_t get_offset_of_boolVal_0() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___boolVal_0)); } inline bool get_boolVal_0() const { return ___boolVal_0; } inline bool* get_address_of_boolVal_0() { return &___boolVal_0; } inline void set_boolVal_0(bool value) { ___boolVal_0 = value; } inline static int32_t get_offset_of_dblVal_1() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___dblVal_1)); } inline double get_dblVal_1() const { return ___dblVal_1; } inline double* get_address_of_dblVal_1() { return &___dblVal_1; } inline void set_dblVal_1(double value) { ___dblVal_1 = value; } inline static int32_t get_offset_of_i64Val_2() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___i64Val_2)); } inline int64_t get_i64Val_2() const { return ___i64Val_2; } inline int64_t* get_address_of_i64Val_2() { return &___i64Val_2; } inline void set_i64Val_2(int64_t value) { ___i64Val_2 = value; } inline static int32_t get_offset_of_i32Val_3() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___i32Val_3)); } inline int32_t get_i32Val_3() const { return ___i32Val_3; } inline int32_t* get_address_of_i32Val_3() { return &___i32Val_3; } inline void set_i32Val_3(int32_t value) { ___i32Val_3 = value; } inline static int32_t get_offset_of_dtVal_4() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___dtVal_4)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_dtVal_4() const { return ___dtVal_4; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_dtVal_4() { return &___dtVal_4; } inline void set_dtVal_4(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___dtVal_4 = value; } }; // Native definition for P/Invoke marshalling of System.Xml.Schema.XmlAtomicValue/Union struct Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F_marshaled_pinvoke { union { struct { union { #pragma pack(push, tp, 1) struct { int32_t ___boolVal_0; }; #pragma pack(pop, tp) struct { int32_t ___boolVal_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { double ___dblVal_1; }; #pragma pack(pop, tp) struct { double ___dblVal_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int64_t ___i64Val_2; }; #pragma pack(pop, tp) struct { int64_t ___i64Val_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int32_t ___i32Val_3; }; #pragma pack(pop, tp) struct { int32_t ___i32Val_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4; }; #pragma pack(pop, tp) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4_forAlignmentOnly; }; }; }; uint8_t Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F__padding[8]; }; }; // Native definition for COM marshalling of System.Xml.Schema.XmlAtomicValue/Union struct Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F_marshaled_com { union { struct { union { #pragma pack(push, tp, 1) struct { int32_t ___boolVal_0; }; #pragma pack(pop, tp) struct { int32_t ___boolVal_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { double ___dblVal_1; }; #pragma pack(pop, tp) struct { double ___dblVal_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int64_t ___i64Val_2; }; #pragma pack(pop, tp) struct { int64_t ___i64Val_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int32_t ___i32Val_3; }; #pragma pack(pop, tp) struct { int32_t ___i32Val_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4; }; #pragma pack(pop, tp) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4_forAlignmentOnly; }; }; }; uint8_t Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F__padding[8]; }; }; // System.Xml.XmlWellFormedWriter/SpecialAttribute struct SpecialAttribute_t1F59A2D53F5B098BA7CF754300157CDEDC6FB5C8 { public: // System.Int32 System.Xml.XmlWellFormedWriter/SpecialAttribute::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpecialAttribute_t1F59A2D53F5B098BA7CF754300157CDEDC6FB5C8, ___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.XmlWellFormedWriter/State struct State_t58AD22E78CE1BC9C431F14A1033D8BD71B673C34 { public: // System.Int32 System.Xml.XmlWellFormedWriter/State::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(State_t58AD22E78CE1BC9C431F14A1033D8BD71B673C34, ___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.XsdDuration/DurationType struct DurationType_t2686B055AE0909D5E46CA3ED100ADB6919FB95B1 { public: // System.Int32 System.Xml.Schema.XsdDuration/DurationType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DurationType_t2686B055AE0909D5E46CA3ED100ADB6919FB95B1, ___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.Threading.Tasks.Task`1 struct Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602, ___m_result_40)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_m_result_40() const { return ___m_result_40; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_40), (void*)value); } }; struct Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_tAED7D799F8DF45785D811BDBACC7E9480C0B901B * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_tAED7D799F8DF45785D811BDBACC7E9480C0B901B * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_tAED7D799F8DF45785D811BDBACC7E9480C0B901B ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_tAED7D799F8DF45785D811BDBACC7E9480C0B901B * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_7; // System.String System.IO.FileStream::name String_t* ___name_8; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * ___safeHandle_9; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_10; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_11; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_12; // System.Boolean System.IO.FileStream::owner bool ___owner_13; // System.Boolean System.IO.FileStream::async bool ___async_14; // System.Boolean System.IO.FileStream::canseek bool ___canseek_15; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_16; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_17; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_18; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_19; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_20; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_21; public: inline static int32_t get_offset_of_buf_7() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_7() const { return ___buf_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_7() { return &___buf_7; } inline void set_buf_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_7), (void*)value); } inline static int32_t get_offset_of_name_8() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___name_8)); } inline String_t* get_name_8() const { return ___name_8; } inline String_t** get_address_of_name_8() { return &___name_8; } inline void set_name_8(String_t* value) { ___name_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_8), (void*)value); } inline static int32_t get_offset_of_safeHandle_9() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___safeHandle_9)); } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * get_safeHandle_9() const { return ___safeHandle_9; } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 ** get_address_of_safeHandle_9() { return &___safeHandle_9; } inline void set_safeHandle_9(SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * value) { ___safeHandle_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_9), (void*)value); } inline static int32_t get_offset_of_isExposed_10() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___isExposed_10)); } inline bool get_isExposed_10() const { return ___isExposed_10; } inline bool* get_address_of_isExposed_10() { return &___isExposed_10; } inline void set_isExposed_10(bool value) { ___isExposed_10 = value; } inline static int32_t get_offset_of_append_startpos_11() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___append_startpos_11)); } inline int64_t get_append_startpos_11() const { return ___append_startpos_11; } inline int64_t* get_address_of_append_startpos_11() { return &___append_startpos_11; } inline void set_append_startpos_11(int64_t value) { ___append_startpos_11 = value; } inline static int32_t get_offset_of_access_12() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___access_12)); } inline int32_t get_access_12() const { return ___access_12; } inline int32_t* get_address_of_access_12() { return &___access_12; } inline void set_access_12(int32_t value) { ___access_12 = value; } inline static int32_t get_offset_of_owner_13() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___owner_13)); } inline bool get_owner_13() const { return ___owner_13; } inline bool* get_address_of_owner_13() { return &___owner_13; } inline void set_owner_13(bool value) { ___owner_13 = value; } inline static int32_t get_offset_of_async_14() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___async_14)); } inline bool get_async_14() const { return ___async_14; } inline bool* get_address_of_async_14() { return &___async_14; } inline void set_async_14(bool value) { ___async_14 = value; } inline static int32_t get_offset_of_canseek_15() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___canseek_15)); } inline bool get_canseek_15() const { return ___canseek_15; } inline bool* get_address_of_canseek_15() { return &___canseek_15; } inline void set_canseek_15(bool value) { ___canseek_15 = value; } inline static int32_t get_offset_of_anonymous_16() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___anonymous_16)); } inline bool get_anonymous_16() const { return ___anonymous_16; } inline bool* get_address_of_anonymous_16() { return &___anonymous_16; } inline void set_anonymous_16(bool value) { ___anonymous_16 = value; } inline static int32_t get_offset_of_buf_dirty_17() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_dirty_17)); } inline bool get_buf_dirty_17() const { return ___buf_dirty_17; } inline bool* get_address_of_buf_dirty_17() { return &___buf_dirty_17; } inline void set_buf_dirty_17(bool value) { ___buf_dirty_17 = value; } inline static int32_t get_offset_of_buf_size_18() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_size_18)); } inline int32_t get_buf_size_18() const { return ___buf_size_18; } inline int32_t* get_address_of_buf_size_18() { return &___buf_size_18; } inline void set_buf_size_18(int32_t value) { ___buf_size_18 = value; } inline static int32_t get_offset_of_buf_length_19() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_length_19)); } inline int32_t get_buf_length_19() const { return ___buf_length_19; } inline int32_t* get_address_of_buf_length_19() { return &___buf_length_19; } inline void set_buf_length_19(int32_t value) { ___buf_length_19 = value; } inline static int32_t get_offset_of_buf_offset_20() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_offset_20)); } inline int32_t get_buf_offset_20() const { return ___buf_offset_20; } inline int32_t* get_address_of_buf_offset_20() { return &___buf_offset_20; } inline void set_buf_offset_20(int32_t value) { ___buf_offset_20 = value; } inline static int32_t get_offset_of_buf_start_21() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_start_21)); } inline int64_t get_buf_start_21() const { return ___buf_start_21; } inline int64_t* get_address_of_buf_start_21() { return &___buf_start_21; } inline void set_buf_start_21(int64_t value) { ___buf_start_21 = value; } }; struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_recycle_5; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject * ___buf_recycle_lock_6; public: inline static int32_t get_offset_of_buf_recycle_5() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_recycle_5() const { return ___buf_recycle_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_recycle_5() { return &___buf_recycle_5; } inline void set_buf_recycle_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_recycle_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_5), (void*)value); } inline static int32_t get_offset_of_buf_recycle_lock_6() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_lock_6)); } inline RuntimeObject * get_buf_recycle_lock_6() const { return ___buf_recycle_lock_6; } inline RuntimeObject ** get_address_of_buf_recycle_lock_6() { return &___buf_recycle_lock_6; } inline void set_buf_recycle_lock_6(RuntimeObject * value) { ___buf_recycle_lock_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_6), (void*)value); } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* 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.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSizes_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSizes_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nativeDigits_19)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } }; // System.Security.PermissionSet struct PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 : public RuntimeObject { public: // System.Security.Permissions.PermissionState System.Security.PermissionSet::state int32_t ___state_1; // System.Collections.ArrayList System.Security.PermissionSet::list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list_2; // System.Boolean System.Security.PermissionSet::_declsec bool ____declsec_3; // System.Boolean[] System.Security.PermissionSet::_ignored BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ____ignored_4; public: inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_list_2() { return static_cast(offsetof(PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503, ___list_2)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_list_2() const { return ___list_2; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_list_2() { return &___list_2; } inline void set_list_2(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___list_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_2), (void*)value); } inline static int32_t get_offset_of__declsec_3() { return static_cast(offsetof(PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503, ____declsec_3)); } inline bool get__declsec_3() const { return ____declsec_3; } inline bool* get_address_of__declsec_3() { return &____declsec_3; } inline void set__declsec_3(bool value) { ____declsec_3 = value; } inline static int32_t get_offset_of__ignored_4() { return static_cast(offsetof(PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503, ____ignored_4)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get__ignored_4() const { return ____ignored_4; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of__ignored_4() { return &____ignored_4; } inline void set__ignored_4(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ____ignored_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____ignored_4), (void*)value); } }; struct PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503_StaticFields { public: // System.Object[] System.Security.PermissionSet::psUnrestricted ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___psUnrestricted_0; // System.Object[] System.Security.PermissionSet::action ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___action_5; public: inline static int32_t get_offset_of_psUnrestricted_0() { return static_cast(offsetof(PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503_StaticFields, ___psUnrestricted_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_psUnrestricted_0() const { return ___psUnrestricted_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_psUnrestricted_0() { return &___psUnrestricted_0; } inline void set_psUnrestricted_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___psUnrestricted_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___psUnrestricted_0), (void*)value); } inline static int32_t get_offset_of_action_5() { return static_cast(offsetof(PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503_StaticFields, ___action_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_action_5() const { return ___action_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_action_5() { return &___action_5; } inline void set_action_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_5), (void*)value); } }; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_0; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * ___factory_1; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_2; // System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___internalMatchTimeout_5; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps_9; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames_10; // System.String[] System.Text.RegularExpressions.Regex::capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist_11; // System.Int32 System.Text.RegularExpressions.Regex::capsize int32_t ___capsize_12; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runnerref_13; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___replref_14; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code_15; // System.Boolean System.Text.RegularExpressions.Regex::refsInitialized bool ___refsInitialized_16; public: inline static int32_t get_offset_of_pattern_0() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___pattern_0)); } inline String_t* get_pattern_0() const { return ___pattern_0; } inline String_t** get_address_of_pattern_0() { return &___pattern_0; } inline void set_pattern_0(String_t* value) { ___pattern_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pattern_0), (void*)value); } inline static int32_t get_offset_of_factory_1() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___factory_1)); } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * get_factory_1() const { return ___factory_1; } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 ** get_address_of_factory_1() { return &___factory_1; } inline void set_factory_1(RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * value) { ___factory_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value); } inline static int32_t get_offset_of_roptions_2() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___roptions_2)); } inline int32_t get_roptions_2() const { return ___roptions_2; } inline int32_t* get_address_of_roptions_2() { return &___roptions_2; } inline void set_roptions_2(int32_t value) { ___roptions_2 = value; } inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___internalMatchTimeout_5)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; } inline void set_internalMatchTimeout_5(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___internalMatchTimeout_5 = value; } inline static int32_t get_offset_of_caps_9() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___caps_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_caps_9() const { return ___caps_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_caps_9() { return &___caps_9; } inline void set_caps_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___caps_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___caps_9), (void*)value); } inline static int32_t get_offset_of_capnames_10() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capnames_10)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_capnames_10() const { return ___capnames_10; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_capnames_10() { return &___capnames_10; } inline void set_capnames_10(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___capnames_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___capnames_10), (void*)value); } inline static int32_t get_offset_of_capslist_11() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capslist_11)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_capslist_11() const { return ___capslist_11; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_capslist_11() { return &___capslist_11; } inline void set_capslist_11(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___capslist_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___capslist_11), (void*)value); } inline static int32_t get_offset_of_capsize_12() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capsize_12)); } inline int32_t get_capsize_12() const { return ___capsize_12; } inline int32_t* get_address_of_capsize_12() { return &___capsize_12; } inline void set_capsize_12(int32_t value) { ___capsize_12 = value; } inline static int32_t get_offset_of_runnerref_13() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___runnerref_13)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get_runnerref_13() const { return ___runnerref_13; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of_runnerref_13() { return &___runnerref_13; } inline void set_runnerref_13(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ___runnerref_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___runnerref_13), (void*)value); } inline static int32_t get_offset_of_replref_14() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___replref_14)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get_replref_14() const { return ___replref_14; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of_replref_14() { return &___replref_14; } inline void set_replref_14(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ___replref_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___replref_14), (void*)value); } inline static int32_t get_offset_of_code_15() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___code_15)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get_code_15() const { return ___code_15; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of_code_15() { return &___code_15; } inline void set_code_15(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ___code_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_15), (void*)value); } inline static int32_t get_offset_of_refsInitialized_16() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___refsInitialized_16)); } inline bool get_refsInitialized_16() const { return ___refsInitialized_16; } inline bool* get_address_of_refsInitialized_16() { return &___refsInitialized_16; } inline void set_refsInitialized_16(bool value) { ___refsInitialized_16 = value; } }; struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields { public: // System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaximumMatchTimeout_3; // System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___InfiniteMatchTimeout_4; // System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___FallbackDefaultMatchTimeout_7; // System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___DefaultMatchTimeout_8; // System.Collections.Generic.LinkedList`1 System.Text.RegularExpressions.Regex::livecode LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * ___livecode_17; // System.Int32 System.Text.RegularExpressions.Regex::cacheSize int32_t ___cacheSize_18; public: inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___MaximumMatchTimeout_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; } inline void set_MaximumMatchTimeout_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaximumMatchTimeout_3 = value; } inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___InfiniteMatchTimeout_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; } inline void set_InfiniteMatchTimeout_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___InfiniteMatchTimeout_4 = value; } inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_7() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___FallbackDefaultMatchTimeout_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_FallbackDefaultMatchTimeout_7() const { return ___FallbackDefaultMatchTimeout_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_FallbackDefaultMatchTimeout_7() { return &___FallbackDefaultMatchTimeout_7; } inline void set_FallbackDefaultMatchTimeout_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___FallbackDefaultMatchTimeout_7 = value; } inline static int32_t get_offset_of_DefaultMatchTimeout_8() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___DefaultMatchTimeout_8)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_DefaultMatchTimeout_8() const { return ___DefaultMatchTimeout_8; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_DefaultMatchTimeout_8() { return &___DefaultMatchTimeout_8; } inline void set_DefaultMatchTimeout_8(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___DefaultMatchTimeout_8 = value; } inline static int32_t get_offset_of_livecode_17() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___livecode_17)); } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * get_livecode_17() const { return ___livecode_17; } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 ** get_address_of_livecode_17() { return &___livecode_17; } inline void set_livecode_17(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * value) { ___livecode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___livecode_17), (void*)value); } inline static int32_t get_offset_of_cacheSize_18() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___cacheSize_18)); } inline int32_t get_cacheSize_18() const { return ___cacheSize_18; } inline int32_t* get_address_of_cacheSize_18() { return &___cacheSize_18; } inline void set_cacheSize_18(int32_t value) { ___cacheSize_18 = value; } }; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED : public RuntimeObject { public: // System.Net.Cache.RequestCacheLevel System.Net.Cache.RequestCachePolicy::m_Level int32_t ___m_Level_0; public: inline static int32_t get_offset_of_m_Level_0() { return static_cast(offsetof(RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED, ___m_Level_0)); } inline int32_t get_m_Level_0() const { return ___m_Level_0; } inline int32_t* get_address_of_m_Level_0() { return &___m_Level_0; } inline void set_m_Level_0(int32_t value) { ___m_Level_0 = value; } }; // System.Xml.Schema.SchemaDeclBase struct SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A : public RuntimeObject { public: // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::name XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name_0; // System.String System.Xml.Schema.SchemaDeclBase::prefix String_t* ___prefix_1; // System.Boolean System.Xml.Schema.SchemaDeclBase::isDeclaredInExternal bool ___isDeclaredInExternal_2; // System.Xml.Schema.SchemaDeclBase/Use System.Xml.Schema.SchemaDeclBase::presence int32_t ___presence_3; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.SchemaDeclBase::schemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType_4; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::datatype XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype_5; // System.String System.Xml.Schema.SchemaDeclBase::defaultValueRaw String_t* ___defaultValueRaw_6; // System.Object System.Xml.Schema.SchemaDeclBase::defaultValueTyped RuntimeObject * ___defaultValueTyped_7; // System.Int64 System.Xml.Schema.SchemaDeclBase::maxLength int64_t ___maxLength_8; // System.Int64 System.Xml.Schema.SchemaDeclBase::minLength int64_t ___minLength_9; // System.Collections.Generic.List`1 System.Xml.Schema.SchemaDeclBase::values List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___values_10; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___name_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_name_0() const { return ___name_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_name_0() { return &___name_0; } inline void set_name_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_prefix_1() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___prefix_1)); } inline String_t* get_prefix_1() const { return ___prefix_1; } inline String_t** get_address_of_prefix_1() { return &___prefix_1; } inline void set_prefix_1(String_t* value) { ___prefix_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_1), (void*)value); } inline static int32_t get_offset_of_isDeclaredInExternal_2() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___isDeclaredInExternal_2)); } inline bool get_isDeclaredInExternal_2() const { return ___isDeclaredInExternal_2; } inline bool* get_address_of_isDeclaredInExternal_2() { return &___isDeclaredInExternal_2; } inline void set_isDeclaredInExternal_2(bool value) { ___isDeclaredInExternal_2 = value; } inline static int32_t get_offset_of_presence_3() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___presence_3)); } inline int32_t get_presence_3() const { return ___presence_3; } inline int32_t* get_address_of_presence_3() { return &___presence_3; } inline void set_presence_3(int32_t value) { ___presence_3 = value; } inline static int32_t get_offset_of_schemaType_4() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___schemaType_4)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_schemaType_4() const { return ___schemaType_4; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_schemaType_4() { return &___schemaType_4; } inline void set_schemaType_4(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___schemaType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_4), (void*)value); } inline static int32_t get_offset_of_datatype_5() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___datatype_5)); } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * get_datatype_5() const { return ___datatype_5; } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 ** get_address_of_datatype_5() { return &___datatype_5; } inline void set_datatype_5(XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * value) { ___datatype_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___datatype_5), (void*)value); } inline static int32_t get_offset_of_defaultValueRaw_6() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___defaultValueRaw_6)); } inline String_t* get_defaultValueRaw_6() const { return ___defaultValueRaw_6; } inline String_t** get_address_of_defaultValueRaw_6() { return &___defaultValueRaw_6; } inline void set_defaultValueRaw_6(String_t* value) { ___defaultValueRaw_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultValueRaw_6), (void*)value); } inline static int32_t get_offset_of_defaultValueTyped_7() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___defaultValueTyped_7)); } inline RuntimeObject * get_defaultValueTyped_7() const { return ___defaultValueTyped_7; } inline RuntimeObject ** get_address_of_defaultValueTyped_7() { return &___defaultValueTyped_7; } inline void set_defaultValueTyped_7(RuntimeObject * value) { ___defaultValueTyped_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultValueTyped_7), (void*)value); } inline static int32_t get_offset_of_maxLength_8() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___maxLength_8)); } inline int64_t get_maxLength_8() const { return ___maxLength_8; } inline int64_t* get_address_of_maxLength_8() { return &___maxLength_8; } inline void set_maxLength_8(int64_t value) { ___maxLength_8 = value; } inline static int32_t get_offset_of_minLength_9() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___minLength_9)); } inline int64_t get_minLength_9() const { return ___minLength_9; } inline int64_t* get_address_of_minLength_9() { return &___minLength_9; } inline void set_minLength_9(int64_t value) { ___minLength_9 = value; } inline static int32_t get_offset_of_values_10() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___values_10)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_values_10() const { return ___values_10; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_values_10() { return &___values_10; } inline void set_values_10(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___values_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_10), (void*)value); } }; // System.Xml.Schema.SchemaInfo struct SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::elementDecls Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___elementDecls_0; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::undeclaredElementDecls Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___undeclaredElementDecls_1; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::generalEntities Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * ___generalEntities_2; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::parameterEntities Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * ___parameterEntities_3; // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaInfo::docTypeName XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___docTypeName_4; // System.String System.Xml.Schema.SchemaInfo::internalDtdSubset String_t* ___internalDtdSubset_5; // System.Boolean System.Xml.Schema.SchemaInfo::hasNonCDataAttributes bool ___hasNonCDataAttributes_6; // System.Boolean System.Xml.Schema.SchemaInfo::hasDefaultAttributes bool ___hasDefaultAttributes_7; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::targetNamespaces Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C * ___targetNamespaces_8; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::attributeDecls Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * ___attributeDecls_9; // System.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::schemaType int32_t ___schemaType_10; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::elementDeclsByType Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___elementDeclsByType_11; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::notations Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * ___notations_12; public: inline static int32_t get_offset_of_elementDecls_0() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___elementDecls_0)); } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * get_elementDecls_0() const { return ___elementDecls_0; } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 ** get_address_of_elementDecls_0() { return &___elementDecls_0; } inline void set_elementDecls_0(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * value) { ___elementDecls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementDecls_0), (void*)value); } inline static int32_t get_offset_of_undeclaredElementDecls_1() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___undeclaredElementDecls_1)); } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * get_undeclaredElementDecls_1() const { return ___undeclaredElementDecls_1; } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 ** get_address_of_undeclaredElementDecls_1() { return &___undeclaredElementDecls_1; } inline void set_undeclaredElementDecls_1(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * value) { ___undeclaredElementDecls_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___undeclaredElementDecls_1), (void*)value); } inline static int32_t get_offset_of_generalEntities_2() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___generalEntities_2)); } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * get_generalEntities_2() const { return ___generalEntities_2; } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 ** get_address_of_generalEntities_2() { return &___generalEntities_2; } inline void set_generalEntities_2(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * value) { ___generalEntities_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalEntities_2), (void*)value); } inline static int32_t get_offset_of_parameterEntities_3() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___parameterEntities_3)); } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * get_parameterEntities_3() const { return ___parameterEntities_3; } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 ** get_address_of_parameterEntities_3() { return &___parameterEntities_3; } inline void set_parameterEntities_3(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * value) { ___parameterEntities_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameterEntities_3), (void*)value); } inline static int32_t get_offset_of_docTypeName_4() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___docTypeName_4)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_docTypeName_4() const { return ___docTypeName_4; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_docTypeName_4() { return &___docTypeName_4; } inline void set_docTypeName_4(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___docTypeName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___docTypeName_4), (void*)value); } inline static int32_t get_offset_of_internalDtdSubset_5() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___internalDtdSubset_5)); } inline String_t* get_internalDtdSubset_5() const { return ___internalDtdSubset_5; } inline String_t** get_address_of_internalDtdSubset_5() { return &___internalDtdSubset_5; } inline void set_internalDtdSubset_5(String_t* value) { ___internalDtdSubset_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalDtdSubset_5), (void*)value); } inline static int32_t get_offset_of_hasNonCDataAttributes_6() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___hasNonCDataAttributes_6)); } inline bool get_hasNonCDataAttributes_6() const { return ___hasNonCDataAttributes_6; } inline bool* get_address_of_hasNonCDataAttributes_6() { return &___hasNonCDataAttributes_6; } inline void set_hasNonCDataAttributes_6(bool value) { ___hasNonCDataAttributes_6 = value; } inline static int32_t get_offset_of_hasDefaultAttributes_7() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___hasDefaultAttributes_7)); } inline bool get_hasDefaultAttributes_7() const { return ___hasDefaultAttributes_7; } inline bool* get_address_of_hasDefaultAttributes_7() { return &___hasDefaultAttributes_7; } inline void set_hasDefaultAttributes_7(bool value) { ___hasDefaultAttributes_7 = value; } inline static int32_t get_offset_of_targetNamespaces_8() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___targetNamespaces_8)); } inline Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C * get_targetNamespaces_8() const { return ___targetNamespaces_8; } inline Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C ** get_address_of_targetNamespaces_8() { return &___targetNamespaces_8; } inline void set_targetNamespaces_8(Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C * value) { ___targetNamespaces_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetNamespaces_8), (void*)value); } inline static int32_t get_offset_of_attributeDecls_9() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___attributeDecls_9)); } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * get_attributeDecls_9() const { return ___attributeDecls_9; } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 ** get_address_of_attributeDecls_9() { return &___attributeDecls_9; } inline void set_attributeDecls_9(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * value) { ___attributeDecls_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeDecls_9), (void*)value); } inline static int32_t get_offset_of_schemaType_10() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___schemaType_10)); } inline int32_t get_schemaType_10() const { return ___schemaType_10; } inline int32_t* get_address_of_schemaType_10() { return &___schemaType_10; } inline void set_schemaType_10(int32_t value) { ___schemaType_10 = value; } inline static int32_t get_offset_of_elementDeclsByType_11() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___elementDeclsByType_11)); } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * get_elementDeclsByType_11() const { return ___elementDeclsByType_11; } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 ** get_address_of_elementDeclsByType_11() { return &___elementDeclsByType_11; } inline void set_elementDeclsByType_11(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * value) { ___elementDeclsByType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementDeclsByType_11), (void*)value); } inline static int32_t get_offset_of_notations_12() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___notations_12)); } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * get_notations_12() const { return ___notations_12; } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 ** get_address_of_notations_12() { return &___notations_12; } inline void set_notations_12(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * value) { ___notations_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___notations_12), (void*)value); } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(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(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(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // System.Net.WebRequest struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Net.Security.AuthenticationLevel System.Net.WebRequest::m_AuthenticationLevel int32_t ___m_AuthenticationLevel_4; // System.Security.Principal.TokenImpersonationLevel System.Net.WebRequest::m_ImpersonationLevel int32_t ___m_ImpersonationLevel_5; // System.Net.Cache.RequestCachePolicy System.Net.WebRequest::m_CachePolicy RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___m_CachePolicy_6; // System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::m_CacheProtocol RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * ___m_CacheProtocol_7; // System.Net.Cache.RequestCacheBinding System.Net.WebRequest::m_CacheBinding RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * ___m_CacheBinding_8; public: inline static int32_t get_offset_of_m_AuthenticationLevel_4() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_AuthenticationLevel_4)); } inline int32_t get_m_AuthenticationLevel_4() const { return ___m_AuthenticationLevel_4; } inline int32_t* get_address_of_m_AuthenticationLevel_4() { return &___m_AuthenticationLevel_4; } inline void set_m_AuthenticationLevel_4(int32_t value) { ___m_AuthenticationLevel_4 = value; } inline static int32_t get_offset_of_m_ImpersonationLevel_5() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_ImpersonationLevel_5)); } inline int32_t get_m_ImpersonationLevel_5() const { return ___m_ImpersonationLevel_5; } inline int32_t* get_address_of_m_ImpersonationLevel_5() { return &___m_ImpersonationLevel_5; } inline void set_m_ImpersonationLevel_5(int32_t value) { ___m_ImpersonationLevel_5 = value; } inline static int32_t get_offset_of_m_CachePolicy_6() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CachePolicy_6)); } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * get_m_CachePolicy_6() const { return ___m_CachePolicy_6; } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED ** get_address_of_m_CachePolicy_6() { return &___m_CachePolicy_6; } inline void set_m_CachePolicy_6(RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * value) { ___m_CachePolicy_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachePolicy_6), (void*)value); } inline static int32_t get_offset_of_m_CacheProtocol_7() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CacheProtocol_7)); } inline RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * get_m_CacheProtocol_7() const { return ___m_CacheProtocol_7; } inline RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 ** get_address_of_m_CacheProtocol_7() { return &___m_CacheProtocol_7; } inline void set_m_CacheProtocol_7(RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * value) { ___m_CacheProtocol_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CacheProtocol_7), (void*)value); } inline static int32_t get_offset_of_m_CacheBinding_8() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CacheBinding_8)); } inline RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * get_m_CacheBinding_8() const { return ___m_CacheBinding_8; } inline RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 ** get_address_of_m_CacheBinding_8() { return &___m_CacheBinding_8; } inline void set_m_CacheBinding_8(RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * value) { ___m_CacheBinding_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CacheBinding_8), (void*)value); } }; struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields { public: // System.Collections.ArrayList modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_PrefixList ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___s_PrefixList_1; // System.Object System.Net.WebRequest::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_2; // System.Net.TimerThread/Queue System.Net.WebRequest::s_DefaultTimerQueue Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * ___s_DefaultTimerQueue_3; // System.Net.WebRequest/DesignerWebRequestCreate System.Net.WebRequest::webRequestCreate DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * ___webRequestCreate_9; // System.Net.IWebProxy modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxy RuntimeObject* ___s_DefaultWebProxy_10; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxyInitialized bool ___s_DefaultWebProxyInitialized_11; public: inline static int32_t get_offset_of_s_PrefixList_1() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_PrefixList_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_s_PrefixList_1() const { return ___s_PrefixList_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_s_PrefixList_1() { return &___s_PrefixList_1; } inline void set_s_PrefixList_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___s_PrefixList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_PrefixList_1), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_2() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_InternalSyncObject_2)); } inline RuntimeObject * get_s_InternalSyncObject_2() const { return ___s_InternalSyncObject_2; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_2() { return &___s_InternalSyncObject_2; } inline void set_s_InternalSyncObject_2(RuntimeObject * value) { ___s_InternalSyncObject_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultTimerQueue_3() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultTimerQueue_3)); } inline Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * get_s_DefaultTimerQueue_3() const { return ___s_DefaultTimerQueue_3; } inline Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB ** get_address_of_s_DefaultTimerQueue_3() { return &___s_DefaultTimerQueue_3; } inline void set_s_DefaultTimerQueue_3(Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * value) { ___s_DefaultTimerQueue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultTimerQueue_3), (void*)value); } inline static int32_t get_offset_of_webRequestCreate_9() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___webRequestCreate_9)); } inline DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * get_webRequestCreate_9() const { return ___webRequestCreate_9; } inline DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A ** get_address_of_webRequestCreate_9() { return &___webRequestCreate_9; } inline void set_webRequestCreate_9(DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * value) { ___webRequestCreate_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___webRequestCreate_9), (void*)value); } inline static int32_t get_offset_of_s_DefaultWebProxy_10() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultWebProxy_10)); } inline RuntimeObject* get_s_DefaultWebProxy_10() const { return ___s_DefaultWebProxy_10; } inline RuntimeObject** get_address_of_s_DefaultWebProxy_10() { return &___s_DefaultWebProxy_10; } inline void set_s_DefaultWebProxy_10(RuntimeObject* value) { ___s_DefaultWebProxy_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultWebProxy_10), (void*)value); } inline static int32_t get_offset_of_s_DefaultWebProxyInitialized_11() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultWebProxyInitialized_11)); } inline bool get_s_DefaultWebProxyInitialized_11() const { return ___s_DefaultWebProxyInitialized_11; } inline bool* get_address_of_s_DefaultWebProxyInitialized_11() { return &___s_DefaultWebProxyInitialized_11; } inline void set_s_DefaultWebProxyInitialized_11(bool value) { ___s_DefaultWebProxyInitialized_11 = value; } }; // System.Xml.Schema.XmlAtomicValue struct XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C : public XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 { public: // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlAtomicValue::xmlType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType_0; // System.Object System.Xml.Schema.XmlAtomicValue::objVal RuntimeObject * ___objVal_1; // System.TypeCode System.Xml.Schema.XmlAtomicValue::clrType int32_t ___clrType_2; // System.Xml.Schema.XmlAtomicValue/Union System.Xml.Schema.XmlAtomicValue::unionVal Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F ___unionVal_3; // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName System.Xml.Schema.XmlAtomicValue::nsPrefix NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * ___nsPrefix_4; public: inline static int32_t get_offset_of_xmlType_0() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___xmlType_0)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_xmlType_0() const { return ___xmlType_0; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_xmlType_0() { return &___xmlType_0; } inline void set_xmlType_0(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___xmlType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlType_0), (void*)value); } inline static int32_t get_offset_of_objVal_1() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___objVal_1)); } inline RuntimeObject * get_objVal_1() const { return ___objVal_1; } inline RuntimeObject ** get_address_of_objVal_1() { return &___objVal_1; } inline void set_objVal_1(RuntimeObject * value) { ___objVal_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___objVal_1), (void*)value); } inline static int32_t get_offset_of_clrType_2() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___clrType_2)); } inline int32_t get_clrType_2() const { return ___clrType_2; } inline int32_t* get_address_of_clrType_2() { return &___clrType_2; } inline void set_clrType_2(int32_t value) { ___clrType_2 = value; } inline static int32_t get_offset_of_unionVal_3() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___unionVal_3)); } inline Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F get_unionVal_3() const { return ___unionVal_3; } inline Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * get_address_of_unionVal_3() { return &___unionVal_3; } inline void set_unionVal_3(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F value) { ___unionVal_3 = value; } inline static int32_t get_offset_of_nsPrefix_4() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___nsPrefix_4)); } inline NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * get_nsPrefix_4() const { return ___nsPrefix_4; } inline NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 ** get_address_of_nsPrefix_4() { return &___nsPrefix_4; } inline void set_nsPrefix_4(NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * value) { ___nsPrefix_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsPrefix_4), (void*)value); } }; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 : public XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 { public: public: }; // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 : public XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 { public: // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::schemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType_0; // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::typeCode int32_t ___typeCode_1; // System.Type System.Xml.Schema.XmlBaseConverter::clrTypeDefault Type_t * ___clrTypeDefault_2; public: inline static int32_t get_offset_of_schemaType_0() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55, ___schemaType_0)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_schemaType_0() const { return ___schemaType_0; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_schemaType_0() { return &___schemaType_0; } inline void set_schemaType_0(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___schemaType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_0), (void*)value); } inline static int32_t get_offset_of_typeCode_1() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55, ___typeCode_1)); } inline int32_t get_typeCode_1() const { return ___typeCode_1; } inline int32_t* get_address_of_typeCode_1() { return &___typeCode_1; } inline void set_typeCode_1(int32_t value) { ___typeCode_1 = value; } inline static int32_t get_offset_of_clrTypeDefault_2() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55, ___clrTypeDefault_2)); } inline Type_t * get_clrTypeDefault_2() const { return ___clrTypeDefault_2; } inline Type_t ** get_address_of_clrTypeDefault_2() { return &___clrTypeDefault_2; } inline void set_clrTypeDefault_2(Type_t * value) { ___clrTypeDefault_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___clrTypeDefault_2), (void*)value); } }; struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields { public: // System.Type System.Xml.Schema.XmlBaseConverter::ICollectionType Type_t * ___ICollectionType_3; // System.Type System.Xml.Schema.XmlBaseConverter::IEnumerableType Type_t * ___IEnumerableType_4; // System.Type System.Xml.Schema.XmlBaseConverter::IListType Type_t * ___IListType_5; // System.Type System.Xml.Schema.XmlBaseConverter::ObjectArrayType Type_t * ___ObjectArrayType_6; // System.Type System.Xml.Schema.XmlBaseConverter::StringArrayType Type_t * ___StringArrayType_7; // System.Type System.Xml.Schema.XmlBaseConverter::XmlAtomicValueArrayType Type_t * ___XmlAtomicValueArrayType_8; // System.Type System.Xml.Schema.XmlBaseConverter::DecimalType Type_t * ___DecimalType_9; // System.Type System.Xml.Schema.XmlBaseConverter::Int32Type Type_t * ___Int32Type_10; // System.Type System.Xml.Schema.XmlBaseConverter::Int64Type Type_t * ___Int64Type_11; // System.Type System.Xml.Schema.XmlBaseConverter::StringType Type_t * ___StringType_12; // System.Type System.Xml.Schema.XmlBaseConverter::XmlAtomicValueType Type_t * ___XmlAtomicValueType_13; // System.Type System.Xml.Schema.XmlBaseConverter::ObjectType Type_t * ___ObjectType_14; // System.Type System.Xml.Schema.XmlBaseConverter::ByteType Type_t * ___ByteType_15; // System.Type System.Xml.Schema.XmlBaseConverter::Int16Type Type_t * ___Int16Type_16; // System.Type System.Xml.Schema.XmlBaseConverter::SByteType Type_t * ___SByteType_17; // System.Type System.Xml.Schema.XmlBaseConverter::UInt16Type Type_t * ___UInt16Type_18; // System.Type System.Xml.Schema.XmlBaseConverter::UInt32Type Type_t * ___UInt32Type_19; // System.Type System.Xml.Schema.XmlBaseConverter::UInt64Type Type_t * ___UInt64Type_20; // System.Type System.Xml.Schema.XmlBaseConverter::XPathItemType Type_t * ___XPathItemType_21; // System.Type System.Xml.Schema.XmlBaseConverter::DoubleType Type_t * ___DoubleType_22; // System.Type System.Xml.Schema.XmlBaseConverter::SingleType Type_t * ___SingleType_23; // System.Type System.Xml.Schema.XmlBaseConverter::DateTimeType Type_t * ___DateTimeType_24; // System.Type System.Xml.Schema.XmlBaseConverter::DateTimeOffsetType Type_t * ___DateTimeOffsetType_25; // System.Type System.Xml.Schema.XmlBaseConverter::BooleanType Type_t * ___BooleanType_26; // System.Type System.Xml.Schema.XmlBaseConverter::ByteArrayType Type_t * ___ByteArrayType_27; // System.Type System.Xml.Schema.XmlBaseConverter::XmlQualifiedNameType Type_t * ___XmlQualifiedNameType_28; // System.Type System.Xml.Schema.XmlBaseConverter::UriType Type_t * ___UriType_29; // System.Type System.Xml.Schema.XmlBaseConverter::TimeSpanType Type_t * ___TimeSpanType_30; // System.Type System.Xml.Schema.XmlBaseConverter::XPathNavigatorType Type_t * ___XPathNavigatorType_31; public: inline static int32_t get_offset_of_ICollectionType_3() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ICollectionType_3)); } inline Type_t * get_ICollectionType_3() const { return ___ICollectionType_3; } inline Type_t ** get_address_of_ICollectionType_3() { return &___ICollectionType_3; } inline void set_ICollectionType_3(Type_t * value) { ___ICollectionType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ICollectionType_3), (void*)value); } inline static int32_t get_offset_of_IEnumerableType_4() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___IEnumerableType_4)); } inline Type_t * get_IEnumerableType_4() const { return ___IEnumerableType_4; } inline Type_t ** get_address_of_IEnumerableType_4() { return &___IEnumerableType_4; } inline void set_IEnumerableType_4(Type_t * value) { ___IEnumerableType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IEnumerableType_4), (void*)value); } inline static int32_t get_offset_of_IListType_5() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___IListType_5)); } inline Type_t * get_IListType_5() const { return ___IListType_5; } inline Type_t ** get_address_of_IListType_5() { return &___IListType_5; } inline void set_IListType_5(Type_t * value) { ___IListType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IListType_5), (void*)value); } inline static int32_t get_offset_of_ObjectArrayType_6() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ObjectArrayType_6)); } inline Type_t * get_ObjectArrayType_6() const { return ___ObjectArrayType_6; } inline Type_t ** get_address_of_ObjectArrayType_6() { return &___ObjectArrayType_6; } inline void set_ObjectArrayType_6(Type_t * value) { ___ObjectArrayType_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectArrayType_6), (void*)value); } inline static int32_t get_offset_of_StringArrayType_7() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___StringArrayType_7)); } inline Type_t * get_StringArrayType_7() const { return ___StringArrayType_7; } inline Type_t ** get_address_of_StringArrayType_7() { return &___StringArrayType_7; } inline void set_StringArrayType_7(Type_t * value) { ___StringArrayType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringArrayType_7), (void*)value); } inline static int32_t get_offset_of_XmlAtomicValueArrayType_8() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XmlAtomicValueArrayType_8)); } inline Type_t * get_XmlAtomicValueArrayType_8() const { return ___XmlAtomicValueArrayType_8; } inline Type_t ** get_address_of_XmlAtomicValueArrayType_8() { return &___XmlAtomicValueArrayType_8; } inline void set_XmlAtomicValueArrayType_8(Type_t * value) { ___XmlAtomicValueArrayType_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlAtomicValueArrayType_8), (void*)value); } inline static int32_t get_offset_of_DecimalType_9() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DecimalType_9)); } inline Type_t * get_DecimalType_9() const { return ___DecimalType_9; } inline Type_t ** get_address_of_DecimalType_9() { return &___DecimalType_9; } inline void set_DecimalType_9(Type_t * value) { ___DecimalType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DecimalType_9), (void*)value); } inline static int32_t get_offset_of_Int32Type_10() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___Int32Type_10)); } inline Type_t * get_Int32Type_10() const { return ___Int32Type_10; } inline Type_t ** get_address_of_Int32Type_10() { return &___Int32Type_10; } inline void set_Int32Type_10(Type_t * value) { ___Int32Type_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int32Type_10), (void*)value); } inline static int32_t get_offset_of_Int64Type_11() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___Int64Type_11)); } inline Type_t * get_Int64Type_11() const { return ___Int64Type_11; } inline Type_t ** get_address_of_Int64Type_11() { return &___Int64Type_11; } inline void set_Int64Type_11(Type_t * value) { ___Int64Type_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int64Type_11), (void*)value); } inline static int32_t get_offset_of_StringType_12() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___StringType_12)); } inline Type_t * get_StringType_12() const { return ___StringType_12; } inline Type_t ** get_address_of_StringType_12() { return &___StringType_12; } inline void set_StringType_12(Type_t * value) { ___StringType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringType_12), (void*)value); } inline static int32_t get_offset_of_XmlAtomicValueType_13() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XmlAtomicValueType_13)); } inline Type_t * get_XmlAtomicValueType_13() const { return ___XmlAtomicValueType_13; } inline Type_t ** get_address_of_XmlAtomicValueType_13() { return &___XmlAtomicValueType_13; } inline void set_XmlAtomicValueType_13(Type_t * value) { ___XmlAtomicValueType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlAtomicValueType_13), (void*)value); } inline static int32_t get_offset_of_ObjectType_14() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ObjectType_14)); } inline Type_t * get_ObjectType_14() const { return ___ObjectType_14; } inline Type_t ** get_address_of_ObjectType_14() { return &___ObjectType_14; } inline void set_ObjectType_14(Type_t * value) { ___ObjectType_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_14), (void*)value); } inline static int32_t get_offset_of_ByteType_15() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ByteType_15)); } inline Type_t * get_ByteType_15() const { return ___ByteType_15; } inline Type_t ** get_address_of_ByteType_15() { return &___ByteType_15; } inline void set_ByteType_15(Type_t * value) { ___ByteType_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteType_15), (void*)value); } inline static int32_t get_offset_of_Int16Type_16() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___Int16Type_16)); } inline Type_t * get_Int16Type_16() const { return ___Int16Type_16; } inline Type_t ** get_address_of_Int16Type_16() { return &___Int16Type_16; } inline void set_Int16Type_16(Type_t * value) { ___Int16Type_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int16Type_16), (void*)value); } inline static int32_t get_offset_of_SByteType_17() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___SByteType_17)); } inline Type_t * get_SByteType_17() const { return ___SByteType_17; } inline Type_t ** get_address_of_SByteType_17() { return &___SByteType_17; } inline void set_SByteType_17(Type_t * value) { ___SByteType_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___SByteType_17), (void*)value); } inline static int32_t get_offset_of_UInt16Type_18() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UInt16Type_18)); } inline Type_t * get_UInt16Type_18() const { return ___UInt16Type_18; } inline Type_t ** get_address_of_UInt16Type_18() { return &___UInt16Type_18; } inline void set_UInt16Type_18(Type_t * value) { ___UInt16Type_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___UInt16Type_18), (void*)value); } inline static int32_t get_offset_of_UInt32Type_19() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UInt32Type_19)); } inline Type_t * get_UInt32Type_19() const { return ___UInt32Type_19; } inline Type_t ** get_address_of_UInt32Type_19() { return &___UInt32Type_19; } inline void set_UInt32Type_19(Type_t * value) { ___UInt32Type_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___UInt32Type_19), (void*)value); } inline static int32_t get_offset_of_UInt64Type_20() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UInt64Type_20)); } inline Type_t * get_UInt64Type_20() const { return ___UInt64Type_20; } inline Type_t ** get_address_of_UInt64Type_20() { return &___UInt64Type_20; } inline void set_UInt64Type_20(Type_t * value) { ___UInt64Type_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___UInt64Type_20), (void*)value); } inline static int32_t get_offset_of_XPathItemType_21() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XPathItemType_21)); } inline Type_t * get_XPathItemType_21() const { return ___XPathItemType_21; } inline Type_t ** get_address_of_XPathItemType_21() { return &___XPathItemType_21; } inline void set_XPathItemType_21(Type_t * value) { ___XPathItemType_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___XPathItemType_21), (void*)value); } inline static int32_t get_offset_of_DoubleType_22() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DoubleType_22)); } inline Type_t * get_DoubleType_22() const { return ___DoubleType_22; } inline Type_t ** get_address_of_DoubleType_22() { return &___DoubleType_22; } inline void set_DoubleType_22(Type_t * value) { ___DoubleType_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___DoubleType_22), (void*)value); } inline static int32_t get_offset_of_SingleType_23() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___SingleType_23)); } inline Type_t * get_SingleType_23() const { return ___SingleType_23; } inline Type_t ** get_address_of_SingleType_23() { return &___SingleType_23; } inline void set_SingleType_23(Type_t * value) { ___SingleType_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___SingleType_23), (void*)value); } inline static int32_t get_offset_of_DateTimeType_24() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DateTimeType_24)); } inline Type_t * get_DateTimeType_24() const { return ___DateTimeType_24; } inline Type_t ** get_address_of_DateTimeType_24() { return &___DateTimeType_24; } inline void set_DateTimeType_24(Type_t * value) { ___DateTimeType_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeType_24), (void*)value); } inline static int32_t get_offset_of_DateTimeOffsetType_25() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DateTimeOffsetType_25)); } inline Type_t * get_DateTimeOffsetType_25() const { return ___DateTimeOffsetType_25; } inline Type_t ** get_address_of_DateTimeOffsetType_25() { return &___DateTimeOffsetType_25; } inline void set_DateTimeOffsetType_25(Type_t * value) { ___DateTimeOffsetType_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeOffsetType_25), (void*)value); } inline static int32_t get_offset_of_BooleanType_26() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___BooleanType_26)); } inline Type_t * get_BooleanType_26() const { return ___BooleanType_26; } inline Type_t ** get_address_of_BooleanType_26() { return &___BooleanType_26; } inline void set_BooleanType_26(Type_t * value) { ___BooleanType_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___BooleanType_26), (void*)value); } inline static int32_t get_offset_of_ByteArrayType_27() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ByteArrayType_27)); } inline Type_t * get_ByteArrayType_27() const { return ___ByteArrayType_27; } inline Type_t ** get_address_of_ByteArrayType_27() { return &___ByteArrayType_27; } inline void set_ByteArrayType_27(Type_t * value) { ___ByteArrayType_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteArrayType_27), (void*)value); } inline static int32_t get_offset_of_XmlQualifiedNameType_28() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XmlQualifiedNameType_28)); } inline Type_t * get_XmlQualifiedNameType_28() const { return ___XmlQualifiedNameType_28; } inline Type_t ** get_address_of_XmlQualifiedNameType_28() { return &___XmlQualifiedNameType_28; } inline void set_XmlQualifiedNameType_28(Type_t * value) { ___XmlQualifiedNameType_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlQualifiedNameType_28), (void*)value); } inline static int32_t get_offset_of_UriType_29() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UriType_29)); } inline Type_t * get_UriType_29() const { return ___UriType_29; } inline Type_t ** get_address_of_UriType_29() { return &___UriType_29; } inline void set_UriType_29(Type_t * value) { ___UriType_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriType_29), (void*)value); } inline static int32_t get_offset_of_TimeSpanType_30() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___TimeSpanType_30)); } inline Type_t * get_TimeSpanType_30() const { return ___TimeSpanType_30; } inline Type_t ** get_address_of_TimeSpanType_30() { return &___TimeSpanType_30; } inline void set_TimeSpanType_30(Type_t * value) { ___TimeSpanType_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeSpanType_30), (void*)value); } inline static int32_t get_offset_of_XPathNavigatorType_31() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XPathNavigatorType_31)); } inline Type_t * get_XPathNavigatorType_31() const { return ___XPathNavigatorType_31; } inline Type_t ** get_address_of_XPathNavigatorType_31() { return &___XPathNavigatorType_31; } inline void set_XPathNavigatorType_31(Type_t * value) { ___XPathNavigatorType_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___XPathNavigatorType_31), (void*)value); } }; // System.Xml.XmlCDataSection struct XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlCachedStream struct XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83 : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { public: // System.Uri System.Xml.XmlCachedStream::uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri_15; public: inline static int32_t get_offset_of_uri_15() { return static_cast(offsetof(XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83, ___uri_15)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_uri_15() const { return ___uri_15; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_uri_15() { return &___uri_15; } inline void set_uri_15(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___uri_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_15), (void*)value); } }; // System.Xml.XmlComment struct XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlNodeChangedEventArgs struct XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Xml.XmlNodeChangedAction System.Xml.XmlNodeChangedEventArgs::action int32_t ___action_1; // System.Xml.XmlNode System.Xml.XmlNodeChangedEventArgs::node XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node_2; // System.Xml.XmlNode System.Xml.XmlNodeChangedEventArgs::oldParent XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___oldParent_3; // System.Xml.XmlNode System.Xml.XmlNodeChangedEventArgs::newParent XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newParent_4; // System.String System.Xml.XmlNodeChangedEventArgs::oldValue String_t* ___oldValue_5; // System.String System.Xml.XmlNodeChangedEventArgs::newValue String_t* ___newValue_6; public: inline static int32_t get_offset_of_action_1() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___action_1)); } inline int32_t get_action_1() const { return ___action_1; } inline int32_t* get_address_of_action_1() { return &___action_1; } inline void set_action_1(int32_t value) { ___action_1 = value; } inline static int32_t get_offset_of_node_2() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___node_2)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_node_2() const { return ___node_2; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_node_2() { return &___node_2; } inline void set_node_2(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___node_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___node_2), (void*)value); } inline static int32_t get_offset_of_oldParent_3() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___oldParent_3)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_oldParent_3() const { return ___oldParent_3; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_oldParent_3() { return &___oldParent_3; } inline void set_oldParent_3(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___oldParent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___oldParent_3), (void*)value); } inline static int32_t get_offset_of_newParent_4() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___newParent_4)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_newParent_4() const { return ___newParent_4; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_newParent_4() { return &___newParent_4; } inline void set_newParent_4(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___newParent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___newParent_4), (void*)value); } inline static int32_t get_offset_of_oldValue_5() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___oldValue_5)); } inline String_t* get_oldValue_5() const { return ___oldValue_5; } inline String_t** get_address_of_oldValue_5() { return &___oldValue_5; } inline void set_oldValue_5(String_t* value) { ___oldValue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___oldValue_5), (void*)value); } inline static int32_t get_offset_of_newValue_6() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___newValue_6)); } inline String_t* get_newValue_6() const { return ___newValue_6; } inline String_t** get_address_of_newValue_6() { return &___newValue_6; } inline void set_newValue_6(String_t* value) { ___newValue_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___newValue_6), (void*)value); } }; // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B : 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_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * ___schemaElement_2; // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInfo::schemaAttribute XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * ___schemaAttribute_3; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaInfo::schemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType_4; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaInfo::memberType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___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(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___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(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___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(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___schemaElement_2)); } inline XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * get_schemaElement_2() const { return ___schemaElement_2; } inline XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A ** get_address_of_schemaElement_2() { return &___schemaElement_2; } inline void set_schemaElement_2(XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * value) { ___schemaElement_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaElement_2), (void*)value); } inline static int32_t get_offset_of_schemaAttribute_3() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___schemaAttribute_3)); } inline XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * get_schemaAttribute_3() const { return ___schemaAttribute_3; } inline XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 ** get_address_of_schemaAttribute_3() { return &___schemaAttribute_3; } inline void set_schemaAttribute_3(XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * value) { ___schemaAttribute_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaAttribute_3), (void*)value); } inline static int32_t get_offset_of_schemaType_4() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___schemaType_4)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_schemaType_4() const { return ___schemaType_4; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_schemaType_4() { return &___schemaType_4; } inline void set_schemaType_4(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___schemaType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_4), (void*)value); } inline static int32_t get_offset_of_memberType_5() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___memberType_5)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_memberType_5() const { return ___memberType_5; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_memberType_5() { return &___memberType_5; } inline void set_memberType_5(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___memberType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberType_5), (void*)value); } inline static int32_t get_offset_of_validity_6() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___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(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___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.Schema.XmlSchemaType struct XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::final int32_t ___final_0; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::derivedBy int32_t ___derivedBy_1; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::baseSchemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___baseSchemaType_2; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::datatype XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype_3; // System.Xml.Schema.SchemaElementDecl modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::elementDecl SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___elementDecl_4; // System.Xml.XmlQualifiedName modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::qname XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname_5; // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaType::contentType int32_t ___contentType_6; public: inline static int32_t get_offset_of_final_0() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___final_0)); } inline int32_t get_final_0() const { return ___final_0; } inline int32_t* get_address_of_final_0() { return &___final_0; } inline void set_final_0(int32_t value) { ___final_0 = value; } inline static int32_t get_offset_of_derivedBy_1() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___derivedBy_1)); } inline int32_t get_derivedBy_1() const { return ___derivedBy_1; } inline int32_t* get_address_of_derivedBy_1() { return &___derivedBy_1; } inline void set_derivedBy_1(int32_t value) { ___derivedBy_1 = value; } inline static int32_t get_offset_of_baseSchemaType_2() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___baseSchemaType_2)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_baseSchemaType_2() const { return ___baseSchemaType_2; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_baseSchemaType_2() { return &___baseSchemaType_2; } inline void set_baseSchemaType_2(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___baseSchemaType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseSchemaType_2), (void*)value); } inline static int32_t get_offset_of_datatype_3() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___datatype_3)); } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * get_datatype_3() const { return ___datatype_3; } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 ** get_address_of_datatype_3() { return &___datatype_3; } inline void set_datatype_3(XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * value) { ___datatype_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___datatype_3), (void*)value); } inline static int32_t get_offset_of_elementDecl_4() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___elementDecl_4)); } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * get_elementDecl_4() const { return ___elementDecl_4; } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B ** get_address_of_elementDecl_4() { return &___elementDecl_4; } inline void set_elementDecl_4(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * value) { ___elementDecl_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementDecl_4), (void*)value); } inline static int32_t get_offset_of_qname_5() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___qname_5)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_qname_5() const { return ___qname_5; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_qname_5() { return &___qname_5; } inline void set_qname_5(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___qname_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___qname_5), (void*)value); } inline static int32_t get_offset_of_contentType_6() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___contentType_6)); } inline int32_t get_contentType_6() const { return ___contentType_6; } inline int32_t* get_address_of_contentType_6() { return &___contentType_6; } inline void set_contentType_6(int32_t value) { ___contentType_6 = value; } }; // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlText struct XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlWellFormedWriter struct XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667 : public XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D { public: // System.Xml.XmlWriter System.Xml.XmlWellFormedWriter::writer XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___writer_0; // System.Xml.XmlRawWriter System.Xml.XmlWellFormedWriter::rawWriter XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * ___rawWriter_1; // System.Xml.IXmlNamespaceResolver System.Xml.XmlWellFormedWriter::predefinedNamespaces RuntimeObject* ___predefinedNamespaces_2; // System.Xml.XmlWellFormedWriter/Namespace[] System.Xml.XmlWellFormedWriter::nsStack NamespaceU5BU5D_t82BF9B8467EDD6AF27BEA8E6F9A7C8AFD2151F12* ___nsStack_3; // System.Int32 System.Xml.XmlWellFormedWriter::nsTop int32_t ___nsTop_4; // System.Collections.Generic.Dictionary`2 System.Xml.XmlWellFormedWriter::nsHashtable Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___nsHashtable_5; // System.Boolean System.Xml.XmlWellFormedWriter::useNsHashtable bool ___useNsHashtable_6; // System.Xml.XmlWellFormedWriter/ElementScope[] System.Xml.XmlWellFormedWriter::elemScopeStack ElementScopeU5BU5D_t8F2566B84598956FD809080FEF2285A0C7B87CEB* ___elemScopeStack_7; // System.Int32 System.Xml.XmlWellFormedWriter::elemTop int32_t ___elemTop_8; // System.Xml.XmlWellFormedWriter/AttrName[] System.Xml.XmlWellFormedWriter::attrStack AttrNameU5BU5D_t93631FF3661C3AD12E16E9458DA72C75F802D4D8* ___attrStack_9; // System.Int32 System.Xml.XmlWellFormedWriter::attrCount int32_t ___attrCount_10; // System.Collections.Generic.Dictionary`2 System.Xml.XmlWellFormedWriter::attrHashTable Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___attrHashTable_11; // System.Xml.XmlWellFormedWriter/SpecialAttribute System.Xml.XmlWellFormedWriter::specAttr int32_t ___specAttr_12; // System.Xml.XmlWellFormedWriter/AttributeValueCache System.Xml.XmlWellFormedWriter::attrValueCache AttributeValueCache_t73CBFCCA77AAFAB369BCE307E8F39FD775C7C90D * ___attrValueCache_13; // System.String System.Xml.XmlWellFormedWriter::curDeclPrefix String_t* ___curDeclPrefix_14; // System.Xml.XmlWellFormedWriter/State[] System.Xml.XmlWellFormedWriter::stateTable StateU5BU5D_t15C5FAA281FD1423791365F47B39B74472536047* ___stateTable_15; // System.Xml.XmlWellFormedWriter/State System.Xml.XmlWellFormedWriter::currentState int32_t ___currentState_16; // System.Boolean System.Xml.XmlWellFormedWriter::checkCharacters bool ___checkCharacters_17; // System.Boolean System.Xml.XmlWellFormedWriter::omitDuplNamespaces bool ___omitDuplNamespaces_18; // System.Boolean System.Xml.XmlWellFormedWriter::writeEndDocumentOnClose bool ___writeEndDocumentOnClose_19; // System.Xml.ConformanceLevel System.Xml.XmlWellFormedWriter::conformanceLevel int32_t ___conformanceLevel_20; // System.Boolean System.Xml.XmlWellFormedWriter::dtdWritten bool ___dtdWritten_21; // System.Boolean System.Xml.XmlWellFormedWriter::xmlDeclFollows bool ___xmlDeclFollows_22; // System.Xml.XmlCharType System.Xml.XmlWellFormedWriter::xmlCharType XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA ___xmlCharType_23; // System.Xml.SecureStringHasher System.Xml.XmlWellFormedWriter::hasher SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A * ___hasher_24; public: inline static int32_t get_offset_of_writer_0() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___writer_0)); } inline XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * get_writer_0() const { return ___writer_0; } inline XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D ** get_address_of_writer_0() { return &___writer_0; } inline void set_writer_0(XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * value) { ___writer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___writer_0), (void*)value); } inline static int32_t get_offset_of_rawWriter_1() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___rawWriter_1)); } inline XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * get_rawWriter_1() const { return ___rawWriter_1; } inline XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 ** get_address_of_rawWriter_1() { return &___rawWriter_1; } inline void set_rawWriter_1(XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * value) { ___rawWriter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___rawWriter_1), (void*)value); } inline static int32_t get_offset_of_predefinedNamespaces_2() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___predefinedNamespaces_2)); } inline RuntimeObject* get_predefinedNamespaces_2() const { return ___predefinedNamespaces_2; } inline RuntimeObject** get_address_of_predefinedNamespaces_2() { return &___predefinedNamespaces_2; } inline void set_predefinedNamespaces_2(RuntimeObject* value) { ___predefinedNamespaces_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___predefinedNamespaces_2), (void*)value); } inline static int32_t get_offset_of_nsStack_3() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___nsStack_3)); } inline NamespaceU5BU5D_t82BF9B8467EDD6AF27BEA8E6F9A7C8AFD2151F12* get_nsStack_3() const { return ___nsStack_3; } inline NamespaceU5BU5D_t82BF9B8467EDD6AF27BEA8E6F9A7C8AFD2151F12** get_address_of_nsStack_3() { return &___nsStack_3; } inline void set_nsStack_3(NamespaceU5BU5D_t82BF9B8467EDD6AF27BEA8E6F9A7C8AFD2151F12* value) { ___nsStack_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsStack_3), (void*)value); } inline static int32_t get_offset_of_nsTop_4() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___nsTop_4)); } inline int32_t get_nsTop_4() const { return ___nsTop_4; } inline int32_t* get_address_of_nsTop_4() { return &___nsTop_4; } inline void set_nsTop_4(int32_t value) { ___nsTop_4 = value; } inline static int32_t get_offset_of_nsHashtable_5() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___nsHashtable_5)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_nsHashtable_5() const { return ___nsHashtable_5; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_nsHashtable_5() { return &___nsHashtable_5; } inline void set_nsHashtable_5(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___nsHashtable_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsHashtable_5), (void*)value); } inline static int32_t get_offset_of_useNsHashtable_6() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___useNsHashtable_6)); } inline bool get_useNsHashtable_6() const { return ___useNsHashtable_6; } inline bool* get_address_of_useNsHashtable_6() { return &___useNsHashtable_6; } inline void set_useNsHashtable_6(bool value) { ___useNsHashtable_6 = value; } inline static int32_t get_offset_of_elemScopeStack_7() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___elemScopeStack_7)); } inline ElementScopeU5BU5D_t8F2566B84598956FD809080FEF2285A0C7B87CEB* get_elemScopeStack_7() const { return ___elemScopeStack_7; } inline ElementScopeU5BU5D_t8F2566B84598956FD809080FEF2285A0C7B87CEB** get_address_of_elemScopeStack_7() { return &___elemScopeStack_7; } inline void set_elemScopeStack_7(ElementScopeU5BU5D_t8F2566B84598956FD809080FEF2285A0C7B87CEB* value) { ___elemScopeStack_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___elemScopeStack_7), (void*)value); } inline static int32_t get_offset_of_elemTop_8() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___elemTop_8)); } inline int32_t get_elemTop_8() const { return ___elemTop_8; } inline int32_t* get_address_of_elemTop_8() { return &___elemTop_8; } inline void set_elemTop_8(int32_t value) { ___elemTop_8 = value; } inline static int32_t get_offset_of_attrStack_9() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___attrStack_9)); } inline AttrNameU5BU5D_t93631FF3661C3AD12E16E9458DA72C75F802D4D8* get_attrStack_9() const { return ___attrStack_9; } inline AttrNameU5BU5D_t93631FF3661C3AD12E16E9458DA72C75F802D4D8** get_address_of_attrStack_9() { return &___attrStack_9; } inline void set_attrStack_9(AttrNameU5BU5D_t93631FF3661C3AD12E16E9458DA72C75F802D4D8* value) { ___attrStack_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrStack_9), (void*)value); } inline static int32_t get_offset_of_attrCount_10() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___attrCount_10)); } inline int32_t get_attrCount_10() const { return ___attrCount_10; } inline int32_t* get_address_of_attrCount_10() { return &___attrCount_10; } inline void set_attrCount_10(int32_t value) { ___attrCount_10 = value; } inline static int32_t get_offset_of_attrHashTable_11() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___attrHashTable_11)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_attrHashTable_11() const { return ___attrHashTable_11; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_attrHashTable_11() { return &___attrHashTable_11; } inline void set_attrHashTable_11(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___attrHashTable_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrHashTable_11), (void*)value); } inline static int32_t get_offset_of_specAttr_12() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___specAttr_12)); } inline int32_t get_specAttr_12() const { return ___specAttr_12; } inline int32_t* get_address_of_specAttr_12() { return &___specAttr_12; } inline void set_specAttr_12(int32_t value) { ___specAttr_12 = value; } inline static int32_t get_offset_of_attrValueCache_13() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___attrValueCache_13)); } inline AttributeValueCache_t73CBFCCA77AAFAB369BCE307E8F39FD775C7C90D * get_attrValueCache_13() const { return ___attrValueCache_13; } inline AttributeValueCache_t73CBFCCA77AAFAB369BCE307E8F39FD775C7C90D ** get_address_of_attrValueCache_13() { return &___attrValueCache_13; } inline void set_attrValueCache_13(AttributeValueCache_t73CBFCCA77AAFAB369BCE307E8F39FD775C7C90D * value) { ___attrValueCache_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrValueCache_13), (void*)value); } inline static int32_t get_offset_of_curDeclPrefix_14() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___curDeclPrefix_14)); } inline String_t* get_curDeclPrefix_14() const { return ___curDeclPrefix_14; } inline String_t** get_address_of_curDeclPrefix_14() { return &___curDeclPrefix_14; } inline void set_curDeclPrefix_14(String_t* value) { ___curDeclPrefix_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___curDeclPrefix_14), (void*)value); } inline static int32_t get_offset_of_stateTable_15() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___stateTable_15)); } inline StateU5BU5D_t15C5FAA281FD1423791365F47B39B74472536047* get_stateTable_15() const { return ___stateTable_15; } inline StateU5BU5D_t15C5FAA281FD1423791365F47B39B74472536047** get_address_of_stateTable_15() { return &___stateTable_15; } inline void set_stateTable_15(StateU5BU5D_t15C5FAA281FD1423791365F47B39B74472536047* value) { ___stateTable_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateTable_15), (void*)value); } inline static int32_t get_offset_of_currentState_16() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___currentState_16)); } inline int32_t get_currentState_16() const { return ___currentState_16; } inline int32_t* get_address_of_currentState_16() { return &___currentState_16; } inline void set_currentState_16(int32_t value) { ___currentState_16 = value; } inline static int32_t get_offset_of_checkCharacters_17() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___checkCharacters_17)); } inline bool get_checkCharacters_17() const { return ___checkCharacters_17; } inline bool* get_address_of_checkCharacters_17() { return &___checkCharacters_17; } inline void set_checkCharacters_17(bool value) { ___checkCharacters_17 = value; } inline static int32_t get_offset_of_omitDuplNamespaces_18() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___omitDuplNamespaces_18)); } inline bool get_omitDuplNamespaces_18() const { return ___omitDuplNamespaces_18; } inline bool* get_address_of_omitDuplNamespaces_18() { return &___omitDuplNamespaces_18; } inline void set_omitDuplNamespaces_18(bool value) { ___omitDuplNamespaces_18 = value; } inline static int32_t get_offset_of_writeEndDocumentOnClose_19() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___writeEndDocumentOnClose_19)); } inline bool get_writeEndDocumentOnClose_19() const { return ___writeEndDocumentOnClose_19; } inline bool* get_address_of_writeEndDocumentOnClose_19() { return &___writeEndDocumentOnClose_19; } inline void set_writeEndDocumentOnClose_19(bool value) { ___writeEndDocumentOnClose_19 = value; } inline static int32_t get_offset_of_conformanceLevel_20() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___conformanceLevel_20)); } inline int32_t get_conformanceLevel_20() const { return ___conformanceLevel_20; } inline int32_t* get_address_of_conformanceLevel_20() { return &___conformanceLevel_20; } inline void set_conformanceLevel_20(int32_t value) { ___conformanceLevel_20 = value; } inline static int32_t get_offset_of_dtdWritten_21() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___dtdWritten_21)); } inline bool get_dtdWritten_21() const { return ___dtdWritten_21; } inline bool* get_address_of_dtdWritten_21() { return &___dtdWritten_21; } inline void set_dtdWritten_21(bool value) { ___dtdWritten_21 = value; } inline static int32_t get_offset_of_xmlDeclFollows_22() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___xmlDeclFollows_22)); } inline bool get_xmlDeclFollows_22() const { return ___xmlDeclFollows_22; } inline bool* get_address_of_xmlDeclFollows_22() { return &___xmlDeclFollows_22; } inline void set_xmlDeclFollows_22(bool value) { ___xmlDeclFollows_22 = value; } inline static int32_t get_offset_of_xmlCharType_23() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___xmlCharType_23)); } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA get_xmlCharType_23() const { return ___xmlCharType_23; } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * get_address_of_xmlCharType_23() { return &___xmlCharType_23; } inline void set_xmlCharType_23(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA value) { ___xmlCharType_23 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_23))->___charProperties_2), (void*)NULL); } inline static int32_t get_offset_of_hasher_24() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667, ___hasher_24)); } inline SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A * get_hasher_24() const { return ___hasher_24; } inline SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A ** get_address_of_hasher_24() { return &___hasher_24; } inline void set_hasher_24(SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A * value) { ___hasher_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___hasher_24), (void*)value); } }; struct XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667_StaticFields { public: // System.String[] System.Xml.XmlWellFormedWriter::stateName StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___stateName_25; // System.String[] System.Xml.XmlWellFormedWriter::tokenName StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___tokenName_26; // System.Xml.WriteState[] System.Xml.XmlWellFormedWriter::state2WriteState WriteStateU5BU5D_t2A56E7401E9CDE694F35A8072DFD3AAC3516906B* ___state2WriteState_27; // System.Xml.XmlWellFormedWriter/State[] System.Xml.XmlWellFormedWriter::StateTableDocument StateU5BU5D_t15C5FAA281FD1423791365F47B39B74472536047* ___StateTableDocument_28; // System.Xml.XmlWellFormedWriter/State[] System.Xml.XmlWellFormedWriter::StateTableAuto StateU5BU5D_t15C5FAA281FD1423791365F47B39B74472536047* ___StateTableAuto_29; public: inline static int32_t get_offset_of_stateName_25() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667_StaticFields, ___stateName_25)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_stateName_25() const { return ___stateName_25; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_stateName_25() { return &___stateName_25; } inline void set_stateName_25(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___stateName_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateName_25), (void*)value); } inline static int32_t get_offset_of_tokenName_26() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667_StaticFields, ___tokenName_26)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_tokenName_26() const { return ___tokenName_26; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_tokenName_26() { return &___tokenName_26; } inline void set_tokenName_26(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___tokenName_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___tokenName_26), (void*)value); } inline static int32_t get_offset_of_state2WriteState_27() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667_StaticFields, ___state2WriteState_27)); } inline WriteStateU5BU5D_t2A56E7401E9CDE694F35A8072DFD3AAC3516906B* get_state2WriteState_27() const { return ___state2WriteState_27; } inline WriteStateU5BU5D_t2A56E7401E9CDE694F35A8072DFD3AAC3516906B** get_address_of_state2WriteState_27() { return &___state2WriteState_27; } inline void set_state2WriteState_27(WriteStateU5BU5D_t2A56E7401E9CDE694F35A8072DFD3AAC3516906B* value) { ___state2WriteState_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___state2WriteState_27), (void*)value); } inline static int32_t get_offset_of_StateTableDocument_28() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667_StaticFields, ___StateTableDocument_28)); } inline StateU5BU5D_t15C5FAA281FD1423791365F47B39B74472536047* get_StateTableDocument_28() const { return ___StateTableDocument_28; } inline StateU5BU5D_t15C5FAA281FD1423791365F47B39B74472536047** get_address_of_StateTableDocument_28() { return &___StateTableDocument_28; } inline void set_StateTableDocument_28(StateU5BU5D_t15C5FAA281FD1423791365F47B39B74472536047* value) { ___StateTableDocument_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___StateTableDocument_28), (void*)value); } inline static int32_t get_offset_of_StateTableAuto_29() { return static_cast(offsetof(XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667_StaticFields, ___StateTableAuto_29)); } inline StateU5BU5D_t15C5FAA281FD1423791365F47B39B74472536047* get_StateTableAuto_29() const { return ___StateTableAuto_29; } inline StateU5BU5D_t15C5FAA281FD1423791365F47B39B74472536047** get_address_of_StateTableAuto_29() { return &___StateTableAuto_29; } inline void set_StateTableAuto_29(StateU5BU5D_t15C5FAA281FD1423791365F47B39B74472536047* value) { ___StateTableAuto_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___StateTableAuto_29), (void*)value); } }; // System.Xml.XmlWhitespace struct XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlWriterSettings struct XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 : public RuntimeObject { public: // System.Boolean System.Xml.XmlWriterSettings::useAsync bool ___useAsync_0; // System.Text.Encoding System.Xml.XmlWriterSettings::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_1; // System.Boolean System.Xml.XmlWriterSettings::omitXmlDecl bool ___omitXmlDecl_2; // System.Xml.NewLineHandling System.Xml.XmlWriterSettings::newLineHandling int32_t ___newLineHandling_3; // System.String System.Xml.XmlWriterSettings::newLineChars String_t* ___newLineChars_4; // System.Xml.TriState System.Xml.XmlWriterSettings::indent int32_t ___indent_5; // System.String System.Xml.XmlWriterSettings::indentChars String_t* ___indentChars_6; // System.Boolean System.Xml.XmlWriterSettings::newLineOnAttributes bool ___newLineOnAttributes_7; // System.Boolean System.Xml.XmlWriterSettings::closeOutput bool ___closeOutput_8; // System.Xml.NamespaceHandling System.Xml.XmlWriterSettings::namespaceHandling int32_t ___namespaceHandling_9; // System.Xml.ConformanceLevel System.Xml.XmlWriterSettings::conformanceLevel int32_t ___conformanceLevel_10; // System.Boolean System.Xml.XmlWriterSettings::checkCharacters bool ___checkCharacters_11; // System.Boolean System.Xml.XmlWriterSettings::writeEndDocumentOnClose bool ___writeEndDocumentOnClose_12; // System.Xml.XmlOutputMethod System.Xml.XmlWriterSettings::outputMethod int32_t ___outputMethod_13; // System.Collections.Generic.List`1 System.Xml.XmlWriterSettings::cdataSections List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * ___cdataSections_14; // System.Boolean System.Xml.XmlWriterSettings::doNotEscapeUriAttributes bool ___doNotEscapeUriAttributes_15; // System.Boolean System.Xml.XmlWriterSettings::mergeCDataSections bool ___mergeCDataSections_16; // System.String System.Xml.XmlWriterSettings::mediaType String_t* ___mediaType_17; // System.String System.Xml.XmlWriterSettings::docTypeSystem String_t* ___docTypeSystem_18; // System.String System.Xml.XmlWriterSettings::docTypePublic String_t* ___docTypePublic_19; // System.Xml.XmlStandalone System.Xml.XmlWriterSettings::standalone int32_t ___standalone_20; // System.Boolean System.Xml.XmlWriterSettings::autoXmlDecl bool ___autoXmlDecl_21; // System.Boolean System.Xml.XmlWriterSettings::isReadOnly bool ___isReadOnly_22; public: inline static int32_t get_offset_of_useAsync_0() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___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; } inline static int32_t get_offset_of_encoding_1() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___encoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_1() const { return ___encoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_1() { return &___encoding_1; } inline void set_encoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_1), (void*)value); } inline static int32_t get_offset_of_omitXmlDecl_2() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___omitXmlDecl_2)); } inline bool get_omitXmlDecl_2() const { return ___omitXmlDecl_2; } inline bool* get_address_of_omitXmlDecl_2() { return &___omitXmlDecl_2; } inline void set_omitXmlDecl_2(bool value) { ___omitXmlDecl_2 = value; } inline static int32_t get_offset_of_newLineHandling_3() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___newLineHandling_3)); } inline int32_t get_newLineHandling_3() const { return ___newLineHandling_3; } inline int32_t* get_address_of_newLineHandling_3() { return &___newLineHandling_3; } inline void set_newLineHandling_3(int32_t value) { ___newLineHandling_3 = value; } inline static int32_t get_offset_of_newLineChars_4() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___newLineChars_4)); } inline String_t* get_newLineChars_4() const { return ___newLineChars_4; } inline String_t** get_address_of_newLineChars_4() { return &___newLineChars_4; } inline void set_newLineChars_4(String_t* value) { ___newLineChars_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___newLineChars_4), (void*)value); } inline static int32_t get_offset_of_indent_5() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___indent_5)); } inline int32_t get_indent_5() const { return ___indent_5; } inline int32_t* get_address_of_indent_5() { return &___indent_5; } inline void set_indent_5(int32_t value) { ___indent_5 = value; } inline static int32_t get_offset_of_indentChars_6() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___indentChars_6)); } inline String_t* get_indentChars_6() const { return ___indentChars_6; } inline String_t** get_address_of_indentChars_6() { return &___indentChars_6; } inline void set_indentChars_6(String_t* value) { ___indentChars_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___indentChars_6), (void*)value); } inline static int32_t get_offset_of_newLineOnAttributes_7() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___newLineOnAttributes_7)); } inline bool get_newLineOnAttributes_7() const { return ___newLineOnAttributes_7; } inline bool* get_address_of_newLineOnAttributes_7() { return &___newLineOnAttributes_7; } inline void set_newLineOnAttributes_7(bool value) { ___newLineOnAttributes_7 = value; } inline static int32_t get_offset_of_closeOutput_8() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___closeOutput_8)); } inline bool get_closeOutput_8() const { return ___closeOutput_8; } inline bool* get_address_of_closeOutput_8() { return &___closeOutput_8; } inline void set_closeOutput_8(bool value) { ___closeOutput_8 = value; } inline static int32_t get_offset_of_namespaceHandling_9() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___namespaceHandling_9)); } inline int32_t get_namespaceHandling_9() const { return ___namespaceHandling_9; } inline int32_t* get_address_of_namespaceHandling_9() { return &___namespaceHandling_9; } inline void set_namespaceHandling_9(int32_t value) { ___namespaceHandling_9 = value; } inline static int32_t get_offset_of_conformanceLevel_10() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___conformanceLevel_10)); } inline int32_t get_conformanceLevel_10() const { return ___conformanceLevel_10; } inline int32_t* get_address_of_conformanceLevel_10() { return &___conformanceLevel_10; } inline void set_conformanceLevel_10(int32_t value) { ___conformanceLevel_10 = value; } inline static int32_t get_offset_of_checkCharacters_11() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___checkCharacters_11)); } inline bool get_checkCharacters_11() const { return ___checkCharacters_11; } inline bool* get_address_of_checkCharacters_11() { return &___checkCharacters_11; } inline void set_checkCharacters_11(bool value) { ___checkCharacters_11 = value; } inline static int32_t get_offset_of_writeEndDocumentOnClose_12() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___writeEndDocumentOnClose_12)); } inline bool get_writeEndDocumentOnClose_12() const { return ___writeEndDocumentOnClose_12; } inline bool* get_address_of_writeEndDocumentOnClose_12() { return &___writeEndDocumentOnClose_12; } inline void set_writeEndDocumentOnClose_12(bool value) { ___writeEndDocumentOnClose_12 = value; } inline static int32_t get_offset_of_outputMethod_13() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___outputMethod_13)); } inline int32_t get_outputMethod_13() const { return ___outputMethod_13; } inline int32_t* get_address_of_outputMethod_13() { return &___outputMethod_13; } inline void set_outputMethod_13(int32_t value) { ___outputMethod_13 = value; } inline static int32_t get_offset_of_cdataSections_14() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___cdataSections_14)); } inline List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * get_cdataSections_14() const { return ___cdataSections_14; } inline List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D ** get_address_of_cdataSections_14() { return &___cdataSections_14; } inline void set_cdataSections_14(List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * value) { ___cdataSections_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdataSections_14), (void*)value); } inline static int32_t get_offset_of_doNotEscapeUriAttributes_15() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___doNotEscapeUriAttributes_15)); } inline bool get_doNotEscapeUriAttributes_15() const { return ___doNotEscapeUriAttributes_15; } inline bool* get_address_of_doNotEscapeUriAttributes_15() { return &___doNotEscapeUriAttributes_15; } inline void set_doNotEscapeUriAttributes_15(bool value) { ___doNotEscapeUriAttributes_15 = value; } inline static int32_t get_offset_of_mergeCDataSections_16() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___mergeCDataSections_16)); } inline bool get_mergeCDataSections_16() const { return ___mergeCDataSections_16; } inline bool* get_address_of_mergeCDataSections_16() { return &___mergeCDataSections_16; } inline void set_mergeCDataSections_16(bool value) { ___mergeCDataSections_16 = value; } inline static int32_t get_offset_of_mediaType_17() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___mediaType_17)); } inline String_t* get_mediaType_17() const { return ___mediaType_17; } inline String_t** get_address_of_mediaType_17() { return &___mediaType_17; } inline void set_mediaType_17(String_t* value) { ___mediaType_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___mediaType_17), (void*)value); } inline static int32_t get_offset_of_docTypeSystem_18() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___docTypeSystem_18)); } inline String_t* get_docTypeSystem_18() const { return ___docTypeSystem_18; } inline String_t** get_address_of_docTypeSystem_18() { return &___docTypeSystem_18; } inline void set_docTypeSystem_18(String_t* value) { ___docTypeSystem_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___docTypeSystem_18), (void*)value); } inline static int32_t get_offset_of_docTypePublic_19() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___docTypePublic_19)); } inline String_t* get_docTypePublic_19() const { return ___docTypePublic_19; } inline String_t** get_address_of_docTypePublic_19() { return &___docTypePublic_19; } inline void set_docTypePublic_19(String_t* value) { ___docTypePublic_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___docTypePublic_19), (void*)value); } inline static int32_t get_offset_of_standalone_20() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___standalone_20)); } inline int32_t get_standalone_20() const { return ___standalone_20; } inline int32_t* get_address_of_standalone_20() { return &___standalone_20; } inline void set_standalone_20(int32_t value) { ___standalone_20 = value; } inline static int32_t get_offset_of_autoXmlDecl_21() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___autoXmlDecl_21)); } inline bool get_autoXmlDecl_21() const { return ___autoXmlDecl_21; } inline bool* get_address_of_autoXmlDecl_21() { return &___autoXmlDecl_21; } inline void set_autoXmlDecl_21(bool value) { ___autoXmlDecl_21 = value; } inline static int32_t get_offset_of_isReadOnly_22() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___isReadOnly_22)); } inline bool get_isReadOnly_22() const { return ___isReadOnly_22; } inline bool* get_address_of_isReadOnly_22() { return &___isReadOnly_22; } inline void set_isReadOnly_22(bool value) { ___isReadOnly_22 = value; } }; // System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 { public: // System.Net.HttpWebRequest System.Net.HttpWebRequest/AuthorizationState::request HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isProxy bool ___isProxy_1; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isCompleted bool ___isCompleted_2; // System.Net.HttpWebRequest/NtlmAuthState System.Net.HttpWebRequest/AuthorizationState::ntlm_auth_state int32_t ___ntlm_auth_state_3; public: inline static int32_t get_offset_of_request_0() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___request_0)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_request_0() const { return ___request_0; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_request_0() { return &___request_0; } inline void set_request_0(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___request_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_0), (void*)value); } inline static int32_t get_offset_of_isProxy_1() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___isProxy_1)); } inline bool get_isProxy_1() const { return ___isProxy_1; } inline bool* get_address_of_isProxy_1() { return &___isProxy_1; } inline void set_isProxy_1(bool value) { ___isProxy_1 = value; } inline static int32_t get_offset_of_isCompleted_2() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___isCompleted_2)); } inline bool get_isCompleted_2() const { return ___isCompleted_2; } inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; } inline void set_isCompleted_2(bool value) { ___isCompleted_2 = value; } inline static int32_t get_offset_of_ntlm_auth_state_3() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___ntlm_auth_state_3)); } inline int32_t get_ntlm_auth_state_3() const { return ___ntlm_auth_state_3; } inline int32_t* get_address_of_ntlm_auth_state_3() { return &___ntlm_auth_state_3; } inline void set_ntlm_auth_state_3(int32_t value) { ___ntlm_auth_state_3 = value; } }; // Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_pinvoke { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // Native definition for COM marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_com { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // System.Xml.XmlDownloadManager/d__5 struct U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782 { public: // System.Int32 System.Xml.XmlDownloadManager/d__5::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.XmlDownloadManager/d__5::<>t__builder AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F ___U3CU3Et__builder_1; // System.Uri System.Xml.XmlDownloadManager/d__5::uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri_2; // System.Net.ICredentials System.Xml.XmlDownloadManager/d__5::credentials RuntimeObject* ___credentials_3; // System.Net.IWebProxy System.Xml.XmlDownloadManager/d__5::proxy RuntimeObject* ___proxy_4; // System.Net.Cache.RequestCachePolicy System.Xml.XmlDownloadManager/d__5::cachePolicy RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___cachePolicy_5; // System.Net.WebRequest System.Xml.XmlDownloadManager/d__5::5__1 WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___U3CreqU3E5__1_6; // System.Xml.XmlDownloadManager System.Xml.XmlDownloadManager/d__5::<>4__this XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * ___U3CU3E4__this_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.XmlDownloadManager/d__5::<>u__1 ConfiguredTaskAwaiter_t312DB5A87370F59C7913F19648A75FA9FF9E36D2 ___U3CU3Eu__1_8; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_uri_2() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___uri_2)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_uri_2() const { return ___uri_2; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_uri_2() { return &___uri_2; } inline void set_uri_2(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___uri_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_2), (void*)value); } inline static int32_t get_offset_of_credentials_3() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___credentials_3)); } inline RuntimeObject* get_credentials_3() const { return ___credentials_3; } inline RuntimeObject** get_address_of_credentials_3() { return &___credentials_3; } inline void set_credentials_3(RuntimeObject* value) { ___credentials_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___credentials_3), (void*)value); } inline static int32_t get_offset_of_proxy_4() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___proxy_4)); } inline RuntimeObject* get_proxy_4() const { return ___proxy_4; } inline RuntimeObject** get_address_of_proxy_4() { return &___proxy_4; } inline void set_proxy_4(RuntimeObject* value) { ___proxy_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___proxy_4), (void*)value); } inline static int32_t get_offset_of_cachePolicy_5() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___cachePolicy_5)); } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * get_cachePolicy_5() const { return ___cachePolicy_5; } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED ** get_address_of_cachePolicy_5() { return &___cachePolicy_5; } inline void set_cachePolicy_5(RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * value) { ___cachePolicy_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachePolicy_5), (void*)value); } inline static int32_t get_offset_of_U3CreqU3E5__1_6() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___U3CreqU3E5__1_6)); } inline WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * get_U3CreqU3E5__1_6() const { return ___U3CreqU3E5__1_6; } inline WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E ** get_address_of_U3CreqU3E5__1_6() { return &___U3CreqU3E5__1_6; } inline void set_U3CreqU3E5__1_6(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * value) { ___U3CreqU3E5__1_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CreqU3E5__1_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_7() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___U3CU3E4__this_7)); } inline XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * get_U3CU3E4__this_7() const { return ___U3CU3E4__this_7; } inline XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D ** get_address_of_U3CU3E4__this_7() { return &___U3CU3E4__this_7; } inline void set_U3CU3E4__this_7(XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * value) { ___U3CU3E4__this_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_t312DB5A87370F59C7913F19648A75FA9FF9E36D2 get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_t312DB5A87370F59C7913F19648A75FA9FF9E36D2 * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_t312DB5A87370F59C7913F19648A75FA9FF9E36D2 value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } }; // System.Func`1 struct Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { 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(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___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_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A : public WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E { public: // System.Uri System.Net.HttpWebRequest::requestUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___requestUri_12; // System.Uri System.Net.HttpWebRequest::actualUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___actualUri_13; // System.Boolean System.Net.HttpWebRequest::hostChanged bool ___hostChanged_14; // System.Boolean System.Net.HttpWebRequest::allowAutoRedirect bool ___allowAutoRedirect_15; // System.Boolean System.Net.HttpWebRequest::allowBuffering bool ___allowBuffering_16; // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certificates_17; // System.String System.Net.HttpWebRequest::connectionGroup String_t* ___connectionGroup_18; // System.Boolean System.Net.HttpWebRequest::haveContentLength bool ___haveContentLength_19; // System.Int64 System.Net.HttpWebRequest::contentLength int64_t ___contentLength_20; // System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * ___continueDelegate_21; // System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * ___cookieContainer_22; // System.Net.ICredentials System.Net.HttpWebRequest::credentials RuntimeObject* ___credentials_23; // System.Boolean System.Net.HttpWebRequest::haveResponse bool ___haveResponse_24; // System.Boolean System.Net.HttpWebRequest::requestSent bool ___requestSent_25; // System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___webHeaders_26; // System.Boolean System.Net.HttpWebRequest::keepAlive bool ___keepAlive_27; // System.Int32 System.Net.HttpWebRequest::maxAutoRedirect int32_t ___maxAutoRedirect_28; // System.String System.Net.HttpWebRequest::mediaType String_t* ___mediaType_29; // System.String System.Net.HttpWebRequest::method String_t* ___method_30; // System.String System.Net.HttpWebRequest::initialMethod String_t* ___initialMethod_31; // System.Boolean System.Net.HttpWebRequest::pipelined bool ___pipelined_32; // System.Boolean System.Net.HttpWebRequest::preAuthenticate bool ___preAuthenticate_33; // System.Boolean System.Net.HttpWebRequest::usedPreAuth bool ___usedPreAuth_34; // System.Version System.Net.HttpWebRequest::version Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_35; // System.Boolean System.Net.HttpWebRequest::force_version bool ___force_version_36; // System.Version System.Net.HttpWebRequest::actualVersion Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___actualVersion_37; // System.Net.IWebProxy System.Net.HttpWebRequest::proxy RuntimeObject* ___proxy_38; // System.Boolean System.Net.HttpWebRequest::sendChunked bool ___sendChunked_39; // System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___servicePoint_40; // System.Int32 System.Net.HttpWebRequest::timeout int32_t ___timeout_41; // System.Net.WebRequestStream System.Net.HttpWebRequest::writeStream WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___writeStream_42; // System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * ___webResponse_43; // System.Net.WebCompletionSource System.Net.HttpWebRequest::responseTask WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * ___responseTask_44; // System.Net.WebOperation System.Net.HttpWebRequest::currentOperation WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___currentOperation_45; // System.Int32 System.Net.HttpWebRequest::aborted int32_t ___aborted_46; // System.Boolean System.Net.HttpWebRequest::gotRequestStream bool ___gotRequestStream_47; // System.Int32 System.Net.HttpWebRequest::redirects int32_t ___redirects_48; // System.Boolean System.Net.HttpWebRequest::expectContinue bool ___expectContinue_49; // System.Boolean System.Net.HttpWebRequest::getResponseCalled bool ___getResponseCalled_50; // System.Object System.Net.HttpWebRequest::locker RuntimeObject * ___locker_51; // System.Boolean System.Net.HttpWebRequest::finished_reading bool ___finished_reading_52; // System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp int32_t ___auto_decomp_53; // System.Int32 System.Net.HttpWebRequest::readWriteTimeout int32_t ___readWriteTimeout_55; // Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::tlsProvider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___tlsProvider_56; // Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::tlsSettings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___tlsSettings_57; // System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::certValidationCallback ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___certValidationCallback_58; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::auth_state AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 ___auth_state_59; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::proxy_auth_state AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 ___proxy_auth_state_60; // System.String System.Net.HttpWebRequest::host String_t* ___host_61; // System.Func`2 System.Net.HttpWebRequest::ResendContentFactory Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * ___ResendContentFactory_62; // System.Boolean System.Net.HttpWebRequest::k__BackingField bool ___U3CThrowOnErrorU3Ek__BackingField_63; // System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah bool ___unsafe_auth_blah_64; public: inline static int32_t get_offset_of_requestUri_12() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___requestUri_12)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_requestUri_12() const { return ___requestUri_12; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_requestUri_12() { return &___requestUri_12; } inline void set_requestUri_12(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___requestUri_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestUri_12), (void*)value); } inline static int32_t get_offset_of_actualUri_13() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___actualUri_13)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_actualUri_13() const { return ___actualUri_13; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_actualUri_13() { return &___actualUri_13; } inline void set_actualUri_13(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___actualUri_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___actualUri_13), (void*)value); } inline static int32_t get_offset_of_hostChanged_14() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___hostChanged_14)); } inline bool get_hostChanged_14() const { return ___hostChanged_14; } inline bool* get_address_of_hostChanged_14() { return &___hostChanged_14; } inline void set_hostChanged_14(bool value) { ___hostChanged_14 = value; } inline static int32_t get_offset_of_allowAutoRedirect_15() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___allowAutoRedirect_15)); } inline bool get_allowAutoRedirect_15() const { return ___allowAutoRedirect_15; } inline bool* get_address_of_allowAutoRedirect_15() { return &___allowAutoRedirect_15; } inline void set_allowAutoRedirect_15(bool value) { ___allowAutoRedirect_15 = value; } inline static int32_t get_offset_of_allowBuffering_16() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___allowBuffering_16)); } inline bool get_allowBuffering_16() const { return ___allowBuffering_16; } inline bool* get_address_of_allowBuffering_16() { return &___allowBuffering_16; } inline void set_allowBuffering_16(bool value) { ___allowBuffering_16 = value; } inline static int32_t get_offset_of_certificates_17() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___certificates_17)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_certificates_17() const { return ___certificates_17; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_certificates_17() { return &___certificates_17; } inline void set_certificates_17(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___certificates_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificates_17), (void*)value); } inline static int32_t get_offset_of_connectionGroup_18() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___connectionGroup_18)); } inline String_t* get_connectionGroup_18() const { return ___connectionGroup_18; } inline String_t** get_address_of_connectionGroup_18() { return &___connectionGroup_18; } inline void set_connectionGroup_18(String_t* value) { ___connectionGroup_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___connectionGroup_18), (void*)value); } inline static int32_t get_offset_of_haveContentLength_19() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___haveContentLength_19)); } inline bool get_haveContentLength_19() const { return ___haveContentLength_19; } inline bool* get_address_of_haveContentLength_19() { return &___haveContentLength_19; } inline void set_haveContentLength_19(bool value) { ___haveContentLength_19 = value; } inline static int32_t get_offset_of_contentLength_20() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___contentLength_20)); } inline int64_t get_contentLength_20() const { return ___contentLength_20; } inline int64_t* get_address_of_contentLength_20() { return &___contentLength_20; } inline void set_contentLength_20(int64_t value) { ___contentLength_20 = value; } inline static int32_t get_offset_of_continueDelegate_21() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___continueDelegate_21)); } inline HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * get_continueDelegate_21() const { return ___continueDelegate_21; } inline HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F ** get_address_of_continueDelegate_21() { return &___continueDelegate_21; } inline void set_continueDelegate_21(HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * value) { ___continueDelegate_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___continueDelegate_21), (void*)value); } inline static int32_t get_offset_of_cookieContainer_22() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___cookieContainer_22)); } inline CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * get_cookieContainer_22() const { return ___cookieContainer_22; } inline CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 ** get_address_of_cookieContainer_22() { return &___cookieContainer_22; } inline void set_cookieContainer_22(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * value) { ___cookieContainer_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___cookieContainer_22), (void*)value); } inline static int32_t get_offset_of_credentials_23() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___credentials_23)); } inline RuntimeObject* get_credentials_23() const { return ___credentials_23; } inline RuntimeObject** get_address_of_credentials_23() { return &___credentials_23; } inline void set_credentials_23(RuntimeObject* value) { ___credentials_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___credentials_23), (void*)value); } inline static int32_t get_offset_of_haveResponse_24() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___haveResponse_24)); } inline bool get_haveResponse_24() const { return ___haveResponse_24; } inline bool* get_address_of_haveResponse_24() { return &___haveResponse_24; } inline void set_haveResponse_24(bool value) { ___haveResponse_24 = value; } inline static int32_t get_offset_of_requestSent_25() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___requestSent_25)); } inline bool get_requestSent_25() const { return ___requestSent_25; } inline bool* get_address_of_requestSent_25() { return &___requestSent_25; } inline void set_requestSent_25(bool value) { ___requestSent_25 = value; } inline static int32_t get_offset_of_webHeaders_26() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___webHeaders_26)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_webHeaders_26() const { return ___webHeaders_26; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_webHeaders_26() { return &___webHeaders_26; } inline void set_webHeaders_26(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___webHeaders_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___webHeaders_26), (void*)value); } inline static int32_t get_offset_of_keepAlive_27() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___keepAlive_27)); } inline bool get_keepAlive_27() const { return ___keepAlive_27; } inline bool* get_address_of_keepAlive_27() { return &___keepAlive_27; } inline void set_keepAlive_27(bool value) { ___keepAlive_27 = value; } inline static int32_t get_offset_of_maxAutoRedirect_28() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___maxAutoRedirect_28)); } inline int32_t get_maxAutoRedirect_28() const { return ___maxAutoRedirect_28; } inline int32_t* get_address_of_maxAutoRedirect_28() { return &___maxAutoRedirect_28; } inline void set_maxAutoRedirect_28(int32_t value) { ___maxAutoRedirect_28 = value; } inline static int32_t get_offset_of_mediaType_29() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___mediaType_29)); } inline String_t* get_mediaType_29() const { return ___mediaType_29; } inline String_t** get_address_of_mediaType_29() { return &___mediaType_29; } inline void set_mediaType_29(String_t* value) { ___mediaType_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___mediaType_29), (void*)value); } inline static int32_t get_offset_of_method_30() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___method_30)); } inline String_t* get_method_30() const { return ___method_30; } inline String_t** get_address_of_method_30() { return &___method_30; } inline void set_method_30(String_t* value) { ___method_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_30), (void*)value); } inline static int32_t get_offset_of_initialMethod_31() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___initialMethod_31)); } inline String_t* get_initialMethod_31() const { return ___initialMethod_31; } inline String_t** get_address_of_initialMethod_31() { return &___initialMethod_31; } inline void set_initialMethod_31(String_t* value) { ___initialMethod_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialMethod_31), (void*)value); } inline static int32_t get_offset_of_pipelined_32() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___pipelined_32)); } inline bool get_pipelined_32() const { return ___pipelined_32; } inline bool* get_address_of_pipelined_32() { return &___pipelined_32; } inline void set_pipelined_32(bool value) { ___pipelined_32 = value; } inline static int32_t get_offset_of_preAuthenticate_33() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___preAuthenticate_33)); } inline bool get_preAuthenticate_33() const { return ___preAuthenticate_33; } inline bool* get_address_of_preAuthenticate_33() { return &___preAuthenticate_33; } inline void set_preAuthenticate_33(bool value) { ___preAuthenticate_33 = value; } inline static int32_t get_offset_of_usedPreAuth_34() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___usedPreAuth_34)); } inline bool get_usedPreAuth_34() const { return ___usedPreAuth_34; } inline bool* get_address_of_usedPreAuth_34() { return &___usedPreAuth_34; } inline void set_usedPreAuth_34(bool value) { ___usedPreAuth_34 = value; } inline static int32_t get_offset_of_version_35() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___version_35)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_version_35() const { return ___version_35; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_version_35() { return &___version_35; } inline void set_version_35(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___version_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_35), (void*)value); } inline static int32_t get_offset_of_force_version_36() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___force_version_36)); } inline bool get_force_version_36() const { return ___force_version_36; } inline bool* get_address_of_force_version_36() { return &___force_version_36; } inline void set_force_version_36(bool value) { ___force_version_36 = value; } inline static int32_t get_offset_of_actualVersion_37() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___actualVersion_37)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_actualVersion_37() const { return ___actualVersion_37; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_actualVersion_37() { return &___actualVersion_37; } inline void set_actualVersion_37(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___actualVersion_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___actualVersion_37), (void*)value); } inline static int32_t get_offset_of_proxy_38() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___proxy_38)); } inline RuntimeObject* get_proxy_38() const { return ___proxy_38; } inline RuntimeObject** get_address_of_proxy_38() { return &___proxy_38; } inline void set_proxy_38(RuntimeObject* value) { ___proxy_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___proxy_38), (void*)value); } inline static int32_t get_offset_of_sendChunked_39() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___sendChunked_39)); } inline bool get_sendChunked_39() const { return ___sendChunked_39; } inline bool* get_address_of_sendChunked_39() { return &___sendChunked_39; } inline void set_sendChunked_39(bool value) { ___sendChunked_39 = value; } inline static int32_t get_offset_of_servicePoint_40() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___servicePoint_40)); } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * get_servicePoint_40() const { return ___servicePoint_40; } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 ** get_address_of_servicePoint_40() { return &___servicePoint_40; } inline void set_servicePoint_40(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * value) { ___servicePoint_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___servicePoint_40), (void*)value); } inline static int32_t get_offset_of_timeout_41() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___timeout_41)); } inline int32_t get_timeout_41() const { return ___timeout_41; } inline int32_t* get_address_of_timeout_41() { return &___timeout_41; } inline void set_timeout_41(int32_t value) { ___timeout_41 = value; } inline static int32_t get_offset_of_writeStream_42() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___writeStream_42)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_writeStream_42() const { return ___writeStream_42; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_writeStream_42() { return &___writeStream_42; } inline void set_writeStream_42(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___writeStream_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeStream_42), (void*)value); } inline static int32_t get_offset_of_webResponse_43() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___webResponse_43)); } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * get_webResponse_43() const { return ___webResponse_43; } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB ** get_address_of_webResponse_43() { return &___webResponse_43; } inline void set_webResponse_43(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * value) { ___webResponse_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___webResponse_43), (void*)value); } inline static int32_t get_offset_of_responseTask_44() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___responseTask_44)); } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * get_responseTask_44() const { return ___responseTask_44; } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E ** get_address_of_responseTask_44() { return &___responseTask_44; } inline void set_responseTask_44(WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * value) { ___responseTask_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseTask_44), (void*)value); } inline static int32_t get_offset_of_currentOperation_45() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___currentOperation_45)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_currentOperation_45() const { return ___currentOperation_45; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_currentOperation_45() { return &___currentOperation_45; } inline void set_currentOperation_45(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___currentOperation_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentOperation_45), (void*)value); } inline static int32_t get_offset_of_aborted_46() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___aborted_46)); } inline int32_t get_aborted_46() const { return ___aborted_46; } inline int32_t* get_address_of_aborted_46() { return &___aborted_46; } inline void set_aborted_46(int32_t value) { ___aborted_46 = value; } inline static int32_t get_offset_of_gotRequestStream_47() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___gotRequestStream_47)); } inline bool get_gotRequestStream_47() const { return ___gotRequestStream_47; } inline bool* get_address_of_gotRequestStream_47() { return &___gotRequestStream_47; } inline void set_gotRequestStream_47(bool value) { ___gotRequestStream_47 = value; } inline static int32_t get_offset_of_redirects_48() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___redirects_48)); } inline int32_t get_redirects_48() const { return ___redirects_48; } inline int32_t* get_address_of_redirects_48() { return &___redirects_48; } inline void set_redirects_48(int32_t value) { ___redirects_48 = value; } inline static int32_t get_offset_of_expectContinue_49() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___expectContinue_49)); } inline bool get_expectContinue_49() const { return ___expectContinue_49; } inline bool* get_address_of_expectContinue_49() { return &___expectContinue_49; } inline void set_expectContinue_49(bool value) { ___expectContinue_49 = value; } inline static int32_t get_offset_of_getResponseCalled_50() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___getResponseCalled_50)); } inline bool get_getResponseCalled_50() const { return ___getResponseCalled_50; } inline bool* get_address_of_getResponseCalled_50() { return &___getResponseCalled_50; } inline void set_getResponseCalled_50(bool value) { ___getResponseCalled_50 = value; } inline static int32_t get_offset_of_locker_51() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___locker_51)); } inline RuntimeObject * get_locker_51() const { return ___locker_51; } inline RuntimeObject ** get_address_of_locker_51() { return &___locker_51; } inline void set_locker_51(RuntimeObject * value) { ___locker_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_51), (void*)value); } inline static int32_t get_offset_of_finished_reading_52() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___finished_reading_52)); } inline bool get_finished_reading_52() const { return ___finished_reading_52; } inline bool* get_address_of_finished_reading_52() { return &___finished_reading_52; } inline void set_finished_reading_52(bool value) { ___finished_reading_52 = value; } inline static int32_t get_offset_of_auto_decomp_53() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___auto_decomp_53)); } inline int32_t get_auto_decomp_53() const { return ___auto_decomp_53; } inline int32_t* get_address_of_auto_decomp_53() { return &___auto_decomp_53; } inline void set_auto_decomp_53(int32_t value) { ___auto_decomp_53 = value; } inline static int32_t get_offset_of_readWriteTimeout_55() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___readWriteTimeout_55)); } inline int32_t get_readWriteTimeout_55() const { return ___readWriteTimeout_55; } inline int32_t* get_address_of_readWriteTimeout_55() { return &___readWriteTimeout_55; } inline void set_readWriteTimeout_55(int32_t value) { ___readWriteTimeout_55 = value; } inline static int32_t get_offset_of_tlsProvider_56() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___tlsProvider_56)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_tlsProvider_56() const { return ___tlsProvider_56; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_tlsProvider_56() { return &___tlsProvider_56; } inline void set_tlsProvider_56(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___tlsProvider_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsProvider_56), (void*)value); } inline static int32_t get_offset_of_tlsSettings_57() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___tlsSettings_57)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_tlsSettings_57() const { return ___tlsSettings_57; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_tlsSettings_57() { return &___tlsSettings_57; } inline void set_tlsSettings_57(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___tlsSettings_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsSettings_57), (void*)value); } inline static int32_t get_offset_of_certValidationCallback_58() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___certValidationCallback_58)); } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * get_certValidationCallback_58() const { return ___certValidationCallback_58; } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA ** get_address_of_certValidationCallback_58() { return &___certValidationCallback_58; } inline void set_certValidationCallback_58(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * value) { ___certValidationCallback_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___certValidationCallback_58), (void*)value); } inline static int32_t get_offset_of_auth_state_59() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___auth_state_59)); } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 get_auth_state_59() const { return ___auth_state_59; } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * get_address_of_auth_state_59() { return &___auth_state_59; } inline void set_auth_state_59(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 value) { ___auth_state_59 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___auth_state_59))->___request_0), (void*)NULL); } inline static int32_t get_offset_of_proxy_auth_state_60() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___proxy_auth_state_60)); } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 get_proxy_auth_state_60() const { return ___proxy_auth_state_60; } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * get_address_of_proxy_auth_state_60() { return &___proxy_auth_state_60; } inline void set_proxy_auth_state_60(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 value) { ___proxy_auth_state_60 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___proxy_auth_state_60))->___request_0), (void*)NULL); } inline static int32_t get_offset_of_host_61() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___host_61)); } inline String_t* get_host_61() const { return ___host_61; } inline String_t** get_address_of_host_61() { return &___host_61; } inline void set_host_61(String_t* value) { ___host_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___host_61), (void*)value); } inline static int32_t get_offset_of_ResendContentFactory_62() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___ResendContentFactory_62)); } inline Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * get_ResendContentFactory_62() const { return ___ResendContentFactory_62; } inline Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 ** get_address_of_ResendContentFactory_62() { return &___ResendContentFactory_62; } inline void set_ResendContentFactory_62(Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * value) { ___ResendContentFactory_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResendContentFactory_62), (void*)value); } inline static int32_t get_offset_of_U3CThrowOnErrorU3Ek__BackingField_63() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___U3CThrowOnErrorU3Ek__BackingField_63)); } inline bool get_U3CThrowOnErrorU3Ek__BackingField_63() const { return ___U3CThrowOnErrorU3Ek__BackingField_63; } inline bool* get_address_of_U3CThrowOnErrorU3Ek__BackingField_63() { return &___U3CThrowOnErrorU3Ek__BackingField_63; } inline void set_U3CThrowOnErrorU3Ek__BackingField_63(bool value) { ___U3CThrowOnErrorU3Ek__BackingField_63 = value; } inline static int32_t get_offset_of_unsafe_auth_blah_64() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___unsafe_auth_blah_64)); } inline bool get_unsafe_auth_blah_64() const { return ___unsafe_auth_blah_64; } inline bool* get_address_of_unsafe_auth_blah_64() { return &___unsafe_auth_blah_64; } inline void set_unsafe_auth_blah_64(bool value) { ___unsafe_auth_blah_64 = value; } }; struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_StaticFields { public: // System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength int32_t ___defaultMaxResponseHeadersLength_54; public: inline static int32_t get_offset_of_defaultMaxResponseHeadersLength_54() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_StaticFields, ___defaultMaxResponseHeadersLength_54)); } inline int32_t get_defaultMaxResponseHeadersLength_54() const { return ___defaultMaxResponseHeadersLength_54; } inline int32_t* get_address_of_defaultMaxResponseHeadersLength_54() { return &___defaultMaxResponseHeadersLength_54; } inline void set_defaultMaxResponseHeadersLength_54(int32_t value) { ___defaultMaxResponseHeadersLength_54 = value; } }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Security.NamedPermissionSet struct NamedPermissionSet_t4387D81FDC42E5B7A75EA9C1C86BF3C15B8A8D69 : public PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 { public: // System.String System.Security.NamedPermissionSet::name String_t* ___name_6; // System.String System.Security.NamedPermissionSet::description String_t* ___description_7; public: inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(NamedPermissionSet_t4387D81FDC42E5B7A75EA9C1C86BF3C15B8A8D69, ___name_6)); } inline String_t* get_name_6() const { return ___name_6; } inline String_t** get_address_of_name_6() { return &___name_6; } inline void set_name_6(String_t* value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_6), (void*)value); } inline static int32_t get_offset_of_description_7() { return static_cast(offsetof(NamedPermissionSet_t4387D81FDC42E5B7A75EA9C1C86BF3C15B8A8D69, ___description_7)); } inline String_t* get_description_7() const { return ___description_7; } inline String_t** get_address_of_description_7() { return &___description_7; } inline void set_description_7(String_t* value) { ___description_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_7), (void*)value); } }; // System.Xml.OnRemoveWriter struct OnRemoveWriter_t7810F8F0B2E83630AB109B52D2A06F3A9AA8A30B : public MulticastDelegate_t { public: public: }; // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 : public SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A { public: // System.String System.Xml.Schema.SchemaAttDef::defExpanded String_t* ___defExpanded_11; // System.Int32 System.Xml.Schema.SchemaAttDef::lineNum int32_t ___lineNum_12; // System.Int32 System.Xml.Schema.SchemaAttDef::linePos int32_t ___linePos_13; // System.Int32 System.Xml.Schema.SchemaAttDef::valueLineNum int32_t ___valueLineNum_14; // System.Int32 System.Xml.Schema.SchemaAttDef::valueLinePos int32_t ___valueLinePos_15; // System.Xml.Schema.SchemaAttDef/Reserve System.Xml.Schema.SchemaAttDef::reserved int32_t ___reserved_16; public: inline static int32_t get_offset_of_defExpanded_11() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___defExpanded_11)); } inline String_t* get_defExpanded_11() const { return ___defExpanded_11; } inline String_t** get_address_of_defExpanded_11() { return &___defExpanded_11; } inline void set_defExpanded_11(String_t* value) { ___defExpanded_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___defExpanded_11), (void*)value); } inline static int32_t get_offset_of_lineNum_12() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___lineNum_12)); } inline int32_t get_lineNum_12() const { return ___lineNum_12; } inline int32_t* get_address_of_lineNum_12() { return &___lineNum_12; } inline void set_lineNum_12(int32_t value) { ___lineNum_12 = value; } inline static int32_t get_offset_of_linePos_13() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___linePos_13)); } inline int32_t get_linePos_13() const { return ___linePos_13; } inline int32_t* get_address_of_linePos_13() { return &___linePos_13; } inline void set_linePos_13(int32_t value) { ___linePos_13 = value; } inline static int32_t get_offset_of_valueLineNum_14() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___valueLineNum_14)); } inline int32_t get_valueLineNum_14() const { return ___valueLineNum_14; } inline int32_t* get_address_of_valueLineNum_14() { return &___valueLineNum_14; } inline void set_valueLineNum_14(int32_t value) { ___valueLineNum_14 = value; } inline static int32_t get_offset_of_valueLinePos_15() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___valueLinePos_15)); } inline int32_t get_valueLinePos_15() const { return ___valueLinePos_15; } inline int32_t* get_address_of_valueLinePos_15() { return &___valueLinePos_15; } inline void set_valueLinePos_15(int32_t value) { ___valueLinePos_15 = value; } inline static int32_t get_offset_of_reserved_16() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___reserved_16)); } inline int32_t get_reserved_16() const { return ___reserved_16; } inline int32_t* get_address_of_reserved_16() { return &___reserved_16; } inline void set_reserved_16(int32_t value) { ___reserved_16 = value; } }; struct SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_StaticFields { public: // System.Xml.Schema.SchemaAttDef System.Xml.Schema.SchemaAttDef::Empty SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___Empty_17; public: inline static int32_t get_offset_of_Empty_17() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_StaticFields, ___Empty_17)); } inline SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * get_Empty_17() const { return ___Empty_17; } inline SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 ** get_address_of_Empty_17() { return &___Empty_17; } inline void set_Empty_17(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * value) { ___Empty_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_17), (void*)value); } }; // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B : public SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A { public: // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::attdefs Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * ___attdefs_11; // System.Collections.Generic.List`1 System.Xml.Schema.SchemaElementDecl::defaultAttdefs List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * ___defaultAttdefs_12; // System.Boolean System.Xml.Schema.SchemaElementDecl::isIdDeclared bool ___isIdDeclared_13; // System.Boolean System.Xml.Schema.SchemaElementDecl::hasNonCDataAttribute bool ___hasNonCDataAttribute_14; // System.Boolean System.Xml.Schema.SchemaElementDecl::hasRequiredAttribute bool ___hasRequiredAttribute_15; // System.Boolean System.Xml.Schema.SchemaElementDecl::isNotationDeclared bool ___isNotationDeclared_16; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::prohibitedAttributes Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * ___prohibitedAttributes_17; // System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::contentValidator ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___contentValidator_18; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.SchemaElementDecl::anyAttribute XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___anyAttribute_19; public: inline static int32_t get_offset_of_attdefs_11() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___attdefs_11)); } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * get_attdefs_11() const { return ___attdefs_11; } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 ** get_address_of_attdefs_11() { return &___attdefs_11; } inline void set_attdefs_11(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * value) { ___attdefs_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___attdefs_11), (void*)value); } inline static int32_t get_offset_of_defaultAttdefs_12() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___defaultAttdefs_12)); } inline List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * get_defaultAttdefs_12() const { return ___defaultAttdefs_12; } inline List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 ** get_address_of_defaultAttdefs_12() { return &___defaultAttdefs_12; } inline void set_defaultAttdefs_12(List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * value) { ___defaultAttdefs_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultAttdefs_12), (void*)value); } inline static int32_t get_offset_of_isIdDeclared_13() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___isIdDeclared_13)); } inline bool get_isIdDeclared_13() const { return ___isIdDeclared_13; } inline bool* get_address_of_isIdDeclared_13() { return &___isIdDeclared_13; } inline void set_isIdDeclared_13(bool value) { ___isIdDeclared_13 = value; } inline static int32_t get_offset_of_hasNonCDataAttribute_14() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___hasNonCDataAttribute_14)); } inline bool get_hasNonCDataAttribute_14() const { return ___hasNonCDataAttribute_14; } inline bool* get_address_of_hasNonCDataAttribute_14() { return &___hasNonCDataAttribute_14; } inline void set_hasNonCDataAttribute_14(bool value) { ___hasNonCDataAttribute_14 = value; } inline static int32_t get_offset_of_hasRequiredAttribute_15() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___hasRequiredAttribute_15)); } inline bool get_hasRequiredAttribute_15() const { return ___hasRequiredAttribute_15; } inline bool* get_address_of_hasRequiredAttribute_15() { return &___hasRequiredAttribute_15; } inline void set_hasRequiredAttribute_15(bool value) { ___hasRequiredAttribute_15 = value; } inline static int32_t get_offset_of_isNotationDeclared_16() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___isNotationDeclared_16)); } inline bool get_isNotationDeclared_16() const { return ___isNotationDeclared_16; } inline bool* get_address_of_isNotationDeclared_16() { return &___isNotationDeclared_16; } inline void set_isNotationDeclared_16(bool value) { ___isNotationDeclared_16 = value; } inline static int32_t get_offset_of_prohibitedAttributes_17() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___prohibitedAttributes_17)); } inline Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * get_prohibitedAttributes_17() const { return ___prohibitedAttributes_17; } inline Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 ** get_address_of_prohibitedAttributes_17() { return &___prohibitedAttributes_17; } inline void set_prohibitedAttributes_17(Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * value) { ___prohibitedAttributes_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___prohibitedAttributes_17), (void*)value); } inline static int32_t get_offset_of_contentValidator_18() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___contentValidator_18)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_contentValidator_18() const { return ___contentValidator_18; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_contentValidator_18() { return &___contentValidator_18; } inline void set_contentValidator_18(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___contentValidator_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentValidator_18), (void*)value); } inline static int32_t get_offset_of_anyAttribute_19() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___anyAttribute_19)); } inline XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * get_anyAttribute_19() const { return ___anyAttribute_19; } inline XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 ** get_address_of_anyAttribute_19() { return &___anyAttribute_19; } inline void set_anyAttribute_19(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * value) { ___anyAttribute_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyAttribute_19), (void*)value); } }; struct SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_StaticFields { public: // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.SchemaElementDecl::Empty SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___Empty_20; public: inline static int32_t get_offset_of_Empty_20() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_StaticFields, ___Empty_20)); } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * get_Empty_20() const { return ___Empty_20; } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B ** get_address_of_Empty_20() { return &___Empty_20; } inline void set_Empty_20(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * value) { ___Empty_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_20), (void*)value); } }; // System.Security.SecurityException struct SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.Security.SecurityException::permissionState String_t* ___permissionState_17; public: inline static int32_t get_offset_of_permissionState_17() { return static_cast(offsetof(SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769, ___permissionState_17)); } inline String_t* get_permissionState_17() const { return ___permissionState_17; } inline String_t** get_address_of_permissionState_17() { return &___permissionState_17; } inline void set_permissionState_17(String_t* value) { ___permissionState_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___permissionState_17), (void*)value); } }; // System.Xml.Schema.XmlAnyConverter struct XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: public: }; struct XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyConverter::Item XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___Item_32; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyConverter::AnyAtomic XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___AnyAtomic_33; public: inline static int32_t get_offset_of_Item_32() { return static_cast(offsetof(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields, ___Item_32)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_Item_32() const { return ___Item_32; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_Item_32() { return &___Item_32; } inline void set_Item_32(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___Item_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item_32), (void*)value); } inline static int32_t get_offset_of_AnyAtomic_33() { return static_cast(offsetof(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields, ___AnyAtomic_33)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_AnyAtomic_33() const { return ___AnyAtomic_33; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_AnyAtomic_33() { return &___AnyAtomic_33; } inline void set_AnyAtomic_33(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___AnyAtomic_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___AnyAtomic_33), (void*)value); } }; // System.Xml.Schema.XmlBooleanConverter struct XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: public: }; // System.Xml.Schema.XmlDateTimeConverter struct XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: public: }; // System.Xml.XmlException struct XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.Xml.XmlException::res String_t* ___res_17; // System.String[] System.Xml.XmlException::args StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___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(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___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(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___args_18)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_args_18() const { return ___args_18; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_args_18() { return &___args_18; } inline void set_args_18(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___args_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___args_18), (void*)value); } inline static int32_t get_offset_of_lineNumber_19() { return static_cast(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___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(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___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(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___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(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___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.Schema.XmlListConverter struct XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlListConverter::atomicConverter XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___atomicConverter_32; public: inline static int32_t get_offset_of_atomicConverter_32() { return static_cast(offsetof(XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D, ___atomicConverter_32)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_atomicConverter_32() const { return ___atomicConverter_32; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_atomicConverter_32() { return &___atomicConverter_32; } inline void set_atomicConverter_32(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___atomicConverter_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicConverter_32), (void*)value); } }; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 : public MulticastDelegate_t { public: public: }; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.Xml.Schema.XmlSchemaException::res String_t* ___res_17; // System.String[] System.Xml.Schema.XmlSchemaException::args StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___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_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___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(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___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(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___args_18)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_args_18() const { return ___args_18; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_args_18() { return &___args_18; } inline void set_args_18(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___args_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___args_18), (void*)value); } inline static int32_t get_offset_of_sourceUri_19() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___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(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___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(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___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(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___sourceSchemaObject_22)); } inline XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * get_sourceSchemaObject_22() const { return ___sourceSchemaObject_22; } inline XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 ** get_address_of_sourceSchemaObject_22() { return &___sourceSchemaObject_22; } inline void set_sourceSchemaObject_22(XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * value) { ___sourceSchemaObject_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___sourceSchemaObject_22), (void*)value); } inline static int32_t get_offset_of_message_23() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___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.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C : public XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA { public: // System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::content XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * ___content_7; public: inline static int32_t get_offset_of_content_7() { return static_cast(offsetof(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C, ___content_7)); } inline XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * get_content_7() const { return ___content_7; } inline XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 ** get_address_of_content_7() { return &___content_7; } inline void set_content_7(XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * value) { ___content_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_7), (void*)value); } }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 : public ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 { public: public: }; // System.Xml.Schema.XmlAnyListConverter struct XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C : public XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D { public: public: }; struct XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyListConverter::ItemList XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___ItemList_33; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyListConverter::AnyAtomicList XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___AnyAtomicList_34; public: inline static int32_t get_offset_of_ItemList_33() { return static_cast(offsetof(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields, ___ItemList_33)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_ItemList_33() const { return ___ItemList_33; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_ItemList_33() { return &___ItemList_33; } inline void set_ItemList_33(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___ItemList_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___ItemList_33), (void*)value); } inline static int32_t get_offset_of_AnyAtomicList_34() { return static_cast(offsetof(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields, ___AnyAtomicList_34)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_AnyAtomicList_34() const { return ___AnyAtomicList_34; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_AnyAtomicList_34() { return &___AnyAtomicList_34; } inline void set_AnyAtomicList_34(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___AnyAtomicList_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___AnyAtomicList_34), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : 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.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : 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.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : 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.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : 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.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 Dictionary_2_GetEnumerator_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_gshared (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::Run(System.Func`1) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * Task_Run_TisRuntimeObject_m13DE123734329F0C76C27122443B720DA220A2AA_gshared (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___function0, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 AsyncTaskMethodBuilder_1_Create_m15C4F32E60C597AA1347204CBEF22D65960AAEC8_gshared (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__5>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782_mA8CCC43E96634EA367B78EE8590F1E701A3F2108_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782 * ___stateMachine0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * AsyncTaskMethodBuilder_1_get_Task_mC1B213B5C16F6485FF6FF94D233C0291C6BCF5F0_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlListConverter::.ctor(System.Xml.Schema.XmlBaseConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlListConverter__ctor_m4B75A94998828129EE80166FFB9177AF2047E17C (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___atomicConverter0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAnyListConverter::.ctor(System.Xml.Schema.XmlBaseConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyListConverter__ctor_m2F99344D6DA9E64364634107502E261E7079D41D (XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___atomicConverter0, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter__ctor_mAA10A026AD230D064314D2AE472A144D18418A01 (XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCompleted_m7EF73EE6C4F400997345371FFB10137D8E9B4E1E (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.String System.Xml.Res::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Xml.XmlAsyncCheckWriter::CheckAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_Dispose_mD84FFF675D66861F00314F213AA637507DF74102 (XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathItem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304 (XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaType::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaType_get_TypeCode_m8DBEEA36EE2FD8816CC879EB300CCB3ADF341817 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlAtomicValue::GetPrefixFromQName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAtomicValue_GetPrefixFromQName_m4C77432E54B779FE6EA028F7C6A84A1A88EFFCCE (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespacePrefixForQName__ctor_m7FB6B0BEBC3EA701567ADDCE5D94C62AD05367BE (NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::get_Datatype() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaType::get_ValueConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseQName(System.String,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseQName_mCC176047DCBC3582699F0FFB32F2294F8EF4235F (String_t* ___s0, int32_t ___offset1, int32_t* ___colonOffset2, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode__ctor_m207DC6243081054B0B14F1BAB882D457B8CFD465 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::get_IsLoading() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.String System.Xml.XmlName::get_Prefix() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::CheckName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_CheckName_mB93C94CDF89FD485E333EC770C89474F35C38D87 (String_t* ___name0, const RuntimeMethod* method); // System.String System.Xml.XmlName::get_LocalName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlName::get_HashCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlName_get_HashCode_mACB77835E878014F2D5F1E204246DCBB5B63F6D9_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::AddAttrXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method); // System.Void System.Xml.XmlAttribute::.ctor(System.Xml.XmlName,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute__ctor_m1F09773AA3308696D115FF921C42B2E2AFA5083E (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.String System.Xml.XmlName::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlName_get_Name_mCBD22D70F85B53C0B1AEED34A3450B9A16AB04C0 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlName::get_NamespaceURI() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method); // System.Xml.XmlDocument System.Xml.XmlName::get_OwnerDocument() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlName_get_OwnerDocument_m482B5B19F0B4564C2309D47811B04F0A5753F3FF_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlAttribute::PrepareOwnerElementInElementIdAttrMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mADD3A9E7259324B4985EC7BDF476F6C97C97373C (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method); // System.String System.Xml.XmlNode::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_InnerText_mC4D331007A6366FC87C499062227ED912ABD9BF0 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_set_InnerText_m2C9B95A1CFC263F88DCF8912D1CF3B86383E1D1E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlAttribute::ResetOwnerElementInElementIdAttrMap(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_ResetOwnerElementInElementIdAttrMap_m62D1C9A66466DC52B25461BD096BF69DBA19DEEF (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, String_t* ___oldInnerText0, const RuntimeMethod* method); // System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::get_DtdSchemaInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * XmlDocument_get_DtdSchemaInfo_mA54A74E00FDAEB549EE95BD7A0FC89819D1B3DFC_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlAttributeCollection::PrepareParentInElementIdAttrMap(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttributeCollection_PrepareParentInElementIdAttrMap_mC99067172BCD00D4874CD0C9BB8C3563E70844B1 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, String_t* ___attrPrefix0, String_t* ___attrLocalName1, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::ResetParentInElementIdAttrMap(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_ResetParentInElementIdAttrMap_m176C87E07E71902DA54A3A67A49E5EDEB557ECF8 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, String_t* ___oldVal0, String_t* ___newVal1, const RuntimeMethod* method); // System.Xml.XmlNodeChangedEventArgs System.Xml.XmlDocument::GetInsertEventArgsForLoad(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * XmlDocument_GetInsertEventArgsForLoad_mB44E03A2F7197CB02F20DBDA4C62636439E76441 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newParent1, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::NestTextNodes(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_NestTextNodes_m22AF6885F16CD91D1C26F4BE64498B08B5A9615E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___prevNode0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___nextNode1, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_RemoveChild_mC77839B44A954B72F4AA2ED2FD9DEB58F13D1E10 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___oldChild0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::LoadInnerXmlAttribute(System.Xml.XmlAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadInnerXmlAttribute_m15BB1E375A733F53FA4BDFE9D14F5290DD9ED9DC (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___node0, String_t* ___innerxmltext1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlAttribute::get_IsNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_get_IsNamespace_mD8D95A666FB2721FE307AA46205EB34D771E4EC8 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean System.Xml.Ref::Equal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNamedNodeMap::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamedNodeMap__ctor_m14287DE39112FDFDBDA56CE030A5A6872EC9D0FE (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parent0, const RuntimeMethod* method); // System.Object System.Xml.XmlNamedNodeMap/SmallXmlNodeList::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E (SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlName::GetHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlName_GetHashCode_mAECA128FC74AA7621783EC37F0B05137AB02E204 (String_t* ___name0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlAttribute::get_LocalNameHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttribute_get_LocalNameHash_mDC5125EC26552287C17D5240095DED20C7AA5962 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlNamedNodeMap/SmallXmlNodeList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlNodeList_get_Count_m531CBC894FC78314798ED52A184AB776B4C1E482 (SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlNamedNodeMap::FindNodeOffset(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_FindNodeOffset_m44F371B544C2F3D922DD278ACAF580F041B681BC (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::InternalAppendAttribute(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_InternalAppendAttribute_mCC8097D43C7A04D76D6CEDE8660E4084CD1BF703 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___node0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_RemoveNodeAt_m6544CB5AD9607798B9CC0529CD8EBB499FBAB752 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::Detach(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_Detach_m464640C014F63ED5612E9132CCC059B37D5A950C (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNodeForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_AddNodeForLoad_mFA7431E44511B2E78D0043820C9B09ECFB4A076C (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::InsertParentIntoElementIdAttrMap(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_InsertParentIntoElementIdAttrMap_m5321924249A6D2D2177F8E5D791E1C94ABA9D271 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_RemoveAt_mC62FB432B84F4CD990E4870E434248DA9130C208 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 System.Xml.XmlNamedNodeMap::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_get_Count_mB2781C3BBA1B9A597456C58B6182417946409D5A (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlAttributeCollection::RemoveDuplicateAttribute(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttributeCollection_RemoveDuplicateAttribute_m471405F1C546E31AFC87D16EB12F58D220437F5C (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_AddNode_m885D21F5B3C471E57974070C3D5712A274A5FE78 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_InsertNodeAt_mA4BB39676F07D32A389651F0C83B25C198F85086 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, int32_t ___i0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node1, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::RemoveParentFromElementIdAttrMap(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7979CC9496BD98697E497653997A520E4268AC9D (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlDocument::GetDefaultAttribute(System.Xml.XmlElement,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_GetDefaultAttribute_m4ACB01551C8B9E64C11DE9A250E8EAC032AC04F8 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Remove(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_Remove_mF4C9B99616B3D249B21C0A151FA021297E77FF2E (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___node0, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlElement::get_XmlName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlElement_get_XmlName_m3EACA407019707B92B5B842EA39B6764AA250815_inline (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_GetIDInfoByElement_mEA75E1CD3E6C8122C3FFB1F482DC86B1A6FC40C8 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___eleName0, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlAttribute::get_XmlName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlAttribute_get_XmlName_m128B0327EC480F5BBC8058585EF32576D19D8C81_inline (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::AddElementWithId(System.String,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_AddElementWithId_m73FCDEB30A768DAE2AA248A5BA4196784FF28734 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___id0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem1, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::RemoveElementWithId(System.String,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_RemoveElementWithId_m6B081705ACA1BF1ECD92A037C6FEC7DB6DEF57E4 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___id0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem1, const RuntimeMethod* method); // System.Void System.Xml.XmlRawWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter__ctor_mA2DC536DF02E2F33EB74D66CE039D330EBBE4F33 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, const RuntimeMethod* method); // System.Xml.XmlWriterSettings System.Xml.XmlWriterSettings::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * XmlWriterSettings_Clone_m9B42CFB40B4718A27CDE2CD8D85C86BCA62AF75F (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlWriterSettings::set_ReadOnly(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlWriterSettings_set_ReadOnly_mD87ADFA62660658A773F079850B112B1451B584B_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlEventCache::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache__ctor_m4B7E80ECCDE45C3D5E3EB4413A6829295C98AB6A (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, String_t* ___baseUri0, bool ___hasRootNode1, const RuntimeMethod* method); // System.Void System.Xml.XmlAutoDetectWriter::.ctor(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter__ctor_m334E48AA91586BA14CD430084135ED612AA2DB65 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___writerSettings0, const RuntimeMethod* method); // System.Void System.Xml.XmlAutoDetectWriter::EnsureWrappedWriter(System.Xml.XmlOutputMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, int32_t ___outMethod0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlAutoDetectWriter::IsHtmlTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAutoDetectWriter_IsHtmlTag_mD1D76060D95E6182A0D09C3B27F67AF44C23F160 (String_t* ___tagName0, const RuntimeMethod* method); // System.Void System.Xml.XmlAutoDetectWriter::CreateWrappedWriter(System.Xml.XmlOutputMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_CreateWrappedWriter_mE36687E784FC85D5EAED7C26799F4BCF12391F65 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, int32_t ___outMethod0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlAutoDetectWriter::TextBlockCreatesWriter(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAutoDetectWriter_TextBlockCreatesWriter_mDCF7A621EE50F600104EB2DFD36C6A1A252EFF10 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___textBlock0, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA XmlCharType_get_Instance_mA3CFC9BC3797565FD176224C6116F41AC8BA65B5 (const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsOnlyWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyWhitespace_m67C7128F455445CCB117BF101F75E69F41D1DBE5 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, String_t* ___str0, const RuntimeMethod* method); // System.Void System.Xml.XmlWriterSettings::set_OutputMethod(System.Xml.XmlOutputMethod) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlWriterSettings_set_OutputMethod_m19516483131CCDF29FAB97D2A0927C76AA91FF6E_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Xml.TriState System.Xml.XmlWriterSettings::get_IndentInternal() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_IndentInternal_mD0D9B49BA48A92CF8E7CF4812C8089C158E404ED_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlWriterSettings::set_Indent(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriterSettings_set_Indent_m0A9278F460BFDFE1B0D6EC2EFFE063A538BBC136 (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, bool ___value0, const RuntimeMethod* method); // System.Xml.XmlWriter System.Xml.XmlWriter::Create(System.IO.TextWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * XmlWriter_Create_m283780CB1FF2D036894014AEA319A26829CD599A (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___output0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method); // System.Xml.XmlRawWriter System.Xml.XmlWellFormedWriter::get_RawWriter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * XmlWellFormedWriter_get_RawWriter_m84725967B2EB95E2E224CB554CC0503CCC1B98A9_inline (XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667 * __this, const RuntimeMethod* method); // System.Xml.XmlWriter System.Xml.XmlWriter::Create(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * XmlWriter_Create_m8FCF93AA3D04F38D9016223C15E04331FB5B6711 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method); // System.Void System.Xml.XmlEventCache::EndEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_EndEvents_mB14B8A33502E9878163F31157CF6602B030904B0 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEventCache::EventsToWriter(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_EventsToWriter_mBAEE5C9D1910B70A370E77318309F3E901089FE4 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___writer0, const RuntimeMethod* method); // System.Void System.Xml.OnRemoveWriter::Invoke(System.Xml.XmlRawWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRemoveWriter_Invoke_mB9BDEA9B6AD29ABCC52AB3E078A16AD3AD371EF5 (OnRemoveWriter_t7810F8F0B2E83630AB109B52D2A06F3A9AA8A30B * __this, XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * ___writer0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlValueConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValueConverter__ctor_m4392C0F645E36CB8A543AD0776345FF2822936A8 (XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::get_BaseXmlSchemaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlSchemaType_get_BaseXmlSchemaType_m09923D8CA83BED0C8495C7928754106F862ECED6_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaType::GetBuiltInSimpleType(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2 (int32_t ___typeCode0, const RuntimeMethod* method); // System.Type System.Xml.Schema.XmlBaseConverter::get_DefaultClrType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m57AC02F4475AF70CA317B48F09B3C29E3BA9C046 (Type_t * ___elementType0, int32_t ___length1, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaType::get_QualifiedName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlSchemaType_get_QualifiedName_m4D4CF6136F18EA2C04081B17DF4DD6903390D3B9 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::QNameToString(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_QNameToString_m52D839C23FC9158ABEE7A53433C18A7C12CB00E6 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::get_XmlTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_get_XmlTypeName_mB8B4B81BF250AB15E908A1FD1414B7261DE8F4D3 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method); // System.String System.Xml.Res::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m1D06B81901B03CA849045926741403907612BB4B (String_t* ___name0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3 (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, 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_m37A5BF26F8F8F1892D60D727303B23FB604FEE78 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Exception System.Xml.Schema.XmlBaseConverter::CreateInvalidClrMappingException(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlBaseConverter_CreateInvalidClrMappingException_mF6EE65AEAEFD2FE80F2829D69A6C9178C2287270 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, Type_t * ___sourceType0, Type_t * ___destinationType1, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::TrimString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B (String_t* ___value0, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8 (String_t* ___s0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XsdDateTime::.ctor(System.String,System.Xml.Schema.XsdDateTimeFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52 (XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D * __this, String_t* ___text0, int32_t ___kinds1, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XsdDateTime::op_Implicit(System.Xml.Schema.XsdDateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XsdDateTime_op_Implicit_m21D635FAA1E7D5753B68991F245130DA14D28200 (XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D ___xdt0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XsdDuration::.ctor(System.String,System.Xml.Schema.XsdDuration/DurationType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDuration__ctor_m8E776FD3A70A21A2EFC6ACADF87056EA2430895C (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * __this, String_t* ___s0, int32_t ___durationType1, const RuntimeMethod* method); // System.TimeSpan System.Xml.Schema.XsdDuration::ToTimeSpan(System.Xml.Schema.XsdDuration/DurationType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 XsdDuration_ToTimeSpan_m8E384990FA1D2AF1323B326E5987018872A6322F (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * __this, int32_t ___durationType0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XsdDateTime::op_Implicit(System.Xml.Schema.XsdDateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XsdDateTime_op_Implicit_mCF7A592E576D44F627F04DA2ED0B0ECE3BA79CF4 (XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D ___xdt0, const RuntimeMethod* method); // System.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlConvert_FromBinHexString_m30343080D1787837FC984C1628761189175C6820 (String_t* ___s0, bool ___allowOddCount1, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.Void System.Xml.ValidateNames::ParseQNameThrow(System.String,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames_ParseQNameThrow_m7EA36DC81757EC1D9E3287E4C29CEB86C1152956 (String_t* ___s0, String_t** ___prefix1, String_t** ___localName2, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.String System.Uri::get_OriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XsdDateTime::.ctor(System.DateTime,System.Xml.Schema.XsdDateTimeFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF (XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, int32_t ___kinds1, const RuntimeMethod* method); // System.String System.Xml.Schema.XsdDateTime::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E (XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XsdDuration::.ctor(System.TimeSpan,System.Xml.Schema.XsdDuration/DurationType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDuration__ctor_m87C4EF2E2EF7D4C8DDF37B1DC7C5ED849E052A70 (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeSpan0, int32_t ___durationType1, const RuntimeMethod* method); // System.String System.Xml.Schema.XsdDuration::ToString(System.Xml.Schema.XsdDuration/DurationType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDuration_ToString_m95549BAD76E17A3055C31F3C0BD214885982B74C (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * __this, int32_t ___durationType0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XsdDateTime::.ctor(System.DateTimeOffset,System.Xml.Schema.XsdDateTimeFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A (XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___dateTimeOffset0, int32_t ___kinds1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.DateTime System.DateTimeOffset::get_LocalDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeOffset_get_LocalDateTime_mDE0EFFB0F8C7A6FB6F4F6A65A6D37516052897E7 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Decimal::op_LessThan(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_LessThan_m4D61A04048B5556710158E5787271EACC87F269F (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.Boolean System.Decimal::op_GreaterThan(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThan_m2FE17DEB014FB5D2B0A45E13D3140F3C3B8A9C10 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mF0F35219CB0F55A48EAF67875060E3BA68E122EB (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Decimal::op_Explicit(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_op_Explicit_m2B2A60437392A75F80B56C5C53CA06B50F7F9D3E (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m145E08923E726750B62B4CB80C5A758ED3A4669C (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Int64 System.Decimal::op_Explicit(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Decimal_op_Explicit_m0C0F3F7FB50EE1771393A9C22342734251EB0D74 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mC63C39741FDF4CC711673E5F049B94B7EE6092C7 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.UInt64 System.Decimal::op_Explicit(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Decimal_op_Explicit_m486C476FEAFAC2F5EEE0C315A646D1633640C58D (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m44192366B01E8A875E9756625F2FBBFA3A681D35 (int32_t ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m79EC978DC82DB8052E9F7FD581D9E778CFBC523B (int64_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_mFFE1FCB6DE4BCF03A3666FBFD1972F802345FCE5 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlBooleanConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBooleanConverter__ctor_m3F06CE72EA5187121B55793CCB13094C5B134589 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlConvert::ToBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_ToBoolean_m3B72202F9A3B1C2C26A80967E5EA8427AD2E93E9 (String_t* ___s0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mC4A313B9407202F12B69C5AEFE53EF335C8D6671 (bool ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::get_SchemaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, bool ___value1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Xml.XmlCharacterData::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData__ctor_m92DACE6F1470B2FABC19CE1DB3B8170BC346AA30 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___data0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream_set_Position_mBE93CD7DBCB7B1822D47726AFFE76D030496988E (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Object System.Xml.XmlCharType::get_StaticLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlCharType_get_StaticLock_m81A2863AB242D63E36753E695E04EFD800E30F62 (const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (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_m95495DAAF50A803B8B25CF4DB4A6A34A07B04DAE (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_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Xml.XmlCharType::.ctor(System.Byte[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlCharType__ctor_mF597588002D63E65BC835ABC21221BB1525A6637_inline (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___charProperties0, const RuntimeMethod* method); // System.Void System.Xml.XmlCharType::InitInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_InitInstance_m59CB9FA98F252136EEB7E364C62849CCC9B7E7AE (const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsStartNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameSingleChar_mD01A1F5180852CB6C7331B880F0A41655967C450 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameSingleChar_m087279C64448A616E84B37DCF3871203351EDED4 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsCharData(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsCharData_m8FA0C15217389BFB0EC8DCD7CBED0A1DE4EF7444 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsPubidChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsPubidChar_m09C52A77F124B5FB796A5EB83231B1A4BE45DC85 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsTextChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsTextChar_mA8CF9F91752A9361BC4F6B1971E658323A3EC8F2 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLetter_mAC52BCA4EEAD9AAE0C3E77A4964620945E68DBE9 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameCharXml4e_m82E65F7DA6496C8181BC1C2C1FE9C4760C3DEDC7 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsStartNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameCharXml4e_m65E09A850C0586A92D254A3D221080F96414231C (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameCharXml4e_m73DC56C1F2A829320C73D9C177344A8C25B8C629 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __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_m53A94066F0586D01CDFA1FCF40BE0352A80826D7 (int32_t ___value0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method); // System.Int32 System.Xml.XmlCharType::IsOnlyWhitespaceWithPos(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyWhitespaceWithPos_m5F63B48887815329A2FB0F42D503731361C63B2B (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, String_t* ___str0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_m05FA9C7BBB540AD6890CCDCC286E6699F7351301 (int32_t ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsLowSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLowSurrogate_m7939EE6AE78DBE960B04D2A8E957E913C2EFC6DC (int32_t ___ch0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlCharType::IsOnlyCharData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyCharData_mB737298EFE9723B875B65B01CEF409F54076BFBA (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, String_t* ___str0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsDigit_m9ADB033610B953E142851550C2626FDAE97613C6 (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlCharType::IsPublicId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsPublicId_m6C5BB0CC50EB3FCE3005181E0650D3EF7EFD47A3 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, String_t* ___str0, const RuntimeMethod* method); // System.Void System.Xml.XmlLinkedNode::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8 (XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharacterData::DecideXPNodeTypeForTextNodes(System.Xml.XmlNode,System.Xml.XPath.XPathNodeType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharacterData_DecideXPNodeTypeForTextNodes_mFFA41E1283584284B06EC369FF0407A26526E041 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, int32_t* ___xnt1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlChildEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlChildEnumerator_MoveNext_mDA30FD57E7987F22769388EA4E0C84B6D65D455D (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlChildEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlChildEnumerator_get_Current_m9F82A181A0FEE37872C087AAF383C0AC440DB5F5 (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeList__ctor_mDA4B70FD311E6022A0C159DA09B9F2A9CBEE647F (XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlChildEnumerator::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlChildEnumerator__ctor_m05CAB16D0FC521D715119DFE83D2B11C7BB2FD8D (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_CollapseWhiteSpaceIntoEmptyString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_m7C7CE30F2157A48A0CC3408ACA8D1A6A648B4C7F (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_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17 (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_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (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_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::EncodeName(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m5C8D05465984C00E7C21A4C7A92B50D36E61941C (String_t* ___name0, bool ___first1, bool ___local2, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, const RuntimeMethod* method); // System.Text.RegularExpressions.MatchCollection System.Text.RegularExpressions.Regex::Matches(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * Regex_Matches_mE1B9FFC45683E3446029B8449C3361CDA2BD1B15 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method); // System.Collections.IEnumerator System.Text.RegularExpressions.MatchCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MatchCollection_GetEnumerator_mB4DEC015B69A67D38E6F7E14D63C64047BDCF76F (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Capture::get_Index() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlConvert::FromHex(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_FromHex_m2DBD84D37ACD6BF5976262819127933278D771B6 (Il2CppChar ___digit0, const RuntimeMethod* method); // System.Void System.Xml.XmlCharType::SplitSurrogateChar(System.Int32,System.Char&,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SplitSurrogateChar_m15AF7BFFB38D7A82DD65D7ED9807014F3771EF45 (int32_t ___combinedChar0, Il2CppChar* ___lowChar1, Il2CppChar* ___highChar2, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlCharType::CombineSurrogateChar(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_CombineSurrogateChar_m87E1DFC697895E2055353F4E12BFB7D9DDBA9A9B (int32_t ___lowChar0, int32_t ___highChar1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.String System.Int32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C (String_t* __this, const RuntimeMethod* method); // System.Byte[] System.Xml.BinHexDecoder::Decode(System.Char[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BinHexDecoder_Decode_m1435A109DB96A5A30D2537CF70840D5325BEBBD2 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___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_mFD50E20BFBB45906572C694C7D377FCE42BE70E0 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, int32_t ___offsetIn1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __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_m9D35DAE2FBB3971A7CFCB98CC52B9047A4949F34 (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_mCA91D9BDF989FC0174FF7E1D8372C7F7AC676FC5 (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_m113008AE4B646E85154C99B3CBB55D536CBEFEB9 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlException_BuildCharExceptionArgs_m4A2C0BF59A2C409511D7E233C9CACA9801D7254F (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_m774540F83B81D877D8C30183EA2D2F4A76427058 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, 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_mD3F12F95EFAC639FBCB9EB56C4008F5F422380D9 (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::VerifyNCName(System.String,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_mEF68FEA28C54BBAED25502C4DC9876FF4FF51E4A (String_t* ___name0, int32_t ___exceptionType1, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseNCName(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_m72F23A8A08A329A579F8AB32DAEFA1EEFDA88C4F (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_mD0370ACB5616265F0E73F325BA840EDB3801AEF6 (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_mCDBB9FC64FE42F4EC28C6A5905572DB1BDBC5ED6 (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_m7E9204CF616E533528CC448D05BC8AF97A7D8038 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___anyOf0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mD99F5378A4220A0DA0D5097007417E777722ABDA (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_mA444C03A72079A7D79A0E2B207D3E09F8D48CD4A (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_mC194833624F11A84B8100C17B5FEE44178FAA6E6 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F (const RuntimeMethod* method); // System.String System.Decimal::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mAE4B0A4A23F50206FD8B0D4E0D965619963D24EF (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __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_m0C268776C6F38D9EBB9A7C34A8104EB9745B477A (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_m1388D477B5BC62BDDDBE9139D9629A15D78F8AFC (int16_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_m7D336E8DDEB43FC06A3AEE62072C899CBD0012AE (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_mB5BDCB74BE861E9EB085AAFBE115998B632CEFA8 (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_m1A3B311F92ADC0190FFB4B1CAB6E41D3499B1558 (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_mAF0A46E9EC70EA43A02EBE522FF287E20DEE691B (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_mD0F3D7511719711F9E78F0EBC578FFE6C05320B5 (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_m08D484739F9E73C171CFC2819E30A983E87C68AB (float ___f0, const RuntimeMethod* method); // System.Boolean System.Single::IsPositiveInfinity(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsPositiveInfinity_m724E248D99DA0A684DA0A6F071AB78FEDA56AFE2 (float ___f0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlConvert::IsNegativeZero(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_IsNegativeZero_m855FCBEA897907F707A762854C32F64168DBE8E8 (double ___value0, const RuntimeMethod* method); // System.String System.Single::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m7631D332703B4197EAA7DC0BA067CE7E16334D8B (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_mC1D75A4899CED3409270190F7DC1042001C668D7 (double ___d0, const RuntimeMethod* method); // System.Boolean System.Double::IsPositiveInfinity(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_mD5882DEFC8FAA4CCDAE48B26B9CECAB5B7A53C96 (double ___d0, const RuntimeMethod* method); // System.String System.Double::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_mFF1DAF2003FC7096C54C5A2685F85082220E330B (double* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XsdDuration::.ctor(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDuration__ctor_m8FBE9F461178A669C2B250F15227DF87656CAED7 (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeSpan0, const RuntimeMethod* method); // System.String System.Xml.Schema.XsdDuration::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDuration_ToString_mA4A2C3C6AE4FFD7EE69DF611035623000A6592EB (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * __this, const RuntimeMethod* method); // System.DateTime System.Xml.XmlConvert::SwitchToLocalTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlConvert_SwitchToLocalTime_m33367FC05C9AE67642AD87B90EB7B9D9A7C70CC6 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.XmlConvert::SwitchToUtcTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlConvert_SwitchToUtcTime_mDC015BF307A6C45AA86A73472FC7F5030E7245C5 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XsdDateTime::.ctor(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_mD4B054EC96A1590688075A8BC9926AA074E751C9 (XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___dateTimeOffset0, const RuntimeMethod* method); // System.Boolean System.Char::TryParse(System.String,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_TryParse_mEE044E51C84B4B0B36D662361C2977E7856E7E62 (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_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_Parse_mE9DEB6C845015FC1C2F1829D5CFC97403DCBC74B (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_m33A509B1E4659C190D496FFCFD4494D8B0DCFCAA (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * ___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_mA871019D653034875AC4E982843347921E127DAC (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_m19A7123E4ED7185E86F36B09A98D8D22E56A9F24 (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_m9A5A7D8A221A68F8C39EC308AC751704B36E86FC (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_m006085C3B9AC64929E893942EF7A55328FDAE090 (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_mDEBD8725B503BD8627E7AF21E1F50A58DD7FCA9A (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_m4A94015941D9BD9F9304D1FE14F17E84BFD3B69A (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_m026E16D14366E56C9B63DAD0E822A3A1F65C51F0 (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_m765D835DD5F3655ED781987A94F3A9F9AADADFE9 (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_m5A92B541CF9CC6532CB23BDE6DF7460E5EAC8435 (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_m1D56C1385B6F4855FD1A893FEEE12C0796695621 (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_m7D5DB9BD4C9B1CA55BFBA132545345411A8FEBA0 (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_m889B15D32988B9193049C9B4CCF25E42B4F000A0 (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_mD60850592CF629A16EA1ECC6834385E7DDAD239F (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_mE740D7083AC52793A9634067C4F032570FFBF61E (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, double* ___result3, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m10322320EC0B380FE4C1EB5DBB24AE9F242B7CC8 (RuntimeObject * ___value0, RuntimeObject* ___provider1, 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_m001FFCCD386D98F159120D943C51146A584B0D30 (String_t* ___s0, XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * ___result1, const RuntimeMethod* method); // System.Exception System.Xml.Schema.XsdDuration::TryToTimeSpan(System.TimeSpan&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XsdDuration_TryToTimeSpan_m674C9BCA350E49E1FB6A1B70231262636E9DBE48 (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___result0, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66 (Guid_t * __this, String_t* ___g0, const RuntimeMethod* method); // System.DateTimeKind System.DateTime::get_Kind() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::ToLocalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::ToUniversalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::TryCreate(System.String,System.UriKind,System.Uri&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_m44277635BB8291BC0AADD85B9C9A015C1C21EF92 (String_t* ___uriString0, int32_t ___uriKind1, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** ___result2, const RuntimeMethod* method); // System.String System.String::Trim(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m10D967E03EDCB170227406426558B7FEA27CD6CC (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimChars0, const RuntimeMethod* method); // System.String System.String::TrimStart(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimStart_m02B916CA047749DD55A03278F4A96FBA62C8935A (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimChars0, const RuntimeMethod* method); // System.String System.String::TrimEnd(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimEnd_mA98B5B9C45CCAB016F32F1C8BBE29A215B9D277E (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimChars0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[],System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m8334980E85EA3EF1F6204607324D9C34EFA4CA25 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___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_m60A2CB99A6A5000BDAA40B89BF9F8B6ED29A8A6D (double ___value0, 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_m819800529C3A91E8C5640AAA3F30EBD998238F10 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNumber2, int32_t ___linePosition3, 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_m546964BF1BBE64E4A2C9853E23F25FC3295D595E (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_m97FE3D009250AE26015577D66CE3A652D787B86B (Il2CppChar ___low0, Il2CppChar ___hi1, int32_t ___exceptionType2, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_mAD8DA247F0F5CAFAE622A2FC49AA8AD44746125A (Il2CppChar ___low0, Il2CppChar ___hi1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_m7963DACF73B00A03914532EC609524F30AC26F16 (Il2CppChar ___hi0, int32_t ___exceptionType1, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_m430040D295EFE67CF3214A7375E5B2E080EF04AB (Il2CppChar ___hi0, int32_t ___exceptionType1, int32_t ___lineNo2, int32_t ___linePos3, 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_m9718225A7133DC0205AE6EC7BC322F4FEAE5A716 (String_t* ___res0, String_t* ___arg1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidCharException(System.Char,System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidCharException_m852603EE78554E6BE2D71D93F79B8DCCF856FDD9 (Il2CppChar ___invChar0, Il2CppChar ___nextChar1, int32_t ___exceptionType2, const RuntimeMethod* method); // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlException_BuildCharExceptionArgs_mD8BDF56806D4328D88F94EC79777FFBC787E6F71 (Il2CppChar ___invChar0, Il2CppChar ___nextChar1, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String[],System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateException_m30B03670420927D02420D718F5FF30B827B12A31 (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___exceptionType2, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __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_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlDateTimeConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDateTimeConverter__ctor_m3FE81AC8A54103061A8BB189B171C33EB2417DFE (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::DateTimeOffsetToDateTime(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_DateTimeOffsetToDateTime_mDE534B3316FED20CCE618C948C2D3E9C134F315F (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::get_TypeCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToDate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToDate_mAD75ED28B7EC565E8FE800C176CBB924957DE583 (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToTime_mD18BB7906E5A4B614B4A0771C4C5BD6470F6C22D (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGDay(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGDay_m3AC0ACC702743078E5901751FEB7AC3BF29AE628 (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGMonth(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGMonth_mC8A46EEAEC60BEB47FE1200CDF2CF976A3AC3ACC (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGMonthDay(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGMonthDay_m47D13167664FBE6DA1B9F4A3643A6BB82DA57DD7 (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGYear(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGYear_m965119EC46C489C89E02BB93F76FF33B87054374 (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGYearMonth(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGYearMonth_mCD4BAD1D264A58FB77ACDF920909E2CF11255B94 (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToDateTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToDateTime_mEFAAE6DEDDD82CCF916D32F1D7DDBDE74C5E0A5A (String_t* ___value0, const RuntimeMethod* method); // System.Void System.DateTimeOffset::.ctor(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mC17E28F89D4E54D511B30E08D1F56453E677D53F (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToDateOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToDateOffset_mFF7F16CB2A08D61EDE8BEF28D50CF2F2BCE63164 (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToTimeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToTimeOffset_m41FC5ECE5DD6F323049FD99CA2E5C861358A145E (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGDayOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGDayOffset_m7D68AF64B9DA7CAFB15B9047198C715B7B15854F (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGMonthOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGMonthOffset_m6AC72A22D3E738DBFD8808E2FF96DA75EE9F4394 (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGMonthDayOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGMonthDayOffset_m96B66B54FF5C85EF286DC1C56621D7EA48BAAC0A (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGYearOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGYearOffset_m180CE38D3AEEFEF6AADC9845E623A84D632DFA60 (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGYearMonthOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGYearMonthOffset_m66A674E8F375969CF15634E502866D6939086C53 (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToDateTimeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToDateTimeOffset_m6A7717957A33331C4845828A369C42669000D90C (String_t* ___value0, const RuntimeMethod* method); // System.DateTimeOffset System.DateTimeOffset::op_Implicit(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 DateTimeOffset_op_Implicit_m868690EC78B30802CD8E0DF10A083312632C0123 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::DateToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateToString_m1853FD82DDD0D80309A952D2BE6442C8BAA90ED4 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::TimeToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_TimeToString_m7E71CB1CB37202C3A859E2DA4C8A770DEC86C7EA (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GDayToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GDayToString_m80612AE41E9E3A786E058C228E1CFE2157310646 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GMonthToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthToString_m7B377208C82C7C511416627C7EE0D39B4169441E (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GMonthDayToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthDayToString_mB71FE277219066DD43DAC2DEB730620401C83BDF (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GYearToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearToString_m0228E05286AD0ABF8663898417CD37B04FA8749C (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GYearMonthToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearMonthToString_mB6AC55337B17EB434CB2E62A8A1B1257991501B7 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::DateTimeToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateTimeToString_mA741191C8F98467A037A77122041688D78C6D89A (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::DateOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateOffsetToString_m05B79818853552FCD53A36052591F04CB7B86306 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::TimeOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_TimeOffsetToString_m6B555DD9FBDBF77F823E9417B2724F6C452D6856 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GDayOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GDayOffsetToString_m472D124EC68449ECB0CECB37F34B442128874116 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GMonthOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthOffsetToString_m61E06E635A05529074A51DE286679A925AD2D2F2 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GMonthDayOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthDayOffsetToString_m9DBE365F664BB2C4CA029ECFDD0DEB820106092C (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GYearOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearOffsetToString_m46287B1B66EFBA328800FF36C1A78FE4D709445F (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::GYearMonthOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearMonthOffsetToString_m96ED77C2F32FBA4A41C3A1DC58257333B0C04099 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::DateTimeOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateTimeOffsetToString_m121DC4237FE390803E2B78671023A1B962E599B5 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDeclaration::IsValidXmlVersion(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDeclaration_IsValidXmlVersion_mDFBF2C92CD8437EAC2BC3B7FDC7E1DF952607787 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___ver0, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.Xml.XmlDeclaration::set_Encoding(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Encoding_m77B97BD0FB894A5BEF3931A170FCD06C9B5D9D52 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlDeclaration::set_Standalone(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Standalone_mF5CAF4B769DC3A64A9D437435C2CCAC4F66E932C (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlDeclaration::set_Version(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDeclaration_set_Version_mCF4B80C06C9D42764CA6C2741FFBB541D4DE3707_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Encoding() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Standalone() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::ParseXmlDeclarationValue(System.String,System.String&,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ParseXmlDeclarationValue_m7A687F39E9FCC8A8D3AA9ECA6CFEE5FB4D375DAE (String_t* ___strValue0, String_t** ___version1, String_t** ___encoding2, String_t** ___standalone3, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsOnlyDigits(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyDigits_m71F9B1C7AB044933E9C5FD9E07278617A5F0A37C (String_t* ___str0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method); // System.Void System.Xml.XmlImplementation::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlImplementation__ctor_mF94E2249635A3883185C24E5C54032F6B79BF830 (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor(System.Xml.XmlImplementation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__ctor_m43B868426E05CE674112BBEB6E87751CFB3203D3 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * ___imp0, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode__ctor_mAC511AB5C6FA608DA32C9398AAB9756814CE2E36 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method); // System.Void System.Xml.DomNameTable::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DomNameTable__ctor_mE7B9FF131B02128A611A35B7F8BCFCB5D40BA268 (DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___document0, const RuntimeMethod* method); // System.Xml.XmlNameTable System.Xml.XmlDocument::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseNmtoken(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtoken_mF034C15CF991681642B21CC714C845B479FAD984 (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.DomNameTable::AddName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * DomNameTable_AddName_m9F623ED9BC5401D68468EB308D68EB57769F299E (DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.DomNameTable::GetName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * DomNameTable_GetName_m39FD5222CE72D342DA17937F3A7EF2B1E180C61C (DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::AddXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::GetXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_GetXmlName_mD9C1633744B07D015851CFBC4285AB87B50278DD (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement_(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_GetIDInfoByElement__mDB0E931FEEAB1E776DD3F1940C2FFD5A85B0ABFE (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___eleName0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Void System.WeakReference::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m11BFDB039514BDCE23425FD90E8C414D051B2F13 (WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * __this, RuntimeObject * ___target0, const RuntimeMethod* method); // System.WeakReference System.Xml.XmlDocument::GetElement(System.Collections.ArrayList,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * XmlDocument_GetElement_mFA731D985BBC83C1A49FC25450680BEF4F8E58CD (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___elementList0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem1, const RuntimeMethod* method); // System.Xml.XmlImplementation System.Xml.XmlDocument::get_Implementation() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * XmlDocument_get_Implementation_mA8BC0E80074231FE21EA0D19964D40A4BB9BD3B4_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::SetBaseURI(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_SetBaseURI_m31BDB1234D5BA3E8593E9F245A9D7DD27D90ADE7_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___inBaseURI0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::ImportChildren(System.Xml.XmlNode,System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_ImportChildren_m92D58DC958677224CE36D9800D1E3AAAF9A746C1 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___fromNode0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___toNode1, bool ___deep2, const RuntimeMethod* method); // System.Void System.Security.NamedPermissionSet::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamedPermissionSet__ctor_mCC17BB149B23C73959CE74BAB4AECE1121D3DB41 (NamedPermissionSet_t4387D81FDC42E5B7A75EA9C1C86BF3C15B8A8D69 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Security.PermissionSet::Demand() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PermissionSet_Demand_m4D524D15B15C915895D0F5D48276EB3FBABE90A7 (PermissionSet_t4B5D92D4FA83DE0438D0177B4308F3A40047B503 * __this, const RuntimeMethod* method); // System.Void System.Security.SecurityException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_mA25DA92C16205AC3604A7E0E95B4A9CD8A1DD183 (SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Void System.Xml.XmlDocumentType::set_DtdSchemaInfo(System.Xml.Schema.SchemaInfo) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocumentType_set_DtdSchemaInfo_m2A2B4A126F4EA330CD02BAFC9C57422DF167DF02_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___value0, const RuntimeMethod* method); // System.Xml.XmlElement System.Xml.XmlDocument::get_DocumentElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * XmlDocument_get_DocumentElement_mDC08B28B14D903B3FF8D750C6C0B6905DF7ADF91 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::HasNodeTypeInPrevSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInPrevSiblings_mD6DD1BB12BFF7EC4964B6CC2B8BD49AA0295DB5A (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, int32_t ___nt0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___refNode1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::HasNodeTypeInNextSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInNextSiblings_m82B28327382E38DE4D10B7C6130C8CB32A10B081 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, int32_t ___nt0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___refNode1, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::SplitName(System.String,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_SplitName_mD64A517BE001771932A1313DFFC9A261D468438D (String_t* ___name0, String_t** ___prefix1, String_t** ___localName2, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::SetDefaultNamespace(System.String,System.String,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_SetDefaultNamespace_m569F3A679B5B54F81F86DAF3144C9EECFEFA5571 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t** ___namespaceURI2, const RuntimeMethod* method); // System.Void System.Xml.XmlCDataSection::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCDataSection__ctor_m7627C8277D242E9C27B55D71AE63A94FF7F42C28 (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, String_t* ___data0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlComment::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlComment__ctor_m16B823CBCB20A2DDBAF0769CED08B16C07DD744C (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, String_t* ___comment0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlDocumentType::.ctor(System.String,System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentType__ctor_m669F036BB7C7DAF1524DE9B43D5A8D06ED052389 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc4, const RuntimeMethod* method); // System.Void System.Xml.XmlDocumentFragment::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentFragment__ctor_mAD0FD2AA4AD3A07E7FCC554B9D362EFBA5350CB0 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDocument0, const RuntimeMethod* method); // System.Xml.Schema.SchemaElementDecl System.Xml.XmlDocument::GetSchemaElementDecl(System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * XmlDocument_GetSchemaElementDecl_mFCE3A0853BE534A5D5DDBA9490D23B3352CE1AEF (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::get_AttDefs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 Dictionary_2_GetEnumerator_m169EE2976435B9374F41400391432944DA194E1F (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * __this, const RuntimeMethod* method) { return (( Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 (*) (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_gshared)(__this, method); } // System.Xml.Schema.SchemaDeclBase/Use System.Xml.Schema.SchemaDeclBase::get_Presence() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::get_SchemaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaInfo_get_SchemaType_m82E26E51C765F4946ACE69375370F4D09B3266A9_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaDeclBase::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlDocument::PrepareDefaultAttribute(System.Xml.Schema.SchemaAttDef,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_PrepareDefaultAttribute_m9C43A07AF3A6E137C8D0B3EB370DA440F39F946B (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___attdef0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_ElementDecls() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * SchemaInfo_get_ElementDecls_m693F83C6FD11BDFA1D422BE8F036916818491177_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m3442835F80983B767CE68891171128D8A03D771B (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key0, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.String System.Xml.Schema.SchemaDeclBase::get_DefaultValueRaw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_DefaultValueRaw_mCC5A7521B07D0FD35EC496D20E078D782E468939 (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlUnspecifiedAttribute::SetSpecified(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline (XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * __this, bool ___f0, const RuntimeMethod* method); // System.Void System.Xml.XmlEntityReference::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntityReference__ctor_m37F0842BAE1416D08F62C521367D650B89C61BE9 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, String_t* ___name0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlProcessingInstruction::.ctor(System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlProcessingInstruction__ctor_mB08CD58B8FC50C36BE6B4715C658A3FD9C4D9ACA (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, String_t* ___target0, String_t* ___data1, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc2, const RuntimeMethod* method); // System.Void System.Xml.XmlDeclaration::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration__ctor_m973573A83AC12F5BC4F3FA5B84148DCEF4534662 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method); // System.Void System.Xml.XmlText::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlText__ctor_m3B02FD062F74A1E957C6B1A9F67E055FD1997C32 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, String_t* ___strData0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlSignificantWhitespace::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSignificantWhitespace__ctor_m4FDED87C74B89927C8B1A817A5E56EA11570908B (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, String_t* ___strData0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlDocument::NormalizeText(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocument_NormalizeText_mEEF44B3F6AD2903ED975CF61B72F9C8B25768CDF (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___n0, const RuntimeMethod* method); // System.Void System.Xml.DocumentXPathNavigator::.ctor(System.Xml.XmlDocument,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DocumentXPathNavigator__ctor_mCFFF879BDF681CFB078DC8CAA8DA3B232E16F05E (DocumentXPathNavigator_tC355B8E9BFDC0695C434EA43D460625C3892BA9C * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___document0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::IsTextNode(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_IsTextNode_m9DA19D84B7176724338DA318EC02171289594484 (int32_t ___nt0, const RuntimeMethod* method); // System.Void System.Xml.XmlWhitespace::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWhitespace__ctor_m3A108BEE96CE7575F27A1DED29804E41C8B847D0 (XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C * __this, String_t* ___strData0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlNode::IsConnected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_IsConnected_m721592A209408DDC0E21DEB8FFF9F6F9A685187A (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::ImportAttributes(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_ImportAttributes_mF23984BF03BB546591DB01D6A86C625C9FF577AD (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___fromElem0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___toElem1, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_PublicId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_SystemId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_InternalSubset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlDocument::ImportNodeInternal(System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocument_ImportNodeInternal_mBAD36BF899119589B2DB25D8861B340D38D6169C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, bool ___deep1, const RuntimeMethod* method); // System.Xml.XmlNameTable System.Xml.XmlImplementation::get_NameTable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlImplementation_get_NameTable_m921E8F86F9377EE9084A630D2F95342234AAE003_inline (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlUnspecifiedAttribute::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUnspecifiedAttribute__ctor_m1C3FF58C6D59200A0E34294C09EDBFE4401C03E3 (XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method); // System.Void System.Xml.XmlElement::.ctor(System.Xml.XmlName,System.Boolean,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement__ctor_m3B8F2AB4A766B70D8B55D1B2F0D2EAB331861920 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name0, bool ___empty1, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc2, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::AddDefaultAttributes(System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_AddDefaultAttributes_m80569856067CA84B35C72EE9A263779380BB447C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_XmlValidatingReaderCompatibilityMode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_XmlValidatingReaderCompatibilityMode_m29E2DB5734FC69EAEC032173153849BA5FA55240 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_EntityHandling(System.Xml.EntityHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_EntityHandling_m29AE6CA596A4042B11B17B7FCE12957D0BA5EEED (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::get_HasSetResolver() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_HasSetResolver_mC2C6B3468CB289554D1B1BBFB362D8F0A63D4792_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.XmlDocument::GetResolver() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlDocument_GetResolver_m8FB9F7E522BD80FF4E7CB398BCE65D313E1C6D6C_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_XmlResolver_m111F1C8EA989A4AA231794F97D834D00C1783C28 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::set_IsLoading(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::Load(System.Xml.XmlDocument,System.Xml.XmlReader,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_Load_m9B55980AB036FAC52C09EF42BE27AB58F31E31BA (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc0, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader1, bool ___preserveWhitespace2, const RuntimeMethod* method); // System.Void System.IO.StringReader::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReader__ctor_m7CC29D8E83F4813395ACA9CF4F756B1BCE09A7EE (StringReader_t74E352C280EAC22C878867444978741F19E1F895 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::.ctor(System.IO.TextReader,System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m057179163A3E567DE13E8F596ED09D2508C6A4C1 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___input0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt1, const RuntimeMethod* method); // System.Xml.XmlTextReader System.Xml.XmlDocument::SetupReader(System.Xml.XmlTextReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * XmlDocument_SetupReader_mE489A93B1C2A662593485D31D8F7EEB431471093 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * ___tr0, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeChangedEventArgs::.ctor(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeChangedEventArgs__ctor_m8CB66A1D898A92942A782F4CDB3E3B3216D0D54C (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___oldParent1, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newParent2, String_t* ___oldValue3, String_t* ___newValue4, int32_t ___action5, const RuntimeMethod* method); // System.Xml.XmlNodeChangedAction System.Xml.XmlNodeChangedEventArgs::get_Action() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlNodeChangedEventArgs_get_Action_m7262623D702CF1A999921BA6E48B451210786AD6_inline (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeChangedEventHandler::Invoke(System.Object,System.Xml.XmlNodeChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeChangedEventHandler_Invoke_m2AD16598BE7032D4D2058C357490CCD41C4EDA53 (XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * __this, RuntimeObject * ___sender0, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * ___e1, const RuntimeMethod* method); // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::get_Entities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * XmlDocumentType_get_Entities_m22051780B2E41F368B9584A87BE932CEF1239C94 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.Void System.Xml.EmptyEnumerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyEnumerator__ctor_mD2C6EAC8EB181ECB0E6D7D33FC6AEAB25465CF27 (EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInfo::.ctor(System.Xml.Schema.XmlSchemaValidity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInfo__ctor_mE1356E85972DB905497D1A4C36601A9E09DEFB57 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, int32_t ___validity0, const RuntimeMethod* method); // System.Xml.XmlNamespaceManager System.Xml.XmlLoader::ParsePartialContent(System.Xml.XmlNode,System.String,System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * XmlLoader_ParsePartialContent_mB68D0DF9BE3A865A541CA730E85A3FEA1DAB2E01 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parentNode0, String_t* ___innerxmltext1, int32_t ___nt2, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::ParseDocumentType(System.Xml.XmlDocumentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ParseDocumentType_m05C412AAC3CDE7A77775EEB1E3951F1101061150 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ___dtNode0, const RuntimeMethod* method); // System.String System.Uri::get_Scheme() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Uri::get_LocalPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m35041565358368A57B0A06A7D7FABB9563AF359A (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, const RuntimeMethod* method); // System.IO.Stream System.Xml.XmlDownloadManager::GetNonFileStream(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * XmlDownloadManager_GetNonFileStream_m72785401C2FA0F2A2C861BCFFBC13DB564E12E47 (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___cachePolicy3, const RuntimeMethod* method); // System.Net.WebRequest System.Net.WebRequest::Create(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * WebRequest_Create_mCBC2128DC3480F06381E2A4BC49A790BE33E6627 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___requestUri0, const RuntimeMethod* method); // System.Uri System.Net.HttpWebRequest::get_Address() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.String System.Uri::get_Host() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.Xml.OpenedHost::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenedHost__ctor_m0FB08FD979C96E5E83286C9879ECDCC2F4F217AB (OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * __this, const RuntimeMethod* method); // System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * HttpWebRequest_get_ServicePoint_m87CA558F0C7B4A6D585F42616771173F75DE2567 (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.Int32 System.Net.ServicePoint::get_ConnectionLimit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServicePoint_get_ConnectionLimit_mDF34A9CA341979EF0E5A547DC0E3281BBBEE72FF (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlRegisteredNonCachedStream::.ctor(System.IO.Stream,System.Xml.XmlDownloadManager,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream__ctor_m081041EA73D3FC8BC1859DA296084E29DD94C19F (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * ___downloadManager1, String_t* ___host2, const RuntimeMethod* method); // System.Void System.Xml.XmlCachedStream::.ctor(System.Uri,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCachedStream__ctor_m07A18788CA9C71ED5B4718F29D34B94406703F0F (XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream1, const RuntimeMethod* method); // System.Void System.Xml.XmlDownloadManager/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mA8C38071F0962C139DD7DB555CD1BDE4BD9D00B7 (U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B * __this, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_mA813817A60ED4735C625B85C5BE3EF3E61AF94A6 (Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_gshared)(__this, ___object0, ___method1, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::Run(System.Func`1) inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * Task_Run_TisStream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_mBDF9DD3F3F83F9D7CD42F99DCD15D50F6DBB6774 (Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B * ___function0, const RuntimeMethod* method) { return (( Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * (*) (Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B *, const RuntimeMethod*))Task_Run_TisRuntimeObject_m13DE123734329F0C76C27122443B720DA220A2AA_gshared)(___function0, method); } // System.Threading.Tasks.Task`1 System.Xml.XmlDownloadManager::GetNonFileStreamAsync(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * XmlDownloadManager_GetNonFileStreamAsync_m075FD73BF73B9C8E231E40AD4C956FE1F76709B1 (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___cachePolicy3, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F AsyncTaskMethodBuilder_1_Create_m17BE28485AA30057F1400295B109A7294BFC194B (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m15C4F32E60C597AA1347204CBEF22D65960AAEC8_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__5>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782_m1A28D56FBE7F5620D6C70FD7C9C2EC88D4CE6BD2 (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * __this, U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *, U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782_mA8CCC43E96634EA367B78EE8590F1E701A3F2108_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * AsyncTaskMethodBuilder_1_get_Task_m62DBE5DEC9FB6B71D5453D4D22ED292DA14E05A0 (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * __this, const RuntimeMethod* method) { return (( Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * (*) (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mC1B213B5C16F6485FF6FF94D233C0291C6BCF5F0_gshared)(__this, method); } // System.Boolean System.Xml.XmlElement::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlElement_get_IsEmpty_m8C9AB1215A12FA21E396B75F832B59F5C7C498E9 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlElement::set_IsEmpty(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_set_IsEmpty_mE5B520F63BDFB84E37B795E2B7F0BAA54981EA25 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlElement::RemoveAllChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_RemoveAllChildren_mFB672E41CB9C66E965C09B69273771CABCCC68A3 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection__ctor_m0BE2C35E816610AA41C1DFF73D507C323E261A97 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parent0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_get_ItemOf_m01846AD03B17AE372F13A948A9F5A7E6469F9DA3 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_get_ItemOf_m464BF2C4CC687F926C85DCC5225290C3F74B9DE1 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::RemoveAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveAll_mD06952E7C2FD4E57DE9F1411619CB8037D51AA29 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::RemoveAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_RemoveAll_mDE9482286821C04627D4C556CCFBE0ED4063AA0E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::LoadInnerXmlElement(System.Xml.XmlElement,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadInnerXmlElement_mDE3B57DE85A6A25BEAF0C0D0A1CA8F5BA73F175E (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___node0, String_t* ___innerxmltext1, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlAnyListConverter::.ctor(System.Xml.Schema.XmlBaseConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyListConverter__ctor_m2F99344D6DA9E64364634107502E261E7079D41D (XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___atomicConverter0, const RuntimeMethod* method) { { XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_0 = ___atomicConverter0; XmlListConverter__ctor_m4B75A94998828129EE80166FFB9177AF2047E17C(__this, L_0, /*hidden argument*/NULL); return; } } // System.Object System.Xml.Schema.XmlAnyListConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyListConverter_ChangeType_m8DCFC3C0559E5133AD282FC69EC4A5D56738284C (XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyListConverter_ChangeType_m8DCFC3C0559E5133AD282FC69EC4A5D56738284C_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyListConverter_ChangeType_m8DCFC3C0559E5133AD282FC69EC4A5D56738284C_RuntimeMethod_var))); } IL_0022: { RuntimeObject * L_5 = ___value0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_5, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))) { goto IL_004e; } } { RuntimeObject * L_6 = ___value0; NullCheck(L_6); Type_t * L_7; L_7 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_004e; } } { RuntimeObject * L_10 = ___value0; NullCheck(L_10); Type_t * L_11; L_11 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_12 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ByteArrayType_27(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13; L_13 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_005a; } } IL_004e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = L_14; RuntimeObject * L_16 = ___value0; NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(0), (RuntimeObject *)L_16); ___value0 = (RuntimeObject *)L_15; } IL_005a: { RuntimeObject * L_17 = ___value0; Type_t * L_18 = ___destinationType1; RuntimeObject* L_19 = ___nsResolver2; RuntimeObject * L_20; L_20 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_17, L_18, L_19); return L_20; } } // System.Void System.Xml.Schema.XmlAnyListConverter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyListConverter__cctor_m83510612DEBE432D61B9A72F6974B74EBFF2A64C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_0 = ((XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var))->get_Item_32(); XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C * L_1 = (XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C *)il2cpp_codegen_object_new(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var); XmlAnyListConverter__ctor_m2F99344D6DA9E64364634107502E261E7079D41D(L_1, ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 *)CastclassClass((RuntimeObject*)L_0, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ((XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var))->set_ItemList_33(L_1); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_2 = ((XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var))->get_AnyAtomic_33(); XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C * L_3 = (XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C *)il2cpp_codegen_object_new(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var); XmlAnyListConverter__ctor_m2F99344D6DA9E64364634107502E261E7079D41D(L_3, ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 *)CastclassClass((RuntimeObject*)L_2, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ((XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var))->set_AnyAtomicList_34(L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlAsyncCheckWriter::.ctor(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter__ctor_m44CC63F1AE8527885D7C5CCE75E5FCF6740824A6 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___writer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncHelper_t5BBA4E723AFA5229BD866D2ED5EFB1F2590C5EB2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(AsyncHelper_t5BBA4E723AFA5229BD866D2ED5EFB1F2590C5EB2_il2cpp_TypeInfo_var); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = ((AsyncHelper_t5BBA4E723AFA5229BD866D2ED5EFB1F2590C5EB2_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t5BBA4E723AFA5229BD866D2ED5EFB1F2590C5EB2_il2cpp_TypeInfo_var))->get_DoneTask_0(); __this->set_lastTask_1(L_0); XmlWriter__ctor_mAA10A026AD230D064314D2AE472A144D18418A01(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_1 = ___writer0; __this->set_coreWriter_0(L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::CheckAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, const RuntimeMethod* method) { { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = __this->get_lastTask_1(); NullCheck(L_0); bool L_1; L_1 = Task_get_IsCompleted_m7EF73EE6C4F400997345371FFB10137D8E9B4E1E(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001d; } } { String_t* L_2; L_2 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF802447DCA401035D8E475710B790B206A9A34EF)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteStartDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteStartDocument_mDEAB4AA8F0A388DCF24EBF9D9AD80AC1BA1C25DE (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); NullCheck(L_0); VirtualActionInvoker0::Invoke(5 /* System.Void System.Xml.XmlWriter::WriteStartDocument() */, L_0); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteStartDocument(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteStartDocument_mAFDB2D221AE5CB07F7A070921DE8A08B00FAB7D6 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, bool ___standalone0, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); bool L_1 = ___standalone0; NullCheck(L_0); VirtualActionInvoker1< bool >::Invoke(6 /* System.Void System.Xml.XmlWriter::WriteStartDocument(System.Boolean) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteEndDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteEndDocument_m304CB18E88384153E172AAFA827996DA80CB6E80 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); NullCheck(L_0); VirtualActionInvoker0::Invoke(7 /* System.Void System.Xml.XmlWriter::WriteEndDocument() */, L_0); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteDocType_m54F3FB40BDEB6282DD6E9A2F2D5A4F05D727CC5A (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); String_t* L_1 = ___name0; String_t* L_2 = ___pubid1; String_t* L_3 = ___sysid2; String_t* L_4 = ___subset3; NullCheck(L_0); VirtualActionInvoker4< String_t*, String_t*, String_t*, String_t* >::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteDocType(System.String,System.String,System.String,System.String) */, L_0, L_1, L_2, L_3, L_4); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteStartElement_m477EB86FC57C7A621F96BD8A8D9F1E56A35962CA (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___ns2; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteEndElement_m33A519827A940C51C77AF7B81978FF6CE7009D7A (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); NullCheck(L_0); VirtualActionInvoker0::Invoke(10 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_0); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteFullEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteFullEndElement_m001BA2A445979A926784CF964003BBC2D3439772 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); NullCheck(L_0); VirtualActionInvoker0::Invoke(11 /* System.Void System.Xml.XmlWriter::WriteFullEndElement() */, L_0); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteStartAttribute_m4CFEC6FBBA49609DC700B3235EA60AB8CBE009B7 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___ns2; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteEndAttribute_m8D27BB04A5EEECC5240D3AFA9EE363E6B2F66D74 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); NullCheck(L_0); VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_0); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteCData_m10ACBC53E8C5FFB31AB49B80859E93ABF73D4946 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, String_t* ___text0, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); String_t* L_1 = ___text0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteComment_m8BADF5110581CA55901425B07A9EB67351357917 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, String_t* ___text0, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); String_t* L_1 = ___text0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteProcessingInstruction_m16F0E10EA8D1EF74D5CAD36D5449BBC2919D8725 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, String_t* ___name0, String_t* ___text1, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); String_t* L_1 = ___name0; String_t* L_2 = ___text1; NullCheck(L_0); VirtualActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, L_0, L_1, L_2); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteEntityRef_mD0A3E57940EAC5A315BBE161EC43B87C8AAA26EC (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); String_t* L_1 = ___name0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteEntityRef(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteCharEntity_m620950630FB933692BE2E104BC2F6C4731903EE1 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); Il2CppChar L_1 = ___ch0; NullCheck(L_0); VirtualActionInvoker1< Il2CppChar >::Invoke(18 /* System.Void System.Xml.XmlWriter::WriteCharEntity(System.Char) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteWhitespace_m824572DB96A6FD26A17F263DD8A9468C8E153EDF (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, String_t* ___ws0, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); String_t* L_1 = ___ws0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(19 /* System.Void System.Xml.XmlWriter::WriteWhitespace(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteString_m98E906E3B6D80036E6575B88DFBCB8C71ED37F61 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, String_t* ___text0, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); String_t* L_1 = ___text0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteSurrogateCharEntity_m86099D2E3DDF14EDE40125E3463AF330B5B5EE03 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, Il2CppChar ___lowChar0, Il2CppChar ___highChar1, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); Il2CppChar L_1 = ___lowChar0; Il2CppChar L_2 = ___highChar1; NullCheck(L_0); VirtualActionInvoker2< Il2CppChar, Il2CppChar >::Invoke(21 /* System.Void System.Xml.XmlWriter::WriteSurrogateCharEntity(System.Char,System.Char) */, L_0, L_1, L_2); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteChars_m0347AAC14CB3F7FD6DBCC3554935370644799879 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___buffer0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; NullCheck(L_0); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(22 /* System.Void System.Xml.XmlWriter::WriteChars(System.Char[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteRaw_m428A5DCB5DFE85522A9C0DD3DA0EEEBA8ECB0C40 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___buffer0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; NullCheck(L_0); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(23 /* System.Void System.Xml.XmlWriter::WriteRaw(System.Char[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteRaw_mD64C3826B1E432778FA4882D297FE62F83259BFE (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, String_t* ___data0, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); String_t* L_1 = ___data0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.Xml.XmlWriter::WriteRaw(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteBase64(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteBase64_m6AADAD430237295F00F4E4C59FB808286AEC1D1B (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(25 /* System.Void System.Xml.XmlWriter::WriteBase64(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteBinHex(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteBinHex_m0170BCBB106A05727176CB10516C06AC24328BA0 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Void System.Xml.XmlWriter::WriteBinHex(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Xml.WriteState System.Xml.XmlAsyncCheckWriter::get_WriteState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAsyncCheckWriter_get_WriteState_m772017EF8A0BAA91709EDDC240442B58A1505BCB (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(27 /* System.Xml.WriteState System.Xml.XmlWriter::get_WriteState() */, L_0); return L_1; } } // System.Void System.Xml.XmlAsyncCheckWriter::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_Close_m7B7E6722F62236DE06AF52D48B989DB6FF9BF290 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); NullCheck(L_0); VirtualActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlWriter::Close() */, L_0); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_Flush_m97E4E164EA7ED154F166CE788729EA56BF13F94D (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); NullCheck(L_0); VirtualActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlWriter::Flush() */, L_0); return; } } // System.String System.Xml.XmlAsyncCheckWriter::LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckWriter_LookupPrefix_m4CDFD455CD44BAB259C20129275763AB3F692809 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, String_t* ___ns0, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); String_t* L_1 = ___ns0; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(30 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_0, L_1); return L_2; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteValue_m0B2C984267E9ADE03E8EFC782153922E364435F3 (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, String_t* ___value0, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); String_t* L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(31 /* System.Void System.Xml.XmlWriter::WriteValue(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_Dispose_m4267A1C3F835E881192CED5C45A4B6C08F1FDFDB (XmlAsyncCheckWriter_tF98BA28B966687A04E07F4904100F20B98D467D0 * __this, bool ___disposing0, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_mC08C2DF36D079F01F254296358C90F9A21E6DFF1(__this, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_coreWriter_0(); NullCheck(L_0); XmlWriter_Dispose_mD84FFF675D66861F00314F213AA637507DF74102(L_0, /*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.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, bool ___value1, const RuntimeMethod* method) { { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___xmlType0; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; __this->set_xmlType_0(L_2); __this->set_clrType_2(3); Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_3 = __this->get_address_of_unionVal_3(); bool L_4 = ___value1; L_3->set_boolVal_0(L_4); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value1, const RuntimeMethod* method) { { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___xmlType0; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; __this->set_xmlType_0(L_2); __this->set_clrType_2(((int32_t)16)); Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_3 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ___value1; L_3->set_dtVal_4(L_4); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, double ___value1, const RuntimeMethod* method) { { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___xmlType0; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; __this->set_xmlType_0(L_2); __this->set_clrType_2(((int32_t)14)); Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_3 = __this->get_address_of_unionVal_3(); double L_4 = ___value1; L_3->set_dblVal_1(L_4); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, int32_t ___value1, const RuntimeMethod* method) { { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___xmlType0; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; __this->set_xmlType_0(L_2); __this->set_clrType_2(((int32_t)9)); Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_3 = __this->get_address_of_unionVal_3(); int32_t L_4 = ___value1; L_3->set_i32Val_3(L_4); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, int64_t ___value1, const RuntimeMethod* method) { { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___xmlType0; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; __this->set_xmlType_0(L_2); __this->set_clrType_2(((int32_t)11)); Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_3 = __this->get_address_of_unionVal_3(); int64_t L_4 = ___value1; L_3->set_i64Val_2(L_4); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, String_t* ___value1, const RuntimeMethod* method) { { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); String_t* L_0 = ___value1; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; if (L_2) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863_RuntimeMethod_var))); } IL_0022: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_4 = ___xmlType0; __this->set_xmlType_0(L_4); String_t* L_5 = ___value1; __this->set_objVal_1(L_5); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.String,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mBE544B9A5915B023A9E59802A1C3D36B5632A6F7 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, String_t* ___value1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); String_t* L_0 = ___value1; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_mBE544B9A5915B023A9E59802A1C3D36B5632A6F7_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; if (L_2) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_mBE544B9A5915B023A9E59802A1C3D36B5632A6F7_RuntimeMethod_var))); } IL_0022: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_4 = ___xmlType0; __this->set_xmlType_0(L_4); String_t* L_5 = ___value1; __this->set_objVal_1(L_5); RuntimeObject* L_6 = ___nsResolver2; if (!L_6) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_7 = __this->get_xmlType_0(); NullCheck(L_7); int32_t L_8; L_8 = XmlSchemaType_get_TypeCode_m8DBEEA36EE2FD8816CC879EB300CCB3ADF341817(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)29)))) { goto IL_0051; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_9 = __this->get_xmlType_0(); NullCheck(L_9); int32_t L_10; L_10 = XmlSchemaType_get_TypeCode_m8DBEEA36EE2FD8816CC879EB300CCB3ADF341817(L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)30))))) { goto IL_006c; } } IL_0051: { String_t* L_11 = ___value1; String_t* L_12; L_12 = XmlAtomicValue_GetPrefixFromQName_m4C77432E54B779FE6EA028F7C6A84A1A88EFFCCE(__this, L_11, /*hidden argument*/NULL); V_0 = L_12; String_t* L_13 = V_0; RuntimeObject* L_14 = ___nsResolver2; String_t* L_15 = V_0; NullCheck(L_14); String_t* L_16; L_16 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var, L_14, L_15); NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * L_17 = (NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 *)il2cpp_codegen_object_new(NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2_il2cpp_TypeInfo_var); NamespacePrefixForQName__ctor_m7FB6B0BEBC3EA701567ADDCE5D94C62AD05367BE(L_17, L_13, L_16, /*hidden argument*/NULL); __this->set_nsPrefix_4(L_17); } IL_006c: { return; } } // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, RuntimeObject * ___value1, const RuntimeMethod* method) { { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; if (L_2) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01_RuntimeMethod_var))); } IL_0022: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_4 = ___xmlType0; __this->set_xmlType_0(L_4); RuntimeObject * L_5 = ___value1; __this->set_objVal_1(L_5); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, RuntimeObject * ___value1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99_RuntimeMethod_var))); } IL_0014: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___xmlType0; if (L_2) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ABFC41EC0A3732918A48EF008062961238A3FC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99_RuntimeMethod_var))); } IL_0022: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_4 = ___xmlType0; __this->set_xmlType_0(L_4); RuntimeObject * L_5 = ___value1; __this->set_objVal_1(L_5); RuntimeObject* L_6 = ___nsResolver2; if (!L_6) { goto IL_0075; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_7 = __this->get_xmlType_0(); NullCheck(L_7); int32_t L_8; L_8 = XmlSchemaType_get_TypeCode_m8DBEEA36EE2FD8816CC879EB300CCB3ADF341817(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)29)))) { goto IL_0051; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_9 = __this->get_xmlType_0(); NullCheck(L_9); int32_t L_10; L_10 = XmlSchemaType_get_TypeCode_m8DBEEA36EE2FD8816CC879EB300CCB3ADF341817(L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)30))))) { goto IL_0075; } } IL_0051: { RuntimeObject * L_11 = __this->get_objVal_1(); NullCheck(((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)IsInstClass((RuntimeObject*)L_11, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))); String_t* L_12; L_12 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)IsInstClass((RuntimeObject*)L_11, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_12; RuntimeObject* L_13 = ___nsResolver2; String_t* L_14 = V_0; NullCheck(L_13); String_t* L_15; L_15 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupPrefix(System.String) */, IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var, L_13, L_14); String_t* L_16 = V_0; NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * L_17 = (NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 *)il2cpp_codegen_object_new(NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2_il2cpp_TypeInfo_var); NamespacePrefixForQName__ctor_m7FB6B0BEBC3EA701567ADDCE5D94C62AD05367BE(L_17, L_15, L_16, /*hidden argument*/NULL); __this->set_nsPrefix_4(L_17); } IL_0075: { return; } } // System.Object System.Xml.Schema.XmlAtomicValue::System.ICloneable.Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAtomicValue_System_ICloneable_Clone_m20260C361F2144E154FA06E68CD333A5996DED40 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { { return __this; } } // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlAtomicValue::get_XmlType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlAtomicValue_get_XmlType_mFD544CFA25E81AF45EFF154C68B67FFC280F64DC (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); return L_0; } } // System.Type System.Xml.Schema.XmlAtomicValue::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * XmlAtomicValue_get_ValueType_mAD1DC06F10F336CEC619B9E4C733BC9096844CCE (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_1; L_1 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); Type_t * L_2; L_2 = VirtualFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_1); return L_2; } } // System.Object System.Xml.Schema.XmlAtomicValue::get_TypedValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAtomicValue_get_TypedValue_mA9D948E2AA810E036F223EDD21F70CE8810E0012 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = __this->get_objVal_1(); if (L_2) { goto IL_00ba; } } { int32_t L_3 = __this->get_clrType_2(); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)9)))) { goto IL_0031; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)3))) { goto IL_0042; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_005a; } } { goto IL_00ba; } IL_0031: { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)11)))) { goto IL_0072; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)14)))) { goto IL_008a; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_00a2; } } { goto IL_00ba; } IL_0042: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_10 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_11 = __this->get_address_of_unionVal_3(); bool L_12 = L_11->get_boolVal_0(); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this); NullCheck(L_10); RuntimeObject * L_14; L_14 = VirtualFuncInvoker2< RuntimeObject *, bool, Type_t * >::Invoke(53 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Boolean,System.Type) */, L_10, L_12, L_13); return L_14; } IL_005a: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_15 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_16 = __this->get_address_of_unionVal_3(); int32_t L_17 = L_16->get_i32Val_3(); Type_t * L_18; L_18 = VirtualFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this); NullCheck(L_15); RuntimeObject * L_19; L_19 = VirtualFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, L_15, L_17, L_18); return L_19; } IL_0072: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_20 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_21 = __this->get_address_of_unionVal_3(); int64_t L_22 = L_21->get_i64Val_2(); Type_t * L_23; L_23 = VirtualFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this); NullCheck(L_20); RuntimeObject * L_24; L_24 = VirtualFuncInvoker2< RuntimeObject *, int64_t, Type_t * >::Invoke(55 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int64,System.Type) */, L_20, L_22, L_23); return L_24; } IL_008a: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_25 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_26 = __this->get_address_of_unionVal_3(); double L_27 = L_26->get_dblVal_1(); Type_t * L_28; L_28 = VirtualFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this); NullCheck(L_25); RuntimeObject * L_29; L_29 = VirtualFuncInvoker2< RuntimeObject *, double, Type_t * >::Invoke(57 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Double,System.Type) */, L_25, L_27, L_28); return L_29; } IL_00a2: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_30 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_31 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_32 = L_31->get_dtVal_4(); Type_t * L_33; L_33 = VirtualFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this); NullCheck(L_30); RuntimeObject * L_34; L_34 = VirtualFuncInvoker2< RuntimeObject *, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , Type_t * >::Invoke(58 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.DateTime,System.Type) */, L_30, L_32, L_33); return L_34; } IL_00ba: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_35 = V_0; RuntimeObject * L_36 = __this->get_objVal_1(); Type_t * L_37; L_37 = VirtualFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Xml.XPath.XPathItem::get_ValueType() */, __this); NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * L_38 = __this->get_nsPrefix_4(); NullCheck(L_35); RuntimeObject * L_39; L_39 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_35, L_36, L_37, L_38); return L_39; } } // System.Boolean System.Xml.Schema.XmlAtomicValue::get_ValueAsBoolean() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAtomicValue_get_ValueAsBoolean_m5B327D46FE05E5B9433646DB24E711EADE13E2AA (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = __this->get_objVal_1(); if (L_2) { goto IL_0090; } } { int32_t L_3 = __this->get_clrType_2(); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)9)))) { goto IL_002b; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)3))) { goto IL_003c; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_0048; } } { goto IL_0090; } IL_002b: { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)11)))) { goto IL_005a; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)14)))) { goto IL_006c; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_007e; } } { goto IL_0090; } IL_003c: { Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_10 = __this->get_address_of_unionVal_3(); bool L_11 = L_10->get_boolVal_0(); return L_11; } IL_0048: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_12 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_13 = __this->get_address_of_unionVal_3(); int32_t L_14 = L_13->get_i32Val_3(); NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker1< bool, int32_t >::Invoke(5 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Int32) */, L_12, L_14); return L_15; } IL_005a: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_16 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_17 = __this->get_address_of_unionVal_3(); int64_t L_18 = L_17->get_i64Val_2(); NullCheck(L_16); bool L_19; L_19 = VirtualFuncInvoker1< bool, int64_t >::Invoke(4 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Int64) */, L_16, L_18); return L_19; } IL_006c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_20 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_21 = __this->get_address_of_unionVal_3(); double L_22 = L_21->get_dblVal_1(); NullCheck(L_20); bool L_23; L_23 = VirtualFuncInvoker1< bool, double >::Invoke(6 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Double) */, L_20, L_22); return L_23; } IL_007e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_24 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_25 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = L_25->get_dtVal_4(); NullCheck(L_24); bool L_27; L_27 = VirtualFuncInvoker1< bool, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(7 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.DateTime) */, L_24, L_26); return L_27; } IL_0090: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_28 = V_0; RuntimeObject * L_29 = __this->get_objVal_1(); NullCheck(L_28); bool L_30; L_30 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(9 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Object) */, L_28, L_29); return L_30; } } // System.DateTime System.Xml.Schema.XmlAtomicValue::get_ValueAsDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlAtomicValue_get_ValueAsDateTime_m236889974E36E45FB54B36A614861C2CF5451551 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = __this->get_objVal_1(); if (L_2) { goto IL_0090; } } { int32_t L_3 = __this->get_clrType_2(); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)9)))) { goto IL_002b; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)3))) { goto IL_003c; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_004e; } } { goto IL_0090; } IL_002b: { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)11)))) { goto IL_0060; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)14)))) { goto IL_0072; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_0084; } } { goto IL_0090; } IL_003c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_10 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_11 = __this->get_address_of_unionVal_3(); bool L_12 = L_11->get_boolVal_0(); NullCheck(L_10); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13; L_13 = VirtualFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , bool >::Invoke(33 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Boolean) */, L_10, L_12); return L_13; } IL_004e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_14 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_15 = __this->get_address_of_unionVal_3(); int32_t L_16 = L_15->get_i32Val_3(); NullCheck(L_14); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_17; L_17 = VirtualFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , int32_t >::Invoke(34 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Int32) */, L_14, L_16); return L_17; } IL_0060: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_18 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_19 = __this->get_address_of_unionVal_3(); int64_t L_20 = L_19->get_i64Val_2(); NullCheck(L_18); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_21; L_21 = VirtualFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , int64_t >::Invoke(35 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Int64) */, L_18, L_20); return L_21; } IL_0072: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_22 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_23 = __this->get_address_of_unionVal_3(); double L_24 = L_23->get_dblVal_1(); NullCheck(L_22); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_25; L_25 = VirtualFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , double >::Invoke(36 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Double) */, L_22, L_24); return L_25; } IL_0084: { Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_26 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_27 = L_26->get_dtVal_4(); return L_27; } IL_0090: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_28 = V_0; RuntimeObject * L_29 = __this->get_objVal_1(); NullCheck(L_28); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_30; L_30 = VirtualFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , RuntimeObject * >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, L_28, L_29); return L_30; } } // System.Double System.Xml.Schema.XmlAtomicValue::get_ValueAsDouble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlAtomicValue_get_ValueAsDouble_m7B28290774444441C76DFBAA9DD406F101C040FD (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = __this->get_objVal_1(); if (L_2) { goto IL_0090; } } { int32_t L_3 = __this->get_clrType_2(); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)9)))) { goto IL_002b; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)3))) { goto IL_003c; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_004e; } } { goto IL_0090; } IL_002b: { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)11)))) { goto IL_0060; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)14)))) { goto IL_0072; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_007e; } } { goto IL_0090; } IL_003c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_10 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_11 = __this->get_address_of_unionVal_3(); bool L_12 = L_11->get_boolVal_0(); NullCheck(L_10); double L_13; L_13 = VirtualFuncInvoker1< double, bool >::Invoke(24 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Boolean) */, L_10, L_12); return L_13; } IL_004e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_14 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_15 = __this->get_address_of_unionVal_3(); int32_t L_16 = L_15->get_i32Val_3(); NullCheck(L_14); double L_17; L_17 = VirtualFuncInvoker1< double, int32_t >::Invoke(25 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Int32) */, L_14, L_16); return L_17; } IL_0060: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_18 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_19 = __this->get_address_of_unionVal_3(); int64_t L_20 = L_19->get_i64Val_2(); NullCheck(L_18); double L_21; L_21 = VirtualFuncInvoker1< double, int64_t >::Invoke(26 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Int64) */, L_18, L_20); return L_21; } IL_0072: { Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_22 = __this->get_address_of_unionVal_3(); double L_23 = L_22->get_dblVal_1(); return L_23; } IL_007e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_24 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_25 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = L_25->get_dtVal_4(); NullCheck(L_24); double L_27; L_27 = VirtualFuncInvoker1< double, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(27 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.DateTime) */, L_24, L_26); return L_27; } IL_0090: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_28 = V_0; RuntimeObject * L_29 = __this->get_objVal_1(); NullCheck(L_28); double L_30; L_30 = VirtualFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_28, L_29); return L_30; } } // System.Int32 System.Xml.Schema.XmlAtomicValue::get_ValueAsInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAtomicValue_get_ValueAsInt_mFD2467D1205864280FF2804FDE194DFA3989909F (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = __this->get_objVal_1(); if (L_2) { goto IL_0090; } } { int32_t L_3 = __this->get_clrType_2(); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)9)))) { goto IL_002b; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)3))) { goto IL_003c; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_004e; } } { goto IL_0090; } IL_002b: { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)11)))) { goto IL_005a; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)14)))) { goto IL_006c; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_007e; } } { goto IL_0090; } IL_003c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_10 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_11 = __this->get_address_of_unionVal_3(); bool L_12 = L_11->get_boolVal_0(); NullCheck(L_10); int32_t L_13; L_13 = VirtualFuncInvoker1< int32_t, bool >::Invoke(10 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Boolean) */, L_10, L_12); return L_13; } IL_004e: { Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_14 = __this->get_address_of_unionVal_3(); int32_t L_15 = L_14->get_i32Val_3(); return L_15; } IL_005a: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_16 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_17 = __this->get_address_of_unionVal_3(); int64_t L_18 = L_17->get_i64Val_2(); NullCheck(L_16); int32_t L_19; L_19 = VirtualFuncInvoker1< int32_t, int64_t >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Int64) */, L_16, L_18); return L_19; } IL_006c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_20 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_21 = __this->get_address_of_unionVal_3(); double L_22 = L_21->get_dblVal_1(); NullCheck(L_20); int32_t L_23; L_23 = VirtualFuncInvoker1< int32_t, double >::Invoke(12 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Double) */, L_20, L_22); return L_23; } IL_007e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_24 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_25 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = L_25->get_dtVal_4(); NullCheck(L_24); int32_t L_27; L_27 = VirtualFuncInvoker1< int32_t, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(13 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.DateTime) */, L_24, L_26); return L_27; } IL_0090: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_28 = V_0; RuntimeObject * L_29 = __this->get_objVal_1(); NullCheck(L_28); int32_t L_30; L_30 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, L_28, L_29); return L_30; } } // System.Int64 System.Xml.Schema.XmlAtomicValue::get_ValueAsLong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlAtomicValue_get_ValueAsLong_m589BF21189602529CD8B4B764BBEC3C2034EDBC1 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = __this->get_objVal_1(); if (L_2) { goto IL_0090; } } { int32_t L_3 = __this->get_clrType_2(); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)9)))) { goto IL_002b; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)3))) { goto IL_003c; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_004e; } } { goto IL_0090; } IL_002b: { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)11)))) { goto IL_0060; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)14)))) { goto IL_006c; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_007e; } } { goto IL_0090; } IL_003c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_10 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_11 = __this->get_address_of_unionVal_3(); bool L_12 = L_11->get_boolVal_0(); NullCheck(L_10); int64_t L_13; L_13 = VirtualFuncInvoker1< int64_t, bool >::Invoke(16 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Boolean) */, L_10, L_12); return L_13; } IL_004e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_14 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_15 = __this->get_address_of_unionVal_3(); int32_t L_16 = L_15->get_i32Val_3(); NullCheck(L_14); int64_t L_17; L_17 = VirtualFuncInvoker1< int64_t, int32_t >::Invoke(17 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Int32) */, L_14, L_16); return L_17; } IL_0060: { Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_18 = __this->get_address_of_unionVal_3(); int64_t L_19 = L_18->get_i64Val_2(); return L_19; } IL_006c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_20 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_21 = __this->get_address_of_unionVal_3(); double L_22 = L_21->get_dblVal_1(); NullCheck(L_20); int64_t L_23; L_23 = VirtualFuncInvoker1< int64_t, double >::Invoke(18 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Double) */, L_20, L_22); return L_23; } IL_007e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_24 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_25 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = L_25->get_dtVal_4(); NullCheck(L_24); int64_t L_27; L_27 = VirtualFuncInvoker1< int64_t, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(19 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.DateTime) */, L_24, L_26); return L_27; } IL_0090: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_28 = V_0; RuntimeObject * L_29 = __this->get_objVal_1(); NullCheck(L_28); int64_t L_30; L_30 = VirtualFuncInvoker1< int64_t, RuntimeObject * >::Invoke(21 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Object) */, L_28, L_29); return L_30; } } // System.Object System.Xml.Schema.XmlAtomicValue::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAtomicValue_ValueAs_m2D0C3F26E9302D7AF0687AA526F78C39E20E540A (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, Type_t * ___type0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_0_0_0_var); s_Il2CppMethodInitialized = true; } XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; Type_t * L_2 = ___type0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0030; } } { Type_t * L_6 = ___type0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); bool L_9; L_9 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0032; } } IL_0030: { return __this; } IL_0032: { RuntimeObject * L_10 = __this->get_objVal_1(); if (L_10) { goto IL_00c4; } } { int32_t L_11 = __this->get_clrType_2(); V_1 = L_11; int32_t L_12 = V_1; if ((((int32_t)L_12) > ((int32_t)((int32_t)9)))) { goto IL_0054; } } { int32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)3))) { goto IL_0065; } } { int32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)9)))) { goto IL_0078; } } { goto IL_00c4; } IL_0054: { int32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)((int32_t)11)))) { goto IL_008b; } } { int32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)((int32_t)14)))) { goto IL_009e; } } { int32_t L_17 = V_1; if ((((int32_t)L_17) == ((int32_t)((int32_t)16)))) { goto IL_00b1; } } { goto IL_00c4; } IL_0065: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_18 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_19 = __this->get_address_of_unionVal_3(); bool L_20 = L_19->get_boolVal_0(); Type_t * L_21 = ___type0; NullCheck(L_18); RuntimeObject * L_22; L_22 = VirtualFuncInvoker2< RuntimeObject *, bool, Type_t * >::Invoke(53 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Boolean,System.Type) */, L_18, L_20, L_21); return L_22; } IL_0078: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_23 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_24 = __this->get_address_of_unionVal_3(); int32_t L_25 = L_24->get_i32Val_3(); Type_t * L_26 = ___type0; NullCheck(L_23); RuntimeObject * L_27; L_27 = VirtualFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, L_23, L_25, L_26); return L_27; } IL_008b: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_28 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_29 = __this->get_address_of_unionVal_3(); int64_t L_30 = L_29->get_i64Val_2(); Type_t * L_31 = ___type0; NullCheck(L_28); RuntimeObject * L_32; L_32 = VirtualFuncInvoker2< RuntimeObject *, int64_t, Type_t * >::Invoke(55 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int64,System.Type) */, L_28, L_30, L_31); return L_32; } IL_009e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_33 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_34 = __this->get_address_of_unionVal_3(); double L_35 = L_34->get_dblVal_1(); Type_t * L_36 = ___type0; NullCheck(L_33); RuntimeObject * L_37; L_37 = VirtualFuncInvoker2< RuntimeObject *, double, Type_t * >::Invoke(57 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Double,System.Type) */, L_33, L_35, L_36); return L_37; } IL_00b1: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_38 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_39 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_40 = L_39->get_dtVal_4(); Type_t * L_41 = ___type0; NullCheck(L_38); RuntimeObject * L_42; L_42 = VirtualFuncInvoker2< RuntimeObject *, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , Type_t * >::Invoke(58 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.DateTime,System.Type) */, L_38, L_40, L_41); return L_42; } IL_00c4: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_43 = V_0; RuntimeObject * L_44 = __this->get_objVal_1(); Type_t * L_45 = ___type0; RuntimeObject* L_46 = ___nsResolver1; NullCheck(L_43); RuntimeObject * L_47; L_47 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_43, L_44, L_45, L_46); return L_47; } } // System.String System.Xml.Schema.XmlAtomicValue::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAtomicValue_get_Value_mB094EAA8D86F3D3CDC8C5C41C75BDB022DD4E06F (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_0 = NULL; int32_t V_1 = 0; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_xmlType_0(); NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = __this->get_objVal_1(); if (L_2) { goto IL_0099; } } { int32_t L_3 = __this->get_clrType_2(); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)9)))) { goto IL_002e; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)3))) { goto IL_003f; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_0051; } } { goto IL_0099; } IL_002e: { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)11)))) { goto IL_0063; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)14)))) { goto IL_0075; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_0087; } } { goto IL_0099; } IL_003f: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_10 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_11 = __this->get_address_of_unionVal_3(); bool L_12 = L_11->get_boolVal_0(); NullCheck(L_10); String_t* L_13; L_13 = VirtualFuncInvoker1< String_t*, bool >::Invoke(43 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Boolean) */, L_10, L_12); return L_13; } IL_0051: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_14 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_15 = __this->get_address_of_unionVal_3(); int32_t L_16 = L_15->get_i32Val_3(); NullCheck(L_14); String_t* L_17; L_17 = VirtualFuncInvoker1< String_t*, int32_t >::Invoke(44 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Int32) */, L_14, L_16); return L_17; } IL_0063: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_18 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_19 = __this->get_address_of_unionVal_3(); int64_t L_20 = L_19->get_i64Val_2(); NullCheck(L_18); String_t* L_21; L_21 = VirtualFuncInvoker1< String_t*, int64_t >::Invoke(45 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Int64) */, L_18, L_20); return L_21; } IL_0075: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_22 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_23 = __this->get_address_of_unionVal_3(); double L_24 = L_23->get_dblVal_1(); NullCheck(L_22); String_t* L_25; L_25 = VirtualFuncInvoker1< String_t*, double >::Invoke(48 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Double) */, L_22, L_24); return L_25; } IL_0087: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_26 = V_0; Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * L_27 = __this->get_address_of_unionVal_3(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_28 = L_27->get_dtVal_4(); NullCheck(L_26); String_t* L_29; L_29 = VirtualFuncInvoker1< String_t*, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(49 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.DateTime) */, L_26, L_28); return L_29; } IL_0099: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_30 = V_0; RuntimeObject * L_31 = __this->get_objVal_1(); NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * L_32 = __this->get_nsPrefix_4(); NullCheck(L_30); String_t* L_33; L_33 = VirtualFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, L_30, L_31, L_32); return L_33; } } // System.String System.Xml.Schema.XmlAtomicValue::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAtomicValue_ToString_m6C21A68BC63812B83CA8F9F07CC57D3798D322E9 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); return L_0; } } // System.String System.Xml.Schema.XmlAtomicValue::GetPrefixFromQName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAtomicValue_GetPrefixFromQName_m4C77432E54B779FE6EA028F7C6A84A1A88EFFCCE (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_1; L_1 = ValidateNames_ParseQName_mCC176047DCBC3582699F0FFB32F2294F8EF4235F(L_0, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_0016; } } { int32_t L_3 = V_1; String_t* L_4 = ___value0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_0018; } } IL_0016: { return (String_t*)NULL; } IL_0018: { int32_t L_6 = V_0; if (!L_6) { goto IL_0024; } } { String_t* L_7 = ___value0; int32_t L_8 = V_0; NullCheck(L_7); String_t* L_9; L_9 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_7, 0, L_8, /*hidden argument*/NULL); return L_9; } IL_0024: { String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_10; } } #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.XmlAttribute::.ctor(System.Xml.XmlName,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute__ctor_m1F09773AA3308696D115FF921C42B2E2AFA5083E (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc1; XmlNode__ctor_m207DC6243081054B0B14F1BAB882D457B8CFD465(__this, L_0, /*hidden argument*/NULL); ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->set_parentNode_0((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc1; NullCheck(L_1); bool L_2; L_2 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002c; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_3 = ___name0; NullCheck(L_3); String_t* L_4; L_4 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); XmlDocument_CheckName_mB93C94CDF89FD485E333EC770C89474F35C38D87(L_4, /*hidden argument*/NULL); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_5 = ___name0; NullCheck(L_5); String_t* L_6; L_6 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_5, /*hidden argument*/NULL); XmlDocument_CheckName_mB93C94CDF89FD485E333EC770C89474F35C38D87(L_6, /*hidden argument*/NULL); } IL_002c: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_7 = ___name0; NullCheck(L_7); String_t* L_8; L_8 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0049; } } { String_t* L_10; L_10 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral11834E4FA4D4CDE4FFF1896BC2B609DB8CBF216A)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAttribute__ctor_m1F09773AA3308696D115FF921C42B2E2AFA5083E_RuntimeMethod_var))); } IL_0049: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_12 = ___name0; __this->set_name_1(L_12); return; } } // System.Int32 System.Xml.XmlAttribute::get_LocalNameHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttribute_get_LocalNameHash_mDC5125EC26552287C17D5240095DED20C7AA5962 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); NullCheck(L_0); int32_t L_1; L_1 = XmlName_get_HashCode_mACB77835E878014F2D5F1E204246DCBB5B63F6D9_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.XmlAttribute::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute__ctor_m1CC4421CFD643E837A80EBD7C725CB0DD5E6F036 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc3; String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___namespaceURI2; NullCheck(L_0); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_4; L_4 = XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57(L_0, L_1, L_2, L_3, (RuntimeObject*)NULL, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = ___doc3; XmlAttribute__ctor_m1F09773AA3308696D115FF921C42B2E2AFA5083E(__this, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Xml.XmlName System.Xml.XmlAttribute::get_XmlName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlAttribute_get_XmlName_m128B0327EC480F5BBC8058585EF32576D19D8C81 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); return L_0; } } // System.Void System.Xml.XmlAttribute::set_XmlName(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_set_XmlName_m304F68B9D5B5C58D53B5FDD19FDE62F8EFA9A0A4 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___value0, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = ___value0; __this->set_name_1(L_0); return; } } // System.Xml.XmlNode System.Xml.XmlAttribute::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttribute_CloneNode_m9220173CA39C5690E5446F8058B3239787CBCC79 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, bool ___deep0, const RuntimeMethod* method) { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); V_0 = L_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = V_0; String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, __this); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, __this); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, __this); NullCheck(L_1); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_5; L_5 = VirtualFuncInvoker3< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, String_t*, String_t*, String_t* >::Invoke(68 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, L_1, L_2, L_3, L_4); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_6 = L_5; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_7 = V_0; NullCheck(L_6); VirtualActionInvoker3< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, bool >::Invoke(30 /* System.Void System.Xml.XmlNode::CopyChildren(System.Xml.XmlDocument,System.Xml.XmlNode,System.Boolean) */, L_6, L_7, __this, (bool)1); return L_6; } } // System.Xml.XmlNode System.Xml.XmlAttribute::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttribute_get_ParentNode_m720F35F6503C9AD91814C98A1C77418F9484E01B (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.String System.Xml.XmlAttribute::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_Name_m9974143637DD47EFB24FC7BA8B2BC32125F7A763 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_Name_mCBD22D70F85B53C0B1AEED34A3450B9A16AB04C0(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlAttribute::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_LocalName_mD718A609E4C38134B50A43689326C04463AA3074 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlAttribute::get_NamespaceURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_NamespaceURI_m8653DA05644424E08F71F71575C55F61451328B5 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlAttribute::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_Prefix_m2DA7ACE03A8F4E6E57499DB72E6B684561013F3F (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlAttribute::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttribute_get_NodeType_mF4005E75C3B58C0A6D3E20724C0D0ED4B13A134C (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlAttribute_get_OwnerDocument_mEC26D9AADB61A95B213D225358AB054236E98FAD (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); NullCheck(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = XmlName_get_OwnerDocument_m482B5B19F0B4564C2309D47811B04F0A5753F3FF_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlAttribute::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_Value_m76BA4BF340E027E1DDFA2A673FA2A80400FA74B3 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(35 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); return L_0; } } // System.Void System.Xml.XmlAttribute::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_set_Value_m9AC74CAA500E0541149D11C827655D86AC87FB19 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtualActionInvoker1< String_t* >::Invoke(36 /* System.Void System.Xml.XmlNode::set_InnerText(System.String) */, __this, L_0); return; } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlAttribute::get_SchemaInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAttribute_get_SchemaInfo_m6DC24DEB57BEC3F082E489F1C14A05B5A9CEDF51 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); return L_0; } } // System.Void System.Xml.XmlAttribute::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_set_InnerText_m3B5C78D374ACDD3A8B6163CCB4CD5584518D946A (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, String_t* ___value0, const RuntimeMethod* method) { String_t* V_0 = NULL; { bool L_0; L_0 = XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mADD3A9E7259324B4985EC7BDF476F6C97C97373C(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001e; } } { String_t* L_1; L_1 = XmlNode_get_InnerText_mC4D331007A6366FC87C499062227ED912ABD9BF0(__this, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___value0; XmlNode_set_InnerText_m2C9B95A1CFC263F88DCF8912D1CF3B86383E1D1E(__this, L_2, /*hidden argument*/NULL); String_t* L_3 = V_0; XmlAttribute_ResetOwnerElementInElementIdAttrMap_m62D1C9A66466DC52B25461BD096BF69DBA19DEEF(__this, L_3, /*hidden argument*/NULL); return; } IL_001e: { String_t* L_4 = ___value0; XmlNode_set_InnerText_m2C9B95A1CFC263F88DCF8912D1CF3B86383E1D1E(__this, L_4, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.XmlAttribute::PrepareOwnerElementInElementIdAttrMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mADD3A9E7259324B4985EC7BDF476F6C97C97373C (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_0 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_1; L_1 = XmlDocument_get_DtdSchemaInfo_mA54A74E00FDAEB549EE95BD7A0FC89819D1B3DFC_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002f; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_2; L_2 = VirtualFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(54 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); V_0 = L_2; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_3 = V_0; if (!L_3) { goto IL_002f; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_4 = V_0; NullCheck(L_4); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_5; L_5 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_4); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, __this); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, __this); NullCheck(L_5); bool L_8; L_8 = XmlAttributeCollection_PrepareParentInElementIdAttrMap_mC99067172BCD00D4874CD0C9BB8C3563E70844B1(L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } IL_002f: { return (bool)0; } } // System.Void System.Xml.XmlAttribute::ResetOwnerElementInElementIdAttrMap(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_ResetOwnerElementInElementIdAttrMap_m62D1C9A66466DC52B25461BD096BF69DBA19DEEF (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, String_t* ___oldInnerText0, const RuntimeMethod* method) { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_0 = NULL; { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_0; L_0 = VirtualFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(54 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); V_0 = L_0; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = V_0; if (!L_1) { goto IL_001c; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_2 = V_0; NullCheck(L_2); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_3; L_3 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_2); String_t* L_4 = ___oldInnerText0; String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(35 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); NullCheck(L_3); XmlAttributeCollection_ResetParentInElementIdAttrMap_m176C87E07E71902DA54A3A67A49E5EDEB557ECF8(L_3, L_4, L_5, /*hidden argument*/NULL); } IL_001c: { return; } } // System.Boolean System.Xml.XmlAttribute::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_get_IsContainer_m42CD1C1DB4E6F87BBFFD41FBD40A9504F8CB507E (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlNode System.Xml.XmlAttribute::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttribute_AppendChildForLoad_mC9DB6DF6835FDE3618A782EAFE01CC84FBE6494D (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_0 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_1 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_2 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___newChild0; NullCheck(L_0); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_2; L_2 = XmlDocument_GetInsertEventArgsForLoad_mB44E03A2F7197CB02F20DBDA4C62636439E76441(L_0, L_1, __this, /*hidden argument*/NULL); V_0 = L_2; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_3 = V_0; if (!L_3) { goto IL_0013; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4 = ___doc1; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_5 = V_0; NullCheck(L_4); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(46 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_4, L_5); } IL_0013: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ___newChild0; V_1 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)CastclassClass((RuntimeObject*)L_6, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_7 = __this->get_lastChild_2(); if (L_7) { goto IL_0039; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_8 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_9 = V_1; NullCheck(L_8); L_8->set_next_1(L_9); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_10 = V_1; __this->set_lastChild_2(L_10); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_11 = V_1; NullCheck(L_11); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(43 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_11, __this); goto IL_007a; } IL_0039: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_12 = __this->get_lastChild_2(); V_2 = L_12; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_13 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_14 = V_2; NullCheck(L_14); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_15 = L_14->get_next_1(); NullCheck(L_13); L_13->set_next_1(L_15); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_16 = V_2; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_17 = V_1; NullCheck(L_16); L_16->set_next_1(L_17); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_18 = V_1; __this->set_lastChild_2(L_18); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_19 = V_2; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_19); if (!L_20) { goto IL_0073; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_21 = V_1; NullCheck(L_21); bool L_22; L_22 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_21); if (!L_22) { goto IL_0073; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_23 = V_2; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_24 = V_1; XmlNode_NestTextNodes_m22AF6885F16CD91D1C26F4BE64498B08B5A9615E(L_23, L_24, /*hidden argument*/NULL); goto IL_007a; } IL_0073: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_25 = V_1; NullCheck(L_25); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(43 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_25, __this); } IL_007a: { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_26 = V_0; if (!L_26) { goto IL_0084; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_27 = ___doc1; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_28 = V_0; NullCheck(L_27); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(47 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_27, L_28); } IL_0084: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_29 = V_1; return L_29; } } // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * XmlAttribute_get_LastNode_mC4226C0CFCDB41EEF0D59C6E64B47F00A1E85A69 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = __this->get_lastChild_2(); return L_0; } } // System.Void System.Xml.XmlAttribute::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_set_LastNode_m47462416BC85C33C9B228467D921C47FB6723207 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = ___value0; __this->set_lastChild_2(L_0); return; } } // System.Boolean System.Xml.XmlAttribute::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_IsValidChildType_m985675EF64C7E28ADAE15FAAD68E172C3520DD9B (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0009; } } { int32_t L_1 = ___type0; return (bool)((((int32_t)L_1) == ((int32_t)5))? 1 : 0); } IL_0009: { return (bool)1; } } // System.Boolean System.Xml.XmlAttribute::get_Specified() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_get_Specified_m9BA3F28465718AFB09F9CB705AC7E2D81A2E330C (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlNode System.Xml.XmlAttribute::RemoveChild(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttribute_RemoveChild_mAA100C2F00FB0346E1656C6463DBC02C736C0734 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___oldChild0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; String_t* V_1 = NULL; { bool L_0; L_0 = XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mADD3A9E7259324B4985EC7BDF476F6C97C97373C(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0020; } } { String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(35 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); V_1 = L_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___oldChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3; L_3 = XmlNode_RemoveChild_mC77839B44A954B72F4AA2ED2FD9DEB58F13D1E10(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_1; XmlAttribute_ResetOwnerElementInElementIdAttrMap_m62D1C9A66466DC52B25461BD096BF69DBA19DEEF(__this, L_4, /*hidden argument*/NULL); goto IL_0028; } IL_0020: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ___oldChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = XmlNode_RemoveChild_mC77839B44A954B72F4AA2ED2FD9DEB58F13D1E10(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_0028: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_0; return L_7; } } // System.Xml.XmlNode System.Xml.XmlAttribute::AppendChild(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttribute_AppendChild_mAF324AA7DBB29DC1BEC6A3CBA82F03AB11D5DFC5 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; String_t* V_1 = NULL; { bool L_0; L_0 = XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mADD3A9E7259324B4985EC7BDF476F6C97C97373C(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0020; } } { String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(35 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); V_1 = L_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___newChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3; L_3 = XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_1; XmlAttribute_ResetOwnerElementInElementIdAttrMap_m62D1C9A66466DC52B25461BD096BF69DBA19DEEF(__this, L_4, /*hidden argument*/NULL); goto IL_0028; } IL_0020: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ___newChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_0028: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_0; return L_7; } } // System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * XmlAttribute_get_OwnerElement_mFEBC84CD403FF83E67D680DE169176348A78F27C (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); return ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlAttribute::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_set_InnerXml_mD9A74E357BD4F50DA4A0426F2994BD8E84B3625F (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker0::Invoke(40 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this); XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * L_0 = (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B *)il2cpp_codegen_object_new(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967(L_0, /*hidden argument*/NULL); String_t* L_1 = ___value0; NullCheck(L_0); XmlLoader_LoadInnerXmlAttribute_m15BB1E375A733F53FA4BDFE9D14F5290DD9ED9DC(L_0, __this, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlAttribute::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_BaseURI_m011FBD20F26663B1BC9D644BA14F5B13405B2502 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_0; L_0 = VirtualFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(54 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); if (!L_0) { goto IL_0014; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1; L_1 = VirtualFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(54 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(39 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_1); return L_2; } IL_0014: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } } // System.Void System.Xml.XmlAttribute::SetParent(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_SetParent_mB05EF9873158117B13859F744C6D9476AC0422EE (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->set_parentNode_0(L_0); return; } } // System.String System.Xml.XmlAttribute::get_XmlLang() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_XmlLang_mBC33A160EED3C0A6F647EDBED64B411618721B7E (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_0; L_0 = VirtualFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(54 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); if (!L_0) { goto IL_0014; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1; L_1 = VirtualFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(54 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(48 /* System.String System.Xml.XmlNode::get_XmlLang() */, L_1); return L_2; } IL_0014: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } } // System.Xml.XPath.XPathNodeType System.Xml.XmlAttribute::get_XPNodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttribute_get_XPNodeType_mDF9E304409186F10E1C35AD5DEE3186E1F9875F2 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { bool L_0; L_0 = XmlAttribute_get_IsNamespace_mD8D95A666FB2721FE307AA46205EB34D771E4EC8(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { return (int32_t)(3); } IL_000a: { return (int32_t)(2); } } // System.String System.Xml.XmlAttribute::get_XPLocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_XPLocalName_mCD0D7805DCEE0A29D6E739E9D89E1E905E2D03B6 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); s_Il2CppMethodInitialized = true; } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002f; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_3 = __this->get_name_1(); NullCheck(L_3); String_t* L_4; L_4 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_3, /*hidden argument*/NULL); bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, /*hidden argument*/NULL); if (!L_5) { goto IL_002f; } } { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_6; } IL_002f: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_7 = __this->get_name_1(); NullCheck(L_7); String_t* L_8; L_8 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean System.Xml.XmlAttribute::get_IsNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_get_IsNamespace_mD8D95A666FB2721FE307AA46205EB34D771E4EC8 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302_inline(L_0, /*hidden argument*/NULL); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_2 = __this->get_name_1(); NullCheck(L_2); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3; L_3 = XmlName_get_OwnerDocument_m482B5B19F0B4564C2309D47811B04F0A5753F3FF_inline(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = L_3->get_strReservedXmlns_35(); bool L_5; L_5 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_1, L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlAttributeAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeAttribute__ctor_m3C9FC780C480AB65FAA249FC66806584C8D80749 (XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * __this, String_t* ___attributeName0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___attributeName0; __this->set_attributeName_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlAttributeCollection::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection__ctor_m0BE2C35E816610AA41C1DFF73D507C323E261A97 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parent0, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___parent0; XmlNamedNodeMap__ctor_m14287DE39112FDFDBDA56CE030A5A6872EC9D0FE(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_0 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_address_of_nodes_1(); int32_t L_1 = ___i0; RuntimeObject * L_2; L_2 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_0, L_1, /*hidden argument*/NULL); V_0 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); goto IL_0025; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0014; } throw e; } CATCH_0014: {// begin catch(System.ArgumentOutOfRangeException) String_t* L_3; L_3 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C67F6F3D5AD1DF5DD1E3B7F8583419767796154)), /*hidden argument*/NULL); IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_4 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F_RuntimeMethod_var))); }// end catch (depth: 1) IL_0025: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_5 = V_0; return L_5; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_get_ItemOf_m01846AD03B17AE372F13A948A9F5A7E6469F9DA3 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_2 = NULL; { String_t* L_0 = ___name0; int32_t L_1; L_1 = XmlName_GetHashCode_mAECA128FC74AA7621783EC37F0B05137AB02E204(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_003a; } IL_000b: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_2 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_address_of_nodes_1(); int32_t L_3 = V_1; RuntimeObject * L_4; L_4 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_2, L_3, /*hidden argument*/NULL); V_2 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_4, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); int32_t L_5 = V_0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_6 = V_2; NullCheck(L_6); int32_t L_7; L_7 = XmlAttribute_get_LocalNameHash_mDC5125EC26552287C17D5240095DED20C7AA5962(L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_0036; } } { String_t* L_8 = ___name0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_9 = V_2; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, L_9); bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0036; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_12 = V_2; return L_12; } IL_0036: { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_003a: { int32_t L_14 = V_1; SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_15 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_address_of_nodes_1(); int32_t L_16; L_16 = SmallXmlNodeList_get_Count_m531CBC894FC78314798ED52A184AB776B4C1E482((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_15, /*hidden argument*/NULL); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_000b; } } { return (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)NULL; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_get_ItemOf_m464BF2C4CC687F926C85DCC5225290C3F74B9DE1 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_2 = NULL; { String_t* L_0 = ___localName0; int32_t L_1; L_1 = XmlName_GetHashCode_mAECA128FC74AA7621783EC37F0B05137AB02E204(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_0048; } IL_000b: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_2 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_address_of_nodes_1(); int32_t L_3 = V_1; RuntimeObject * L_4; L_4 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_2, L_3, /*hidden argument*/NULL); V_2 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_4, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); int32_t L_5 = V_0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_6 = V_2; NullCheck(L_6); int32_t L_7; L_7 = XmlAttribute_get_LocalNameHash_mDC5125EC26552287C17D5240095DED20C7AA5962(L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_0044; } } { String_t* L_8 = ___localName0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_9 = V_2; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_9); bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0044; } } { String_t* L_12 = ___namespaceURI1; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_13 = V_2; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_13); bool L_15; L_15 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_12, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0044; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_16 = V_2; return L_16; } IL_0044: { int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0048: { int32_t L_18 = V_1; SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_19 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_address_of_nodes_1(); int32_t L_20; L_20 = SmallXmlNodeList_get_Count_m531CBC894FC78314798ED52A184AB776B4C1E482((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_000b; } } { return (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)NULL; } } // System.Xml.XmlNode System.Xml.XmlAttributeCollection::SetNamedItem(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttributeCollection_SetNamedItem_m5613ADF2427161B5C45BCFF6E40BCF9CFA3B132A (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; if (!L_0) { goto IL_001b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___node0; if (((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)IsInstClass((RuntimeObject*)L_1, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))) { goto IL_001b; } } { String_t* L_2; L_2 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD5CF37169D518173369F326C4BECA4FF192E3DF4)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAttributeCollection_SetNamedItem_m5613ADF2427161B5C45BCFF6E40BCF9CFA3B132A_RuntimeMethod_var))); } IL_001b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ___node0; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ___node0; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_6); int32_t L_8; L_8 = XmlNamedNodeMap_FindNodeOffset_m44F371B544C2F3D922DD278ACAF580F041B681BC(__this, L_5, L_7, /*hidden argument*/NULL); V_0 = L_8; int32_t L_9 = V_0; if ((!(((uint32_t)L_9) == ((uint32_t)(-1))))) { goto IL_003f; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___node0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_11; L_11 = XmlAttributeCollection_InternalAppendAttribute_mCC8097D43C7A04D76D6CEDE8660E4084CD1BF703(__this, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_10, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } IL_003f: { int32_t L_12 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13; L_13 = XmlNamedNodeMap_RemoveNodeAt_m6544CB5AD9607798B9CC0529CD8EBB499FBAB752(__this, L_12, /*hidden argument*/NULL); int32_t L_14 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16; L_16 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode) */, __this, L_14, L_15); return L_13; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Append(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_Append_m38C817C6F498FD65F262169490947B40BA887782 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___node0, const RuntimeMethod* method) { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_0 = ___node0; NullCheck(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_0); V_0 = L_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = V_0; if (!L_2) { goto IL_0012; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_004c; } } IL_0012: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = V_0; if (!L_5) { goto IL_0033; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_6 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_7); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_8; L_8 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_7); if ((((RuntimeObject*)(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)L_6) == ((RuntimeObject*)(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)L_8))) { goto IL_0033; } } { String_t* L_9; L_9 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10E3A7873DD45D61AB6068175777B54A049F04A1)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAttributeCollection_Append_m38C817C6F498FD65F262169490947B40BA887782_RuntimeMethod_var))); } IL_0033: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_11 = ___node0; NullCheck(L_11); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_12; L_12 = VirtualFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(54 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_11); if (!L_12) { goto IL_0042; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_13 = ___node0; XmlAttributeCollection_Detach_m464640C014F63ED5612E9132CCC059B37D5A950C(__this, L_13, /*hidden argument*/NULL); } IL_0042: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_14 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15; L_15 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNode(System.Xml.XmlNode) */, __this, L_14); goto IL_005c; } IL_004c: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_16 = ___node0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_17 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_18; L_18 = XmlNamedNodeMap_AddNodeForLoad_mFA7431E44511B2E78D0043820C9B09ECFB4A076C(__this, L_16, L_17, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_19 = ___node0; XmlAttributeCollection_InsertParentIntoElementIdAttrMap_m5321924249A6D2D2177F8E5D791E1C94ABA9D271(__this, L_19, /*hidden argument*/NULL); } IL_005c: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_20 = ___node0; return L_20; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Remove(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_Remove_mF4C9B99616B3D249B21C0A151FA021297E77FF2E (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___node0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_0 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_address_of_nodes_1(); int32_t L_1; L_1 = SmallXmlNodeList_get_Count_m531CBC894FC78314798ED52A184AB776B4C1E482((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_002d; } IL_0010: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_2 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_address_of_nodes_1(); int32_t L_3 = V_1; RuntimeObject * L_4; L_4 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_2, L_3, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_5 = ___node0; if ((!(((RuntimeObject*)(RuntimeObject *)L_4) == ((RuntimeObject*)(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)L_5)))) { goto IL_0029; } } { int32_t L_6 = V_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7; L_7 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, __this, L_6); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_8 = ___node0; return L_8; } IL_0029: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002d: { int32_t L_10 = V_1; int32_t L_11 = V_0; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0010; } } { return (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)NULL; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_RemoveAt_mC62FB432B84F4CD990E4870E434248DA9130C208 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___i0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___i0; int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_000f; } } IL_000d: { return (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)NULL; } IL_000f: { int32_t L_3 = ___i0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, __this, L_3); return ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_4, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlAttributeCollection::RemoveAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveAll_mD06952E7C2FD4E57DE9F1411619CB8037D51AA29 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this); V_0 = L_0; goto IL_0015; } IL_0009: { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); int32_t L_2 = V_0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_3; L_3 = XmlAttributeCollection_RemoveAt_mC62FB432B84F4CD990E4870E434248DA9130C208(__this, L_2, /*hidden argument*/NULL); } IL_0015: { int32_t L_4 = V_0; if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_0009; } } { return; } } // System.Void System.Xml.XmlAttributeCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_System_Collections_ICollection_CopyTo_mA8B6B0AB402CB857AA52663671F365929E48621D (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this); V_1 = L_0; goto IL_0027; } IL_000b: { RuntimeArray * L_1 = ___array0; SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_2 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_address_of_nodes_1(); int32_t L_3 = V_0; RuntimeObject * L_4; L_4 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___index1; NullCheck(L_1); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_1, L_4, L_5, /*hidden argument*/NULL); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); int32_t L_7 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0027: { int32_t L_8 = V_0; int32_t L_9 = V_1; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000b; } } { return; } } // System.Boolean System.Xml.XmlAttributeCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttributeCollection_System_Collections_ICollection_get_IsSynchronized_mCAEFA4E7EFE111E5E0A6E4A9ECD9DB7A42C19A89 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Xml.XmlAttributeCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAttributeCollection_System_Collections_ICollection_get_SyncRoot_mA9066ACFA1C0986F68E34F491D15EA0B2458F250 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, const RuntimeMethod* method) { { return __this; } } // System.Int32 System.Xml.XmlAttributeCollection::System.Collections.ICollection.get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttributeCollection_System_Collections_ICollection_get_Count_mAFD035B6A18C052FE7D2E32A1E9922101F53604E (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = XmlNamedNodeMap_get_Count_mB2781C3BBA1B9A597456C58B6182417946409D5A(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode System.Xml.XmlAttributeCollection::AddNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttributeCollection_AddNode_m8AA44ACFA4B575FB70D974D01A585662A09E08D8 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; int32_t L_1; L_1 = XmlAttributeCollection_RemoveDuplicateAttribute_m471405F1C546E31AFC87D16EB12F58D220437F5C(__this, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_0, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3; L_3 = XmlNamedNodeMap_AddNode_m885D21F5B3C471E57974070C3D5712A274A5FE78(__this, L_2, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ___node0; XmlAttributeCollection_InsertParentIntoElementIdAttrMap_m5321924249A6D2D2177F8E5D791E1C94ABA9D271(__this, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_4, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_3; } } // System.Xml.XmlNode System.Xml.XmlAttributeCollection::InsertNodeAt(System.Int32,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttributeCollection_InsertNodeAt_m0F8643D54A182B27D6B5073277A0C8C989BFCBE1 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, int32_t ___i0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___i0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___node1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = XmlNamedNodeMap_InsertNodeAt_mA4BB39676F07D32A389651F0C83B25C198F85086(__this, L_0, L_1, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___node1; XmlAttributeCollection_InsertParentIntoElementIdAttrMap_m5321924249A6D2D2177F8E5D791E1C94ABA9D271(__this, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.Xml.XmlNode System.Xml.XmlAttributeCollection::RemoveNodeAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlAttributeCollection_RemoveNodeAt_mCF5A026DA3C33F638AA16D47C3A93C04CFBD8C55 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_1 = NULL; { int32_t L_0 = ___i0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = XmlNamedNodeMap_RemoveNodeAt_m6544CB5AD9607798B9CC0529CD8EBB499FBAB752(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = V_0; XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7979CC9496BD98697E497653997A520E4268AC9D(__this, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_3); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4; L_4 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_6); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = V_0; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_8); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = V_0; NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_10); NullCheck(L_4); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_12; L_12 = XmlDocument_GetDefaultAttribute_m4ACB01551C8B9E64C11DE9A250E8EAC032AC04F8(L_4, ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_5, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)), L_7, L_9, L_11, /*hidden argument*/NULL); V_1 = L_12; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_13 = V_1; if (!L_13) { goto IL_004e; } } { int32_t L_14 = ___i0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_15 = V_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16; L_16 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode) */, __this, L_14, L_15); } IL_004e: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_17 = V_0; return L_17; } } // System.Void System.Xml.XmlAttributeCollection::Detach(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_Detach_m464640C014F63ED5612E9132CCC059B37D5A950C (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method) { { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_0 = ___attr0; NullCheck(L_0); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1; L_1 = VirtualFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(54 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_0); NullCheck(L_1); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_2; L_2 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_1); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_3 = ___attr0; NullCheck(L_2); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_4; L_4 = XmlAttributeCollection_Remove_mF4C9B99616B3D249B21C0A151FA021297E77FF2E(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlAttributeCollection::InsertParentIntoElementIdAttrMap(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_InsertParentIntoElementIdAttrMap_m5321924249A6D2D2177F8E5D791E1C94ABA9D271 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_0 = NULL; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); V_0 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = V_0; if (!L_1) { goto IL_007e; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_2); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3; L_3 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_2); if (L_3) { goto IL_001d; } } { return; } IL_001d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_4); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5; L_5 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_4); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_6 = V_0; NullCheck(L_6); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_7; L_7 = XmlElement_get_XmlName_m3EACA407019707B92B5B842EA39B6764AA250815_inline(L_6, /*hidden argument*/NULL); NullCheck(L_5); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_8; L_8 = XmlDocument_GetIDInfoByElement_mEA75E1CD3E6C8122C3FFB1F482DC86B1A6FC40C8(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_9 = V_1; if (!L_9) { goto IL_007e; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_10, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_12 = ___attr0; NullCheck(L_12); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_13; L_13 = XmlAttribute_get_XmlName_m128B0327EC480F5BBC8058585EF32576D19D8C81_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14; L_14 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_13, /*hidden argument*/NULL); bool L_15; L_15 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_11, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_007e; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_16 = V_1; NullCheck(L_16); String_t* L_17; L_17 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_16, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_18 = ___attr0; NullCheck(L_18); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_19; L_19 = XmlAttribute_get_XmlName_m128B0327EC480F5BBC8058585EF32576D19D8C81_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20; L_20 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_19, /*hidden argument*/NULL); bool L_21; L_21 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_17, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_007e; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_22 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_22); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_23; L_23 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_22); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_24 = ___attr0; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_24); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_26 = V_0; NullCheck(L_23); XmlDocument_AddElementWithId_m73FCDEB30A768DAE2AA248A5BA4196784FF28734(L_23, L_25, L_26, /*hidden argument*/NULL); } IL_007e: { return; } } // System.Void System.Xml.XmlAttributeCollection::RemoveParentFromElementIdAttrMap(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7979CC9496BD98697E497653997A520E4268AC9D (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_0 = NULL; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); V_0 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = V_0; if (!L_1) { goto IL_007e; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_2); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3; L_3 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_2); if (L_3) { goto IL_001d; } } { return; } IL_001d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_4); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5; L_5 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_4); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_6 = V_0; NullCheck(L_6); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_7; L_7 = XmlElement_get_XmlName_m3EACA407019707B92B5B842EA39B6764AA250815_inline(L_6, /*hidden argument*/NULL); NullCheck(L_5); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_8; L_8 = XmlDocument_GetIDInfoByElement_mEA75E1CD3E6C8122C3FFB1F482DC86B1A6FC40C8(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_9 = V_1; if (!L_9) { goto IL_007e; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_10, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_12 = ___attr0; NullCheck(L_12); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_13; L_13 = XmlAttribute_get_XmlName_m128B0327EC480F5BBC8058585EF32576D19D8C81_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14; L_14 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_13, /*hidden argument*/NULL); bool L_15; L_15 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_11, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_007e; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_16 = V_1; NullCheck(L_16); String_t* L_17; L_17 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_16, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_18 = ___attr0; NullCheck(L_18); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_19; L_19 = XmlAttribute_get_XmlName_m128B0327EC480F5BBC8058585EF32576D19D8C81_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20; L_20 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_19, /*hidden argument*/NULL); bool L_21; L_21 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_17, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_007e; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_22 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_22); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_23; L_23 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_22); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_24 = ___attr0; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_24); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_26 = V_0; NullCheck(L_23); XmlDocument_RemoveElementWithId_m6B081705ACA1BF1ECD92A037C6FEC7DB6DEF57E4(L_23, L_25, L_26, /*hidden argument*/NULL); } IL_007e: { return; } } // System.Int32 System.Xml.XmlAttributeCollection::RemoveDuplicateAttribute(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttributeCollection_RemoveDuplicateAttribute_m471405F1C546E31AFC87D16EB12F58D220437F5C (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_1 = NULL; { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_0 = ___attr0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_0); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_2 = ___attr0; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_2); int32_t L_4; L_4 = XmlNamedNodeMap_FindNodeOffset_m44F371B544C2F3D922DD278ACAF580F041B681BC(__this, L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_0038; } } { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_6 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_address_of_nodes_1(); int32_t L_7 = V_0; RuntimeObject * L_8; L_8 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_6, L_7, /*hidden argument*/NULL); V_1 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_8, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); int32_t L_9 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10; L_10 = XmlNamedNodeMap_RemoveNodeAt_m6544CB5AD9607798B9CC0529CD8EBB499FBAB752(__this, L_9, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_11 = V_1; XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7979CC9496BD98697E497653997A520E4268AC9D(__this, L_11, /*hidden argument*/NULL); } IL_0038: { int32_t L_12 = V_0; return L_12; } } // System.Boolean System.Xml.XmlAttributeCollection::PrepareParentInElementIdAttrMap(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttributeCollection_PrepareParentInElementIdAttrMap_mC99067172BCD00D4874CD0C9BB8C3563E70844B1 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, String_t* ___attrPrefix0, String_t* ___attrLocalName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_0 = NULL; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); V_0 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_1); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2; L_2 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_1); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_3 = V_0; NullCheck(L_3); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_4; L_4 = XmlElement_get_XmlName_m3EACA407019707B92B5B842EA39B6764AA250815_inline(L_3, /*hidden argument*/NULL); NullCheck(L_2); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_5; L_5 = XmlDocument_GetIDInfoByElement_mEA75E1CD3E6C8122C3FFB1F482DC86B1A6FC40C8(L_2, L_4, /*hidden argument*/NULL); V_1 = L_5; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_6 = V_1; if (!L_6) { goto IL_0044; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_7, /*hidden argument*/NULL); String_t* L_9 = ___attrPrefix0; bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0044; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_11, /*hidden argument*/NULL); String_t* L_13 = ___attrLocalName1; bool L_14; L_14 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0044; } } { return (bool)1; } IL_0044: { return (bool)0; } } // System.Void System.Xml.XmlAttributeCollection::ResetParentInElementIdAttrMap(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_ResetParentInElementIdAttrMap_m176C87E07E71902DA54A3A67A49E5EDEB557ECF8 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, String_t* ___oldVal0, String_t* ___newVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_0 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); V_0 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ((XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)__this)->get_parent_0(); NullCheck(L_1); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2; L_2 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_1); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3 = L_2; String_t* L_4 = ___oldVal0; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_5 = V_0; NullCheck(L_3); XmlDocument_RemoveElementWithId_m6B081705ACA1BF1ECD92A037C6FEC7DB6DEF57E4(L_3, L_4, L_5, /*hidden argument*/NULL); String_t* L_6 = ___newVal1; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_7 = V_0; NullCheck(L_3); XmlDocument_AddElementWithId_m73FCDEB30A768DAE2AA248A5BA4196784FF28734(L_3, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::InternalAppendAttribute(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_InternalAppendAttribute_mCC8097D43C7A04D76D6CEDE8660E4084CD1BF703 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_0 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = XmlNamedNodeMap_AddNode_m885D21F5B3C471E57974070C3D5712A274A5FE78(__this, L_0, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_2 = ___node0; XmlAttributeCollection_InsertParentIntoElementIdAttrMap_m5321924249A6D2D2177F8E5D791E1C94ABA9D271(__this, L_2, /*hidden argument*/NULL); return ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_1, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlAutoDetectWriter::.ctor(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter__ctor_m334E48AA91586BA14CD430084135ED612AA2DB65 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___writerSettings0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlRawWriter__ctor_mA2DC536DF02E2F33EB74D66CE039D330EBBE4F33(__this, /*hidden argument*/NULL); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_0 = ___writerSettings0; NullCheck(L_0); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_1; L_1 = XmlWriterSettings_Clone_m9B42CFB40B4718A27CDE2CD8D85C86BCA62AF75F(L_0, /*hidden argument*/NULL); __this->set_writerSettings_4(L_1); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_2 = __this->get_writerSettings_4(); NullCheck(L_2); XmlWriterSettings_set_ReadOnly_mD87ADFA62660658A773F079850B112B1451B584B_inline(L_2, (bool)1, /*hidden argument*/NULL); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * L_4 = (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 *)il2cpp_codegen_object_new(XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028_il2cpp_TypeInfo_var); XmlEventCache__ctor_m4B7E80ECCDE45C3D5E3EB4413A6829295C98AB6A(L_4, L_3, (bool)1, /*hidden argument*/NULL); __this->set_eventCache_5(L_4); return; } } // System.Void System.Xml.XmlAutoDetectWriter::.ctor(System.IO.TextWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter__ctor_mFEEE73DAA5F78A5E113F200F416CB521B2A35F08 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___textWriter0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___writerSettings1, const RuntimeMethod* method) { { XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_0 = ___writerSettings1; XmlAutoDetectWriter__ctor_m334E48AA91586BA14CD430084135ED612AA2DB65(__this, L_0, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_1 = ___textWriter0; __this->set_textWriter_6(L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter__ctor_mF3F0F49D99AB10DC19DC9726C838E2C2AAED88E0 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___strm0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___writerSettings1, const RuntimeMethod* method) { { XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_0 = ___writerSettings1; XmlAutoDetectWriter__ctor_m334E48AA91586BA14CD430084135ED612AA2DB65(__this, L_0, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___strm0; __this->set_strm_7(L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteDocType_mC2BE16F9DE4B22BB48C81D95F8D18AF64A449DF2 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD(__this, 0, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___name0; String_t* L_2 = ___pubid1; String_t* L_3 = ___sysid2; String_t* L_4 = ___subset3; NullCheck(L_0); VirtualActionInvoker4< String_t*, String_t*, String_t*, String_t* >::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteDocType(System.String,System.String,System.String,System.String) */, L_0, L_1, L_2, L_3, L_4); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteStartElement_m7D2C2D0D94C45984618EF34284415841169C2204 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); if (L_0) { goto IL_0028; } } { String_t* L_1 = ___ns2; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0021; } } { String_t* L_3 = ___localName1; bool L_4; L_4 = XmlAutoDetectWriter_IsHtmlTag_mD1D76060D95E6182A0D09C3B27F67AF44C23F160(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0021; } } { XmlAutoDetectWriter_CreateWrappedWriter_mE36687E784FC85D5EAED7C26799F4BCF12391F65(__this, 1, /*hidden argument*/NULL); goto IL_0028; } IL_0021: { XmlAutoDetectWriter_CreateWrappedWriter_mE36687E784FC85D5EAED7C26799F4BCF12391F65(__this, 0, /*hidden argument*/NULL); } IL_0028: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_5 = __this->get_wrapped_2(); String_t* L_6 = ___prefix0; String_t* L_7 = ___localName1; String_t* L_8 = ___ns2; NullCheck(L_5); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String,System.String) */, L_5, L_6, L_7, L_8); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteStartAttribute_m0956DF7A4EAF32B1265A158164D8EA4A50658009 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD(__this, 0, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___ns2; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteEndAttribute_mF11A2B57B3B5A5BD208EDB796D3A22CAD660921D (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); NullCheck(L_0); VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_0); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteCData_m735D4E91B6A58225C4FB79C504373C59F840366C (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___text0, const RuntimeMethod* method) { { String_t* L_0 = ___text0; bool L_1; L_1 = XmlAutoDetectWriter_TextBlockCreatesWriter_mDCF7A621EE50F600104EB2DFD36C6A1A252EFF10(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_2 = __this->get_wrapped_2(); String_t* L_3 = ___text0; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_2, L_3); return; } IL_0016: { XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * L_4 = __this->get_eventCache_5(); String_t* L_5 = ___text0; NullCheck(L_4); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_4, L_5); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteComment_mAD47975DFD6CB59FCD20F9515537609F7C6F1584 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___text0, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); if (L_0) { goto IL_0015; } } { XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * L_1 = __this->get_eventCache_5(); String_t* L_2 = ___text0; NullCheck(L_1); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, L_1, L_2); return; } IL_0015: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_3 = __this->get_wrapped_2(); String_t* L_4 = ___text0; NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, L_3, L_4); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteProcessingInstruction_mDE07FB5BCA1A5793BDC93D882C6FA905B8DFF4DD (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___name0, String_t* ___text1, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); if (L_0) { goto IL_0016; } } { XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * L_1 = __this->get_eventCache_5(); String_t* L_2 = ___name0; String_t* L_3 = ___text1; NullCheck(L_1); VirtualActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, L_1, L_2, L_3); return; } IL_0016: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_4 = __this->get_wrapped_2(); String_t* L_5 = ___name0; String_t* L_6 = ___text1; NullCheck(L_4); VirtualActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, L_4, L_5, L_6); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteWhitespace_m9BE9054D4CA7E7C21F662ABE9284EA6BA41D81F7 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___ws0, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); if (L_0) { goto IL_0015; } } { XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * L_1 = __this->get_eventCache_5(); String_t* L_2 = ___ws0; NullCheck(L_1); VirtualActionInvoker1< String_t* >::Invoke(19 /* System.Void System.Xml.XmlWriter::WriteWhitespace(System.String) */, L_1, L_2); return; } IL_0015: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_3 = __this->get_wrapped_2(); String_t* L_4 = ___ws0; NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(19 /* System.Void System.Xml.XmlWriter::WriteWhitespace(System.String) */, L_3, L_4); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteString_m3CEA6725C8DF9F8DB6BA1FFC2557F3BA0EB357C9 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___text0, const RuntimeMethod* method) { { String_t* L_0 = ___text0; bool L_1; L_1 = XmlAutoDetectWriter_TextBlockCreatesWriter_mDCF7A621EE50F600104EB2DFD36C6A1A252EFF10(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_2 = __this->get_wrapped_2(); String_t* L_3 = ___text0; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_2, L_3); return; } IL_0016: { XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * L_4 = __this->get_eventCache_5(); String_t* L_5 = ___text0; NullCheck(L_4); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_4, L_5); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteChars_m8701A12413699EA58B0B33107FCBC1442B2C41CA (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___buffer0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; String_t* L_3; L_3 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_0, L_1, L_2, /*hidden argument*/NULL); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_3); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteRaw_m20BFE343083F3505D31785406963FA72DC3F8493 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___buffer0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; String_t* L_3; L_3 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_0, L_1, L_2, /*hidden argument*/NULL); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.Xml.XmlWriter::WriteRaw(System.String) */, __this, L_3); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteRaw_mD200B13801F84E0FBB8D6B58311020B7E8812A7B (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___data0, const RuntimeMethod* method) { { String_t* L_0 = ___data0; bool L_1; L_1 = XmlAutoDetectWriter_TextBlockCreatesWriter_mDCF7A621EE50F600104EB2DFD36C6A1A252EFF10(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_2 = __this->get_wrapped_2(); String_t* L_3 = ___data0; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.Xml.XmlWriter::WriteRaw(System.String) */, L_2, L_3); return; } IL_0016: { XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * L_4 = __this->get_eventCache_5(); String_t* L_5 = ___data0; NullCheck(L_4); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.Xml.XmlWriter::WriteRaw(System.String) */, L_4, L_5); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteEntityRef_m0A0180D8FEBEC8BF7FC91A25E8B37BBCCD15A1FE (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD(__this, 0, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___name0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteEntityRef(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteCharEntity_m4F8F7212054DC6B8FC5572251E7EE624AAC3DC41 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD(__this, 0, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); Il2CppChar L_1 = ___ch0; NullCheck(L_0); VirtualActionInvoker1< Il2CppChar >::Invoke(18 /* System.Void System.Xml.XmlWriter::WriteCharEntity(System.Char) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteSurrogateCharEntity_m768C789E3E92E76D0A0B3D1F71B398C0A00345B3 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, Il2CppChar ___lowChar0, Il2CppChar ___highChar1, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD(__this, 0, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); Il2CppChar L_1 = ___lowChar0; Il2CppChar L_2 = ___highChar1; NullCheck(L_0); VirtualActionInvoker2< Il2CppChar, Il2CppChar >::Invoke(21 /* System.Void System.Xml.XmlWriter::WriteSurrogateCharEntity(System.Char,System.Char) */, L_0, L_1, L_2); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteBase64(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteBase64_m0D45C72F65E4592B31944EF5C142C0DE9938C6E1 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD(__this, 0, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(25 /* System.Void System.Xml.XmlWriter::WriteBase64(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteBinHex(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteBinHex_mA1D5BF8F9C21DCA6CAE5EBA5DA5E4B812060305F (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD(__this, 0, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Void System.Xml.XmlWriter::WriteBinHex(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAutoDetectWriter::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_Close_m722651FD73ADBEBE14BCE7880FD060A6DE55A5BE (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD(__this, 0, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); NullCheck(L_0); VirtualActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlWriter::Close() */, L_0); return; } } // System.Void System.Xml.XmlAutoDetectWriter::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_Flush_mC2EAFF6BD4B402ABEC26E03A72571B239B09F496 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD(__this, 0, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); NullCheck(L_0); VirtualActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlWriter::Flush() */, L_0); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteValue_mC18B7B80F3434D5D6879FB4E1C8C69E967674A37 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___value0, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD(__this, 0, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(31 /* System.Void System.Xml.XmlWriter::WriteValue(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::set_NamespaceResolver(System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_set_NamespaceResolver_mE9E9DFB22E983E8A7D672FAD15021D67CEEDF1BE (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; ((XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 *)__this)->set_resolver_1(L_0); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_1 = __this->get_wrapped_2(); if (L_1) { goto IL_001c; } } { XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * L_2 = __this->get_eventCache_5(); RuntimeObject* L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< RuntimeObject* >::Invoke(33 /* System.Void System.Xml.XmlRawWriter::set_NamespaceResolver(System.Xml.IXmlNamespaceResolver) */, L_2, L_3); return; } IL_001c: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_4 = __this->get_wrapped_2(); RuntimeObject* L_5 = ___value0; NullCheck(L_4); VirtualActionInvoker1< RuntimeObject* >::Invoke(33 /* System.Void System.Xml.XmlRawWriter::set_NamespaceResolver(System.Xml.IXmlNamespaceResolver) */, L_4, L_5); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteXmlDeclaration_m6548E30917790E23F1A7D335D508830B2F437A7E (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, int32_t ___standalone0, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD(__this, 0, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); int32_t L_1 = ___standalone0; NullCheck(L_0); VirtualActionInvoker1< int32_t >::Invoke(34 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteXmlDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteXmlDeclaration_m74CA21C0AA6E6161B2D201FA78518EFFAB98D0D5 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___xmldecl0, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD(__this, 0, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___xmldecl0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(35 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_StartElementContent_mA0DA915896CEEEA6108D95380A15876C081878A5 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); NullCheck(L_0); VirtualActionInvoker0::Invoke(36 /* System.Void System.Xml.XmlRawWriter::StartElementContent() */, L_0); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteEndElement_mDDE30E27AB21461ABF4EFB95BB5B8A4921CA969F (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___ns2; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(38 /* System.Void System.Xml.XmlRawWriter::WriteEndElement(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteFullEndElement_m469368DDD43C83F113C6B40886EDAE9EDC09CCF7 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___ns2; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(39 /* System.Void System.Xml.XmlRawWriter::WriteFullEndElement(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteNamespaceDeclaration(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteNamespaceDeclaration_mA3389FA5AB71DC56D02761A5B115B6AD4C9B5F85 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD(__this, 0, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___prefix0; String_t* L_2 = ___ns1; NullCheck(L_0); VirtualActionInvoker2< String_t*, String_t* >::Invoke(40 /* System.Void System.Xml.XmlRawWriter::WriteNamespaceDeclaration(System.String,System.String) */, L_0, L_1, L_2); return; } } // System.Boolean System.Xml.XmlAutoDetectWriter::get_SupportsNamespaceDeclarationInChunks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAutoDetectWriter_get_SupportsNamespaceDeclarationInChunks_m8C8736553AFAF856695E8498F62B165D6CD24690 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlRawWriter::get_SupportsNamespaceDeclarationInChunks() */, L_0); return L_1; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteStartNamespaceDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteStartNamespaceDeclaration_mB40D814AA2CF2B4D7109EEEF8C0817823F1D4151 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD(__this, 0, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___prefix0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(42 /* System.Void System.Xml.XmlRawWriter::WriteStartNamespaceDeclaration(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteEndNamespaceDeclaration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteEndNamespaceDeclaration_m32F3EF7F77F9FC255A0EA740A7E451757DA249AF (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); NullCheck(L_0); VirtualActionInvoker0::Invoke(43 /* System.Void System.Xml.XmlRawWriter::WriteEndNamespaceDeclaration() */, L_0); return; } } // System.Boolean System.Xml.XmlAutoDetectWriter::IsHtmlTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAutoDetectWriter_IsHtmlTag_mD1D76060D95E6182A0D09C3B27F67AF44C23F160 (String_t* ___tagName0, const RuntimeMethod* method) { { String_t* L_0 = ___tagName0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)4))) { goto IL_000b; } } { return (bool)0; } IL_000b: { String_t* L_2 = ___tagName0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 0, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)72)))) { goto IL_0023; } } { String_t* L_4 = ___tagName0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 0, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)104)))) { goto IL_0023; } } { return (bool)0; } IL_0023: { String_t* L_6 = ___tagName0; NullCheck(L_6); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, 1, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)84)))) { goto IL_003b; } } { String_t* L_8 = ___tagName0; NullCheck(L_8); Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, 1, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)116)))) { goto IL_003b; } } { return (bool)0; } IL_003b: { String_t* L_10 = ___tagName0; NullCheck(L_10); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, 2, /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)((int32_t)77)))) { goto IL_0053; } } { String_t* L_12 = ___tagName0; NullCheck(L_12); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, 2, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)((int32_t)109)))) { goto IL_0053; } } { return (bool)0; } IL_0053: { String_t* L_14 = ___tagName0; NullCheck(L_14); Il2CppChar L_15; L_15 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, 3, /*hidden argument*/NULL); if ((((int32_t)L_15) == ((int32_t)((int32_t)76)))) { goto IL_006b; } } { String_t* L_16 = ___tagName0; NullCheck(L_16); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_16, 3, /*hidden argument*/NULL); if ((((int32_t)L_17) == ((int32_t)((int32_t)108)))) { goto IL_006b; } } { return (bool)0; } IL_006b: { return (bool)1; } } // System.Void System.Xml.XmlAutoDetectWriter::EnsureWrappedWriter(System.Xml.XmlOutputMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_EnsureWrappedWriter_mBEEC9F8F33BD140A73C5D1A441367C7D89DAEDBD (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, int32_t ___outMethod0, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); if (L_0) { goto IL_000f; } } { int32_t L_1 = ___outMethod0; XmlAutoDetectWriter_CreateWrappedWriter_mE36687E784FC85D5EAED7C26799F4BCF12391F65(__this, L_1, /*hidden argument*/NULL); } IL_000f: { return; } } // System.Boolean System.Xml.XmlAutoDetectWriter::TextBlockCreatesWriter(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAutoDetectWriter_TextBlockCreatesWriter_mDCF7A621EE50F600104EB2DFD36C6A1A252EFF10 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, String_t* ___textBlock0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA V_0; memset((&V_0), 0, sizeof(V_0)); { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); if (L_0) { goto IL_0021; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_1; L_1 = XmlCharType_get_Instance_mA3CFC9BC3797565FD176224C6116F41AC8BA65B5(/*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___textBlock0; bool L_3; L_3 = XmlCharType_IsOnlyWhitespace_m67C7128F455445CCB117BF101F75E69F41D1DBE5((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(&V_0), L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001a; } } { return (bool)0; } IL_001a: { XmlAutoDetectWriter_CreateWrappedWriter_mE36687E784FC85D5EAED7C26799F4BCF12391F65(__this, 0, /*hidden argument*/NULL); } IL_0021: { return (bool)1; } } // System.Void System.Xml.XmlAutoDetectWriter::CreateWrappedWriter(System.Xml.XmlOutputMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_CreateWrappedWriter_mE36687E784FC85D5EAED7C26799F4BCF12391F65 (XmlAutoDetectWriter_tEED4D660141047CF0BA4F92D660149263F984E76 * __this, int32_t ___outMethod0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_0 = __this->get_writerSettings_4(); NullCheck(L_0); XmlWriterSettings_set_ReadOnly_mD87ADFA62660658A773F079850B112B1451B584B_inline(L_0, (bool)0, /*hidden argument*/NULL); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_1 = __this->get_writerSettings_4(); int32_t L_2 = ___outMethod0; NullCheck(L_1); XmlWriterSettings_set_OutputMethod_m19516483131CCDF29FAB97D2A0927C76AA91FF6E_inline(L_1, L_2, /*hidden argument*/NULL); int32_t L_3 = ___outMethod0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0036; } } { XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_4 = __this->get_writerSettings_4(); NullCheck(L_4); int32_t L_5; L_5 = XmlWriterSettings_get_IndentInternal_mD0D9B49BA48A92CF8E7CF4812C8089C158E404ED_inline(L_4, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0036; } } { XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_6 = __this->get_writerSettings_4(); NullCheck(L_6); XmlWriterSettings_set_Indent_m0A9278F460BFDFE1B0D6EC2EFFE063A538BBC136(L_6, (bool)1, /*hidden argument*/NULL); } IL_0036: { XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_7 = __this->get_writerSettings_4(); NullCheck(L_7); XmlWriterSettings_set_ReadOnly_mD87ADFA62660658A773F079850B112B1451B584B_inline(L_7, (bool)1, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_8 = __this->get_textWriter_6(); if (!L_8) { goto IL_006d; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_9 = __this->get_textWriter_6(); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_10 = __this->get_writerSettings_4(); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_11; L_11 = XmlWriter_Create_m283780CB1FF2D036894014AEA319A26829CD599A(L_9, L_10, /*hidden argument*/NULL); NullCheck(((XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667 *)CastclassClass((RuntimeObject*)L_11, XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667_il2cpp_TypeInfo_var))); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_12; L_12 = XmlWellFormedWriter_get_RawWriter_m84725967B2EB95E2E224CB554CC0503CCC1B98A9_inline(((XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667 *)CastclassClass((RuntimeObject*)L_11, XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_wrapped_2(L_12); goto IL_008e; } IL_006d: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_13 = __this->get_strm_7(); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_14 = __this->get_writerSettings_4(); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_15; L_15 = XmlWriter_Create_m8FCF93AA3D04F38D9016223C15E04331FB5B6711(L_13, L_14, /*hidden argument*/NULL); NullCheck(((XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667 *)CastclassClass((RuntimeObject*)L_15, XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667_il2cpp_TypeInfo_var))); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_16; L_16 = XmlWellFormedWriter_get_RawWriter_m84725967B2EB95E2E224CB554CC0503CCC1B98A9_inline(((XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667 *)CastclassClass((RuntimeObject*)L_15, XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_wrapped_2(L_16); } IL_008e: { XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * L_17 = __this->get_eventCache_5(); NullCheck(L_17); XmlEventCache_EndEvents_mB14B8A33502E9878163F31157CF6602B030904B0(L_17, /*hidden argument*/NULL); XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * L_18 = __this->get_eventCache_5(); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_19 = __this->get_wrapped_2(); NullCheck(L_18); XmlEventCache_EventsToWriter_mBAEE5C9D1910B70A370E77318309F3E901089FE4(L_18, L_19, /*hidden argument*/NULL); OnRemoveWriter_t7810F8F0B2E83630AB109B52D2A06F3A9AA8A30B * L_20 = __this->get_onRemove_3(); if (!L_20) { goto IL_00c3; } } { OnRemoveWriter_t7810F8F0B2E83630AB109B52D2A06F3A9AA8A30B * L_21 = __this->get_onRemove_3(); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_22 = __this->get_wrapped_2(); NullCheck(L_21); OnRemoveWriter_Invoke_mB9BDEA9B6AD29ABCC52AB3E078A16AD3AD371EF5(L_21, L_22, /*hidden argument*/NULL); } IL_00c3: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_mFFE1FCB6DE4BCF03A3666FBFD1972F802345FCE5 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * V_0 = NULL; { XmlValueConverter__ctor_m4392C0F645E36CB8A543AD0776345FF2822936A8(__this, /*hidden argument*/NULL); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; NullCheck(L_0); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_1; L_1 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0017; } IL_000f: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = ___schemaType0; NullCheck(L_2); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_3; L_3 = XmlSchemaType_get_BaseXmlSchemaType_m09923D8CA83BED0C8495C7928754106F862ECED6_inline(L_2, /*hidden argument*/NULL); ___schemaType0 = L_3; } IL_0017: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_4 = ___schemaType0; if (!L_4) { goto IL_0022; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_5 = ___schemaType0; if (!((XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)IsInstClass((RuntimeObject*)L_5, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C_il2cpp_TypeInfo_var))) { goto IL_000f; } } IL_0022: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_6 = ___schemaType0; if (L_6) { goto IL_0032; } } { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_7); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_9; L_9 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(L_8, /*hidden argument*/NULL); ___schemaType0 = L_9; } IL_0032: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_10 = ___schemaType0; __this->set_schemaType_0(L_10); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_11 = ___schemaType0; NullCheck(L_11); int32_t L_12; L_12 = XmlSchemaType_get_TypeCode_m8DBEEA36EE2FD8816CC879EB300CCB3ADF341817(L_11, /*hidden argument*/NULL); __this->set_typeCode_1(L_12); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_13 = ___schemaType0; NullCheck(L_13); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_14; L_14 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); Type_t * L_15; L_15 = VirtualFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_14); __this->set_clrTypeDefault_2(L_15); return; } } // System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_m7F59A60B5239881076B261D847C74B4CAE2857AD (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int32_t ___typeCode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlValueConverter__ctor_m4392C0F645E36CB8A543AD0776345FF2822936A8(__this, /*hidden argument*/NULL); int32_t L_0 = ___typeCode0; if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0015; } } { int32_t L_1 = ___typeCode0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0022; } } { int32_t L_2 = ___typeCode0; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_002f; } } { goto IL_003a; } IL_0015: { IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); __this->set_clrTypeDefault_2(L_3); goto IL_003a; } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathNavigatorType_31(); __this->set_clrTypeDefault_2(L_4); goto IL_003a; } IL_002f: { IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); __this->set_clrTypeDefault_2(L_5); } IL_003a: { int32_t L_6 = ___typeCode0; __this->set_typeCode_1(L_6); return; } } // System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlBaseConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_m072615A81DBEB908FDC4B17281BC9ECC4FD71AFD (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___converterAtomic0, const RuntimeMethod* method) { { XmlValueConverter__ctor_m4392C0F645E36CB8A543AD0776345FF2822936A8(__this, /*hidden argument*/NULL); XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_0 = ___converterAtomic0; NullCheck(L_0); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_1 = L_0->get_schemaType_0(); __this->set_schemaType_0(L_1); XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_2 = ___converterAtomic0; NullCheck(L_2); int32_t L_3 = L_2->get_typeCode_1(); __this->set_typeCode_1(L_3); XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_4 = ___converterAtomic0; NullCheck(L_4); Type_t * L_5; L_5 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(L_4, /*hidden argument*/NULL); RuntimeArray * L_6; L_6 = Array_CreateInstance_m57AC02F4475AF70CA317B48F09B3C29E3BA9C046(L_5, 0, /*hidden argument*/NULL); NullCheck(L_6); Type_t * L_7; L_7 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_6, /*hidden argument*/NULL); __this->set_clrTypeDefault_2(L_7); return; } } // System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlBaseConverter,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_mA8A52CA1291E958C71717A53BD213C4DA1FB86B6 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___converterAtomic0, Type_t * ___clrTypeDefault1, const RuntimeMethod* method) { { XmlValueConverter__ctor_m4392C0F645E36CB8A543AD0776345FF2822936A8(__this, /*hidden argument*/NULL); XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_0 = ___converterAtomic0; NullCheck(L_0); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_1 = L_0->get_schemaType_0(); __this->set_schemaType_0(L_1); XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_2 = ___converterAtomic0; NullCheck(L_2); int32_t L_3 = L_2->get_typeCode_1(); __this->set_typeCode_1(L_3); Type_t * L_4 = ___clrTypeDefault1; __this->set_clrTypeDefault_2(L_4); return; } } // System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_mEDDC5FA8D7100FEA3F4C585995B6A0249E1FB9ED (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = L_0; RuntimeObject * L_2 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(bool*)((bool*)UnBox(L_4, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_mA2EB397A9D67C45715F69A40D27C885D60B65207 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(bool*)((bool*)UnBox(L_4, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_mF9E446C42DF07ADD21A1834C3A31238B0E50806C (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(bool*)((bool*)UnBox(L_4, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_m9B0C052D0B00F7D2D5DBF7CE08A9F01CF3A5A67C (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; int64_t L_1 = L_0; RuntimeObject * L_2 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(bool*)((bool*)UnBox(L_4, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_mBB0803F3EED73E93B9D926C90669D4D6AB2E6016 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(bool*)((bool*)UnBox(L_2, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.Boolean System.Xml.Schema.XmlBaseConverter::ToBoolean(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_ToBoolean_mD74874B7FA506DF000128958D419A6B5E45A8569 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(bool*)((bool*)UnBox(L_2, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_ToDateTime_m36DBE7FE3FC91255972568C606AA54B968A2FB25 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_4, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_ToDateTime_mEFBD5CB90B7611C44CC08EB61892E711E1E025B6 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_1 = L_0; RuntimeObject * L_2 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_4, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_ToDateTime_m7D775B674FE206902F8CBF280BCD46905947FDF5 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_4, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_ToDateTime_m842A9FBFEAD65CEA017A8E7728A6949640CAB6B7 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_4, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_ToDateTime_m86AC2418B6F5D057659F3753726707FDAE456E49 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; int64_t L_1 = L_0; RuntimeObject * L_2 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_4, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_ToDateTime_mC7C2574C2E97AFFFC9CC5BF060A02C585F9F3224 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_2, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::ToDateTime(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_ToDateTime_m9DCDF66346513B7596235CA9CAD4B985E4F7D846 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_2, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::ToDateTimeOffset(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_ToDateTimeOffset_mFA223A3418BBEC69B7A8825A1ACA13E166260835 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = L_0; RuntimeObject * L_2 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_4, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::ToDateTimeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_ToDateTimeOffset_m2890346F1639D67144B417BBF60DC0E607DF5232 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_2, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::ToDateTimeOffset(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_ToDateTimeOffset_mC7071678F1D40EBD385F79AA81921B8DEDC956E0 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_2, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); } } // System.Decimal System.Xml.Schema.XmlBaseConverter::ToDecimal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlBaseConverter_ToDecimal_m665A8BEAC2DC1DEA064446D0DE1A42455C90D21A (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_2, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))); } } // System.Decimal System.Xml.Schema.XmlBaseConverter::ToDecimal(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlBaseConverter_ToDecimal_m2F8BFFF8DBA752B9FE95E9B095C55584E57E4B0C (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_2, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))); } } // System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m9E8A8F75AF1EBAEDAFA553C42530B1BEB283E178 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(double*)((double*)UnBox(L_4, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } } // System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m5AFCFE4517F5348012C7AF4DCF48E0EF1E325AF6 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = L_0; RuntimeObject * L_2 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(double*)((double*)UnBox(L_4, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } } // System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_mE8587314BD61C97C297052414ED1BCB1FA1072C8 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(double*)((double*)UnBox(L_4, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } } // System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m8CA01A2A4E7F8037F635AAC3457C800F651EEB68 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; int64_t L_1 = L_0; RuntimeObject * L_2 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(double*)((double*)UnBox(L_4, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } } // System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m746120BF4251279B600822AB88907065203B65BD (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(double*)((double*)UnBox(L_2, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } } // System.Double System.Xml.Schema.XmlBaseConverter::ToDouble(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlBaseConverter_ToDouble_m9D6A06CE0CEA91AFDB0DA6A397AE3E0E0603606F (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(double*)((double*)UnBox(L_2, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_mCE62B7330504DDB90E53EA78679E604C33F0AB9F (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_m4D9CCA9AB58E5A07ADF7D58F25AB5F09F50E9F30 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = L_0; RuntimeObject * L_2 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_m55AC70E28A7688FB16DE31551082A0862FA9AEB1 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_mFCB947FF0394073561581B2AA991F3942288FBEB (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; int64_t L_1 = L_0; RuntimeObject * L_2 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_mE44978708DDA65845B02391CD4610ED1616506DB (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(int32_t*)((int32_t*)UnBox(L_2, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.XmlBaseConverter::ToInt32(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_ToInt32_m9A4C2790FAE79A50BA156035D1D79AF744C43D0C (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(int32_t*)((int32_t*)UnBox(L_2, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_mBA655D70DF927EB5E7DBE93211AB0CFCE5805280 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int64_t*)((int64_t*)UnBox(L_4, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } } // System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_m3E8A7D051839E9223A86874DEA18C554642EC7F4 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = L_0; RuntimeObject * L_2 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int64_t*)((int64_t*)UnBox(L_4, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } } // System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_m7B76938FBCE7897760CAF96085E58F561DAC90AC (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int64_t*)((int64_t*)UnBox(L_4, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } } // System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_m2AAAB89E315424E3E6867C576E50EF94B302DA28 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(int64_t*)((int64_t*)UnBox(L_4, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } } // System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_mB5E3884666F0A707014E1F62FB2DE61F52F7A326 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(int64_t*)((int64_t*)UnBox(L_2, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } } // System.Int64 System.Xml.Schema.XmlBaseConverter::ToInt64(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_ToInt64_m369EF6A9C2AF69E495C10E6DBE227687BE5324C0 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(int64_t*)((int64_t*)UnBox(L_2, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } } // System.Single System.Xml.Schema.XmlBaseConverter::ToSingle(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlBaseConverter_ToSingle_mADF6AAF9309DD6B4B4E1DEB51728B7BFA265F54D (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((*(float*)((float*)UnBox(L_4, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); } } // System.Single System.Xml.Schema.XmlBaseConverter::ToSingle(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlBaseConverter_ToSingle_m388B92CD7636FD31C9298D92DC895641983CE6D5 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(float*)((float*)UnBox(L_2, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); } } // System.Single System.Xml.Schema.XmlBaseConverter::ToSingle(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlBaseConverter_ToSingle_mFED035530B7FEB09C39671CC87C33E6C32C37709 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return ((*(float*)((float*)UnBox(L_2, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_m3FC127F49355F9B5F30807DBF2F4E900DD15B920 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_m92549C528550642092C5C7F755D9835BC0CF2EA3 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = L_0; RuntimeObject * L_2 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_mECCDE0E27C25945C34D21D367CEEDAEB4B9C4032 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_1 = L_0; RuntimeObject * L_2 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_mCC38258BAE55C2732E11E0CFF27FAF268D12C5E1 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = L_0; RuntimeObject * L_2 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_m37330824D6EBF968D71A6CD34646BD954EF2991D (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_m9022273A063E9BDACA67A0DD693FC700E6A9A5CF (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_m5F5377F3D9EC9086DED8BB7B278019EAB43F86DC (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; int64_t L_1 = L_0; RuntimeObject * L_2 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_m9BDE8E7D855A74DA9D1465D2F07D497366E3EC9E (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; float L_1 = L_0; RuntimeObject * L_2 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_mDCDD371DF5B4F71702B75396C160FB5665065A02 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject* L_2 = ___nsResolver1; RuntimeObject * L_3; L_3 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Xml.Schema.XmlBaseConverter::ToString(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_ToString_mE9C3BB82D55BF4D71C49CB87326286D6ABE86637 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; String_t* L_1; L_1 = VirtualFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_0, (RuntimeObject*)NULL); return L_1; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Boolean,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_mA9B4FF6CEA9117FBA02459C9FCAB9C2FC6309D06 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, bool ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___destinationType1; RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return L_4; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.DateTime,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_mA4F8D13CF3003F426F8CC0EA5A85230E5C3DFA24 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = L_0; RuntimeObject * L_2 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___destinationType1; RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return L_4; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Decimal,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_mEB67D4FE552FA02D523DBBC6E8AB1C25463F76C1 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = L_0; RuntimeObject * L_2 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___destinationType1; RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return L_4; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Double,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_m3B8FC50308AD0CF6C5FE3FFA1A4A940A82734666 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, double ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___destinationType1; RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return L_4; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Int32,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_m8265889A76C01FB3EA24B17C758DF7BD5D7A45BE (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int32_t ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___destinationType1; RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return L_4; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Int64,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_m2B20428B08E605BD5100F9DE44B2F1AF7AE10BCD (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int64_t ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; int64_t L_1 = L_0; RuntimeObject * L_2 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___destinationType1; RuntimeObject * L_4; L_4 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_2, L_3, (RuntimeObject*)NULL); return L_4; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_m0EBAD881C20AB0394569551C3085631FF8DFA113 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, String_t* ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { { String_t* L_0 = ___value0; Type_t * L_1 = ___destinationType1; RuntimeObject* L_2 = ___nsResolver2; RuntimeObject * L_3; L_3 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeType(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeType_m17D1FF79DD449ADCF101D974797A998476B11446 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; Type_t * L_1 = ___destinationType1; RuntimeObject * L_2; L_2 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, (RuntimeObject*)NULL); return L_2; } } // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::get_SchemaType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_schemaType_0(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_typeCode_1(); return L_0; } } // System.String System.Xml.Schema.XmlBaseConverter::get_XmlTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_get_XmlTypeName_mB8B4B81BF250AB15E908A1FD1414B7261DE8F4D3 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1426EAC460EF593AB4BA506E82CCB1FF95390521); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC03C9E2F65BF04EE2B8D77AD1C2CCEB94B4E622); s_Il2CppMethodInitialized = true; } XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * V_0 = NULL; { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_schemaType_0(); V_0 = L_0; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_1 = V_0; if (!L_1) { goto IL_002c; } } { goto IL_0013; } IL_000c: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_2 = V_0; NullCheck(L_2); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_3; L_3 = XmlSchemaType_get_BaseXmlSchemaType_m09923D8CA83BED0C8495C7928754106F862ECED6_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_0013: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_4 = V_0; NullCheck(L_4); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_5; L_5 = XmlSchemaType_get_QualifiedName_m4D4CF6136F18EA2C04081B17DF4DD6903390D3B9(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6; L_6 = XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_000c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_7 = V_0; NullCheck(L_7); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_8; L_8 = XmlSchemaType_get_QualifiedName_m4D4CF6136F18EA2C04081B17DF4DD6903390D3B9(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_9; L_9 = XmlBaseConverter_QNameToString_m52D839C23FC9158ABEE7A53433C18A7C12CB00E6(L_8, /*hidden argument*/NULL); return L_9; } IL_002c: { int32_t L_10 = __this->get_typeCode_1(); if ((!(((uint32_t)L_10) == ((uint32_t)2)))) { goto IL_003b; } } { return _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31; } IL_003b: { int32_t L_11 = __this->get_typeCode_1(); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)10))))) { goto IL_004b; } } { return _stringLiteralEC03C9E2F65BF04EE2B8D77AD1C2CCEB94B4E622; } IL_004b: { return _stringLiteral1426EAC460EF593AB4BA506E82CCB1FF95390521; } } // System.Type System.Xml.Schema.XmlBaseConverter::get_DefaultClrType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_clrTypeDefault_2(); return L_0; } } // System.Boolean System.Xml.Schema.XmlBaseConverter::IsDerivedFrom(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_IsDerivedFrom_m117274B87FC08431F3D7CF94149EF1BA772EFF65 (Type_t * ___derivedType0, Type_t * ___baseType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { goto IL_0015; } IL_0002: { Type_t * L_0 = ___derivedType0; Type_t * L_1 = ___baseType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_2; L_2 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_000d; } } { return (bool)1; } IL_000d: { Type_t * L_3 = ___derivedType0; NullCheck(L_3); Type_t * L_4; L_4 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_3); ___derivedType0 = L_4; } IL_0015: { Type_t * L_5 = ___derivedType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_5, (Type_t *)NULL, /*hidden argument*/NULL); if (L_6) { goto IL_0002; } } { return (bool)0; } } // System.Exception System.Xml.Schema.XmlBaseConverter::CreateInvalidClrMappingException(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlBaseConverter_CreateInvalidClrMappingException_mF6EE65AEAEFD2FE80F2829D69A6C9178C2287270 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, Type_t * ___sourceType0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral164ADD123C450CB960634439BE93105C2CE035ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB742D8C0656D633640A827B03F024EC3F3C96FFF); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType0; Type_t * L_1 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_2; L_2 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3; String_t* L_5; L_5 = XmlBaseConverter_get_XmlTypeName_mB8B4B81BF250AB15E908A1FD1414B7261DE8F4D3(__this, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_4; Type_t * L_7 = ___sourceType0; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(1), (RuntimeObject *)L_8); String_t* L_9; L_9 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral164ADD123C450CB960634439BE93105C2CE035ED, L_6, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_10 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_10, L_9, /*hidden argument*/NULL); return L_10; } IL_0031: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; String_t* L_13; L_13 = XmlBaseConverter_get_XmlTypeName_mB8B4B81BF250AB15E908A1FD1414B7261DE8F4D3(__this, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_12; Type_t * L_15 = ___sourceType0; NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_15); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(1), (RuntimeObject *)L_16); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = L_14; Type_t * L_18 = ___destinationType1; NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_18); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(2), (RuntimeObject *)L_19); String_t* L_20; L_20 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteralB742D8C0656D633640A827B03F024EC3F3C96FFF, L_17, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_21 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_21, L_20, /*hidden argument*/NULL); return L_21; } } // System.String System.Xml.Schema.XmlBaseConverter::QNameToString(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_QNameToString_m52D839C23FC9158ABEE7A53433C18A7C12CB00E6 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB19AA61C3E141B3EB68FD951C93DC3E3ED91ED33); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB430C3BDFBED8F33C9EE291E864357112FE8F433); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___name0; NullCheck(L_0); String_t* L_1; L_1 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0014; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3 = ___name0; NullCheck(L_3); String_t* L_4; L_4 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_3, /*hidden argument*/NULL); return L_4; } IL_0014: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_5 = ___name0; NullCheck(L_5); String_t* L_6; L_6 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_5, /*hidden argument*/NULL); bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_8 = ___name0; NullCheck(L_8); String_t* L_9; L_9 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralB19AA61C3E141B3EB68FD951C93DC3E3ED91ED33, L_9, /*hidden argument*/NULL); return L_10; } IL_0037: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_11 = ___name0; NullCheck(L_11); String_t* L_12; L_12 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_11, /*hidden argument*/NULL); bool L_13; L_13 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_12, _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F, /*hidden argument*/NULL); if (!L_13) { goto IL_005a; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_14 = ___name0; NullCheck(L_14); String_t* L_15; L_15 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_14, /*hidden argument*/NULL); String_t* L_16; L_16 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralB430C3BDFBED8F33C9EE291E864357112FE8F433, L_15, /*hidden argument*/NULL); return L_16; } IL_005a: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_17 = ___name0; NullCheck(L_17); String_t* L_18; L_18 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_17, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_19 = ___name0; NullCheck(L_19); String_t* L_20; L_20 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_19, /*hidden argument*/NULL); String_t* L_21; L_21 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, L_18, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, L_20, /*hidden argument*/NULL); return L_21; } } // System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBaseConverter_ChangeListType_m2D552B789C4B57AE62140B1BF2C6E2CADF75D32F (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); Type_t * L_2 = ___destinationType1; Exception_t * L_3; L_3 = XmlBaseConverter_CreateInvalidClrMappingException_mF6EE65AEAEFD2FE80F2829D69A6C9178C2287270(__this, L_1, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_ChangeListType_m2D552B789C4B57AE62140B1BF2C6E2CADF75D32F_RuntimeMethod_var))); } } // System.Byte[] System.Xml.Schema.XmlBaseConverter::StringToBase64Binary(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlBaseConverter_StringToBase64Binary_mFCE9389E2A006251DC339123C0FAABDD02391D66 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToDate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToDate_mAD75ED28B7EC565E8FE800C176CBB924957DE583 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m21D635FAA1E7D5753B68991F245130DA14D28200(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToDateTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToDateTime_mEFAAE6DEDDD82CCF916D32F1D7DDBDE74C5E0A5A (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m21D635FAA1E7D5753B68991F245130DA14D28200(L_1, /*hidden argument*/NULL); return L_2; } } // System.TimeSpan System.Xml.Schema.XmlBaseConverter::StringToDayTimeDuration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 XmlBaseConverter_StringToDayTimeDuration_m298C73FC23242CB1805D8C3445480EF8059B5801 (String_t* ___value0, const RuntimeMethod* method) { XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___value0; XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F L_1; memset((&L_1), 0, sizeof(L_1)); XsdDuration__ctor_m8E776FD3A70A21A2EFC6ACADF87056EA2430895C((&L_1), L_0, 2, /*hidden argument*/NULL); V_0 = L_1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = XsdDuration_ToTimeSpan_m8E384990FA1D2AF1323B326E5987018872A6322F((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), 2, /*hidden argument*/NULL); return L_2; } } // System.TimeSpan System.Xml.Schema.XmlBaseConverter::StringToDuration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 XmlBaseConverter_StringToDuration_mED29E7E7F7E1E414AA876B9A72A2BC1002A631AB (String_t* ___value0, const RuntimeMethod* method) { XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___value0; XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F L_1; memset((&L_1), 0, sizeof(L_1)); XsdDuration__ctor_m8E776FD3A70A21A2EFC6ACADF87056EA2430895C((&L_1), L_0, 0, /*hidden argument*/NULL); V_0 = L_1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = XsdDuration_ToTimeSpan_m8E384990FA1D2AF1323B326E5987018872A6322F((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), 0, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGDay(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGDay_m3AC0ACC702743078E5901751FEB7AC3BF29AE628 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)64), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m21D635FAA1E7D5753B68991F245130DA14D28200(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGMonth(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGMonth_mC8A46EEAEC60BEB47FE1200CDF2CF976A3AC3ACC (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)128), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m21D635FAA1E7D5753B68991F245130DA14D28200(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGMonthDay(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGMonthDay_m47D13167664FBE6DA1B9F4A3643A6BB82DA57DD7 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)32), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m21D635FAA1E7D5753B68991F245130DA14D28200(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGYear(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGYear_m965119EC46C489C89E02BB93F76FF33B87054374 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m21D635FAA1E7D5753B68991F245130DA14D28200(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToGYearMonth(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToGYearMonth_mCD4BAD1D264A58FB77ACDF920909E2CF11255B94 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m21D635FAA1E7D5753B68991F245130DA14D28200(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToDateOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToDateOffset_mFF7F16CB2A08D61EDE8BEF28D50CF2F2BCE63164 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_mCF7A592E576D44F627F04DA2ED0B0ECE3BA79CF4(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToDateTimeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToDateTimeOffset_m6A7717957A33331C4845828A369C42669000D90C (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_mCF7A592E576D44F627F04DA2ED0B0ECE3BA79CF4(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGDayOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGDayOffset_m7D68AF64B9DA7CAFB15B9047198C715B7B15854F (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)64), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_mCF7A592E576D44F627F04DA2ED0B0ECE3BA79CF4(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGMonthOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGMonthOffset_m6AC72A22D3E738DBFD8808E2FF96DA75EE9F4394 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)128), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_mCF7A592E576D44F627F04DA2ED0B0ECE3BA79CF4(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGMonthDayOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGMonthDayOffset_m96B66B54FF5C85EF286DC1C56621D7EA48BAAC0A (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)32), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_mCF7A592E576D44F627F04DA2ED0B0ECE3BA79CF4(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGYearOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGYearOffset_m180CE38D3AEEFEF6AADC9845E623A84D632DFA60 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_mCF7A592E576D44F627F04DA2ED0B0ECE3BA79CF4(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToGYearMonthOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToGYearMonthOffset_m66A674E8F375969CF15634E502866D6939086C53 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_mCF7A592E576D44F627F04DA2ED0B0ECE3BA79CF4(L_1, /*hidden argument*/NULL); return L_2; } } // System.Byte[] System.Xml.Schema.XmlBaseConverter::StringToHexBinary(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlBaseConverter_StringToHexBinary_m6D14BF1DCAB917D7216C93AFF8A6F3C26C232E6D (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B(L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = XmlConvert_FromBinHexString_m30343080D1787837FC984C1628761189175C6820(L_1, (bool)0, /*hidden argument*/NULL); V_0 = L_2; goto IL_001a; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000f; } throw e; } CATCH_000f: {// begin catch(System.Xml.XmlException) NullCheck(((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *))); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *))); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_4 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_StringToHexBinary_m6D14BF1DCAB917D7216C93AFF8A6F3C26C232E6D_RuntimeMethod_var))); }// end catch (depth: 1) IL_001a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; return L_5; } } // System.Xml.XmlQualifiedName System.Xml.Schema.XmlBaseConverter::StringToQName(System.String,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlBaseConverter_StringToQName_mA5EEB0AAA815547D579AE4EFBF7D3563A631E333 (String_t* ___value0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___value0; NullCheck(L_0); String_t* L_1; L_1 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_0, /*hidden argument*/NULL); ___value0 = L_1; } IL_0008: try {// begin try (depth: 1) String_t* L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); ValidateNames_ParseQNameThrow_m7EA36DC81757EC1D9E3287E4C29CEB86C1152956(L_2, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL); goto IL_001f; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0014; } throw e; } CATCH_0014: {// begin catch(System.Xml.XmlException) NullCheck(((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *))); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *))); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_4 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_StringToQName_mA5EEB0AAA815547D579AE4EFBF7D3563A631E333_RuntimeMethod_var))); }// end catch (depth: 1) IL_001f: { RuntimeObject* L_5 = ___nsResolver1; if (L_5) { goto IL_0040; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6; String_t* L_8 = ___value0; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_8); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_7; String_t* L_10 = V_0; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(1), (RuntimeObject *)L_10); String_t* L_11; L_11 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB8EB0CBD198B70778E7BA0FDD11B98A9037B88E)), L_9, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_12 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_StringToQName_mA5EEB0AAA815547D579AE4EFBF7D3563A631E333_RuntimeMethod_var))); } IL_0040: { RuntimeObject* L_13 = ___nsResolver1; String_t* L_14 = V_0; NullCheck(L_13); String_t* L_15; L_15 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var, L_13, L_14); V_2 = L_15; String_t* L_16 = V_2; if (L_16) { goto IL_0069; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = L_17; String_t* L_19 = ___value0; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (RuntimeObject *)L_19); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_18; String_t* L_21 = V_0; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(1), (RuntimeObject *)L_21); String_t* L_22; L_22 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB8EB0CBD198B70778E7BA0FDD11B98A9037B88E)), L_20, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_23 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_StringToQName_mA5EEB0AAA815547D579AE4EFBF7D3563A631E333_RuntimeMethod_var))); } IL_0069: { String_t* L_24 = V_1; String_t* L_25 = V_2; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_26 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_26, L_24, L_25, /*hidden argument*/NULL); return L_26; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::StringToTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_StringToTime_mD18BB7906E5A4B614B4A0771C4C5BD6470F6C22D (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m21D635FAA1E7D5753B68991F245130DA14D28200(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::StringToTimeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_StringToTimeOffset_m41FC5ECE5DD6F323049FD99CA2E5C861358A145E (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_mCF7A592E576D44F627F04DA2ED0B0ECE3BA79CF4(L_1, /*hidden argument*/NULL); return L_2; } } // System.TimeSpan System.Xml.Schema.XmlBaseConverter::StringToYearMonthDuration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 XmlBaseConverter_StringToYearMonthDuration_m46F2496A09AF4F29AB469A37CE26CC02632CB78C (String_t* ___value0, const RuntimeMethod* method) { XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___value0; XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F L_1; memset((&L_1), 0, sizeof(L_1)); XsdDuration__ctor_m8E776FD3A70A21A2EFC6ACADF87056EA2430895C((&L_1), L_0, 1, /*hidden argument*/NULL); V_0 = L_1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = XsdDuration_ToTimeSpan_m8E384990FA1D2AF1323B326E5987018872A6322F((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), 1, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::AnyUriToString(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_AnyUriToString_mB66420B33B586048AE31773CBCC7CB4560E8389C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; NullCheck(L_0); String_t* L_1; L_1 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Schema.XmlBaseConverter::Base64BinaryToString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_Base64BinaryToString_m59A44A6E71E0578878E4B6642206F928C5D57506 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Schema.XmlBaseConverter::DateToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateToString_m1853FD82DDD0D80309A952D2BE6442C8BAA90ED4 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, 4, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::DateTimeToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateTimeToString_mA741191C8F98467A037A77122041688D78C6D89A (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, 1, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::DayTimeDurationToString(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DayTimeDurationToString_m0279D68AB80F0DEB9DFD8F3253D693B4C7338119 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_0; memset((&V_0), 0, sizeof(V_0)); { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F L_1; memset((&L_1), 0, sizeof(L_1)); XsdDuration__ctor_m87C4EF2E2EF7D4C8DDF37B1DC7C5ED849E052A70((&L_1), L_0, 2, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDuration_ToString_m95549BAD76E17A3055C31F3C0BD214885982B74C((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), 2, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::DurationToString(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DurationToString_m16A4BE64597A0DFD04A10B31153CB6B777131590 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_0; memset((&V_0), 0, sizeof(V_0)); { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F L_1; memset((&L_1), 0, sizeof(L_1)); XsdDuration__ctor_m87C4EF2E2EF7D4C8DDF37B1DC7C5ED849E052A70((&L_1), L_0, 0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDuration_ToString_m95549BAD76E17A3055C31F3C0BD214885982B74C((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), 0, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GDayToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GDayToString_m80612AE41E9E3A786E058C228E1CFE2157310646 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, ((int32_t)64), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GMonthToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthToString_m7B377208C82C7C511416627C7EE0D39B4169441E (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, ((int32_t)128), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GMonthDayToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthDayToString_mB71FE277219066DD43DAC2DEB730620401C83BDF (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, ((int32_t)32), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GYearToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearToString_m0228E05286AD0ABF8663898417CD37B04FA8749C (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GYearMonthToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearMonthToString_mB6AC55337B17EB434CB2E62A8A1B1257991501B7 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, 8, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::DateOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateOffsetToString_m05B79818853552FCD53A36052591F04CB7B86306 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, 4, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::DateTimeOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateTimeOffsetToString_m121DC4237FE390803E2B78671023A1B962E599B5 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, 1, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GDayOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GDayOffsetToString_m472D124EC68449ECB0CECB37F34B442128874116 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, ((int32_t)64), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GMonthOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthOffsetToString_m61E06E635A05529074A51DE286679A925AD2D2F2 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, ((int32_t)128), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GMonthDayOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GMonthDayOffsetToString_m9DBE365F664BB2C4CA029ECFDD0DEB820106092C (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, ((int32_t)32), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GYearOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearOffsetToString_m46287B1B66EFBA328800FF36C1A78FE4D709445F (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::GYearMonthOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_GYearMonthOffsetToString_m96ED77C2F32FBA4A41C3A1DC58257333B0C04099 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, 8, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::QNameToString(System.Xml.XmlQualifiedName,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_QNameToString_m61F53ABFDBA14C450E5145BA3332297F34E64848 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject* L_0 = ___nsResolver1; if (L_0) { goto IL_001f; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = ___qname0; NullCheck(L_1); String_t* L_2; L_2 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_1, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3 = ___qname0; NullCheck(L_3); String_t* L_4; L_4 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, L_2, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, L_4, /*hidden argument*/NULL); return L_5; } IL_001f: { RuntimeObject* L_6 = ___nsResolver1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_7 = ___qname0; NullCheck(L_7); String_t* L_8; L_8 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_7, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_9; L_9 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupPrefix(System.String) */, IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var, L_6, L_8); V_0 = L_9; String_t* L_10 = V_0; if (L_10) { goto IL_0057; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_13 = ___qname0; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_14); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = L_12; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_16 = ___qname0; NullCheck(L_16); String_t* L_17; L_17 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_16, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_17); (L_15)->SetAt(static_cast(1), (RuntimeObject *)L_17); String_t* L_18; L_18 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral170540220FC2938BCFE6547E5B9BAF7806C7D35D)), L_15, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_19 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_QNameToString_m61F53ABFDBA14C450E5145BA3332297F34E64848_RuntimeMethod_var))); } IL_0057: { String_t* L_20 = V_0; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0066; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_22 = ___qname0; NullCheck(L_22); String_t* L_23; L_23 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_22, /*hidden argument*/NULL); return L_23; } IL_0066: { String_t* L_24 = V_0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_25 = ___qname0; NullCheck(L_25); String_t* L_26; L_26 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_25, /*hidden argument*/NULL); String_t* L_27; L_27 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_24, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_26, /*hidden argument*/NULL); return L_27; } } // System.String System.Xml.Schema.XmlBaseConverter::TimeToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_TimeToString_m7E71CB1CB37202C3A859E2DA4C8A770DEC86C7EA (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((&L_1), L_0, 2, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::TimeOffsetToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_TimeOffsetToString_m6B555DD9FBDBF77F823E9417B2724F6C452D6856 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m33C8E56623F643FD67D14AE01A9AB14CB8DD238A((&L_1), L_0, 2, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Schema.XmlBaseConverter::YearMonthDurationToString(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_YearMonthDurationToString_m1DC78F1E05283A46D077FAD364D4FF9F6998CECC (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_0; memset((&V_0), 0, sizeof(V_0)); { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F L_1; memset((&L_1), 0, sizeof(L_1)); XsdDuration__ctor_m87C4EF2E2EF7D4C8DDF37B1DC7C5ED849E052A70((&L_1), L_0, 1, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDuration_ToString_m95549BAD76E17A3055C31F3C0BD214885982B74C((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), 1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.Schema.XmlBaseConverter::DateTimeOffsetToDateTime(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_DateTimeOffsetToDateTime_mDE534B3316FED20CCE618C948C2D3E9C134F315F (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; L_0 = DateTimeOffset_get_LocalDateTime_mDE0EFFB0F8C7A6FB6F4F6A65A6D37516052897E7((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&___value0), /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Xml.Schema.XmlBaseConverter::DecimalToInt32(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_DecimalToInt32_m0F28360D8E7E04C7A14CE5B7AC383EAD178BB175 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; memset((&L_1), 0, sizeof(L_1)); Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC((&L_1), ((int32_t)-2147483648LL), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_2; L_2 = Decimal_op_LessThan_m4D61A04048B5556710158E5787271EACC87F269F(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0024; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; memset((&L_4), 0, sizeof(L_4)); Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC((&L_4), ((int32_t)2147483647LL), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_5; L_5 = Decimal_op_GreaterThan_m2FE17DEB014FB5D2B0A45E13D3140F3C3B8A9C10(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_004b; } } IL_0024: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_9; L_9 = XmlConvert_ToString_mF0F35219CB0F55A48EAF67875060E3BA68E122EB(L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (String_t*)L_9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_7; NullCheck(L_10); ArrayElementTypeCheck (L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355))); (L_10)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355))); String_t* L_11; L_11 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_10, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_12 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_DecimalToInt32_m0F28360D8E7E04C7A14CE5B7AC383EAD178BB175_RuntimeMethod_var))); } IL_004b: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_13 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); int32_t L_14; L_14 = Decimal_op_Explicit_m2B2A60437392A75F80B56C5C53CA06B50F7F9D3E(L_13, /*hidden argument*/NULL); return L_14; } } // System.Int64 System.Xml.Schema.XmlBaseConverter::DecimalToInt64(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_DecimalToInt64_mEDF4ED4070012F656FF544CA65762590D4BD5084 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; memset((&L_1), 0, sizeof(L_1)); Decimal__ctor_m145E08923E726750B62B4CB80C5A758ED3A4669C((&L_1), ((int64_t)(std::numeric_limits::min)()), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_2; L_2 = Decimal_op_LessThan_m4D61A04048B5556710158E5787271EACC87F269F(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002c; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; memset((&L_4), 0, sizeof(L_4)); Decimal__ctor_m145E08923E726750B62B4CB80C5A758ED3A4669C((&L_4), ((int64_t)(std::numeric_limits::max)()), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_5; L_5 = Decimal_op_GreaterThan_m2FE17DEB014FB5D2B0A45E13D3140F3C3B8A9C10(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0053; } } IL_002c: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_9; L_9 = XmlConvert_ToString_mF0F35219CB0F55A48EAF67875060E3BA68E122EB(L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (String_t*)L_9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_7; NullCheck(L_10); ArrayElementTypeCheck (L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA))); (L_10)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA))); String_t* L_11; L_11 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_10, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_12 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_DecimalToInt64_mEDF4ED4070012F656FF544CA65762590D4BD5084_RuntimeMethod_var))); } IL_0053: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_13 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); int64_t L_14; L_14 = Decimal_op_Explicit_m0C0F3F7FB50EE1771393A9C22342734251EB0D74(L_13, /*hidden argument*/NULL); return L_14; } } // System.UInt64 System.Xml.Schema.XmlBaseConverter::DecimalToUInt64(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t XmlBaseConverter_DecimalToUInt64_mEDD9AC922363665A634B6C5373B21D5E6AE997B4 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); bool L_2; L_2 = Decimal_op_LessThan_m4D61A04048B5556710158E5787271EACC87F269F(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; memset((&L_4), 0, sizeof(L_4)); Decimal__ctor_mC63C39741FDF4CC711673E5F049B94B7EE6092C7((&L_4), ((int64_t)((int64_t)(-1))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_5; L_5 = Decimal_op_GreaterThan_m2FE17DEB014FB5D2B0A45E13D3140F3C3B8A9C10(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0043; } } IL_001c: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_9; L_9 = XmlConvert_ToString_mF0F35219CB0F55A48EAF67875060E3BA68E122EB(L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (String_t*)L_9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_7; NullCheck(L_10); ArrayElementTypeCheck (L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D))); (L_10)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D))); String_t* L_11; L_11 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_10, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_12 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_DecimalToUInt64_mEDD9AC922363665A634B6C5373B21D5E6AE997B4_RuntimeMethod_var))); } IL_0043: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_13 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); uint64_t L_14; L_14 = Decimal_op_Explicit_m486C476FEAFAC2F5EEE0C315A646D1633640C58D(L_13, /*hidden argument*/NULL); return L_14; } } // System.Byte System.Xml.Schema.XmlBaseConverter::Int32ToByte(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t XmlBaseConverter_Int32ToByte_m828076A3F2EA35D95E4A7D40C11D2F90AEEF4C51 (int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)255)))) { goto IL_0033; } } IL_000c: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; int32_t L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = XmlConvert_ToString_m44192366B01E8A875E9756625F2FBBFA3A681D35(L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (String_t*)L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_3; NullCheck(L_6); ArrayElementTypeCheck (L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral072BA90B274B502615639084DC3D7FCC63407A24))); (L_6)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral072BA90B274B502615639084DC3D7FCC63407A24))); String_t* L_7; L_7 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_6, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_8 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_Int32ToByte_m828076A3F2EA35D95E4A7D40C11D2F90AEEF4C51_RuntimeMethod_var))); } IL_0033: { int32_t L_9 = ___value0; return (uint8_t)((int32_t)((uint8_t)L_9)); } } // System.Int16 System.Xml.Schema.XmlBaseConverter::Int32ToInt16(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t XmlBaseConverter_Int32ToInt16_mE45E173706B224F3D18E259866E91B8456FC28ED (int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)((int32_t)-32768)))) { goto IL_0010; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)32767)))) { goto IL_0037; } } IL_0010: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; int32_t L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = XmlConvert_ToString_m44192366B01E8A875E9756625F2FBBFA3A681D35(L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (String_t*)L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_3; NullCheck(L_6); ArrayElementTypeCheck (L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A))); (L_6)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A))); String_t* L_7; L_7 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_6, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_8 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_Int32ToInt16_mE45E173706B224F3D18E259866E91B8456FC28ED_RuntimeMethod_var))); } IL_0037: { int32_t L_9 = ___value0; return ((int16_t)((int16_t)L_9)); } } // System.SByte System.Xml.Schema.XmlBaseConverter::Int32ToSByte(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t XmlBaseConverter_Int32ToSByte_mBC63ADC365163261E135C05A34EF5A140006CBD1 (int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)((int32_t)-128)))) { goto IL_000a; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)127)))) { goto IL_0031; } } IL_000a: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; int32_t L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = XmlConvert_ToString_m44192366B01E8A875E9756625F2FBBFA3A681D35(L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (String_t*)L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_3; NullCheck(L_6); ArrayElementTypeCheck (L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB))); (L_6)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB))); String_t* L_7; L_7 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_6, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_8 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_Int32ToSByte_mBC63ADC365163261E135C05A34EF5A140006CBD1_RuntimeMethod_var))); } IL_0031: { int32_t L_9 = ___value0; return ((int8_t)((int8_t)L_9)); } } // System.UInt16 System.Xml.Schema.XmlBaseConverter::Int32ToUInt16(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t XmlBaseConverter_Int32ToUInt16_mB7A12415A149E00C582D5C09A6ECE2CC64C102E6 (int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)65535)))) { goto IL_0033; } } IL_000c: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; int32_t L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = XmlConvert_ToString_m44192366B01E8A875E9756625F2FBBFA3A681D35(L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (String_t*)L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_3; NullCheck(L_6); ArrayElementTypeCheck (L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9))); (L_6)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9))); String_t* L_7; L_7 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_6, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_8 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_Int32ToUInt16_mB7A12415A149E00C582D5C09A6ECE2CC64C102E6_RuntimeMethod_var))); } IL_0033: { int32_t L_9 = ___value0; return (uint16_t)((int32_t)((uint16_t)L_9)); } } // System.Int32 System.Xml.Schema.XmlBaseConverter::Int64ToInt32(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_Int64ToInt32_m928DC3717E0702A6EEB938D4772C57AD8F569068 (int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; if ((((int64_t)L_0) < ((int64_t)((int64_t)((int64_t)((int32_t)-2147483648LL)))))) { goto IL_0012; } } { int64_t L_1 = ___value0; if ((((int64_t)L_1) <= ((int64_t)((int64_t)((int64_t)((int32_t)2147483647LL)))))) { goto IL_0039; } } IL_0012: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; int64_t L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = XmlConvert_ToString_m79EC978DC82DB8052E9F7FD581D9E778CFBC523B(L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (String_t*)L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_3; NullCheck(L_6); ArrayElementTypeCheck (L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355))); (L_6)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355))); String_t* L_7; L_7 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_6, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_8 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_Int64ToInt32_m928DC3717E0702A6EEB938D4772C57AD8F569068_RuntimeMethod_var))); } IL_0039: { int64_t L_9 = ___value0; return ((int32_t)((int32_t)L_9)); } } // System.UInt32 System.Xml.Schema.XmlBaseConverter::Int64ToUInt32(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t XmlBaseConverter_Int64ToUInt32_m9E27688590032648A0A7A9D9E0851CD9CFC8C6AF (int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; if ((((int64_t)L_0) < ((int64_t)((int64_t)((int64_t)0))))) { goto IL_000a; } } { int64_t L_1 = ___value0; if ((((int64_t)L_1) <= ((int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1)))))))) { goto IL_0031; } } IL_000a: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; int64_t L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = XmlConvert_ToString_m79EC978DC82DB8052E9F7FD581D9E778CFBC523B(L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (String_t*)L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_3; NullCheck(L_6); ArrayElementTypeCheck (L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A))); (L_6)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A))); String_t* L_7; L_7 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_6, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_8 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_Int64ToUInt32_m9E27688590032648A0A7A9D9E0851CD9CFC8C6AF_RuntimeMethod_var))); } IL_0031: { int64_t L_9 = ___value0; return ((int32_t)((uint32_t)L_9)); } } // System.DateTime System.Xml.Schema.XmlBaseConverter::UntypedAtomicToDateTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlBaseConverter_UntypedAtomicToDateTime_m1754F8203E6716405EB29C025F6B7C19C83242F6 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)255), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XsdDateTime_op_Implicit_m21D635FAA1E7D5753B68991F245130DA14D28200(L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::UntypedAtomicToDateTimeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlBaseConverter_UntypedAtomicToDateTimeOffset_m09835B641F3BB44974E26AF55031630404E47669 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_mB09134F0278390F7BEDE6F47A6BE015C64140C52((&L_1), L_0, ((int32_t)255), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2; L_2 = XsdDateTime_op_Implicit_mCF7A592E576D44F627F04DA2ED0B0ECE3BA79CF4(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Xml.Schema.XmlBaseConverter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__cctor_mAC48E622C75AF63BF4C52E70FE03995B89C2439B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_ICollectionType_3(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_IEnumerableType_4(L_3); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (IList_tB15A9D6625D09661D6E47976BB626C703EC81910_0_0_0_var) }; Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_IListType_5(L_5); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var) }; Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_ObjectArrayType_6(L_7); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_StringArrayType_7(L_9); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9_0_0_0_var) }; Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_10, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_XmlAtomicValueArrayType_8(L_11); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var) }; Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_DecimalType_9(L_13); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_14, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_Int32Type_10(L_15); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_16 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_17; L_17 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_16, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_Int64Type_11(L_17); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_18, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_StringType_12(L_19); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_0_0_0_var) }; Type_t * L_21; L_21 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_20, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_XmlAtomicValueType_13(L_21); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_22 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_23; L_23 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_22, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_ObjectType_14(L_23); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_25; L_25 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_24, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_ByteType_15(L_25); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_27; L_27 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_26, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_Int16Type_16(L_27); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_28 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_29; L_29 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_28, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_SByteType_17(L_29); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_30 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_31; L_31 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_30, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_UInt16Type_18(L_31); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_32 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_33; L_33 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_32, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_UInt32Type_19(L_33); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_34 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_35; L_35 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_34, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_UInt64Type_20(L_35); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_36 = { reinterpret_cast (XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_0_0_0_var) }; Type_t * L_37; L_37 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_36, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_XPathItemType_21(L_37); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_38 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_39; L_39 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_38, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_DoubleType_22(L_39); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_40 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_41; L_41 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_40, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_SingleType_23(L_41); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_42 = { reinterpret_cast (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var) }; Type_t * L_43; L_43 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_42, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_DateTimeType_24(L_43); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_44 = { reinterpret_cast (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var) }; Type_t * L_45; L_45 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_44, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_DateTimeOffsetType_25(L_45); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_46 = { reinterpret_cast (Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var) }; Type_t * L_47; L_47 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_46, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_BooleanType_26(L_47); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_48 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var) }; Type_t * L_49; L_49 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_48, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_ByteArrayType_27(L_49); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_50 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var) }; Type_t * L_51; L_51 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_50, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_XmlQualifiedNameType_28(L_51); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_52 = { reinterpret_cast (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var) }; Type_t * L_53; L_53 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_52, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_UriType_29(L_53); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_54 = { reinterpret_cast (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var) }; Type_t * L_55; L_55 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_54, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_TimeSpanType_30(L_55); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_56 = { reinterpret_cast (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_0_0_0_var) }; Type_t * L_57; L_57 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_56, /*hidden argument*/NULL); ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->set_XPathNavigatorType_31(L_57); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlBooleanConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBooleanConverter__ctor_m3F06CE72EA5187121B55793CCB13094C5B134589 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlBaseConverter__ctor_mFFE1FCB6DE4BCF03A3666FBFD1972F802345FCE5(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlBooleanConverter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlBooleanConverter_Create_m97C285EA0A792A75DB5FDE2D1D6A6FD3E563EA05 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * L_1 = (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 *)il2cpp_codegen_object_new(XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457_il2cpp_TypeInfo_var); XmlBooleanConverter__ctor_m3F06CE72EA5187121B55793CCB13094C5B134589(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.Schema.XmlBooleanConverter::ToBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBooleanConverter_ToBoolean_m2B875B2AE5B35B88052D956BDB9247110D9E23D0 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ToBoolean_m2B875B2AE5B35B88052D956BDB9247110D9E23D0_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_3; L_3 = XmlConvert_ToBoolean_m3B72202F9A3B1C2C26A80967E5EA8427AD2E93E9(L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Xml.Schema.XmlBooleanConverter::ToBoolean(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBooleanConverter_ToBoolean_m1591E723506D93CBD9F501D33A561D02F322ABE3 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ToBoolean_m1591E723506D93CBD9F501D33A561D02F322ABE3_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0029; } } { RuntimeObject * L_7 = ___value0; return ((*(bool*)((bool*)UnBox(L_7, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } IL_0029: { Type_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0042; } } { RuntimeObject * L_11 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_12; L_12 = XmlConvert_ToBoolean_m3B72202F9A3B1C2C26A80967E5EA8427AD2E93E9(((String_t*)CastclassSealed((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_12; } IL_0042: { Type_t * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005b; } } { RuntimeObject * L_16 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_16, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); bool L_17; L_17 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Xml.XPath.XPathItem::get_ValueAsBoolean() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_16, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_17; } IL_005b: { RuntimeObject * L_18 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); RuntimeObject * L_20; L_20 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_18, L_19, (RuntimeObject*)NULL); return ((*(bool*)((bool*)UnBox(L_20, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.String System.Xml.Schema.XmlBooleanConverter::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBooleanConverter_ToString_mBC92E42CC5EB4D131A548BE0DDCB5E1398E02A29 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_ToString_mC4A313B9407202F12B69C5AEFE53EF335C8D6671(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Schema.XmlBooleanConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBooleanConverter_ToString_m99F41656539467B20716CB33474F53758A640B7A (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, RuntimeObject * ___value0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ToString_m99F41656539467B20716CB33474F53758A640B7A_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002e; } } { RuntimeObject * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_8; L_8 = XmlConvert_ToString_mC4A313B9407202F12B69C5AEFE53EF335C8D6671(((*(bool*)((bool*)UnBox(L_7, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_8; } IL_002e: { Type_t * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0042; } } { RuntimeObject * L_12 = ___value0; return ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); } IL_0042: { Type_t * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005b; } } { RuntimeObject * L_16 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_16, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_16, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_17; } IL_005b: { RuntimeObject * L_18 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject* L_20 = ___nsResolver1; RuntimeObject * L_21; L_21 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_18, L_19, L_20); return ((String_t*)CastclassSealed((RuntimeObject*)L_21, String_t_il2cpp_TypeInfo_var)); } } // System.Object System.Xml.Schema.XmlBooleanConverter::ChangeType(System.Boolean,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBooleanConverter_ChangeType_mE550AB3D9B640F8E36DDAD634F4FDE9B9EAFCC12 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, bool ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ChangeType_mE550AB3D9B640F8E36DDAD634F4FDE9B9EAFCC12_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { Type_t * L_6; L_6 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_6; } IL_0029: { Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003d; } } { bool L_10 = ___value0; bool L_11 = L_10; RuntimeObject * L_12 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_11); return L_12; } IL_003d: { Type_t * L_13 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0051; } } { bool L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_17; L_17 = XmlConvert_ToString_mC4A313B9407202F12B69C5AEFE53EF335C8D6671(L_16, /*hidden argument*/NULL); return L_17; } IL_0051: { Type_t * L_18 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_006b; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_21; L_21 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); bool L_22 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_23 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA(L_23, L_21, L_22, /*hidden argument*/NULL); return L_23; } IL_006b: { Type_t * L_24 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_25 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_26; L_26 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0085; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_27; L_27 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); bool L_28 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_29 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA(L_29, L_27, L_28, /*hidden argument*/NULL); return L_29; } IL_0085: { bool L_30 = ___value0; bool L_31 = L_30; RuntimeObject * L_32 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_31); Type_t * L_33 = ___destinationType1; RuntimeObject * L_34; L_34 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_32, L_33, (RuntimeObject*)NULL); return L_34; } } // System.Object System.Xml.Schema.XmlBooleanConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBooleanConverter_ChangeType_mBE1A27D4289383475086E1585FA905629FB9EB83 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, String_t* ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ChangeType_mBE1A27D4289383475086E1585FA905629FB9EB83_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ChangeType_mBE1A27D4289383475086E1585FA905629FB9EB83_RuntimeMethod_var))); } IL_0022: { Type_t * L_5 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_6 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_7; L_7 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } { Type_t * L_8; L_8 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_8; } IL_0037: { Type_t * L_9 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0050; } } { String_t* L_12 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_13; L_13 = XmlConvert_ToBoolean_m3B72202F9A3B1C2C26A80967E5EA8427AD2E93E9(L_12, /*hidden argument*/NULL); bool L_14 = L_13; RuntimeObject * L_15 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_14); return L_15; } IL_0050: { Type_t * L_16 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_17 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_18; L_18 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_005f; } } { String_t* L_19 = ___value0; return L_19; } IL_005f: { Type_t * L_20 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_21 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_22; L_22 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0079; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_23; L_23 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_24 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_25 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_25, L_23, L_24, /*hidden argument*/NULL); return L_25; } IL_0079: { Type_t * L_26 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_27 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_28; L_28 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0093; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_29; L_29 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_30 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_31 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_31, L_29, L_30, /*hidden argument*/NULL); return L_31; } IL_0093: { String_t* L_32 = ___value0; Type_t * L_33 = ___destinationType1; RuntimeObject* L_34 = ___nsResolver2; RuntimeObject * L_35; L_35 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_32, L_33, L_34); return L_35; } } // System.Object System.Xml.Schema.XmlBooleanConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlBooleanConverter_ChangeType_m1B9D74C7C8207CE0760BBFD004BC2D9E29A70334 (XmlBooleanConverter_tC1F65A7C670A2F7AFB897E190BB153464135A457 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ChangeType_m1B9D74C7C8207CE0760BBFD004BC2D9E29A70334_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBooleanConverter_ChangeType_m1B9D74C7C8207CE0760BBFD004BC2D9E29A70334_RuntimeMethod_var))); } IL_0022: { RuntimeObject * L_5 = ___value0; NullCheck(L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_5, /*hidden argument*/NULL); V_0 = L_6; Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003e; } } { Type_t * L_10; L_10 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_10; } IL_003e: { Type_t * L_11 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_12 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13; L_13 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0058; } } { RuntimeObject * L_14 = ___value0; bool L_15; L_15 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(9 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Object) */, __this, L_14); bool L_16 = L_15; RuntimeObject * L_17 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_16); return L_17; } IL_0058: { Type_t * L_18 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_006e; } } { RuntimeObject * L_21 = ___value0; RuntimeObject* L_22 = ___nsResolver2; String_t* L_23; L_23 = VirtualFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_21, L_22); return L_23; } IL_006e: { Type_t * L_24 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_25 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_26; L_26 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00cd; } } { Type_t * L_27 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_28 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_29; L_29 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_27, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_009a; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_30; L_30 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_31 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_32 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA(L_32, L_30, ((*(bool*)((bool*)UnBox(L_31, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_32; } IL_009a: { Type_t * L_33 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_34 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_35; L_35 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00b9; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_36; L_36 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_37 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_38 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_38, L_36, ((String_t*)CastclassSealed((RuntimeObject*)L_37, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_38; } IL_00b9: { Type_t * L_39 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_40 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_41; L_41 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_39, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00cd; } } { RuntimeObject * L_42 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_42, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_00cd: { Type_t * L_43 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_44 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_45; L_45 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_43, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_012c; } } { Type_t * L_46 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_47 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_48; L_48 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_46, L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_00f9; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_49; L_49 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_50 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_51 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA(L_51, L_49, ((*(bool*)((bool*)UnBox(L_50, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_51; } IL_00f9: { Type_t * L_52 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_53 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_54; L_54 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_52, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0118; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_55; L_55 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_56 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_57 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_57, L_55, ((String_t*)CastclassSealed((RuntimeObject*)L_56, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_57; } IL_0118: { Type_t * L_58 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_59 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_60; L_60 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_58, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_012c; } } { RuntimeObject * L_61 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_61, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_012c: { RuntimeObject * L_62 = ___value0; Type_t * L_63 = ___destinationType1; RuntimeObject* L_64 = ___nsResolver2; RuntimeObject * L_65; L_65 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_62, L_63, L_64); return L_65; } } #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.XmlCDataSection::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCDataSection__ctor_m7627C8277D242E9C27B55D71AE63A94FF7F42C28 (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, String_t* ___data0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___data0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc1; XmlCharacterData__ctor_m92DACE6F1470B2FABC19CE1DB3B8170BC346AA30(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlCDataSection::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCDataSection_get_Name_mCE6B0817A7C386F4BA9316B2A628479DF65807FF (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strCDataSectionName_25(); return L_1; } } // System.String System.Xml.XmlCDataSection::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCDataSection_get_LocalName_m2208D23458B9350956BBEA3B1F294C99A3A0FAE0 (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strCDataSectionName_25(); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlCDataSection::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCDataSection_get_NodeType_mB8762B3005864CA24D644AC7270E4676BBC78079 (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.Xml.XmlNode System.Xml.XmlCDataSection::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlCDataSection_get_ParentNode_m50EA2389E8C45122886FC33ED56C0921E6562285 (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, const RuntimeMethod* method) { int32_t V_0 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)3))) > ((uint32_t)1)))) { goto IL_0022; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)9)))) { goto IL_0020; } } { int32_t L_4 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)13)))) > ((uint32_t)1)))) { goto IL_0022; } } { goto IL_0041; } IL_0020: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_0022: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_5); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = L_5->get_parentNode_0(); V_1 = L_6; goto IL_0037; } IL_0030: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_1; NullCheck(L_7); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = L_7->get_parentNode_0(); V_1 = L_8; } IL_0037: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_1; NullCheck(L_9); bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_9); if (L_10) { goto IL_0030; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11 = V_1; return L_11; } IL_0041: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); return L_12; } } // System.Xml.XmlNode System.Xml.XmlCDataSection::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlCDataSection_CloneNode_mD93132E7DFE6E41DFB6125BA113F016874E4E8AB (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(53 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * L_2; L_2 = VirtualFuncInvoker1< XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA *, String_t* >::Invoke(56 /* System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) */, L_0, L_1); return L_2; } } // System.Xml.XPath.XPathNodeType System.Xml.XmlCDataSection::get_XPNodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCDataSection_get_XPNodeType_mFC12ED7317D3982349D6DBF3E3290E4416463AE9 (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.Boolean System.Xml.XmlCDataSection::get_IsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCDataSection_get_IsText_m25CFD9A569F4FE0FDA855FA960BD0E64E2AB771D (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlNode System.Xml.XmlCDataSection::get_PreviousText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlCDataSection_get_PreviousText_mCFD05AAD995CDD9706BBCD8F9E5912FF9AD2D182 (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_0); if (!L_1) { goto IL_0014; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); return L_2; } IL_0014: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlCachedStream::.ctor(System.Uri,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCachedStream__ctor_m07A18788CA9C71ED5B4718F29D34B94406703F0F (XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; __this->set_uri_15(L_0); } IL_000d: try {// begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)); V_0 = L_1; V_1 = 0; goto IL_0025; } IL_001c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; int32_t L_3 = V_1; VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_2, 0, L_3); } IL_0025: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___stream1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; NullCheck(L_4); int32_t L_6; L_6 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, ((int32_t)4096)); int32_t L_7 = L_6; V_1 = L_7; if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_001c; } } IL_0037: { MemoryStream_set_Position_mBE93CD7DBCB7B1822D47726AFFE76D030496988E(__this, ((int64_t)((int64_t)0)), /*hidden argument*/NULL); IL2CPP_LEAVE(0x48, FINALLY_0041); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0041; } FINALLY_0041: {// begin finally (depth: 1) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8 = ___stream1; NullCheck(L_8); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_8); IL2CPP_END_FINALLY(65) }// end finally (depth: 1) IL2CPP_CLEANUP(65) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x48, IL_0048) } IL_0048: { 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.XmlCharType IL2CPP_EXTERN_C void XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshal_pinvoke(const XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA& unmarshaled, XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_pinvoke& marshaled) { marshaled.___charProperties_2 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_charProperties_2()); } IL2CPP_EXTERN_C void XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshal_pinvoke_back(const XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_pinvoke& marshaled, XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_charProperties_2((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___charProperties_2)); } // Conversion method for clean up from marshalling of: System.Xml.XmlCharType IL2CPP_EXTERN_C void XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshal_pinvoke_cleanup(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_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_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshal_com(const XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA& unmarshaled, XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_com& marshaled) { marshaled.___charProperties_2 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_charProperties_2()); } IL2CPP_EXTERN_C void XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshal_com_back(const XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_com& marshaled, XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_charProperties_2((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___charProperties_2)); } // Conversion method for clean up from marshalling of: System.Xml.XmlCharType IL2CPP_EXTERN_C void XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshal_com_cleanup(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_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_m81A2863AB242D63E36753E695E04EFD800E30F62 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_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_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; RuntimeObject * L_3; L_3 = InterlockedCompareExchangeImpl((RuntimeObject **)(((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var))->get_address_of_s_Lock_0()), L_2, NULL); } IL_001a: { RuntimeObject * L_4 = ((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var))->get_s_Lock_0(); return L_4; } } // System.Void System.Xml.XmlCharType::InitInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_InitInstance_m59CB9FA98F252136EEB7E364C62849CCC9B7E7AE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02E5C3B8AD72F3FC46F6C829AB1FEDDC9B115473); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E0426234071F961E725D9438C6D5A048A0394B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2309CFA4F156DCCB12A14E727DCE560E1426B532); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81ABCB006928101D1882FA2FBB7BFA00FE053221); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94A9AE3A92C04F7400ADC94B7BCB73FFC0A08DE4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC5753B4554091FA687FA64F4FA303B0C913E2EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFDA1C9397356AF77AAE64869A9D6288562F10D4C); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0; L_0 = XmlCharType_get_StaticLock_m81A2863AB242D63E36753E695E04EFD800E30F62(/*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_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_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_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)65536)); il2cpp_codegen_memory_barrier(); ((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var))->set_s_CharProperties_1(L_3); XmlCharType_SetProperties_m95495DAAF50A803B8B25CF4DB4A6A34A07B04DAE(_stringLiteral2309CFA4F156DCCB12A14E727DCE560E1426B532, (uint8_t)1, /*hidden argument*/NULL); XmlCharType_SetProperties_m95495DAAF50A803B8B25CF4DB4A6A34A07B04DAE(_stringLiteral0E0426234071F961E725D9438C6D5A048A0394B3, (uint8_t)2, /*hidden argument*/NULL); XmlCharType_SetProperties_m95495DAAF50A803B8B25CF4DB4A6A34A07B04DAE(_stringLiteralCC5753B4554091FA687FA64F4FA303B0C913E2EC, (uint8_t)4, /*hidden argument*/NULL); XmlCharType_SetProperties_m95495DAAF50A803B8B25CF4DB4A6A34A07B04DAE(_stringLiteral02E5C3B8AD72F3FC46F6C829AB1FEDDC9B115473, (uint8_t)8, /*hidden argument*/NULL); XmlCharType_SetProperties_m95495DAAF50A803B8B25CF4DB4A6A34A07B04DAE(_stringLiteralFDA1C9397356AF77AAE64869A9D6288562F10D4C, (uint8_t)((int32_t)16), /*hidden argument*/NULL); XmlCharType_SetProperties_m95495DAAF50A803B8B25CF4DB4A6A34A07B04DAE(_stringLiteral02E5C3B8AD72F3FC46F6C829AB1FEDDC9B115473, (uint8_t)((int32_t)32), /*hidden argument*/NULL); XmlCharType_SetProperties_m95495DAAF50A803B8B25CF4DB4A6A34A07B04DAE(_stringLiteral94A9AE3A92C04F7400ADC94B7BCB73FFC0A08DE4, (uint8_t)((int32_t)64), /*hidden argument*/NULL); XmlCharType_SetProperties_m95495DAAF50A803B8B25CF4DB4A6A34A07B04DAE(_stringLiteral81ABCB006928101D1882FA2FBB7BFA00FE053221, (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_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_5, /*hidden argument*/NULL); } IL_0096: { IL2CPP_END_FINALLY(141) } }// end finally (depth: 1) IL2CPP_CLEANUP(141) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x97, IL_0097) } IL_0097: { return; } } // System.Void System.Xml.XmlCharType::SetProperties(System.String,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SetProperties_m95495DAAF50A803B8B25CF4DB4A6A34A07B04DAE (String_t* ___ranges0, uint8_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var); 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; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_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(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; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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_mF597588002D63E65BC835ABC21221BB1525A6637 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___charProperties0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___charProperties0; __this->set_charProperties_2(L_0); return; } } IL2CPP_EXTERN_C void XmlCharType__ctor_mF597588002D63E65BC835ABC21221BB1525A6637_AdjustorThunk (RuntimeObject * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___charProperties0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XmlCharType__ctor_mF597588002D63E65BC835ABC21221BB1525A6637_inline(_thisAdjusted, ___charProperties0, method); } // System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA XmlCharType_get_Instance_mA3CFC9BC3797565FD176224C6116F41AC8BA65B5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var))->get_s_CharProperties_1(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_000e; } } { XmlCharType_InitInstance_m59CB9FA98F252136EEB7E364C62849CCC9B7E7AE(/*hidden argument*/NULL); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_il2cpp_TypeInfo_var))->get_s_CharProperties_1(); il2cpp_codegen_memory_barrier(); XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_2; memset((&L_2), 0, sizeof(L_2)); XmlCharType__ctor_mF597588002D63E65BC835ABC21221BB1525A6637_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_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* 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(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_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* 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(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_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsStartNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameSingleChar_mD01A1F5180852CB6C7331B880F0A41655967C450 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* 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(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_mD01A1F5180852CB6C7331B880F0A41655967C450_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsStartNCNameSingleChar_mD01A1F5180852CB6C7331B880F0A41655967C450(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameSingleChar_m087279C64448A616E84B37DCF3871203351EDED4 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; bool L_1; L_1 = XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)__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_m087279C64448A616E84B37DCF3871203351EDED4_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsNameSingleChar_m087279C64448A616E84B37DCF3871203351EDED4(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsCharData(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsCharData_m8FA0C15217389BFB0EC8DCD7CBED0A1DE4EF7444 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* 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(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_m8FA0C15217389BFB0EC8DCD7CBED0A1DE4EF7444_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsCharData_m8FA0C15217389BFB0EC8DCD7CBED0A1DE4EF7444(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsPubidChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsPubidChar_m09C52A77F124B5FB796A5EB83231B1A4BE45DC85 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B9D11CBA54D41168E05EDD70A039AE4D55FEEE7); 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(_stringLiteral9B9D11CBA54D41168E05EDD70A039AE4D55FEEE7); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral9B9D11CBA54D41168E05EDD70A039AE4D55FEEE7, ((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_m09C52A77F124B5FB796A5EB83231B1A4BE45DC85_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsPubidChar_m09C52A77F124B5FB796A5EB83231B1A4BE45DC85(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsTextChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsTextChar_mA8CF9F91752A9361BC4F6B1971E658323A3EC8F2 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* 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(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsTextChar_mA8CF9F91752A9361BC4F6B1971E658323A3EC8F2_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsTextChar_mA8CF9F91752A9361BC4F6B1971E658323A3EC8F2(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLetter_mAC52BCA4EEAD9AAE0C3E77A4964620945E68DBE9 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* 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(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsLetter_mAC52BCA4EEAD9AAE0C3E77A4964620945E68DBE9_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsLetter_mAC52BCA4EEAD9AAE0C3E77A4964620945E68DBE9(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameCharXml4e_m82E65F7DA6496C8181BC1C2C1FE9C4760C3DEDC7 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* 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(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsNCNameCharXml4e_m82E65F7DA6496C8181BC1C2C1FE9C4760C3DEDC7_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsNCNameCharXml4e_m82E65F7DA6496C8181BC1C2C1FE9C4760C3DEDC7(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsStartNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameCharXml4e_m65E09A850C0586A92D254A3D221080F96414231C (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; bool L_1; L_1 = XmlCharType_IsLetter_mAC52BCA4EEAD9AAE0C3E77A4964620945E68DBE9((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)__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)95)))? 1 : 0); } IL_000f: { return (bool)1; } } IL2CPP_EXTERN_C bool XmlCharType_IsStartNCNameCharXml4e_m65E09A850C0586A92D254A3D221080F96414231C_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsStartNCNameCharXml4e_m65E09A850C0586A92D254A3D221080F96414231C(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameCharXml4e_m73DC56C1F2A829320C73D9C177344A8C25B8C629 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; bool L_1; L_1 = XmlCharType_IsNCNameCharXml4e_m82E65F7DA6496C8181BC1C2C1FE9C4760C3DEDC7((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)__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_IsNameCharXml4e_m73DC56C1F2A829320C73D9C177344A8C25B8C629_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsNameCharXml4e_m73DC56C1F2A829320C73D9C177344A8C25B8C629(_thisAdjusted, ___ch0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsDigit_m9ADB033610B953E142851550C2626FDAE97613C6 (Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; bool L_1; L_1 = XmlCharType_InRange_m53A94066F0586D01CDFA1FCF40BE0352A80826D7(L_0, ((int32_t)48), ((int32_t)57), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_m05FA9C7BBB540AD6890CCDCC286E6699F7351301 (int32_t ___ch0, const RuntimeMethod* method) { { int32_t L_0 = ___ch0; bool L_1; L_1 = XmlCharType_InRange_m53A94066F0586D01CDFA1FCF40BE0352A80826D7(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_m7939EE6AE78DBE960B04D2A8E957E913C2EFC6DC (int32_t ___ch0, const RuntimeMethod* method) { { int32_t L_0 = ___ch0; bool L_1; L_1 = XmlCharType_InRange_m53A94066F0586D01CDFA1FCF40BE0352A80826D7(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_m01752EB49659860DAB0FEACB0AD1566216215DE8 (int32_t ___ch0, const RuntimeMethod* method) { { int32_t L_0 = ___ch0; bool L_1; L_1 = XmlCharType_InRange_m53A94066F0586D01CDFA1FCF40BE0352A80826D7(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_m87E1DFC697895E2055353F4E12BFB7D9DDBA9A9B (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_m15AF7BFFB38D7A82DD65D7ED9807014F3771EF45 (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.Boolean System.Xml.XmlCharType::IsOnlyWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyWhitespace_m67C7128F455445CCB117BF101F75E69F41D1DBE5 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, String_t* ___str0, const RuntimeMethod* method) { { String_t* L_0 = ___str0; int32_t L_1; L_1 = XmlCharType_IsOnlyWhitespaceWithPos_m5F63B48887815329A2FB0F42D503731361C63B2B((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)__this, L_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsOnlyWhitespace_m67C7128F455445CCB117BF101F75E69F41D1DBE5_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsOnlyWhitespace_m67C7128F455445CCB117BF101F75E69F41D1DBE5(_thisAdjusted, ___str0, method); return _returnValue; } // System.Int32 System.Xml.XmlCharType::IsOnlyWhitespaceWithPos(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyWhitespaceWithPos_m5F63B48887815329A2FB0F42D503731361C63B2B (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, String_t* ___str0, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___str0; if (!L_0) { goto IL_0028; } } { V_0 = 0; goto IL_001f; } IL_0007: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_charProperties_2(); String_t* L_2 = ___str0; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); Il2CppChar L_5 = L_4; uint8_t L_6 = (L_1)->GetAt(static_cast(L_5)); if (((int32_t)((int32_t)L_6&(int32_t)1))) { goto IL_001b; } } { int32_t L_7 = V_0; return L_7; } IL_001b: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_001f: { int32_t L_9 = V_0; String_t* L_10 = ___str0; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0007; } } IL_0028: { return (-1); } } IL2CPP_EXTERN_C int32_t XmlCharType_IsOnlyWhitespaceWithPos_m5F63B48887815329A2FB0F42D503731361C63B2B_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XmlCharType_IsOnlyWhitespaceWithPos_m5F63B48887815329A2FB0F42D503731361C63B2B(_thisAdjusted, ___str0, method); return _returnValue; } // System.Int32 System.Xml.XmlCharType::IsOnlyCharData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyCharData_mB737298EFE9723B875B65B01CEF409F54076BFBA (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __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_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_charProperties_2(); String_t* L_2 = ___str0; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); Il2CppChar L_5 = L_4; uint8_t L_6 = (L_1)->GetAt(static_cast(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; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, L_11, /*hidden argument*/NULL); bool L_13; L_13 = XmlCharType_IsHighSurrogate_m05FA9C7BBB540AD6890CCDCC286E6699F7351301(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; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL); bool L_17; L_17 = XmlCharType_IsLowSurrogate_m7939EE6AE78DBE960B04D2A8E957E913C2EFC6DC(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; L_23 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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_mB737298EFE9723B875B65B01CEF409F54076BFBA_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XmlCharType_IsOnlyCharData_mB737298EFE9723B875B65B01CEF409F54076BFBA(_thisAdjusted, ___str0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsOnlyDigits(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyDigits_m71F9B1C7AB044933E9C5FD9E07278617A5F0A37C (String_t* ___str0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___startPos1; V_0 = L_0; goto IL_0018; } IL_0004: { String_t* L_1 = ___str0; int32_t L_2 = V_0; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); bool L_4; L_4 = XmlCharType_IsDigit_m9ADB033610B953E142851550C2626FDAE97613C6(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0014; } } { return (bool)0; } IL_0014: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0018: { int32_t L_6 = V_0; int32_t L_7 = ___startPos1; int32_t L_8 = ___len2; if ((((int32_t)L_6) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))))) { goto IL_0004; } } { return (bool)1; } } // System.Int32 System.Xml.XmlCharType::IsPublicId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsPublicId_m6C5BB0CC50EB3FCE3005181E0650D3EF7EFD47A3 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __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; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); bool L_4; L_4 = XmlCharType_IsPubidChar_m09C52A77F124B5FB796A5EB83231B1A4BE45DC85((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)__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; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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_m6C5BB0CC50EB3FCE3005181E0650D3EF7EFD47A3_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XmlCharType_IsPublicId_m6C5BB0CC50EB3FCE3005181E0650D3EF7EFD47A3(_thisAdjusted, ___str0, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::InRange(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_InRange_m53A94066F0586D01CDFA1FCF40BE0352A80826D7 (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.Void System.Xml.XmlCharacterData::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData__ctor_m92DACE6F1470B2FABC19CE1DB3B8170BC346AA30 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___data0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc1; XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___data0; __this->set_data_2(L_1); return; } } // System.String System.Xml.XmlCharacterData::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCharacterData_get_Value_m112FCDF809BD76BDA58360E46A8490882F43C025 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(53 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); return L_0; } } // System.Void System.Xml.XmlCharacterData::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData_set_Value_mF2B61F10986DE0910DD9A9A856C20C29D8E0FC78 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtualActionInvoker1< String_t* >::Invoke(54 /* System.Void System.Xml.XmlCharacterData::set_Data(System.String) */, __this, L_0); return; } } // System.String System.Xml.XmlCharacterData::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCharacterData_get_InnerText_mD2BF0F5E60CB02BC33201FBADB5E8E5289080377 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, __this); return L_0; } } // System.Void System.Xml.XmlCharacterData::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData_set_InnerText_m48F9F84548769EA2EC8121923BFB5EDF98AECDF1 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtualActionInvoker1< String_t* >::Invoke(10 /* System.Void System.Xml.XmlNode::set_Value(System.String) */, __this, L_0); return; } } // System.String System.Xml.XmlCharacterData::get_Data() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCharacterData_get_Data_m1794930CDA7E3405077642C6A84059E5B87C0C23 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_data_2(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_data_2(); return L_1; } IL_000f: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } } // System.Void System.Xml.XmlCharacterData::set_Data(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData_set_Data_m32888ED3CA4AC8ACD1AEB45F56608D2D8282285D (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___value0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); V_0 = L_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = V_0; String_t* L_3 = __this->get_data_2(); String_t* L_4 = ___value0; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_5; L_5 = VirtualFuncInvoker6< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, String_t*, String_t*, int32_t >::Invoke(45 /* System.Xml.XmlNodeChangedEventArgs System.Xml.XmlNode::GetEventArgs(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) */, __this, __this, L_1, L_2, L_3, L_4, 2); V_1 = L_5; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_6 = V_1; if (!L_6) { goto IL_0023; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_7 = V_1; VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(46 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_7); } IL_0023: { String_t* L_8 = ___value0; __this->set_data_2(L_8); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_9 = V_1; if (!L_9) { goto IL_0034; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_10 = V_1; VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(47 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_10); } IL_0034: { return; } } // System.Boolean System.Xml.XmlCharacterData::CheckOnData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharacterData_CheckOnData_m9A57001C001BA5EB4524F44562C20D27E79A3B81 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___data0, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA V_0; memset((&V_0), 0, sizeof(V_0)); { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_0; L_0 = XmlCharType_get_Instance_mA3CFC9BC3797565FD176224C6116F41AC8BA65B5(/*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = ___data0; bool L_2; L_2 = XmlCharType_IsOnlyWhitespace_m67C7128F455445CCB117BF101F75E69F41D1DBE5((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(&V_0), L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Xml.XmlCharacterData::DecideXPNodeTypeForTextNodes(System.Xml.XmlNode,System.Xml.XPath.XPathNodeType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharacterData_DecideXPNodeTypeForTextNodes_mFFA41E1283584284B06EC369FF0407A26526E041 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, int32_t* ___xnt1, const RuntimeMethod* method) { int32_t V_0 = 0; { goto IL_0048; } IL_0002: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)5))) { goto IL_0019; } } { int32_t L_3 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)3))) > ((uint32_t)1)))) { goto IL_0028; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)5))) { goto IL_002d; } } { goto IL_003e; } IL_0019: { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)13)))) { goto IL_0040; } } { int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)14))))) { goto IL_003e; } } { int32_t* L_7 = ___xnt1; *((int32_t*)L_7) = (int32_t)5; goto IL_0040; } IL_0028: { int32_t* L_8 = ___xnt1; *((int32_t*)L_8) = (int32_t)4; return (bool)0; } IL_002d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = ___node0; NullCheck(L_9); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10; L_10 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_9); int32_t* L_11 = ___xnt1; bool L_12; L_12 = XmlCharacterData_DecideXPNodeTypeForTextNodes_mFFA41E1283584284B06EC369FF0407A26526E041(__this, L_10, (int32_t*)L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0040; } } { return (bool)0; } IL_003e: { return (bool)0; } IL_0040: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = ___node0; NullCheck(L_13); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14; L_14 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_13); ___node0 = L_14; } IL_0048: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15 = ___node0; if (L_15) { goto IL_0002; } } { 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.XmlChildEnumerator::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlChildEnumerator__ctor_m05CAB16D0FC521D715119DFE83D2B11C7BB2FD8D (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___container0; __this->set_container_0(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___container0; NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_1); __this->set_child_1(L_2); __this->set_isFirst_2((bool)1); return; } } // System.Boolean System.Xml.XmlChildEnumerator::System.Collections.IEnumerator.MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlChildEnumerator_System_Collections_IEnumerator_MoveNext_m671746486A0F64892351850041F6EAAABD95ABA7 (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = XmlChildEnumerator_MoveNext_mDA30FD57E7987F22769388EA4E0C84B6D65D455D(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XmlChildEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlChildEnumerator_MoveNext_mDA30FD57E7987F22769388EA4E0C84B6D65D455D (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isFirst_2(); if (!L_0) { goto IL_0022; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = __this->get_container_0(); NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_1); __this->set_child_1(L_2); __this->set_isFirst_2((bool)0); goto IL_003b; } IL_0022: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = __this->get_child_1(); if (!L_3) { goto IL_003b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = __this->get_child_1(); NullCheck(L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5; L_5 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_4); __this->set_child_1(L_5); } IL_003b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = __this->get_child_1(); return (bool)((!(((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_6) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void System.Xml.XmlChildEnumerator::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlChildEnumerator_System_Collections_IEnumerator_Reset_m0F5589DECEFC71D36C32BC2C07F27704A7F37E8A (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, const RuntimeMethod* method) { { __this->set_isFirst_2((bool)1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __this->get_container_0(); NullCheck(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0); __this->set_child_1(L_1); return; } } // System.Object System.Xml.XmlChildEnumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlChildEnumerator_System_Collections_IEnumerator_get_Current_m85F1ED174E2102798DC18B34AC277EC77E419863 (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = XmlChildEnumerator_get_Current_m9F82A181A0FEE37872C087AAF383C0AC440DB5F5(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode System.Xml.XmlChildEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlChildEnumerator_get_Current_m9F82A181A0FEE37872C087AAF383C0AC440DB5F5 (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isFirst_2(); if (L_0) { goto IL_0010; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = __this->get_child_1(); if (L_1) { goto IL_0020; } } IL_0010: { String_t* L_2; L_2 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlChildEnumerator_get_Current_m9F82A181A0FEE37872C087AAF383C0AC440DB5F5_RuntimeMethod_var))); } IL_0020: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = __this->get_child_1(); return L_4; } } #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.XmlChildNodes::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlChildNodes__ctor_m447E865BB02D414739239B061BF2328552BAF0D7 (XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container0, const RuntimeMethod* method) { { XmlNodeList__ctor_mDA4B70FD311E6022A0C159DA09B9F2A9CBEE647F(__this, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___container0; __this->set_container_0(L_0); return; } } // System.Xml.XmlNode System.Xml.XmlChildNodes::Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlChildNodes_Item_m718376E98312EB7221F70F7FC10407A0DF2B8C6E (XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB * __this, int32_t ___i0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { int32_t L_0 = ___i0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0006; } } { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_0006: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = __this->get_container_0(); NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_1); V_0 = L_2; goto IL_0025; } IL_0014: { int32_t L_3 = ___i0; if (L_3) { goto IL_0019; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = V_0; return L_4; } IL_0019: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0; NullCheck(L_5); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_5); V_0 = L_6; int32_t L_7 = ___i0; ___i0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); } IL_0025: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = V_0; if (L_8) { goto IL_0014; } } { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Int32 System.Xml.XmlChildNodes::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlChildNodes_get_Count_mE754CBE85A8684B697BF472A0EFA8F961596A5F0 (XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB * __this, const RuntimeMethod* method) { int32_t V_0 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; { V_0 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __this->get_container_0(); NullCheck(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0); V_1 = L_1; goto IL_001b; } IL_0010: { int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_1; NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_3); V_1 = L_4; } IL_001b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_1; if (L_5) { goto IL_0010; } } { int32_t L_6 = V_0; return L_6; } } // System.Collections.IEnumerator System.Xml.XmlChildNodes::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlChildNodes_GetEnumerator_m1CE9909207F5B3C926FC83EC89BADBB0E2784587 (XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __this->get_container_0(); NullCheck(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0); if (L_1) { goto IL_0013; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * L_2 = ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))->get_EmptyEnumerator_42(); return L_2; } IL_0013: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = __this->get_container_0(); XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * L_4 = (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 *)il2cpp_codegen_object_new(XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559_il2cpp_TypeInfo_var); XmlChildEnumerator__ctor_m05CAB16D0FC521D715119DFE83D2B11C7BB2FD8D(L_4, L_3, /*hidden argument*/NULL); return L_4; } } #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.XmlComment::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlComment__ctor_m16B823CBCB20A2DDBAF0769CED08B16C07DD744C (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, String_t* ___comment0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___comment0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc1; XmlCharacterData__ctor_m92DACE6F1470B2FABC19CE1DB3B8170BC346AA30(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlComment::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComment_get_Name_m9ABB99AAF822F604D9E84C219C5DF7FF5255037E (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strCommentName_23(); return L_1; } } // System.String System.Xml.XmlComment::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComment_get_LocalName_mDBB350EC95E67DCA6054B591F2C3A61F047C2897 (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strCommentName_23(); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlComment::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlComment_get_NodeType_mCE6C0B59FB7138353F4791597A5EFAEF0FE62E85 (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, const RuntimeMethod* method) { { return (int32_t)(8); } } // System.Xml.XmlNode System.Xml.XmlComment::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlComment_CloneNode_mC0F4448F37D051AB829150AC9F57855AB0871CB5 (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(53 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * L_2; L_2 = VirtualFuncInvoker1< XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 *, String_t* >::Invoke(57 /* System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) */, L_0, L_1); return L_2; } } // System.Xml.XPath.XPathNodeType System.Xml.XmlComment::get_XPNodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlComment_get_XPNodeType_m2BA2D56200C47EEE0E91D9BDBAA49366FE1703EB (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, const RuntimeMethod* method) { { return (int32_t)(8); } } #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_m095AF331754C6871D04517D834476D64C29070DA (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringBuilder_t * V_2 = NULL; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA 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; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_4; L_4 = XmlCharType_get_Instance_mA3CFC9BC3797565FD176224C6116F41AC8BA65B5(/*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; L_8 = XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_m7C7CE30F2157A48A0CC3408ACA8D1A6A648B4C7F(/*hidden argument*/NULL); if (L_8) { goto IL_0032; } } { return _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; } IL_0032: { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_0038: { String_t* L_9 = ___value0; int32_t L_10 = V_1; NullCheck(L_9); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_9, L_10, /*hidden argument*/NULL); bool L_12; L_12 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(&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; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_15, /*hidden argument*/NULL); bool L_17; L_17 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(&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; L_25 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_23, L_24, /*hidden argument*/NULL); bool L_26; L_26 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(&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; L_34 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(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_t * L_40; L_40 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(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_41 = V_2; NullCheck(L_41); String_t* L_42; L_42 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_41); return L_42; } IL_00b8: { int32_t L_43 = V_5; int32_t L_44 = V_4; if ((((int32_t)L_43) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1))))) { goto IL_00cc; } } { String_t* L_45 = ___value0; int32_t L_46 = V_4; NullCheck(L_45); Il2CppChar L_47; L_47 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_45, L_46, /*hidden argument*/NULL); if ((((int32_t)L_47) == ((int32_t)((int32_t)32)))) { goto IL_00f5; } } IL_00cc: { StringBuilder_t * L_48 = V_2; if (L_48) { goto IL_00d6; } } { int32_t L_49 = V_0; StringBuilder_t * L_50 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_50, L_49, /*hidden argument*/NULL); V_2 = L_50; } IL_00d6: { StringBuilder_t * L_51 = V_2; String_t* L_52 = ___value0; int32_t L_53 = V_1; int32_t L_54 = V_4; int32_t L_55 = V_1; NullCheck(L_51); StringBuilder_t * L_56; L_56 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_51, L_52, L_53, ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)L_55)), /*hidden argument*/NULL); StringBuilder_t * L_57 = V_2; NullCheck(L_57); StringBuilder_t * L_58; L_58 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_57, ((int32_t)32), /*hidden argument*/NULL); int32_t L_59 = V_5; V_1 = L_59; int32_t L_60 = V_5; V_4 = L_60; goto IL_00fb; } IL_00f5: { int32_t L_61 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_00fb: { int32_t L_62 = V_4; int32_t L_63 = V_0; if ((((int32_t)L_62) < ((int32_t)L_63))) { goto IL_0050; } } { StringBuilder_t * L_64 = V_2; if (!L_64) { goto IL_011f; } } { int32_t L_65 = V_1; int32_t L_66 = V_4; if ((((int32_t)L_65) >= ((int32_t)L_66))) { goto IL_0118; } } { StringBuilder_t * L_67 = V_2; String_t* L_68 = ___value0; int32_t L_69 = V_1; int32_t L_70 = V_4; int32_t L_71 = V_1; NullCheck(L_67); StringBuilder_t * L_72; L_72 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_67, L_68, L_69, ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_71)), /*hidden argument*/NULL); } IL_0118: { StringBuilder_t * L_73 = V_2; NullCheck(L_73); String_t* L_74; L_74 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_73); return L_74; } IL_011f: { int32_t L_75 = V_1; if ((((int32_t)L_75) <= ((int32_t)0))) { goto IL_012e; } } { String_t* L_76 = ___value0; int32_t L_77 = V_1; int32_t L_78 = V_0; int32_t L_79 = V_1; NullCheck(L_76); String_t* L_80; L_80 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_76, L_77, ((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)L_79)), /*hidden argument*/NULL); return L_80; } IL_012e: { String_t* L_81 = ___value0; return L_81; } } // System.String System.Xml.XmlComplianceUtil::CDataNormalize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_CDataNormalize_m167922708046B32256D7AE8B4AE71804AF7A0532 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); 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; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(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_t * L_22; L_22 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(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_23 = V_3; NullCheck(L_23); StringBuilder_t * L_24; L_24 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_23, ((int32_t)32), /*hidden argument*/NULL); Il2CppChar L_25 = V_4; if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)13))))) { goto IL_0082; } } { int32_t L_26 = V_1; int32_t L_27 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))) >= ((int32_t)L_27))) { goto IL_0082; } } { String_t* L_28 = ___value0; int32_t L_29 = V_1; NullCheck(L_28); Il2CppChar L_30; L_30 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_28, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)10))))) { goto IL_0082; } } { int32_t L_31 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)2)); goto IL_0086; } IL_0082: { int32_t L_32 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0086: { int32_t L_33 = V_1; V_2 = L_33; } IL_0088: { int32_t L_34 = V_1; int32_t L_35 = V_0; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0019; } } { StringBuilder_t * L_36 = V_3; if (L_36) { goto IL_0091; } } { String_t* L_37 = ___value0; return L_37; } IL_0091: { int32_t L_38 = V_1; int32_t L_39 = V_2; if ((((int32_t)L_38) <= ((int32_t)L_39))) { goto IL_00a1; } } { StringBuilder_t * L_40 = V_3; String_t* L_41 = ___value0; int32_t L_42 = V_2; int32_t L_43 = V_1; int32_t L_44 = V_2; NullCheck(L_40); StringBuilder_t * L_45; L_45 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_40, L_41, L_42, ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_44)), /*hidden argument*/NULL); } IL_00a1: { StringBuilder_t * L_46 = V_3; NullCheck(L_46); String_t* L_47; L_47 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_46); return L_47; } } #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.XmlConvert::EncodeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_mC56DC7735E549788FA842E44C2879B9BDEA0CD92 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_EncodeName_m5C8D05465984C00E7C21A4C7A92B50D36E61941C(L_0, (bool)1, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::DecodeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_DecodeName_mE33CE18DC04D39E21D5FBA3AE9EF6BB92FF83991 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF728BB1042434A62390B663885705EC948058093); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Il2CppChar V_8 = 0x0; Il2CppChar V_9 = 0x0; { String_t* L_0 = ___name0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000d; } } IL_000b: { String_t* L_3 = ___name0; return L_3; } IL_000d: { V_0 = (StringBuilder_t *)NULL; String_t* L_4 = ___name0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); V_1 = L_5; V_2 = 0; String_t* L_6 = ___name0; NullCheck(L_6); int32_t L_7; L_7 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_6, ((int32_t)95), /*hidden argument*/NULL); V_3 = L_7; V_4 = (RuntimeObject*)NULL; int32_t L_8 = V_3; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0059; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_9 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_DecodeCharPattern_4(); il2cpp_codegen_memory_barrier(); if (L_9) { goto IL_0042; } } { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_10 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E(L_10, _stringLiteralF728BB1042434A62390B663885705EC948058093, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->set_c_DecodeCharPattern_4(L_10); } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_11 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_DecodeCharPattern_4(); il2cpp_codegen_memory_barrier(); String_t* L_12 = ___name0; int32_t L_13 = V_3; NullCheck(L_11); MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * L_14; L_14 = Regex_Matches_mE1B9FFC45683E3446029B8449C3361CDA2BD1B15(L_11, L_12, L_13, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject* L_15; L_15 = MatchCollection_GetEnumerator_mB4DEC015B69A67D38E6F7E14D63C64047BDCF76F(L_14, /*hidden argument*/NULL); V_4 = L_15; goto IL_005b; } IL_0059: { String_t* L_16 = ___name0; return L_16; } IL_005b: { V_5 = (-1); RuntimeObject* L_17 = V_4; if (!L_17) { goto IL_007e; } } { RuntimeObject* L_18 = V_4; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); if (!L_19) { goto IL_007e; } } { RuntimeObject* L_20 = V_4; NullCheck(L_20); RuntimeObject * L_21; L_21 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_20); NullCheck(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_21, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var))); int32_t L_22; L_22 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_21, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_5 = L_22; } IL_007e: { V_6 = 0; goto IL_0251; } IL_0086: { int32_t L_23 = V_6; int32_t L_24 = V_5; if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_024b; } } { RuntimeObject* L_25 = V_4; NullCheck(L_25); bool L_26; L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_25); if (!L_26) { goto IL_00ab; } } { RuntimeObject* L_27 = V_4; NullCheck(L_27); RuntimeObject * L_28; L_28 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_27); NullCheck(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_28, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var))); int32_t L_29; L_29 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_28, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_5 = L_29; } IL_00ab: { StringBuilder_t * L_30 = V_0; if (L_30) { goto IL_00b8; } } { int32_t L_31 = V_1; StringBuilder_t * L_32 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)((int32_t)20))), /*hidden argument*/NULL); V_0 = L_32; } IL_00b8: { StringBuilder_t * L_33 = V_0; String_t* L_34 = ___name0; int32_t L_35 = V_2; int32_t L_36 = V_6; int32_t L_37 = V_2; NullCheck(L_33); StringBuilder_t * L_38; L_38 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_33, L_34, L_35, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)), /*hidden argument*/NULL); String_t* L_39 = ___name0; int32_t L_40 = V_6; NullCheck(L_39); Il2CppChar L_41; L_41 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_39, ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)6)), /*hidden argument*/NULL); if ((((int32_t)L_41) == ((int32_t)((int32_t)95)))) { goto IL_01e0; } } { String_t* L_42 = ___name0; int32_t L_43 = V_6; NullCheck(L_42); Il2CppChar L_44; L_44 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_42, ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)2)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_45; L_45 = XmlConvert_FromHex_m2DBD84D37ACD6BF5976262819127933278D771B6(L_44, /*hidden argument*/NULL); String_t* L_46 = ___name0; int32_t L_47 = V_6; NullCheck(L_46); Il2CppChar L_48; L_48 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_46, ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)3)), /*hidden argument*/NULL); int32_t L_49; L_49 = XmlConvert_FromHex_m2DBD84D37ACD6BF5976262819127933278D771B6(L_48, /*hidden argument*/NULL); String_t* L_50 = ___name0; int32_t L_51 = V_6; NullCheck(L_50); Il2CppChar L_52; L_52 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_50, ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)4)), /*hidden argument*/NULL); int32_t L_53; L_53 = XmlConvert_FromHex_m2DBD84D37ACD6BF5976262819127933278D771B6(L_52, /*hidden argument*/NULL); String_t* L_54 = ___name0; int32_t L_55 = V_6; NullCheck(L_54); Il2CppChar L_56; L_56 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_54, ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)5)), /*hidden argument*/NULL); int32_t L_57; L_57 = XmlConvert_FromHex_m2DBD84D37ACD6BF5976262819127933278D771B6(L_56, /*hidden argument*/NULL); String_t* L_58 = ___name0; int32_t L_59 = V_6; NullCheck(L_58); Il2CppChar L_60; L_60 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_58, ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)6)), /*hidden argument*/NULL); int32_t L_61; L_61 = XmlConvert_FromHex_m2DBD84D37ACD6BF5976262819127933278D771B6(L_60, /*hidden argument*/NULL); String_t* L_62 = ___name0; int32_t L_63 = V_6; NullCheck(L_62); Il2CppChar L_64; L_64 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_62, ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)7)), /*hidden argument*/NULL); int32_t L_65; L_65 = XmlConvert_FromHex_m2DBD84D37ACD6BF5976262819127933278D771B6(L_64, /*hidden argument*/NULL); String_t* L_66 = ___name0; int32_t L_67 = V_6; NullCheck(L_66); Il2CppChar L_68; L_68 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_66, ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)8)), /*hidden argument*/NULL); int32_t L_69; L_69 = XmlConvert_FromHex_m2DBD84D37ACD6BF5976262819127933278D771B6(L_68, /*hidden argument*/NULL); String_t* L_70 = ___name0; int32_t L_71 = V_6; NullCheck(L_70); Il2CppChar L_72; L_72 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_70, ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)((int32_t)9))), /*hidden argument*/NULL); int32_t L_73; L_73 = XmlConvert_FromHex_m2DBD84D37ACD6BF5976262819127933278D771B6(L_72, /*hidden argument*/NULL); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_45, (int32_t)((int32_t)268435456))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_49, (int32_t)((int32_t)16777216))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_53, (int32_t)((int32_t)1048576))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_57, (int32_t)((int32_t)65536))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_61, (int32_t)((int32_t)4096))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_65, (int32_t)((int32_t)256))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_69, (int32_t)((int32_t)16))))), (int32_t)L_73)); int32_t L_74 = V_7; if ((((int32_t)L_74) < ((int32_t)((int32_t)65536)))) { goto IL_01bb; } } { int32_t L_75 = V_7; if ((((int32_t)L_75) > ((int32_t)((int32_t)1114111)))) { goto IL_01d0; } } { int32_t L_76 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_77 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)L_77)), (int32_t)4)); int32_t L_78 = V_7; XmlCharType_SplitSurrogateChar_m15AF7BFFB38D7A82DD65D7ED9807014F3771EF45(L_78, (Il2CppChar*)(&V_8), (Il2CppChar*)(&V_9), /*hidden argument*/NULL); StringBuilder_t * L_79 = V_0; Il2CppChar L_80 = V_9; NullCheck(L_79); StringBuilder_t * L_81; L_81 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_79, L_80, /*hidden argument*/NULL); StringBuilder_t * L_82 = V_0; Il2CppChar L_83 = V_8; NullCheck(L_82); StringBuilder_t * L_84; L_84 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_82, L_83, /*hidden argument*/NULL); goto IL_01d0; } IL_01bb: { int32_t L_85 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_86 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)L_86)), (int32_t)4)); StringBuilder_t * L_87 = V_0; int32_t L_88 = V_7; NullCheck(L_87); StringBuilder_t * L_89; L_89 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_87, ((int32_t)((uint16_t)L_88)), /*hidden argument*/NULL); } IL_01d0: { int32_t L_90 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_91 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)1)), (int32_t)4)))); goto IL_024b; } IL_01e0: { int32_t L_92 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_93 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)L_93)); StringBuilder_t * L_94 = V_0; String_t* L_95 = ___name0; int32_t L_96 = V_6; NullCheck(L_95); Il2CppChar L_97; L_97 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_95, ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)2)), /*hidden argument*/NULL); int32_t L_98; L_98 = XmlConvert_FromHex_m2DBD84D37ACD6BF5976262819127933278D771B6(L_97, /*hidden argument*/NULL); String_t* L_99 = ___name0; int32_t L_100 = V_6; NullCheck(L_99); Il2CppChar L_101; L_101 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_99, ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)3)), /*hidden argument*/NULL); int32_t L_102; L_102 = XmlConvert_FromHex_m2DBD84D37ACD6BF5976262819127933278D771B6(L_101, /*hidden argument*/NULL); String_t* L_103 = ___name0; int32_t L_104 = V_6; NullCheck(L_103); Il2CppChar L_105; L_105 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_103, ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)4)), /*hidden argument*/NULL); int32_t L_106; L_106 = XmlConvert_FromHex_m2DBD84D37ACD6BF5976262819127933278D771B6(L_105, /*hidden argument*/NULL); String_t* L_107 = ___name0; int32_t L_108 = V_6; NullCheck(L_107); Il2CppChar L_109; L_109 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_107, ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)5)), /*hidden argument*/NULL); int32_t L_110; L_110 = XmlConvert_FromHex_m2DBD84D37ACD6BF5976262819127933278D771B6(L_109, /*hidden argument*/NULL); NullCheck(L_94); StringBuilder_t * L_111; L_111 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_94, ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)((int32_t)4096))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_102, (int32_t)((int32_t)256))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_106, (int32_t)((int32_t)16))))), (int32_t)L_110)))), /*hidden argument*/NULL); int32_t L_112 = V_6; int32_t L_113 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_113, (int32_t)1)))); } IL_024b: { int32_t L_114 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); } IL_0251: { int32_t L_115 = V_6; int32_t L_116 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_117 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); if ((((int32_t)L_115) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_116, (int32_t)L_117)), (int32_t)1))))) { goto IL_0086; } } { int32_t L_118 = V_2; if (L_118) { goto IL_0266; } } { String_t* L_119 = ___name0; return L_119; } IL_0266: { int32_t L_120 = V_2; int32_t L_121 = V_1; if ((((int32_t)L_120) >= ((int32_t)L_121))) { goto IL_0276; } } { StringBuilder_t * L_122 = V_0; String_t* L_123 = ___name0; int32_t L_124 = V_2; int32_t L_125 = V_1; int32_t L_126 = V_2; NullCheck(L_122); StringBuilder_t * L_127; L_127 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_122, L_123, L_124, ((int32_t)il2cpp_codegen_subtract((int32_t)L_125, (int32_t)L_126)), /*hidden argument*/NULL); } IL_0276: { StringBuilder_t * L_128 = V_0; NullCheck(L_128); String_t* L_129; L_129 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_128); return L_129; } } // System.String System.Xml.XmlConvert::EncodeName(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m5C8D05465984C00E7C21A4C7A92B50D36E61941C (String_t* ___name0, bool ___first1, bool ___local2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3551E955AF07D1FE8B80542403C8EFBD2C0F7C48); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F284ED9546A806A5557903E8AFCA12B8990E1EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD68508B50CDE1B2E777400476044304CB8149311); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; { String_t* L_0 = ___name0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { String_t* L_2 = ___name0; return L_2; } IL_000a: { V_0 = (StringBuilder_t *)NULL; String_t* L_3 = ___name0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); V_1 = L_4; V_2 = 0; V_3 = 0; String_t* L_5 = ___name0; NullCheck(L_5); int32_t L_6; L_6 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_5, ((int32_t)95), /*hidden argument*/NULL); V_4 = L_6; V_5 = (RuntimeObject*)NULL; int32_t L_7 = V_4; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0059; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_8 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodeCharPattern_3(); il2cpp_codegen_memory_barrier(); if (L_8) { goto IL_0043; } } { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_9 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E(L_9, _stringLiteral3551E955AF07D1FE8B80542403C8EFBD2C0F7C48, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->set_c_EncodeCharPattern_3(L_9); } IL_0043: { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_10 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_c_EncodeCharPattern_3(); il2cpp_codegen_memory_barrier(); String_t* L_11 = ___name0; int32_t L_12 = V_4; NullCheck(L_10); MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * L_13; L_13 = Regex_Matches_mE1B9FFC45683E3446029B8449C3361CDA2BD1B15(L_10, L_11, L_12, /*hidden argument*/NULL); NullCheck(L_13); RuntimeObject* L_14; L_14 = MatchCollection_GetEnumerator_mB4DEC015B69A67D38E6F7E14D63C64047BDCF76F(L_13, /*hidden argument*/NULL); V_5 = L_14; } IL_0059: { V_6 = (-1); RuntimeObject* L_15 = V_5; if (!L_15) { goto IL_007e; } } { RuntimeObject* L_16 = V_5; NullCheck(L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); if (!L_17) { goto IL_007e; } } { RuntimeObject* L_18 = V_5; NullCheck(L_18); RuntimeObject * L_19; L_19 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); NullCheck(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_19, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var))); int32_t L_20; L_20 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_19, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); } IL_007e: { bool L_21 = ___first1; if (!L_21) { goto IL_0293; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_22 = ___name0; NullCheck(L_22); Il2CppChar L_23; L_23 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_22, 0, /*hidden argument*/NULL); bool L_24; L_24 = XmlCharType_IsStartNCNameCharXml4e_m65E09A850C0586A92D254A3D221080F96414231C((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00a8; } } { bool L_25 = ___local2; if (L_25) { goto IL_00af; } } { bool L_26 = ___local2; if (L_26) { goto IL_00a8; } } { String_t* L_27 = ___name0; NullCheck(L_27); Il2CppChar L_28; L_28 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_27, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)58))))) { goto IL_00af; } } IL_00a8: { int32_t L_29 = V_6; if (L_29) { goto IL_0293; } } IL_00af: { StringBuilder_t * L_30 = V_0; if (L_30) { goto IL_00bc; } } { int32_t L_31 = V_1; StringBuilder_t * L_32 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)((int32_t)20))), /*hidden argument*/NULL); V_0 = L_32; } IL_00bc: { StringBuilder_t * L_33 = V_0; NullCheck(L_33); StringBuilder_t * L_34; L_34 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_33, _stringLiteral7F284ED9546A806A5557903E8AFCA12B8990E1EF, /*hidden argument*/NULL); int32_t L_35 = V_1; if ((((int32_t)L_35) <= ((int32_t)1))) { goto IL_0121; } } { String_t* L_36 = ___name0; NullCheck(L_36); Il2CppChar L_37; L_37 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_36, 0, /*hidden argument*/NULL); bool L_38; L_38 = XmlCharType_IsHighSurrogate_m05FA9C7BBB540AD6890CCDCC286E6699F7351301(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0121; } } { String_t* L_39 = ___name0; NullCheck(L_39); Il2CppChar L_40; L_40 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_39, 1, /*hidden argument*/NULL); bool L_41; L_41 = XmlCharType_IsLowSurrogate_m7939EE6AE78DBE960B04D2A8E957E913C2EFC6DC(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0121; } } { String_t* L_42 = ___name0; NullCheck(L_42); Il2CppChar L_43; L_43 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_42, 0, /*hidden argument*/NULL); V_7 = L_43; String_t* L_44 = ___name0; NullCheck(L_44); Il2CppChar L_45; L_45 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_44, 1, /*hidden argument*/NULL); int32_t L_46 = V_7; int32_t L_47; L_47 = XmlCharType_CombineSurrogateChar_m87E1DFC697895E2055353F4E12BFB7D9DDBA9A9B(L_45, L_46, /*hidden argument*/NULL); V_8 = L_47; StringBuilder_t * L_48 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_49; L_49 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_50; L_50 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&V_8), _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F, L_49, /*hidden argument*/NULL); NullCheck(L_48); StringBuilder_t * L_51; L_51 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_48, L_50, /*hidden argument*/NULL); int32_t L_52 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); V_2 = 2; goto IL_0144; } IL_0121: { StringBuilder_t * L_53 = V_0; String_t* L_54 = ___name0; NullCheck(L_54); Il2CppChar L_55; L_55 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_54, 0, /*hidden argument*/NULL); V_9 = L_55; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_56; L_56 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_57; L_57 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&V_9), _stringLiteralD68508B50CDE1B2E777400476044304CB8149311, L_56, /*hidden argument*/NULL); NullCheck(L_53); StringBuilder_t * L_58; L_58 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_53, L_57, /*hidden argument*/NULL); V_2 = 1; } IL_0144: { StringBuilder_t * L_59 = V_0; NullCheck(L_59); StringBuilder_t * L_60; L_60 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_59, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C, /*hidden argument*/NULL); int32_t L_61 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); int32_t L_62 = V_6; if (L_62) { goto IL_0293; } } { RuntimeObject* L_63 = V_5; NullCheck(L_63); bool L_64; L_64 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_63); if (!L_64) { goto IL_0293; } } { RuntimeObject* L_65 = V_5; NullCheck(L_65); RuntimeObject * L_66; L_66 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_65); NullCheck(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_66, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var))); int32_t L_67; L_67 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_66, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1)); goto IL_0293; } IL_0181: { bool L_68 = ___local2; if (!L_68) { goto IL_0197; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_69 = ___name0; int32_t L_70 = V_3; NullCheck(L_69); Il2CppChar L_71; L_71 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_69, L_70, /*hidden argument*/NULL); bool L_72; L_72 = XmlCharType_IsNCNameCharXml4e_m82E65F7DA6496C8181BC1C2C1FE9C4760C3DEDC7((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_01b5; } } IL_0197: { bool L_73 = ___local2; if (L_73) { goto IL_01ad; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_74 = ___name0; int32_t L_75 = V_3; NullCheck(L_74); Il2CppChar L_76; L_76 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_74, L_75, /*hidden argument*/NULL); bool L_77; L_77 = XmlCharType_IsNameCharXml4e_m73DC56C1F2A829320C73D9C177344A8C25B8C629((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_01b5; } } IL_01ad: { int32_t L_78 = V_6; int32_t L_79 = V_3; if ((!(((uint32_t)L_78) == ((uint32_t)L_79)))) { goto IL_028f; } } IL_01b5: { StringBuilder_t * L_80 = V_0; if (L_80) { goto IL_01c2; } } { int32_t L_81 = V_1; StringBuilder_t * L_82 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_82, ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)((int32_t)20))), /*hidden argument*/NULL); V_0 = L_82; } IL_01c2: { int32_t L_83 = V_6; int32_t L_84 = V_3; if ((!(((uint32_t)L_83) == ((uint32_t)L_84)))) { goto IL_01e5; } } { RuntimeObject* L_85 = V_5; NullCheck(L_85); bool L_86; L_86 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_85); if (!L_86) { goto IL_01e5; } } { RuntimeObject* L_87 = V_5; NullCheck(L_87); RuntimeObject * L_88; L_88 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_87); NullCheck(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_88, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var))); int32_t L_89; L_89 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_88, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)1)); } IL_01e5: { StringBuilder_t * L_90 = V_0; String_t* L_91 = ___name0; int32_t L_92 = V_2; int32_t L_93 = V_3; int32_t L_94 = V_2; NullCheck(L_90); StringBuilder_t * L_95; L_95 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_90, L_91, L_92, ((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)L_94)), /*hidden argument*/NULL); StringBuilder_t * L_96 = V_0; NullCheck(L_96); StringBuilder_t * L_97; L_97 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_96, _stringLiteral7F284ED9546A806A5557903E8AFCA12B8990E1EF, /*hidden argument*/NULL); int32_t L_98 = V_1; int32_t L_99 = V_3; if ((((int32_t)L_98) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1))))) { goto IL_025e; } } { String_t* L_100 = ___name0; int32_t L_101 = V_3; NullCheck(L_100); Il2CppChar L_102; L_102 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_100, L_101, /*hidden argument*/NULL); bool L_103; L_103 = XmlCharType_IsHighSurrogate_m05FA9C7BBB540AD6890CCDCC286E6699F7351301(L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_025e; } } { String_t* L_104 = ___name0; int32_t L_105 = V_3; NullCheck(L_104); Il2CppChar L_106; L_106 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_104, ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)), /*hidden argument*/NULL); bool L_107; L_107 = XmlCharType_IsLowSurrogate_m7939EE6AE78DBE960B04D2A8E957E913C2EFC6DC(L_106, /*hidden argument*/NULL); if (!L_107) { goto IL_025e; } } { String_t* L_108 = ___name0; int32_t L_109 = V_3; NullCheck(L_108); Il2CppChar L_110; L_110 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_108, L_109, /*hidden argument*/NULL); V_10 = L_110; String_t* L_111 = ___name0; int32_t L_112 = V_3; NullCheck(L_111); Il2CppChar L_113; L_113 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_111, ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)), /*hidden argument*/NULL); int32_t L_114 = V_10; int32_t L_115; L_115 = XmlCharType_CombineSurrogateChar_m87E1DFC697895E2055353F4E12BFB7D9DDBA9A9B(L_113, L_114, /*hidden argument*/NULL); V_11 = L_115; StringBuilder_t * L_116 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_117; L_117 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_118; L_118 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&V_11), _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F, L_117, /*hidden argument*/NULL); NullCheck(L_116); StringBuilder_t * L_119; L_119 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_116, L_118, /*hidden argument*/NULL); int32_t L_120 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)2)); int32_t L_121 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1)); goto IL_0283; } IL_025e: { StringBuilder_t * L_122 = V_0; String_t* L_123 = ___name0; int32_t L_124 = V_3; NullCheck(L_123); Il2CppChar L_125; L_125 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_123, L_124, /*hidden argument*/NULL); V_9 = L_125; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_126; L_126 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_127; L_127 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&V_9), _stringLiteralD68508B50CDE1B2E777400476044304CB8149311, L_126, /*hidden argument*/NULL); NullCheck(L_122); StringBuilder_t * L_128; L_128 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_122, L_127, /*hidden argument*/NULL); int32_t L_129 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1)); } IL_0283: { StringBuilder_t * L_130 = V_0; NullCheck(L_130); StringBuilder_t * L_131; L_131 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_130, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C, /*hidden argument*/NULL); } IL_028f: { int32_t L_132 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1)); } IL_0293: { int32_t L_133 = V_3; int32_t L_134 = V_1; if ((((int32_t)L_133) < ((int32_t)L_134))) { goto IL_0181; } } { int32_t L_135 = V_2; if (L_135) { goto IL_029f; } } { String_t* L_136 = ___name0; return L_136; } IL_029f: { int32_t L_137 = V_2; int32_t L_138 = V_1; if ((((int32_t)L_137) >= ((int32_t)L_138))) { goto IL_02af; } } { StringBuilder_t * L_139 = V_0; String_t* L_140 = ___name0; int32_t L_141 = V_2; int32_t L_142 = V_1; int32_t L_143 = V_2; NullCheck(L_139); StringBuilder_t * L_144; L_144 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_139, L_140, L_141, ((int32_t)il2cpp_codegen_subtract((int32_t)L_142, (int32_t)L_143)), /*hidden argument*/NULL); } IL_02af: { StringBuilder_t * L_145 = V_0; NullCheck(L_145); String_t* L_146; L_146 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_145); return L_146; } } // System.Int32 System.Xml.XmlConvert::FromHex(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_FromHex_m2DBD84D37ACD6BF5976262819127933278D771B6 (Il2CppChar ___digit0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { Il2CppChar L_0 = ___digit0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)57)))) { goto IL_0018; } } { Il2CppChar L_1 = ___digit0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)70)))) { goto IL_0010; } } { Il2CppChar L_2 = ___digit0; G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)97))); goto IL_0014; } IL_0010: { Il2CppChar L_3 = ___digit0; G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)65))); } IL_0014: { return ((int32_t)il2cpp_codegen_add((int32_t)G_B4_0, (int32_t)((int32_t)10))); } IL_0018: { Il2CppChar L_4 = ___digit0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)48))); } } // System.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlConvert_FromBinHexString_m30343080D1787837FC984C1628761189175C6820 (String_t* ___s0, bool ___allowOddCount1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_FromBinHexString_m30343080D1787837FC984C1628761189175C6820_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___s0; NullCheck(L_2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3; L_3 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_2, /*hidden argument*/NULL); bool L_4 = ___allowOddCount1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = BinHexDecoder_Decode_m1435A109DB96A5A30D2537CF70840D5325BEBBD2(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_m05F21BAA06869432003751577B987CA948EED9D6 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___inArray0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB77C51162F9B76C1135D72465C09B899FF505927)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToBinHexString_m05F21BAA06869432003751577B987CA948EED9D6_RuntimeMethod_var))); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___inArray0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___inArray0; NullCheck(L_3); String_t* L_4; L_4 = BinHexEncoder_Encode_mFD50E20BFBB45906572C694C7D377FCE42BE70E0(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_mE8CC32DC47699A3C92B6A948B123F1CDBC6141CD (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyName_mE8CC32DC47699A3C92B6A948B123F1CDBC6141CD_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___name0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002b; } } { String_t* L_4; L_4 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyName_mE8CC32DC47699A3C92B6A948B123F1CDBC6141CD_RuntimeMethod_var))); } IL_002b: { String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_7; L_7 = ValidateNames_ParseNameNoNamespaces_m9D35DAE2FBB3971A7CFCB98CC52B9047A4949F34(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; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); Exception_t * L_13; L_13 = XmlConvert_CreateInvalidNameCharException_mCA91D9BDF989FC0174FF7E1D8372C7F7AC676FC5(L_11, L_12, 1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyName_mE8CC32DC47699A3C92B6A948B123F1CDBC6141CD_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_mE97AEA110187C44B7563806C021E432E737832B7 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D); 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; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_4 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_4, _stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E, L_3, /*hidden argument*/NULL); return L_4; } IL_001b: { String_t* L_5 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_6; L_6 = ValidateNames_ParseNameNoNamespaces_m9D35DAE2FBB3971A7CFCB98CC52B9047A4949F34(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; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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 = _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05; goto IL_003b; } IL_0036: { G_B7_0 = _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D; } IL_003b: { String_t* L_11 = ___name0; int32_t L_12 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13; L_13 = XmlException_BuildCharExceptionArgs_m4A2C0BF59A2C409511D7E233C9CACA9801D7254F(L_11, L_12, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_14 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m774540F83B81D877D8C30183EA2D2F4A76427058(L_14, G_B7_0, L_13, /*hidden argument*/NULL); return L_14; } IL_0048: { return (Exception_t *)NULL; } } // System.String System.Xml.XmlConvert::VerifyQName(System.String,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyQName_m7494E4DEDA86569C0C2F66CAE8B9FF6DB45907B4 (String_t* ___name0, int32_t ___exceptionType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___name0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0016; } } IL_000b: { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyQName_m7494E4DEDA86569C0C2F66CAE8B9FF6DB45907B4_RuntimeMethod_var))); } IL_0016: { V_0 = (-1); String_t* L_4 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_5; L_5 = ValidateNames_ParseQName_mCC176047DCBC3582699F0FFB32F2294F8EF4235F(L_4, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; String_t* L_7 = ___name0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0042; } } { String_t* L_9 = ___name0; int32_t L_10 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11; L_11 = XmlException_BuildCharExceptionArgs_m4A2C0BF59A2C409511D7E233C9CACA9801D7254F(L_9, L_10, /*hidden argument*/NULL); int32_t L_12 = ___exceptionType1; int32_t L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); Exception_t * L_14; L_14 = XmlConvert_CreateException_mD3F12F95EFAC639FBCB9EB56C4008F5F422380D9(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05)), L_11, L_12, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyQName_m7494E4DEDA86569C0C2F66CAE8B9FF6DB45907B4_RuntimeMethod_var))); } IL_0042: { String_t* L_15 = ___name0; return L_15; } } // System.String System.Xml.XmlConvert::VerifyNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_m21986D07C46947592D5B6EC2114435AB92B9C942 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_VerifyNCName_mEF68FEA28C54BBAED25502C4DC9876FF4FF51E4A(L_0, 1, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::VerifyNCName(System.String,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_mEF68FEA28C54BBAED25502C4DC9876FF4FF51E4A (String_t* ___name0, int32_t ___exceptionType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyNCName_mEF68FEA28C54BBAED25502C4DC9876FF4FF51E4A_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___name0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002b; } } { String_t* L_4; L_4 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA9A59104E5E5C12D7BAC55D2460CE1CD56C7C08)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyNCName_mEF68FEA28C54BBAED25502C4DC9876FF4FF51E4A_RuntimeMethod_var))); } IL_002b: { String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_7; L_7 = ValidateNames_ParseNCName_m72F23A8A08A329A579F8AB32DAEFA1EEFDA88C4F(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; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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; int32_t L_13 = ___exceptionType1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); Exception_t * L_14; L_14 = XmlConvert_CreateInvalidNameCharException_mCA91D9BDF989FC0174FF7E1D8372C7F7AC676FC5(L_11, L_12, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyNCName_mEF68FEA28C54BBAED25502C4DC9876FF4FF51E4A_RuntimeMethod_var))); } IL_0045: { String_t* L_15 = ___name0; return L_15; } } // System.Exception System.Xml.XmlConvert::TryVerifyNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNCName_mABF344F5091D62FBC8A0B4E210864D477AA0C4CF (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_1; L_1 = ValidateNames_ParseNCName_mD0370ACB5616265F0E73F325BA840EDB3801AEF6(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; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); Exception_t * L_8; L_8 = ValidateNames_GetInvalidNameException_mCDBB9FC64FE42F4EC28C6A5905572DB1BDBC5ED6(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_mAC2C1F5494816D1C9B1EB6E18977C37B4B6B2DF9 (String_t* ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47AE43E3C6ABF301C177B475D08268A1A9491F81); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA); 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; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); NullCheck(L_5); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_crt_1(); NullCheck(L_9); int32_t L_11; L_11 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(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; L_13 = String_IndexOf_mD99F5378A4220A0DA0D5097007417E777722ABDA(L_12, _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA, 4, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)(-1)))) { goto IL_0053; } } IL_0047: { String_t* L_14 = ___token0; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_15 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_15, _stringLiteral47AE43E3C6ABF301C177B475D08268A1A9491F81, 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_m54953B2E3343A561DAED9968160FDC4E579A77BF (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); 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; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_4 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_4, _stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E, L_3, /*hidden argument*/NULL); return L_4; } IL_001b: { String_t* L_5 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_6; L_6 = ValidateNames_ParseNmtokenNoNamespaces_mA444C03A72079A7D79A0E2B207D3E09F8D48CD4A(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; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12; L_12 = XmlException_BuildCharExceptionArgs_m4A2C0BF59A2C409511D7E233C9CACA9801D7254F(L_10, L_11, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_13 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m774540F83B81D877D8C30183EA2D2F4A76427058(L_13, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, 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_m1388800BD219CA96FCB587879BB25F484A9BC6E9 (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B135CE95294A84B389365E0B9C0B9964B370D8D); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_crt_1(); NullCheck(L_0); int32_t L_2; L_2 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_0, L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_001a; } } { String_t* L_3 = ___str0; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_4 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_4, _stringLiteral7B135CE95294A84B389365E0B9C0B9964B370D8D, 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_mC4A313B9407202F12B69C5AEFE53EF335C8D6671 (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; if (L_0) { goto IL_0009; } } { return _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; } IL_0009: { return _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; } } // System.String System.Xml.XmlConvert::ToString(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mF0F35219CB0F55A48EAF67875060E3BA68E122EB (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_1; L_1 = Decimal_ToString_mAE4B0A4A23F50206FD8B0D4E0D965619963D24EF((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)(&___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_m4641C988539C8EB17C589761E674B9521EEA62E5 (int8_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_1; L_1 = SByte_ToString_m0C268776C6F38D9EBB9A7C34A8104EB9745B477A((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_mA86CC75F820CFE95989F0355C3B89CE16532099A (int16_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_1; L_1 = Int16_ToString_m1388D477B5BC62BDDDBE9139D9629A15D78F8AFC((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_m44192366B01E8A875E9756625F2FBBFA3A681D35 (int32_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_1; L_1 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((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_m79EC978DC82DB8052E9F7FD581D9E778CFBC523B (int64_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_1; L_1 = Int64_ToString_m7D336E8DDEB43FC06A3AEE62072C899CBD0012AE((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_m9C547E5E5577BD8C103DA6F1AB96300194FB6CCB (uint8_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_1; L_1 = Byte_ToString_mB5BDCB74BE861E9EB085AAFBE115998B632CEFA8((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_m9823FE7E80D23F2111BD7D6861C59A79EF70E9CC (uint16_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_1; L_1 = UInt16_ToString_m1A3B311F92ADC0190FFB4B1CAB6E41D3499B1558((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_mBF267D826A31C919FC0A510C8EABE5BDD690AFF8 (uint32_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_1; L_1 = UInt32_ToString_mAF0A46E9EC70EA43A02EBE522FF287E20DEE691B((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_m886299CF6DD10FDD767223FAEA2740B3A2F48C40 (uint64_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_1; L_1 = UInt64_ToString_mD0F3D7511719711F9E78F0EBC578FFE6C05320B5((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_m0643D6F180F5822924A75CDCFBF4FC62B69AF4DC (float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D9984D8D392A564CD414347CA62734784B79A3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; bool L_1; L_1 = Single_IsNegativeInfinity_m08D484739F9E73C171CFC2819E30A983E87C68AB(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { return _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A; } IL_000e: { float L_2 = ___value0; bool L_3; L_3 = Single_IsPositiveInfinity_m724E248D99DA0A684DA0A6F071AB78FEDA56AFE2(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001c; } } { return _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E; } IL_001c: { float L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_5; L_5 = XmlConvert_IsNegativeZero_m855FCBEA897907F707A762854C32F64168DBE8E8(((double)((double)L_4)), /*hidden argument*/NULL); if (!L_5) { goto IL_002b; } } { return _stringLiteral9D9984D8D392A564CD414347CA62734784B79A3B; } IL_002b: { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_6; L_6 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_7; L_7 = Single_ToString_m7631D332703B4197EAA7DC0BA067CE7E16334D8B((float*)(&___value0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, 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_m51BE800D94C00383F928CCAFB3D0CA3A3F79250F (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D9984D8D392A564CD414347CA62734784B79A3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_1; L_1 = Double_IsNegativeInfinity_mC1D75A4899CED3409270190F7DC1042001C668D7(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { return _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A; } IL_000e: { double L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_3; L_3 = Double_IsPositiveInfinity_mD5882DEFC8FAA4CCDAE48B26B9CECAB5B7A53C96(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001c; } } { return _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E; } IL_001c: { double L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_5; L_5 = XmlConvert_IsNegativeZero_m855FCBEA897907F707A762854C32F64168DBE8E8(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002a; } } { return _stringLiteral9D9984D8D392A564CD414347CA62734784B79A3B; } IL_002a: { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_6; L_6 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_7; L_7 = Double_ToString_mFF1DAF2003FC7096C54C5A2685F85082220E330B((double*)(&___value0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_6, /*hidden argument*/NULL); return L_7; } } // System.String System.Xml.XmlConvert::ToString(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mA49BF4E7E48322EFA7176A913BB2438F46B545C3 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_0; memset((&V_0), 0, sizeof(V_0)); { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F L_1; memset((&L_1), 0, sizeof(L_1)); XsdDuration__ctor_m8FBE9F461178A669C2B250F15227DF87656CAED7((&L_1), L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDuration_ToString_mA4A2C3C6AE4FFD7EE69DF611035623000A6592EB((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.XmlConvert::ToString(System.DateTime,System.Xml.XmlDateTimeSerializationMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m1139F2A62832E0EF1D7C214ED15D614988F5FD3F (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, int32_t ___dateTimeOption1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___dateTimeOption1; switch (L_0) { case 0: { goto IL_0018; } case 1: { goto IL_0022; } case 2: { goto IL_002c; } case 3: { goto IL_0064; } } } { goto IL_003d; } IL_0018: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = XmlConvert_SwitchToLocalTime_m33367FC05C9AE67642AD87B90EB7B9D9A7C70CC6(L_1, /*hidden argument*/NULL); ___value0 = L_2; goto IL_0064; } IL_0022: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = XmlConvert_SwitchToUtcTime_mDC015BF307A6C45AA86A73472FC7F5030E7245C5(L_3, /*hidden argument*/NULL); ___value0 = L_4; goto IL_0064; } IL_002c: { int64_t L_5; L_5 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), L_5, 0, /*hidden argument*/NULL); goto IL_0064; } IL_003d: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6; int32_t L_8 = ___dateTimeOption1; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeSerializationMode_tFEC5AD7031E39D53621F90D85973FAC5C71FFBC2_il2cpp_TypeInfo_var)), &L_9); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_10); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_7; NullCheck(L_11); ArrayElementTypeCheck (L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD1A828CDFDC5F67E294D549BB035C88F1A498CA))); (L_11)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD1A828CDFDC5F67E294D549BB035C88F1A498CA))); String_t* L_12; L_12 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral91E296B0F0244524BB2A29C42FF7DC17155CC426)), L_11, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToString_m1139F2A62832E0EF1D7C214ED15D614988F5FD3F_RuntimeMethod_var))); } IL_0064: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14 = ___value0; XsdDateTime__ctor_mC4E844B452F4D01B3773FFA73749AD2A0FF595CF((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), L_14, 1, /*hidden argument*/NULL); String_t* L_15; L_15 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_15; } } // System.String System.Xml.XmlConvert::ToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m66654A257CAF79B16B3D1F8DA454DD585E0C3C2F (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; XsdDateTime__ctor_mD4B054EC96A1590688075A8BC9926AA074E751C9((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), L_0, /*hidden argument*/NULL); String_t* L_1; L_1 = XsdDateTime_ToString_m56E4A768E3F99F119FE62DA25E1E24690ECAAB4E((XsdDateTime_t2416CEAC52CB3C0387293D0C4C5F7471313C076D *)(&V_0), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlConvert::ToBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_ToBoolean_m3B72202F9A3B1C2C26A80967E5EA8427AD2E93E9 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { String_t* L_4 = ___s0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, /*hidden argument*/NULL); if (!L_5) { goto IL_0024; } } IL_0022: { return (bool)1; } IL_0024: { String_t* L_6 = ___s0; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, /*hidden argument*/NULL); if (L_7) { goto IL_003e; } } { String_t* L_8 = ___s0; bool L_9; L_9 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, /*hidden argument*/NULL); if (!L_9) { goto IL_0040; } } IL_003e: { return (bool)0; } IL_0040: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_10; String_t* L_12 = ___s0; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_12); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06))); (L_13)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06))); String_t* L_14; L_14 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_13, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_15 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToBoolean_m3B72202F9A3B1C2C26A80967E5EA8427AD2E93E9_RuntimeMethod_var))); } } // System.Exception System.Xml.XmlConvert::TryToBoolean(System.String,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToBoolean_mADA2791E11C3DA8FD35040A27BC15BC6F7DBF889 (String_t* ___s0, bool* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { String_t* L_4 = ___s0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, /*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; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_7, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, /*hidden argument*/NULL); if (L_8) { goto IL_0041; } } { String_t* L_9 = ___s0; bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_9, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, /*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_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_13; String_t* L_15 = ___s0; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(0), (RuntimeObject *)L_15); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = L_14; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06); (L_16)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06); String_t* L_17; L_17 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_16, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_18 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(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_m972E0F21CC333E524DB2E6645FCC2D8BCF05C916 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToChar_m972E0F21CC333E524DB2E6645FCC2D8BCF05C916_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { String_t* L_4; L_4 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1885083B225A9C3413CEAE49DFF7E6B5770675FB)), /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_5 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToChar_m972E0F21CC333E524DB2E6645FCC2D8BCF05C916_RuntimeMethod_var))); } IL_0027: { String_t* L_6 = ___s0; NullCheck(L_6); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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_m7A55FFC3D7C9341760F8A8E164D7F97670641176 (String_t* ___s0, Il2CppChar* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; Il2CppChar* L_1 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_2; L_2 = Char_TryParse_mEE044E51C84B4B0B36D662361C2977E7856E7E62(L_0, (Il2CppChar*)L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002b; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3; String_t* L_5 = ___s0; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_4; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E); (L_6)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E); String_t* L_7; L_7 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_6, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_8 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(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_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlConvert_ToDecimal_mD9EC100AA6C12FD7036B69128A76D79E788D4D79 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2; L_2 = Decimal_Parse_mE9DEB6C845015FC1C2F1829D5CFC97403DCBC74B(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_mB812FD47E0304B7DDBD0F7D170F0E95DB11633CC (String_t* ___s0, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * L_2 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_3; L_3 = Decimal_TryParse_m33A509B1E4659C190D496FFCFD4494D8B0DCFCAA(L_0, ((int32_t)39), L_1, (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0032; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B); String_t* L_8; L_8 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(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_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlConvert_ToInteger_mD963D17C5142CCDA1647A628DA9440DE1F0D25F6 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2; L_2 = Decimal_Parse_mE9DEB6C845015FC1C2F1829D5CFC97403DCBC74B(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_m79A1CDA4F05259B47412DE4E959E0B77B8ACC673 (String_t* ___s0, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * L_2 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_3; L_3 = Decimal_TryParse_m33A509B1E4659C190D496FFCFD4494D8B0DCFCAA(L_0, 7, L_1, (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7); String_t* L_8; L_8 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(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_mF11F7D9BB874A8D8CBD57AB4668B7CCD8911BA7A (String_t* ___s0, int8_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); int8_t* L_2 = ___result1; bool L_3; L_3 = SByte_TryParse_mA871019D653034875AC4E982843347921E127DAC(L_0, 7, L_1, (int8_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB); String_t* L_8; L_8 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(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_m029EFF9E05B812DB10BDB348F324655C748E6D9D (String_t* ___s0, int16_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); int16_t* L_2 = ___result1; bool L_3; L_3 = Int16_TryParse_m19A7123E4ED7185E86F36B09A98D8D22E56A9F24(L_0, 7, L_1, (int16_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A); String_t* L_8; L_8 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(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_mC0C53CC21654A0E479438CA81FC22CCFAD9128D5 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); int32_t L_2; L_2 = Int32_Parse_m9A5A7D8A221A68F8C39EC308AC751704B36E86FC(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_m2586B2A1BB83DD7D052321662F35ECB3EF94E6F7 (String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); int32_t* L_2 = ___result1; bool L_3; L_3 = Int32_TryParse_m006085C3B9AC64929E893942EF7A55328FDAE090(L_0, 7, L_1, (int32_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355); String_t* L_8; L_8 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(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_mA4359842AD5F5E4233AA68C95E0186C137138B56 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); int64_t L_2; L_2 = Int64_Parse_mDEBD8725B503BD8627E7AF21E1F50A58DD7FCA9A(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_m2DCB051AE489BDEDE34D5F8988579764EC4EBA55 (String_t* ___s0, int64_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); int64_t* L_2 = ___result1; bool L_3; L_3 = Int64_TryParse_m4A94015941D9BD9F9304D1FE14F17E84BFD3B69A(L_0, 7, L_1, (int64_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA); String_t* L_8; L_8 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(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_m49FD76D00429CA658717B6963FF0E1F374501665 (String_t* ___s0, uint8_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral072BA90B274B502615639084DC3D7FCC63407A24); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); uint8_t* L_2 = ___result1; bool L_3; L_3 = Byte_TryParse_m026E16D14366E56C9B63DAD0E822A3A1F65C51F0(L_0, 3, L_1, (uint8_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral072BA90B274B502615639084DC3D7FCC63407A24); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral072BA90B274B502615639084DC3D7FCC63407A24); String_t* L_8; L_8 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(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_mC599A91A8685ADC82E5287F2AF2AA82A80123007 (String_t* ___s0, uint16_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); uint16_t* L_2 = ___result1; bool L_3; L_3 = UInt16_TryParse_m765D835DD5F3655ED781987A94F3A9F9AADADFE9(L_0, 3, L_1, (uint16_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9); String_t* L_8; L_8 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(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_m882EC231277079299F9A7654DF83A7310FFEEF28 (String_t* ___s0, uint32_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); uint32_t* L_2 = ___result1; bool L_3; L_3 = UInt32_TryParse_m5A92B541CF9CC6532CB23BDE6DF7460E5EAC8435(L_0, 3, L_1, (uint32_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A); String_t* L_8; L_8 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(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_mCD140E8B3A4568C073228EE52BF2B0E86AF5F7E1 (String_t* ___s0, uint64_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); uint64_t* L_2 = ___result1; bool L_3; L_3 = UInt64_TryParse_m1D56C1385B6F4855FD1A893FEEE12C0796695621(L_0, 3, L_1, (uint64_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D); String_t* L_8; L_8 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_9 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(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_m4DE455510DC38C792C67B809F96013181A2C74DF (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A, /*hidden argument*/NULL); if (!L_3) { goto IL_001b; } } { return (-std::numeric_limits::infinity()); } IL_001b: { String_t* L_4 = ___s0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E, /*hidden argument*/NULL); if (!L_5) { goto IL_002e; } } { return (std::numeric_limits::infinity()); } IL_002e: { String_t* L_6 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_7; L_7 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); float L_8; L_8 = Single_Parse_m7D5DB9BD4C9B1CA55BFBA132545345411A8FEBA0(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; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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_m3A198DD97D8D2B9D80ABB4B5C02962CB3B15D3E0 (String_t* ___s0, float* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { float* L_4 = ___result1; *((float*)L_4) = (float)(-std::numeric_limits::infinity()); return (Exception_t *)NULL; } IL_001e: { String_t* L_5 = ___s0; bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E, /*hidden argument*/NULL); if (!L_6) { goto IL_0034; } } { float* L_7 = ___result1; *((float*)L_7) = (float)(std::numeric_limits::infinity()); return (Exception_t *)NULL; } IL_0034: { String_t* L_8 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_9; L_9 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); float* L_10 = ___result1; bool L_11; L_11 = Single_TryParse_m889B15D32988B9193049C9B4CCF25E42B4F000A0(L_8, ((int32_t)164), L_9, (float*)L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0069; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_12; String_t* L_14 = ___s0; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_14); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E); (L_15)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E); String_t* L_16; L_16 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_15, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_17 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(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; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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_m885EAC733DF6EDC8FA282119C5364DC3F1B60D55 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A, /*hidden argument*/NULL); if (!L_3) { goto IL_001f; } } { return (-std::numeric_limits::infinity()); } IL_001f: { String_t* L_4 = ___s0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E, /*hidden argument*/NULL); if (!L_5) { goto IL_0036; } } { return (std::numeric_limits::infinity()); } IL_0036: { String_t* L_6 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_7; L_7 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); double L_8; L_8 = Double_Parse_mD60850592CF629A16EA1ECC6834385E7DDAD239F(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; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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_mCA24BB18CC27A8922BEAFFB7CF4CB76D31DE6065 (String_t* ___s0, double* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { double* L_4 = ___result1; *((double*)L_4) = (double)(-std::numeric_limits::infinity()); return (Exception_t *)NULL; } IL_0022: { String_t* L_5 = ___s0; bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E, /*hidden argument*/NULL); if (!L_6) { goto IL_003c; } } { double* L_7 = ___result1; *((double*)L_7) = (double)(std::numeric_limits::infinity()); return (Exception_t *)NULL; } IL_003c: { String_t* L_8 = ___s0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_9; L_9 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); double* L_10 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_11; L_11 = Double_TryParse_mE740D7083AC52793A9634067C4F032570FFBF61E(L_8, ((int32_t)164), L_9, (double*)L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0071; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_12; String_t* L_14 = ___s0; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_14); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7); (L_15)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7); String_t* L_16; L_16 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_15, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_17 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(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; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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.Double System.Xml.XmlConvert::ToXPathDouble(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_ToXPathDouble_m2389FB4B4E069C252A3AFE6A094CB1574B097C69 (RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; double V_1 = 0.0; double V_2 = 0.0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___o0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; if (!L_1) { goto IL_0041; } } { String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_3; L_3 = XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B(L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0037; } } { String_t* L_6 = V_0; NullCheck(L_6); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, 0, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)43)))) { goto IL_0037; } } { String_t* L_8 = V_0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_9; L_9 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_10; L_10 = Double_TryParse_mE740D7083AC52793A9634067C4F032570FFBF61E(L_8, ((int32_t)38), L_9, (double*)(&V_1), /*hidden argument*/NULL); if (!L_10) { goto IL_0037; } } { double L_11 = V_1; return L_11; } IL_0037: { return (std::numeric_limits::quiet_NaN()); } IL_0041: { RuntimeObject * L_12 = ___o0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_12, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))) { goto IL_0050; } } { RuntimeObject * L_13 = ___o0; return ((*(double*)((double*)UnBox(L_13, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } IL_0050: { RuntimeObject * L_14 = ___o0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_14, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var))) { goto IL_0074; } } { RuntimeObject * L_15 = ___o0; if (((*(bool*)((bool*)UnBox(L_15, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var))))) { goto IL_006a; } } { return (0.0); } IL_006a: { return (1.0); } IL_0074: { } IL_0075: try {// begin try (depth: 1) RuntimeObject * L_16 = ___o0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_17; L_17 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_18; L_18 = Convert_ToDouble_m10322320EC0B380FE4C1EB5DBB24AE9F242B7CC8(L_16, L_17, /*hidden argument*/NULL); V_2 = L_18; goto IL_0096; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0083; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0086; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0089; } throw e; } CATCH_0083: {// begin catch(System.FormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008c; }// end catch (depth: 1) CATCH_0086: {// begin catch(System.OverflowException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008c; }// end catch (depth: 1) CATCH_0089: {// begin catch(System.ArgumentNullException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008c; }// end catch (depth: 1) IL_008c: { return (std::numeric_limits::quiet_NaN()); } IL_0096: { double L_19 = V_2; return L_19; } } // System.Double System.Xml.XmlConvert::XPathRound(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_XPathRound_m50758F9B92F4654B480FA77A1933AFEDFC43F6A6 (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_1; L_1 = bankers_round(L_0); V_0 = L_1; double L_2 = ___value0; double L_3 = V_0; if ((((double)((double)il2cpp_codegen_subtract((double)L_2, (double)L_3))) == ((double)(0.5)))) { goto IL_0017; } } { double L_4 = V_0; return L_4; } IL_0017: { double L_5 = V_0; return ((double)il2cpp_codegen_add((double)L_5, (double)(1.0))); } } // System.Exception System.Xml.XmlConvert::TryToTimeSpan(System.String,System.TimeSpan&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToTimeSpan_mF02D61CE4117D0AC6F9BB78457BE200BB75853D6 (String_t* ___s0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * V_1 = NULL; { String_t* L_0 = ___s0; Exception_t * L_1; L_1 = XsdDuration_TryParse_m001FFCCD386D98F159120D943C51146A584B0D30(L_0, (XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), /*hidden argument*/NULL); V_1 = L_1; Exception_t * L_2 = V_1; if (!L_2) { goto IL_0019; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_3 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_MinValue_21(); *(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_3 = L_4; Exception_t * L_5 = V_1; return L_5; } IL_0019: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_6 = ___result1; Exception_t * L_7; L_7 = XsdDuration_TryToTimeSpan_m674C9BCA350E49E1FB6A1B70231262636E9DBE48((XsdDuration_t38BBF457DA297B81823E3687209291CEDFD6F96F *)(&V_0), (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)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_m901972476259953369E39A7E8BEC600A9BC1A620 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; Guid_t L_1; memset((&L_1), 0, sizeof(L_1)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&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_m0DC5970ABA3891B64F75191BD93768E37FC7316F (String_t* ___s0, Guid_t * ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __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_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_4), L_3, /*hidden argument*/NULL); *(Guid_t *)L_2 = L_4; goto IL_0065; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001b; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0040; } throw e; } CATCH_001b: {// begin catch(System.ArgumentException) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_5; String_t* L_7 = ___s0; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_7); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_6; NullCheck(L_8); ArrayElementTypeCheck (L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral933FDC90F97E9226D3E05BB5E9DA4D347B7E3956))); (L_8)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral933FDC90F97E9226D3E05BB5E9DA4D347B7E3956))); String_t* L_9; L_9 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_8, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_10 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_10, L_9, /*hidden argument*/NULL); V_0 = L_10; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0065; }// end catch (depth: 1) CATCH_0040: {// begin catch(System.FormatException) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; String_t* L_13 = ___s0; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_12; NullCheck(L_14); ArrayElementTypeCheck (L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral933FDC90F97E9226D3E05BB5E9DA4D347B7E3956))); (L_14)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral933FDC90F97E9226D3E05BB5E9DA4D347B7E3956))); String_t* L_15; L_15 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_14, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_16 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_16, L_15, /*hidden argument*/NULL); V_0 = L_16; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0065; }// end catch (depth: 1) IL_0065: { Exception_t * L_17 = V_0; return L_17; } } // System.DateTime System.Xml.XmlConvert::SwitchToLocalTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlConvert_SwitchToLocalTime_m33367FC05C9AE67642AD87B90EB7B9D9A7C70CC6 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001e; } case 1: { goto IL_002c; } case 2: { goto IL_001c; } } } { goto IL_0034; } IL_001c: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ___value0; return L_2; } IL_001e: { int64_t L_3; L_3 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; memset((&L_4), 0, sizeof(L_4)); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((&L_4), L_3, 2, /*hidden argument*/NULL); return L_4; } IL_002c: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); return L_5; } IL_0034: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = ___value0; return L_6; } } // System.DateTime System.Xml.XmlConvert::SwitchToUtcTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlConvert_SwitchToUtcTime_mDC015BF307A6C45AA86A73472FC7F5030E7245C5 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001e; } case 1: { goto IL_001c; } case 2: { goto IL_002c; } } } { goto IL_0034; } IL_001c: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ___value0; return L_2; } IL_001e: { int64_t L_3; L_3 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; memset((&L_4), 0, sizeof(L_4)); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((&L_4), L_3, 1, /*hidden argument*/NULL); return L_4; } IL_002c: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); return L_5; } IL_0034: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = ___value0; return L_6; } } // System.Uri System.Xml.XmlConvert::ToUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * XmlConvert_ToUri_mA74C5DC38B2A4CE02CE06DFABAB5958FF7C2B0DB (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB8D1A3352D0EE435150A49578688CB05DFD221F); s_Il2CppMethodInitialized = true; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * 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; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_4; L_4 = XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B(L_3, /*hidden argument*/NULL); ___s0 = L_4; String_t* L_5 = ___s0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002b; } } { String_t* L_7 = ___s0; NullCheck(L_7); int32_t L_8; L_8 = String_IndexOf_mD99F5378A4220A0DA0D5097007417E777722ABDA(L_7, _stringLiteralEB8D1A3352D0EE435150A49578688CB05DFD221F, 4, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)(-1)))) { goto IL_004d; } } IL_002b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_9; String_t* L_11 = ___s0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (RuntimeObject *)L_11); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015))); (L_12)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015))); String_t* L_13; L_13 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_12, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_14 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToUri_mA74C5DC38B2A4CE02CE06DFABAB5958FF7C2B0DB_RuntimeMethod_var))); } IL_004d: { String_t* L_15 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_16; L_16 = Uri_TryCreate_m44277635BB8291BC0AADD85B9C9A015C1C21EF92(L_15, 0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 **)(&V_0), /*hidden argument*/NULL); if (L_16) { goto IL_007a; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = L_17; String_t* L_19 = ___s0; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (RuntimeObject *)L_19); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_18; NullCheck(L_20); ArrayElementTypeCheck (L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015))); (L_20)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015))); String_t* L_21; L_21 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_20, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_22 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToUri_mA74C5DC38B2A4CE02CE06DFABAB5958FF7C2B0DB_RuntimeMethod_var))); } IL_007a: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * 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_m4CF0B606C7D32C016242666B39382D775BF3167E (String_t* ___s0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB8D1A3352D0EE435150A49578688CB05DFD221F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015); s_Il2CppMethodInitialized = true; } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** 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; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_5; L_5 = XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B(L_4, /*hidden argument*/NULL); ___s0 = L_5; String_t* L_6 = ___s0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002e; } } { String_t* L_8 = ___s0; NullCheck(L_8); int32_t L_9; L_9 = String_IndexOf_mD99F5378A4220A0DA0D5097007417E777722ABDA(L_8, _stringLiteralEB8D1A3352D0EE435150A49578688CB05DFD221F, 4, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)(-1)))) { goto IL_0050; } } IL_002e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_10; String_t* L_12 = ___s0; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_12); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015); (L_13)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015); String_t* L_14; L_14 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_13, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_15 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_15, L_14, /*hidden argument*/NULL); return L_15; } IL_0050: { String_t* L_16 = ___s0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** L_17 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_18; L_18 = Uri_TryCreate_m44277635BB8291BC0AADD85B9C9A015C1C21EF92(L_16, 0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 **)L_17, /*hidden argument*/NULL); if (L_18) { goto IL_007c; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_19; String_t* L_21 = ___s0; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_21); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = L_20; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015); (L_22)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015); String_t* L_23; L_23 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_22, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_24 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(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_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___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; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_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_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* 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(L_9)); String_t* L_11 = ___str23; int32_t L_12 = V_0; NullCheck(L_11); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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_mF0E4AC16BD05053538B20B21DBD64447195A2D1B (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_WhitespaceChars_5(); NullCheck(L_0); String_t* L_2; L_2 = String_Trim_m10D967E03EDCB170227406426558B7FEA27CD6CC(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.XmlConvert::TrimStringStart(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimStringStart_m430B3EFD170D03F58CC8C419D421AEA7AB7FD859 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_WhitespaceChars_5(); NullCheck(L_0); String_t* L_2; L_2 = String_TrimStart_m02B916CA047749DD55A03278F4A96FBA62C8935A(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.XmlConvert::TrimStringEnd(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimStringEnd_m49BB2083DDE01A5251215D81D721E315C9270DB0 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_WhitespaceChars_5(); NullCheck(L_0); String_t* L_2; L_2 = String_TrimEnd_mA98B5B9C45CCAB016F32F1C8BBE29A215B9D277E(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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlConvert_SplitString_m4E1B4AB4C95F6E6DF137F5312D161F945E2FD617 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->get_WhitespaceChars_5(); NullCheck(L_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2; L_2 = String_Split_m8334980E85EA3EF1F6204607324D9C34EFA4CA25(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_m855FCBEA897907F707A762854C32F64168DBE8E8 (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); 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_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int64_t L_2; L_2 = XmlConvert_DoubleToInt64Bits_m60A2CB99A6A5000BDAA40B89BF9F8B6ED29A8A6D(L_1, /*hidden argument*/NULL); int64_t L_3; L_3 = XmlConvert_DoubleToInt64Bits_m60A2CB99A6A5000BDAA40B89BF9F8B6ED29A8A6D((-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_m60A2CB99A6A5000BDAA40B89BF9F8B6ED29A8A6D (double ___value0, const RuntimeMethod* method) { { int64_t L_0 = *((int64_t*)((uintptr_t)(&___value0))); return L_0; } } // 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_m9718225A7133DC0205AE6EC7BC322F4FEAE5A716 (String_t* ___res0, String_t* ___arg1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); 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_001f; } } { goto IL_001f; } IL_0009: { String_t* L_2 = ___res0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3; String_t* L_5 = ___arg1; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); String_t* L_6; L_6 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(L_2, L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); return L_7; } IL_001f: { String_t* L_8 = ___res0; String_t* L_9 = ___arg1; int32_t L_10 = ___lineNo3; int32_t L_11 = ___linePos4; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_12 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m819800529C3A91E8C5640AAA3F30EBD998238F10(L_12, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String[],System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateException_m30B03670420927D02420D718F5FF30B827B12A31 (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___exceptionType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; int32_t L_2 = ___exceptionType2; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_3; L_3 = XmlConvert_CreateException_mD3F12F95EFAC639FBCB9EB56C4008F5F422380D9(L_0, L_1, L_2, 0, 0, /*hidden argument*/NULL); return L_3; } } // 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_mD3F12F95EFAC639FBCB9EB56C4008F5F422380D9 (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); 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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = ___args1; String_t* L_4; L_4 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(L_2, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_0016: { String_t* L_6 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = ___args1; int32_t L_8 = ___lineNo3; int32_t L_9 = ___linePos4; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_10 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m546964BF1BBE64E4A2C9853E23F25FC3295D595E(L_10, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_m0DE4CC9F8620ABC31C61F6FDAFA3BC960F41F170 (Il2CppChar ___low0, Il2CppChar ___hi1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___low0; Il2CppChar L_1 = ___hi1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_2; L_2 = XmlConvert_CreateInvalidSurrogatePairException_m97FE3D009250AE26015577D66CE3A652D787B86B(L_0, L_1, 0, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_m97FE3D009250AE26015577D66CE3A652D787B86B (Il2CppChar ___low0, Il2CppChar ___hi1, int32_t ___exceptionType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___low0; Il2CppChar L_1 = ___hi1; int32_t L_2 = ___exceptionType2; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_3; L_3 = XmlConvert_CreateInvalidSurrogatePairException_mAD8DA247F0F5CAFAE622A2FC49AA8AD44746125A(L_0, L_1, L_2, 0, 0, /*hidden argument*/NULL); return L_3; } } // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_mAD8DA247F0F5CAFAE622A2FC49AA8AD44746125A (Il2CppChar ___low0, Il2CppChar ___hi1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF91B9F4F51199474999FD40AF7DB23C33195BC0B); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; uint32_t V_1 = 0; { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; Il2CppChar L_2 = ___hi1; V_1 = L_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3; L_3 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_4; L_4 = UInt32_ToString_mAF0A46E9EC70EA43A02EBE522FF287E20DEE691B((uint32_t*)(&V_1), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_3, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (String_t*)L_4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_1; Il2CppChar L_6 = ___low0; V_1 = L_6; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_8; L_8 = UInt32_ToString_mAF0A46E9EC70EA43A02EBE522FF287E20DEE691B((uint32_t*)(&V_1), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_7, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (String_t*)L_8); V_0 = L_5; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = V_0; int32_t L_10 = ___exceptionType2; int32_t L_11 = ___lineNo3; int32_t L_12 = ___linePos4; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_13; L_13 = XmlConvert_CreateException_mD3F12F95EFAC639FBCB9EB56C4008F5F422380D9(_stringLiteralF91B9F4F51199474999FD40AF7DB23C33195BC0B, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_mD8CAB48E86A39FACE4A0274D91C7065A6458233E (Il2CppChar ___hi0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___hi0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_1; L_1 = XmlConvert_CreateInvalidHighSurrogateCharException_m7963DACF73B00A03914532EC609524F30AC26F16(L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_m7963DACF73B00A03914532EC609524F30AC26F16 (Il2CppChar ___hi0, int32_t ___exceptionType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___hi0; int32_t L_1 = ___exceptionType1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_2; L_2 = XmlConvert_CreateInvalidHighSurrogateCharException_m430040D295EFE67CF3214A7375E5B2E080EF04AB(L_0, L_1, 0, 0, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_m430040D295EFE67CF3214A7375E5B2E080EF04AB (Il2CppChar ___hi0, int32_t ___exceptionType1, int32_t ___lineNo2, int32_t ___linePos3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4ED3BDF7EB24796E98DB0F3022D762D2C5EBFB0); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { Il2CppChar L_0 = ___hi0; V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_2; L_2 = UInt32_ToString_mAF0A46E9EC70EA43A02EBE522FF287E20DEE691B((uint32_t*)(&V_0), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_1, /*hidden argument*/NULL); int32_t L_3 = ___exceptionType1; int32_t L_4 = ___lineNo2; int32_t L_5 = ___linePos3; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_6; L_6 = XmlConvert_CreateException_m9718225A7133DC0205AE6EC7BC322F4FEAE5A716(_stringLiteralF4ED3BDF7EB24796E98DB0F3022D762D2C5EBFB0, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Exception System.Xml.XmlConvert::CreateInvalidCharException(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidCharException_m7F50BCBE8EBFD8D382C6062F523704CB9ABC9049 (Il2CppChar ___invChar0, Il2CppChar ___nextChar1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___invChar0; Il2CppChar L_1 = ___nextChar1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_2; L_2 = XmlConvert_CreateInvalidCharException_m852603EE78554E6BE2D71D93F79B8DCCF856FDD9(L_0, L_1, 0, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::CreateInvalidCharException(System.Char,System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidCharException_m852603EE78554E6BE2D71D93F79B8DCCF856FDD9 (Il2CppChar ___invChar0, Il2CppChar ___nextChar1, int32_t ___exceptionType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___invChar0; Il2CppChar L_1 = ___nextChar1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2; L_2 = XmlException_BuildCharExceptionArgs_mD8BDF56806D4328D88F94EC79777FFBC787E6F71(L_0, L_1, /*hidden argument*/NULL); int32_t L_3 = ___exceptionType2; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_4; L_4 = XmlConvert_CreateException_m30B03670420927D02420D718F5FF30B827B12A31(_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Exception System.Xml.XmlConvert::CreateInvalidNameCharException(System.String,System.Int32,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidNameCharException_mCA91D9BDF989FC0174FF7E1D8372C7F7AC676FC5 (String_t* ___name0, int32_t ___index1, int32_t ___exceptionType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { int32_t L_0 = ___index1; if (!L_0) { goto IL_000a; } } { G_B3_0 = _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05; goto IL_000f; } IL_000a: { G_B3_0 = _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D; } IL_000f: { String_t* L_1 = ___name0; int32_t L_2 = ___index1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3; L_3 = XmlException_BuildCharExceptionArgs_m4A2C0BF59A2C409511D7E233C9CACA9801D7254F(L_1, L_2, /*hidden argument*/NULL); int32_t L_4 = ___exceptionType2; int32_t L_5 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_6; L_6 = XmlConvert_CreateException_mD3F12F95EFAC639FBCB9EB56C4008F5F422380D9(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_t505FA8C11E883F2D96C797AD9D396490794DEE00 * XmlConvert_CreateInvalidNameArgumentException_m0E10ECE9DFB2117860A7A5651DF30D6D55EEF381 (String_t* ___name0, String_t* ___argumentName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (!L_0) { goto IL_0014; } } { String_t* L_1; L_1 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E, /*hidden argument*/NULL); String_t* L_2 = ___argumentName1; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_0014: { String_t* L_4 = ___argumentName1; ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(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_m702BEEB571815B9886A2C46DD223B7C96058857E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_0; L_0 = XmlCharType_get_Instance_mA3CFC9BC3797565FD176224C6116F41AC8BA65B5(/*hidden argument*/NULL); ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->set_xmlCharType_0(L_0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)3); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->set_crt_1(L_2); ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->set_c_EncodedCharLength_2(7); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)4); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = L_4; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); ((XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))->set_WhitespaceChars_5(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.Void System.Xml.Schema.XmlDateTimeConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDateTimeConverter__ctor_m3FE81AC8A54103061A8BB189B171C33EB2417DFE (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlBaseConverter__ctor_mFFE1FCB6DE4BCF03A3666FBFD1972F802345FCE5(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlDateTimeConverter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlDateTimeConverter_Create_m25C1B27CC3457BBEF4B1223815438775F482FA48 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * L_1 = (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D *)il2cpp_codegen_object_new(XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D_il2cpp_TypeInfo_var); XmlDateTimeConverter__ctor_m3FE81AC8A54103061A8BB189B171C33EB2417DFE(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.DateTime System.Xml.Schema.XmlDateTimeConverter::ToDateTime(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlDateTimeConverter_ToDateTime_mE95602D7AA5611DB7208788E6D3736996B9F627D (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = XmlBaseConverter_DateTimeOffsetToDateTime_mDE534B3316FED20CCE618C948C2D3E9C134F315F(L_0, /*hidden argument*/NULL); return L_1; } } // System.DateTime System.Xml.Schema.XmlDateTimeConverter::ToDateTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlDateTimeConverter_ToDateTime_m6A382CF047D081FF86C56410064111E4643F0402 (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ToDateTime_m6A382CF047D081FF86C56410064111E4643F0402_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)19)))) { case 0: { goto IL_0043; } case 1: { goto IL_003c; } case 2: { goto IL_0066; } case 3: { goto IL_005f; } case 4: { goto IL_0058; } case 5: { goto IL_004a; } case 6: { goto IL_0051; } } } { goto IL_006d; } IL_003c: { String_t* L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = XmlBaseConverter_StringToDate_mAD75ED28B7EC565E8FE800C176CBB924957DE583(L_4, /*hidden argument*/NULL); return L_5; } IL_0043: { String_t* L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7; L_7 = XmlBaseConverter_StringToTime_mD18BB7906E5A4B614B4A0771C4C5BD6470F6C22D(L_6, /*hidden argument*/NULL); return L_7; } IL_004a: { String_t* L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9; L_9 = XmlBaseConverter_StringToGDay_m3AC0ACC702743078E5901751FEB7AC3BF29AE628(L_8, /*hidden argument*/NULL); return L_9; } IL_0051: { String_t* L_10 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11; L_11 = XmlBaseConverter_StringToGMonth_mC8A46EEAEC60BEB47FE1200CDF2CF976A3AC3ACC(L_10, /*hidden argument*/NULL); return L_11; } IL_0058: { String_t* L_12 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13; L_13 = XmlBaseConverter_StringToGMonthDay_m47D13167664FBE6DA1B9F4A3643A6BB82DA57DD7(L_12, /*hidden argument*/NULL); return L_13; } IL_005f: { String_t* L_14 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_15; L_15 = XmlBaseConverter_StringToGYear_m965119EC46C489C89E02BB93F76FF33B87054374(L_14, /*hidden argument*/NULL); return L_15; } IL_0066: { String_t* L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_17; L_17 = XmlBaseConverter_StringToGYearMonth_mCD4BAD1D264A58FB77ACDF920909E2CF11255B94(L_16, /*hidden argument*/NULL); return L_17; } IL_006d: { String_t* L_18 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19; L_19 = XmlBaseConverter_StringToDateTime_mEFAAE6DEDDD82CCF916D32F1D7DDBDE74C5E0A5A(L_18, /*hidden argument*/NULL); return L_19; } } // System.DateTime System.Xml.Schema.XmlDateTimeConverter::ToDateTime(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlDateTimeConverter_ToDateTime_m1B47F88C5CCBDB3C9E2359B285FAB3A0CC841B55 (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ToDateTime_m1B47F88C5CCBDB3C9E2359B285FAB3A0CC841B55_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0029; } } { RuntimeObject * L_7 = ___value0; return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_7, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } IL_0029: { Type_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0043; } } { RuntimeObject * L_11 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12; L_12 = VirtualFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 >::Invoke(37 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.DateTimeOffset) */, __this, ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_11, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))))); return L_12; } IL_0043: { Type_t * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005d; } } { RuntimeObject * L_16 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_17; L_17 = VirtualFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , String_t* >::Invoke(38 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var))); return L_17; } IL_005d: { Type_t * L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0076; } } { RuntimeObject * L_21 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_21, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22; L_22 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(9 /* System.DateTime System.Xml.XPath.XPathItem::get_ValueAsDateTime() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_21, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_22; } IL_0076: { RuntimeObject * L_23 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_24 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_25; L_25 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_23, L_24, (RuntimeObject*)NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_25, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTimeOffset System.Xml.Schema.XmlDateTimeConverter::ToDateTimeOffset(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlDateTimeConverter_ToDateTimeOffset_m1C32839651A9959219B8FCD8309352B406EE2D17 (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_1; memset((&L_1), 0, sizeof(L_1)); DateTimeOffset__ctor_mC17E28F89D4E54D511B30E08D1F56453E677D53F((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.DateTimeOffset System.Xml.Schema.XmlDateTimeConverter::ToDateTimeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlDateTimeConverter_ToDateTimeOffset_mFEB682BDE59F541D946CE5C8EA2A005BA2F0DFBA (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ToDateTimeOffset_mFEB682BDE59F541D946CE5C8EA2A005BA2F0DFBA_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)19)))) { case 0: { goto IL_0043; } case 1: { goto IL_003c; } case 2: { goto IL_0066; } case 3: { goto IL_005f; } case 4: { goto IL_0058; } case 5: { goto IL_004a; } case 6: { goto IL_0051; } } } { goto IL_006d; } IL_003c: { String_t* L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_5; L_5 = XmlBaseConverter_StringToDateOffset_mFF7F16CB2A08D61EDE8BEF28D50CF2F2BCE63164(L_4, /*hidden argument*/NULL); return L_5; } IL_0043: { String_t* L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_7; L_7 = XmlBaseConverter_StringToTimeOffset_m41FC5ECE5DD6F323049FD99CA2E5C861358A145E(L_6, /*hidden argument*/NULL); return L_7; } IL_004a: { String_t* L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_9; L_9 = XmlBaseConverter_StringToGDayOffset_m7D68AF64B9DA7CAFB15B9047198C715B7B15854F(L_8, /*hidden argument*/NULL); return L_9; } IL_0051: { String_t* L_10 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_11; L_11 = XmlBaseConverter_StringToGMonthOffset_m6AC72A22D3E738DBFD8808E2FF96DA75EE9F4394(L_10, /*hidden argument*/NULL); return L_11; } IL_0058: { String_t* L_12 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_13; L_13 = XmlBaseConverter_StringToGMonthDayOffset_m96B66B54FF5C85EF286DC1C56621D7EA48BAAC0A(L_12, /*hidden argument*/NULL); return L_13; } IL_005f: { String_t* L_14 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_15; L_15 = XmlBaseConverter_StringToGYearOffset_m180CE38D3AEEFEF6AADC9845E623A84D632DFA60(L_14, /*hidden argument*/NULL); return L_15; } IL_0066: { String_t* L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_17; L_17 = XmlBaseConverter_StringToGYearMonthOffset_m66A674E8F375969CF15634E502866D6939086C53(L_16, /*hidden argument*/NULL); return L_17; } IL_006d: { String_t* L_18 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_19; L_19 = XmlBaseConverter_StringToDateTimeOffset_m6A7717957A33331C4845828A369C42669000D90C(L_18, /*hidden argument*/NULL); return L_19; } } // System.DateTimeOffset System.Xml.Schema.XmlDateTimeConverter::ToDateTimeOffset(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlDateTimeConverter_ToDateTimeOffset_m45F6183A59FF14BD056DECBF3C91B2916707EAFA (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ToDateTimeOffset_m45F6183A59FF14BD056DECBF3C91B2916707EAFA_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002f; } } { RuntimeObject * L_7 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_8; L_8 = VirtualFuncInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(40 /* System.DateTimeOffset System.Xml.Schema.XmlValueConverter::ToDateTimeOffset(System.DateTime) */, __this, ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_7, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))))); return L_8; } IL_002f: { Type_t * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0043; } } { RuntimeObject * L_12 = ___value0; return ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_12, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); } IL_0043: { Type_t * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005d; } } { RuntimeObject * L_16 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_17; L_17 = VirtualFuncInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , String_t* >::Invoke(41 /* System.DateTimeOffset System.Xml.Schema.XmlValueConverter::ToDateTimeOffset(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var))); return L_17; } IL_005d: { Type_t * L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_007b; } } { RuntimeObject * L_21 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_21, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22; L_22 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(9 /* System.DateTime System.Xml.XPath.XPathItem::get_ValueAsDateTime() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_21, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_23; L_23 = DateTimeOffset_op_Implicit_m868690EC78B30802CD8E0DF10A083312632C0123(L_22, /*hidden argument*/NULL); return L_23; } IL_007b: { RuntimeObject * L_24 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_25 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); RuntimeObject * L_26; L_26 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_24, L_25, (RuntimeObject*)NULL); return ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_26, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); } } // System.String System.Xml.Schema.XmlDateTimeConverter::ToString(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDateTimeConverter_ToString_m8DAC310EB8485298A43A10D073469BEDE18E36FB (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0; L_0 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)19)))) { case 0: { goto IL_0035; } case 1: { goto IL_002e; } case 2: { goto IL_0058; } case 3: { goto IL_0051; } case 4: { goto IL_004a; } case 5: { goto IL_003c; } case 6: { goto IL_0043; } } } { goto IL_005f; } IL_002e: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_3; L_3 = XmlBaseConverter_DateToString_m1853FD82DDD0D80309A952D2BE6442C8BAA90ED4(L_2, /*hidden argument*/NULL); return L_3; } IL_0035: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_5; L_5 = XmlBaseConverter_TimeToString_m7E71CB1CB37202C3A859E2DA4C8A770DEC86C7EA(L_4, /*hidden argument*/NULL); return L_5; } IL_003c: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_7; L_7 = XmlBaseConverter_GDayToString_m80612AE41E9E3A786E058C228E1CFE2157310646(L_6, /*hidden argument*/NULL); return L_7; } IL_0043: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_9; L_9 = XmlBaseConverter_GMonthToString_m7B377208C82C7C511416627C7EE0D39B4169441E(L_8, /*hidden argument*/NULL); return L_9; } IL_004a: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_10 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_11; L_11 = XmlBaseConverter_GMonthDayToString_mB71FE277219066DD43DAC2DEB730620401C83BDF(L_10, /*hidden argument*/NULL); return L_11; } IL_0051: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_13; L_13 = XmlBaseConverter_GYearToString_m0228E05286AD0ABF8663898417CD37B04FA8749C(L_12, /*hidden argument*/NULL); return L_13; } IL_0058: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_15; L_15 = XmlBaseConverter_GYearMonthToString_mB6AC55337B17EB434CB2E62A8A1B1257991501B7(L_14, /*hidden argument*/NULL); return L_15; } IL_005f: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_17; L_17 = XmlBaseConverter_DateTimeToString_mA741191C8F98467A037A77122041688D78C6D89A(L_16, /*hidden argument*/NULL); return L_17; } } // System.String System.Xml.Schema.XmlDateTimeConverter::ToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDateTimeConverter_ToString_m691DBFE34788BF4603DA80C1704C67D52C958BF3 (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0; L_0 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)19)))) { case 0: { goto IL_0035; } case 1: { goto IL_002e; } case 2: { goto IL_0058; } case 3: { goto IL_0051; } case 4: { goto IL_004a; } case 5: { goto IL_003c; } case 6: { goto IL_0043; } } } { goto IL_005f; } IL_002e: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_3; L_3 = XmlBaseConverter_DateOffsetToString_m05B79818853552FCD53A36052591F04CB7B86306(L_2, /*hidden argument*/NULL); return L_3; } IL_0035: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_5; L_5 = XmlBaseConverter_TimeOffsetToString_m6B555DD9FBDBF77F823E9417B2724F6C452D6856(L_4, /*hidden argument*/NULL); return L_5; } IL_003c: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_7; L_7 = XmlBaseConverter_GDayOffsetToString_m472D124EC68449ECB0CECB37F34B442128874116(L_6, /*hidden argument*/NULL); return L_7; } IL_0043: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_9; L_9 = XmlBaseConverter_GMonthOffsetToString_m61E06E635A05529074A51DE286679A925AD2D2F2(L_8, /*hidden argument*/NULL); return L_9; } IL_004a: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_10 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_11; L_11 = XmlBaseConverter_GMonthDayOffsetToString_m9DBE365F664BB2C4CA029ECFDD0DEB820106092C(L_10, /*hidden argument*/NULL); return L_11; } IL_0051: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_12 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_13; L_13 = XmlBaseConverter_GYearOffsetToString_m46287B1B66EFBA328800FF36C1A78FE4D709445F(L_12, /*hidden argument*/NULL); return L_13; } IL_0058: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_14 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_15; L_15 = XmlBaseConverter_GYearMonthOffsetToString_m96ED77C2F32FBA4A41C3A1DC58257333B0C04099(L_14, /*hidden argument*/NULL); return L_15; } IL_005f: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_17; L_17 = XmlBaseConverter_DateTimeOffsetToString_m121DC4237FE390803E2B78671023A1B962E599B5(L_16, /*hidden argument*/NULL); return L_17; } } // System.String System.Xml.Schema.XmlDateTimeConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDateTimeConverter_ToString_m5949376999F507A25BEF605B47E7EC52E9EF1C3F (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, RuntimeObject * ___value0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ToString_m5949376999F507A25BEF605B47E7EC52E9EF1C3F_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002f; } } { RuntimeObject * L_7 = ___value0; String_t* L_8; L_8 = VirtualFuncInvoker1< String_t*, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(49 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.DateTime) */, __this, ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_7, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))))); return L_8; } IL_002f: { Type_t * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0049; } } { RuntimeObject * L_12 = ___value0; String_t* L_13; L_13 = VirtualFuncInvoker1< String_t*, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 >::Invoke(50 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.DateTimeOffset) */, __this, ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_12, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))))); return L_13; } IL_0049: { Type_t * L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_15 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_005d; } } { RuntimeObject * L_17 = ___value0; return ((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)); } IL_005d: { Type_t * L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0076; } } { RuntimeObject * L_21 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_21, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_21, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_22; } IL_0076: { RuntimeObject * L_23 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_24 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject* L_25 = ___nsResolver1; RuntimeObject * L_26; L_26 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_23, L_24, L_25); return ((String_t*)CastclassSealed((RuntimeObject*)L_26, String_t_il2cpp_TypeInfo_var)); } } // System.Object System.Xml.Schema.XmlDateTimeConverter::ChangeType(System.DateTime,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlDateTimeConverter_ChangeType_m090C368E3DCCBD30CB75FDD1259C152CFA0564AD (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ChangeType_m090C368E3DCCBD30CB75FDD1259C152CFA0564AD_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { Type_t * L_6; L_6 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_6; } IL_0029: { Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003d; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_10 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11 = L_10; RuntimeObject * L_12 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_11); return L_12; } IL_003d: { Type_t * L_13 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0057; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_17; L_17 = VirtualFuncInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(40 /* System.DateTimeOffset System.Xml.Schema.XmlValueConverter::ToDateTimeOffset(System.DateTime) */, __this, L_16); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_18 = L_17; RuntimeObject * L_19 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_18); return L_19; } IL_0057: { Type_t * L_20 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_21 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_22; L_22 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_006c; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_23 = ___value0; String_t* L_24; L_24 = VirtualFuncInvoker1< String_t*, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(49 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.DateTime) */, __this, L_23); return L_24; } IL_006c: { Type_t * L_25 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_26 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_27; L_27 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0086; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_28; L_28 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_29 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_30 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9(L_30, L_28, L_29, /*hidden argument*/NULL); return L_30; } IL_0086: { Type_t * L_31 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_32 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_33; L_33 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00a0; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_34; L_34 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_35 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_36 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9(L_36, L_34, L_35, /*hidden argument*/NULL); return L_36; } IL_00a0: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_37 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_38 = L_37; RuntimeObject * L_39 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_38); Type_t * L_40 = ___destinationType1; RuntimeObject * L_41; L_41 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_39, L_40, (RuntimeObject*)NULL); return L_41; } } // System.Object System.Xml.Schema.XmlDateTimeConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlDateTimeConverter_ChangeType_mE5B8DD6485E09790FD750409B570701ABF9AEEAA (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, String_t* ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ChangeType_mE5B8DD6485E09790FD750409B570701ABF9AEEAA_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ChangeType_mE5B8DD6485E09790FD750409B570701ABF9AEEAA_RuntimeMethod_var))); } IL_0022: { Type_t * L_5 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_6 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_7; L_7 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } { Type_t * L_8; L_8 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_8; } IL_0037: { Type_t * L_9 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0051; } } { String_t* L_12 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13; L_13 = VirtualFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , String_t* >::Invoke(38 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.String) */, __this, L_12); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14 = L_13; RuntimeObject * L_15 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_14); return L_15; } IL_0051: { Type_t * L_16 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_17 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_18; L_18 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_006b; } } { String_t* L_19 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_20; L_20 = VirtualFuncInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , String_t* >::Invoke(41 /* System.DateTimeOffset System.Xml.Schema.XmlValueConverter::ToDateTimeOffset(System.String) */, __this, L_19); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_21 = L_20; RuntimeObject * L_22 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_21); return L_22; } IL_006b: { Type_t * L_23 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_24 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_25; L_25 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_007a; } } { String_t* L_26 = ___value0; return L_26; } IL_007a: { Type_t * L_27 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_28 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_29; L_29 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_27, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_0094; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_30; L_30 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_31 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_32 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_32, L_30, L_31, /*hidden argument*/NULL); return L_32; } IL_0094: { Type_t * L_33 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_34 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_35; L_35 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00ae; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_36; L_36 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_37 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_38 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_38, L_36, L_37, /*hidden argument*/NULL); return L_38; } IL_00ae: { String_t* L_39 = ___value0; Type_t * L_40 = ___destinationType1; RuntimeObject* L_41 = ___nsResolver2; RuntimeObject * L_42; L_42 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_39, L_40, L_41); return L_42; } } // System.Object System.Xml.Schema.XmlDateTimeConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlDateTimeConverter_ChangeType_m27190E88F799D8E5E004A176FE1DBF36DC494610 (XmlDateTimeConverter_t1E793076A78C613146EDBBA1A5BE7AA44675B09D * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ChangeType_m27190E88F799D8E5E004A176FE1DBF36DC494610_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeConverter_ChangeType_m27190E88F799D8E5E004A176FE1DBF36DC494610_RuntimeMethod_var))); } IL_0022: { RuntimeObject * L_5 = ___value0; NullCheck(L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_5, /*hidden argument*/NULL); V_0 = L_6; Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003e; } } { Type_t * L_10; L_10 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_10; } IL_003e: { Type_t * L_11 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_12 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13; L_13 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0058; } } { RuntimeObject * L_14 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_15; L_15 = VirtualFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , RuntimeObject * >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, __this, L_14); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16 = L_15; RuntimeObject * L_17 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_16); return L_17; } IL_0058: { Type_t * L_18 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0072; } } { RuntimeObject * L_21 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_22; L_22 = VirtualFuncInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , RuntimeObject * >::Invoke(42 /* System.DateTimeOffset System.Xml.Schema.XmlValueConverter::ToDateTimeOffset(System.Object) */, __this, L_21); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_23 = L_22; RuntimeObject * L_24 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_23); return L_24; } IL_0072: { Type_t * L_25 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_26 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_27; L_27 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0088; } } { RuntimeObject * L_28 = ___value0; RuntimeObject* L_29 = ___nsResolver2; String_t* L_30; L_30 = VirtualFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_28, L_29); return L_30; } IL_0088: { Type_t * L_31 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_32 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_33; L_33 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_010b; } } { Type_t * L_34 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_35 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_36; L_36 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_34, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00b4; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_37; L_37 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_38 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_39 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9(L_39, L_37, ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_38, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_39; } IL_00b4: { Type_t * L_40 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_41 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_42; L_42 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_40, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00d8; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_43; L_43 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_44 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_45 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_44, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); RuntimeObject * L_46 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_45); XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_47 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_47, L_43, L_46, /*hidden argument*/NULL); return L_47; } IL_00d8: { Type_t * L_48 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_49 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_50; L_50 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_48, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_00f7; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_51; L_51 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_52 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_53 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_53, L_51, ((String_t*)CastclassSealed((RuntimeObject*)L_52, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_53; } IL_00f7: { Type_t * L_54 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_55 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_56; L_56 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_54, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_010b; } } { RuntimeObject * L_57 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_57, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_010b: { Type_t * L_58 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_59 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_60; L_60 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_58, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_018e; } } { Type_t * L_61 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_62 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_63; L_63 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_61, L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_0137; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_64; L_64 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_65 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_66 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9(L_66, L_64, ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_65, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_66; } IL_0137: { Type_t * L_67 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_68 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeOffsetType_25(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_69; L_69 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_67, L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_015b; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_70; L_70 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_71 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_72 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_71, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); RuntimeObject * L_73 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_72); XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_74 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_74, L_70, L_73, /*hidden argument*/NULL); return L_74; } IL_015b: { Type_t * L_75 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_76 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_77; L_77 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_75, L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_017a; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_78; L_78 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_79 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_80 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_80, L_78, ((String_t*)CastclassSealed((RuntimeObject*)L_79, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_80; } IL_017a: { Type_t * L_81 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_82 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_83; L_83 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_81, L_82, /*hidden argument*/NULL); if (!L_83) { goto IL_018e; } } { RuntimeObject * L_84 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_84, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_018e: { RuntimeObject * L_85 = ___value0; Type_t * L_86 = ___destinationType1; RuntimeObject* L_87 = ___nsResolver2; RuntimeObject * L_88; L_88 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_85, L_86, L_87); return L_88; } } #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.XmlDeclaration::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration__ctor_m973573A83AC12F5BC4F3FA5B84148DCEF4534662 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc3; XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___version0; bool L_2; L_2 = XmlDeclaration_IsValidXmlVersion_mDFBF2C92CD8437EAC2BC3B7FDC7E1DF952607787(__this, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0021; } } { String_t* L_3; L_3 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC84E568C2748F9FEA10B49CBF3076D4B6DA24940)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDeclaration__ctor_m973573A83AC12F5BC4F3FA5B84148DCEF4534662_RuntimeMethod_var))); } IL_0021: { String_t* L_5 = ___standalone2; if (!L_5) { goto IL_0061; } } { String_t* L_6 = ___standalone2; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0061; } } { String_t* L_8 = ___standalone2; bool L_9; L_9 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_8, _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331, /*hidden argument*/NULL); if (!L_9) { goto IL_0061; } } { String_t* L_10 = ___standalone2; bool L_11; L_11 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_10, _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49, /*hidden argument*/NULL); if (!L_11) { goto IL_0061; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_12; String_t* L_14 = ___standalone2; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_14); String_t* L_15; L_15 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD5750306EEF268CDF7C94C9DB0356DB272D8B5C1)), L_13, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDeclaration__ctor_m973573A83AC12F5BC4F3FA5B84148DCEF4534662_RuntimeMethod_var))); } IL_0061: { String_t* L_17 = ___encoding1; XmlDeclaration_set_Encoding_m77B97BD0FB894A5BEF3931A170FCD06C9B5D9D52(__this, L_17, /*hidden argument*/NULL); String_t* L_18 = ___standalone2; XmlDeclaration_set_Standalone_mF5CAF4B769DC3A64A9D437435C2CCAC4F66E932C(__this, L_18, /*hidden argument*/NULL); String_t* L_19 = ___version0; XmlDeclaration_set_Version_mCF4B80C06C9D42764CA6C2741FFBB541D4DE3707_inline(__this, L_19, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlDeclaration::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_version_2(); return L_0; } } // System.Void System.Xml.XmlDeclaration::set_Version(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Version_mCF4B80C06C9D42764CA6C2741FFBB541D4DE3707 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_version_2(L_0); return; } } // System.String System.Xml.XmlDeclaration::get_Encoding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_encoding_3(); return L_0; } } // System.Void System.Xml.XmlDeclaration::set_Encoding(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Encoding_m77B97BD0FB894A5BEF3931A170FCD06C9B5D9D52 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * G_B2_0 = NULL; XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0007; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_000c; } IL_0007: { 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_000c: { NullCheck(G_B3_1); G_B3_1->set_encoding_3(G_B3_0); return; } } // System.String System.Xml.XmlDeclaration::get_Standalone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_standalone_4(); return L_0; } } // System.Void System.Xml.XmlDeclaration::set_Standalone(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Standalone_mF5CAF4B769DC3A64A9D437435C2CCAC4F66E932C (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000f; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_standalone_4(L_1); return; } IL_000f: { String_t* L_2 = ___value0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0031; } } { String_t* L_4 = ___value0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331, /*hidden argument*/NULL); if (L_5) { goto IL_0031; } } { String_t* L_6 = ___value0; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49, /*hidden argument*/NULL); if (!L_7) { goto IL_0039; } } IL_0031: { String_t* L_8 = ___value0; __this->set_standalone_4(L_8); return; } IL_0039: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_9; String_t* L_11 = ___value0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (RuntimeObject *)L_11); String_t* L_12; L_12 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD5750306EEF268CDF7C94C9DB0356DB272D8B5C1)), L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDeclaration_set_Standalone_mF5CAF4B769DC3A64A9D437435C2CCAC4F66E932C_RuntimeMethod_var))); } } // System.String System.Xml.XmlDeclaration::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Value_mC604235E8B5E558974144843BAC6AFEB6ACFAA09 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(35 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); return L_0; } } // System.Void System.Xml.XmlDeclaration::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Value_m379201DC1F929CB66069B592CEC28D80CC44C324 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtualActionInvoker1< String_t* >::Invoke(36 /* System.Void System.Xml.XmlNode::set_InnerText(System.String) */, __this, L_0); return; } } // System.String System.Xml.XmlDeclaration::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_InnerText_m408E6654FE03635650ADD99E74E0E6952F79C27E (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3AFC0DE819870B50AA0F59F4823CD7064A39BC72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA849558816A84F373F471C0275248DA08F91A4A6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF67CF5B59E32B552C2C143E0A3990B9794C84DA7); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { String_t* L_0; L_0 = XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07_inline(__this, /*hidden argument*/NULL); String_t* L_1; L_1 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteralF67CF5B59E32B552C2C143E0A3990B9794C84DA7, L_0, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, /*hidden argument*/NULL); StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3; L_3 = XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_004e; } } { StringBuilder_t * L_5 = V_0; NullCheck(L_5); StringBuilder_t * L_6; L_6 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_5, _stringLiteralA849558816A84F373F471C0275248DA08F91A4A6, /*hidden argument*/NULL); StringBuilder_t * L_7 = V_0; String_t* L_8; L_8 = XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_7, L_8, /*hidden argument*/NULL); StringBuilder_t * L_10 = V_0; NullCheck(L_10); StringBuilder_t * L_11; L_11 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_10, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, /*hidden argument*/NULL); } IL_004e: { String_t* L_12; L_12 = XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline(__this, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0081; } } { StringBuilder_t * L_14 = V_0; NullCheck(L_14); StringBuilder_t * L_15; L_15 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_14, _stringLiteral3AFC0DE819870B50AA0F59F4823CD7064A39BC72, /*hidden argument*/NULL); StringBuilder_t * L_16 = V_0; String_t* L_17; L_17 = XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline(__this, /*hidden argument*/NULL); NullCheck(L_16); StringBuilder_t * L_18; L_18 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_16, L_17, /*hidden argument*/NULL); StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_t * L_20; L_20 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_19, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, /*hidden argument*/NULL); } IL_0081: { StringBuilder_t * L_21 = V_0; NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); return L_22; } } // System.Void System.Xml.XmlDeclaration::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_InnerText_m60BA9AFCF90E89CA1EDAE7815BAD89088249E7B0 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method) { String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; String_t* L_0; L_0 = XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline(__this, /*hidden argument*/NULL); V_3 = L_0; String_t* L_1; L_1 = XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline(__this, /*hidden argument*/NULL); V_4 = L_1; String_t* L_2; L_2 = XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07_inline(__this, /*hidden argument*/NULL); V_5 = L_2; String_t* L_3 = ___value0; XmlLoader_ParseXmlDeclarationValue_m7A687F39E9FCC8A8D3AA9ECA6CFEE5FB4D375DAE(L_3, (String_t**)(&V_0), (String_t**)(&V_1), (String_t**)(&V_2), /*hidden argument*/NULL); } IL_0029: try {// begin try (depth: 1) { String_t* L_4 = V_0; if (!L_4) { goto IL_0045; } } IL_002c: { String_t* L_5 = V_0; bool L_6; L_6 = XmlDeclaration_IsValidXmlVersion_mDFBF2C92CD8437EAC2BC3B7FDC7E1DF952607787(__this, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0045; } } IL_0035: { String_t* L_7; L_7 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC84E568C2748F9FEA10B49CBF3076D4B6DA24940)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDeclaration_set_InnerText_m60BA9AFCF90E89CA1EDAE7815BAD89088249E7B0_RuntimeMethod_var))); } IL_0045: { String_t* L_9 = V_0; XmlDeclaration_set_Version_mCF4B80C06C9D42764CA6C2741FFBB541D4DE3707_inline(__this, L_9, /*hidden argument*/NULL); String_t* L_10 = V_1; if (!L_10) { goto IL_0056; } } IL_004f: { String_t* L_11 = V_1; XmlDeclaration_set_Encoding_m77B97BD0FB894A5BEF3931A170FCD06C9B5D9D52(__this, L_11, /*hidden argument*/NULL); } IL_0056: { String_t* L_12 = V_2; if (!L_12) { goto IL_0060; } } IL_0059: { String_t* L_13 = V_2; XmlDeclaration_set_Standalone_mF5CAF4B769DC3A64A9D437435C2CCAC4F66E932C(__this, L_13, /*hidden argument*/NULL); } IL_0060: { goto IL_007c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0062; } throw e; } CATCH_0062: {// begin catch(System.Object) String_t* L_14 = V_3; XmlDeclaration_set_Encoding_m77B97BD0FB894A5BEF3931A170FCD06C9B5D9D52(__this, L_14, /*hidden argument*/NULL); String_t* L_15 = V_4; XmlDeclaration_set_Standalone_mF5CAF4B769DC3A64A9D437435C2CCAC4F66E932C(__this, L_15, /*hidden argument*/NULL); String_t* L_16 = V_5; XmlDeclaration_set_Version_mCF4B80C06C9D42764CA6C2741FFBB541D4DE3707_inline(__this, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDeclaration_set_InnerText_m60BA9AFCF90E89CA1EDAE7815BAD89088249E7B0_RuntimeMethod_var))); }// end catch (depth: 1) IL_007c: { return; } } // System.String System.Xml.XmlDeclaration::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Name_m376F6CF0D90F4A5DE9F9C4DF7F30EFE0CC10AE3B (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } { return _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; } } // System.String System.Xml.XmlDeclaration::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_LocalName_m7FF4662F0C5D12DEE46ECD2331EE21E466C252FF (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, __this); return L_0; } } // System.Xml.XmlNodeType System.Xml.XmlDeclaration::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlDeclaration_get_NodeType_mF80705252DE5B3182F5902A416AB65E64F638199 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)17)); } } // System.Xml.XmlNode System.Xml.XmlDeclaration::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDeclaration_CloneNode_mB7140AF3405CA3D7108DB1DC711A5D0726C83E0D (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1; L_1 = XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07_inline(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline(__this, /*hidden argument*/NULL); String_t* L_3; L_3 = XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_4; L_4 = VirtualFuncInvoker3< XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC *, String_t*, String_t*, String_t* >::Invoke(62 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Boolean System.Xml.XmlDeclaration::IsValidXmlVersion(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDeclaration_IsValidXmlVersion_mDFBF2C92CD8437EAC2BC3B7FDC7E1DF952607787 (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___ver0, const RuntimeMethod* method) { { String_t* L_0 = ___ver0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)3))) { goto IL_002f; } } { String_t* L_2 = ___ver0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)49))))) { goto IL_002f; } } { String_t* L_4 = ___ver0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)46))))) { goto IL_002f; } } { String_t* L_6 = ___ver0; String_t* L_7 = ___ver0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); bool L_9; L_9 = XmlCharType_IsOnlyDigits_m71F9B1C7AB044933E9C5FD9E07278617A5F0A37C(L_6, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)2)), /*hidden argument*/NULL); return L_9; } IL_002f: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlDocument::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__ctor_m1E5403972A058DD1EBEE531962F862BBBB08BAB1 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * L_0 = (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 *)il2cpp_codegen_object_new(XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59_il2cpp_TypeInfo_var); XmlImplementation__ctor_mF94E2249635A3883185C24E5C54032F6B79BF830(L_0, /*hidden argument*/NULL); XmlDocument__ctor_m43B868426E05CE674112BBEB6E87751CFB3203D3(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlDocument::.ctor(System.Xml.XmlImplementation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__ctor_m43B868426E05CE674112BBEB6E87751CFB3203D3 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * ___imp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26E478A40A804C5FF9FB7A90DCD4F5E8539E8E38); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4760011519A4AB7E8521F6795430114E80AA83E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral791879DECB3477AD61FF2F50186DCF089516C2FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83B3ACB1C0AB14BABA0BD386F8695E096686811C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA2ADAC70CFE2DCB556D061A93CBD008778646655); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE6A4511D58A9B6C235D9E76F3BADFD11EFD8892); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB28C3D7E7F56FAA480CEF9C7D0E3BF741423901); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6C0C11953123BBAC57A7E215512C2CA4CF68520); s_Il2CppMethodInitialized = true; } XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * V_0 = NULL; { XmlNode__ctor_mAC511AB5C6FA608DA32C9398AAB9756814CE2E36(__this, /*hidden argument*/NULL); XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * L_0 = ___imp0; __this->set_implementation_1(L_0); DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * L_1 = (DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB *)il2cpp_codegen_object_new(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB_il2cpp_TypeInfo_var); DomNameTable__ctor_mE7B9FF131B02128A611A35B7F8BCFCB5D40BA268(L_1, __this, /*hidden argument*/NULL); __this->set_domNameTable_2(L_1); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2; L_2 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(__this, /*hidden argument*/NULL); V_0 = L_2; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3 = V_0; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_3); String_t* L_5; L_5 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, L_4); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_6, _stringLiteralCE6A4511D58A9B6C235D9E76F3BADFD11EFD8892); __this->set_strDocumentName_21(L_7); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_8 = V_0; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_8, _stringLiteral791879DECB3477AD61FF2F50186DCF089516C2FA); __this->set_strDocumentFragmentName_22(L_9); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_10 = V_0; NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_10, _stringLiteralDB28C3D7E7F56FAA480CEF9C7D0E3BF741423901); __this->set_strCommentName_23(L_11); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_12 = V_0; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_12, _stringLiteral4760011519A4AB7E8521F6795430114E80AA83E4); __this->set_strTextName_24(L_13); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_14 = V_0; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_14, _stringLiteralA2ADAC70CFE2DCB556D061A93CBD008778646655); __this->set_strCDataSectionName_25(L_15); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_16 = V_0; NullCheck(L_16); String_t* L_17; L_17 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_16, _stringLiteral26E478A40A804C5FF9FB7A90DCD4F5E8539E8E38); __this->set_strEntityName_26(L_17); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_18 = V_0; NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_18, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); __this->set_strID_27(L_19); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_20 = V_0; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_20, _stringLiteralF6C0C11953123BBAC57A7E215512C2CA4CF68520); __this->set_strNonSignificantWhitespaceName_33(L_21); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_22 = V_0; NullCheck(L_22); String_t* L_23; L_23 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_22, _stringLiteral83B3ACB1C0AB14BABA0BD386F8695E096686811C); __this->set_strSignificantWhitespaceName_34(L_23); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_24 = V_0; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_24, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); __this->set_strXmlns_28(L_25); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_26 = V_0; NullCheck(L_26); String_t* L_27; L_27 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_26, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); __this->set_strXml_29(L_27); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_28 = V_0; NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_28, _stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2); __this->set_strSpace_30(L_29); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_30 = V_0; NullCheck(L_30); String_t* L_31; L_31 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_30, _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29); __this->set_strLang_31(L_31); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_32 = V_0; NullCheck(L_32); String_t* L_33; L_33 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_32, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); __this->set_strReservedXmlns_35(L_33); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_34 = V_0; NullCheck(L_34); String_t* L_35; L_35 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_34, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); __this->set_strReservedXml_36(L_35); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_36 = V_0; String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_36); String_t* L_38; L_38 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_36, L_37); __this->set_strEmpty_32(L_38); String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_baseURI_37(L_39); RuntimeObject * L_40 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_40, /*hidden argument*/NULL); __this->set_objLock_40(L_40); return; } } // System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::get_DtdSchemaInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * XmlDocument_get_DtdSchemaInfo_mA54A74E00FDAEB549EE95BD7A0FC89819D1B3DFC (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = __this->get_schemaInfo_7(); return L_0; } } // System.Void System.Xml.XmlDocument::set_DtdSchemaInfo(System.Xml.Schema.SchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_DtdSchemaInfo_m1AF56BE37994CB289D682DDE25087BB5EB756917 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___value0, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = ___value0; __this->set_schemaInfo_7(L_0); return; } } // System.Void System.Xml.XmlDocument::CheckName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_CheckName_mB93C94CDF89FD485E333EC770C89474F35C38D87 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_1; L_1 = ValidateNames_ParseNmtoken_mF034C15CF991681642B21CC714C845B479FAD984(L_0, 0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; String_t* L_3 = ___name0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_2) >= ((int32_t)L_4))) { goto IL_0023; } } { String_t* L_5 = ___name0; int32_t L_6 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7; L_7 = XmlException_BuildCharExceptionArgs_m4A2C0BF59A2C409511D7E233C9CACA9801D7254F(L_5, L_6, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_8 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m774540F83B81D877D8C30183EA2D2F4A76427058(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_CheckName_mB93C94CDF89FD485E333EC770C89474F35C38D87_RuntimeMethod_var))); } IL_0023: { return; } } // System.Xml.XmlName System.Xml.XmlDocument::AddXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method) { { DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * L_0 = __this->get_domNameTable_2(); String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___namespaceURI2; RuntimeObject* L_4 = ___schemaInfo3; NullCheck(L_0); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_5; L_5 = DomNameTable_AddName_m9F623ED9BC5401D68468EB308D68EB57769F299E(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Xml.XmlName System.Xml.XmlDocument::GetXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_GetXmlName_mD9C1633744B07D015851CFBC4285AB87B50278DD (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method) { { DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * L_0 = __this->get_domNameTable_2(); String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___namespaceURI2; RuntimeObject* L_4 = ___schemaInfo3; NullCheck(L_0); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_5; L_5 = DomNameTable_GetName_m39FD5222CE72D342DA17937F3A7EF2B1E180C61C(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Xml.XmlName System.Xml.XmlDocument::AddAttrXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method) { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; int32_t G_B6_0 = 0; { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___namespaceURI2; RuntimeObject* L_3 = ___schemaInfo3; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_4; L_4 = XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; bool L_5; L_5 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(__this, /*hidden argument*/NULL); if (L_5) { goto IL_0070; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_6, /*hidden argument*/NULL); V_1 = L_7; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_8 = V_0; NullCheck(L_8); String_t* L_9; L_9 = XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302_inline(L_8, /*hidden argument*/NULL); V_2 = L_9; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_10 = V_0; NullCheck(L_10); String_t* L_11; L_11 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_10, /*hidden argument*/NULL); V_3 = L_11; RuntimeObject * L_12 = V_1; String_t* L_13 = __this->get_strXmlns_28(); if ((((RuntimeObject*)(RuntimeObject *)L_12) == ((RuntimeObject*)(String_t*)L_13))) { goto IL_0049; } } { RuntimeObject * L_14 = V_1; String_t* L_15 = __this->get_strEmpty_32(); if ((!(((RuntimeObject*)(RuntimeObject *)L_14) == ((RuntimeObject*)(String_t*)L_15)))) { goto IL_0046; } } { RuntimeObject * L_16 = V_3; String_t* L_17 = __this->get_strXmlns_28(); G_B6_0 = ((((RuntimeObject*)(RuntimeObject *)L_16) == ((RuntimeObject*)(String_t*)L_17))? 1 : 0); goto IL_004a; } IL_0046: { G_B6_0 = 0; goto IL_004a; } IL_0049: { G_B6_0 = 1; } IL_004a: { RuntimeObject * L_18 = V_2; String_t* L_19 = __this->get_strReservedXmlns_35(); if (!((int32_t)((int32_t)G_B6_0^(int32_t)((((RuntimeObject*)(RuntimeObject *)L_18) == ((RuntimeObject*)(String_t*)L_19))? 1 : 0)))) { goto IL_0070; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = L_20; String_t* L_22 = ___namespaceURI2; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23; L_23 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral033D1A6AEAFA549F3817926A246C7A61244A174C)), L_21, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_24 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57_RuntimeMethod_var))); } IL_0070: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_25 = V_0; return L_25; } } // System.Boolean System.Xml.XmlDocument::AddIdInfo(System.Xml.XmlName,System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_AddIdInfo_m0317D8BC240E156E59B96015FD3F724F9223CBF2 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___eleName0, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___attrName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_htElementIDAttrDecl_6(); if (!L_0) { goto IL_0016; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_htElementIDAttrDecl_6(); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_2 = ___eleName0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2); if (L_3) { goto IL_0038; } } IL_0016: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = __this->get_htElementIDAttrDecl_6(); if (L_4) { goto IL_0029; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_5, /*hidden argument*/NULL); __this->set_htElementIDAttrDecl_6(L_5); } IL_0029: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = __this->get_htElementIDAttrDecl_6(); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_7 = ___eleName0; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_8 = ___attrName1; NullCheck(L_6); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_6, L_7, L_8); return (bool)1; } IL_0038: { return (bool)0; } } // System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement_(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_GetIDInfoByElement__mDB0E931FEEAB1E776DD3F1940C2FFD5A85B0ABFE (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___eleName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * V_0 = NULL; { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = ___eleName0; NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_0, /*hidden argument*/NULL); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_2 = ___eleName0; NullCheck(L_2); String_t* L_3; L_3 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_2, /*hidden argument*/NULL); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_5; L_5 = XmlDocument_GetXmlName_mD9C1633744B07D015851CFBC4285AB87B50278DD(__this, L_1, L_3, L_4, (RuntimeObject*)NULL, /*hidden argument*/NULL); V_0 = L_5; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_6 = V_0; if (!L_6) { goto IL_002e; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = __this->get_htElementIDAttrDecl_6(); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_8 = V_0; NullCheck(L_7); RuntimeObject * L_9; L_9 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8); return ((XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 *)CastclassClass((RuntimeObject*)L_9, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63_il2cpp_TypeInfo_var)); } IL_002e: { return (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 *)NULL; } } // System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_GetIDInfoByElement_mEA75E1CD3E6C8122C3FFB1F482DC86B1A6FC40C8 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___eleName0, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_htElementIDAttrDecl_6(); if (L_0) { goto IL_000a; } } { return (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 *)NULL; } IL_000a: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_1 = ___eleName0; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_2; L_2 = XmlDocument_GetIDInfoByElement__mDB0E931FEEAB1E776DD3F1940C2FFD5A85B0ABFE(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.WeakReference System.Xml.XmlDocument::GetElement(System.Collections.ArrayList,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * XmlDocument_GetElement_mFA731D985BBC83C1A49FC25450680BEF4F8E58CD (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___elementList0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; RuntimeObject* V_1 = NULL; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * V_2 = NULL; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * V_3 = NULL; RuntimeObject* V_4 = NULL; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_0, /*hidden argument*/NULL); V_0 = L_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = ___elementList0; NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); V_1 = L_2; } IL_000d: try {// begin try (depth: 1) { goto IL_003f; } IL_000f: { RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_2 = ((WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)CastclassClass((RuntimeObject*)L_4, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var)); WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_5 = V_2; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.WeakReference::get_IsAlive() */, L_5); if (L_6) { goto IL_002d; } } IL_0023: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = V_0; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_8 = V_2; NullCheck(L_7); int32_t L_9; L_9 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_8); goto IL_003f; } IL_002d: { WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_10 = V_2; NullCheck(L_10); RuntimeObject * L_11; L_11 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_10); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_12 = ___elem1; if ((!(((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_11, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var))) == ((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)L_12)))) { goto IL_003f; } } IL_003b: { WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_13 = V_2; V_3 = L_13; IL2CPP_LEAVE(0x9B, FINALLY_0049); } IL_003f: { RuntimeObject* L_14 = V_1; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_000f; } } IL_0047: { IL2CPP_LEAVE(0x5D, FINALLY_0049); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: {// begin finally (depth: 1) { RuntimeObject* L_16 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_4; if (!L_17) { goto IL_005c; } } IL_0055: { RuntimeObject* L_18 = V_4; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_18); } IL_005c: { IL2CPP_END_FINALLY(73) } }// end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9B, IL_009b) IL2CPP_JUMP_TBL(0x5D, IL_005d) } IL_005d: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_19 = V_0; NullCheck(L_19); RuntimeObject* L_20; L_20 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_19); V_1 = L_20; } IL_0064: try {// begin try (depth: 1) { goto IL_007b; } IL_0066: { RuntimeObject* L_21 = V_1; NullCheck(L_21); RuntimeObject * L_22; L_22 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_21); V_5 = ((WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)CastclassClass((RuntimeObject*)L_22, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_23 = ___elementList0; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_24 = V_5; NullCheck(L_23); VirtualActionInvoker1< RuntimeObject * >::Invoke(41 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_23, L_24); } IL_007b: { RuntimeObject* L_25 = V_1; NullCheck(L_25); bool L_26; L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_25); if (L_26) { goto IL_0066; } } IL_0083: { IL2CPP_LEAVE(0x99, FINALLY_0085); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0085; } FINALLY_0085: {// begin finally (depth: 1) { RuntimeObject* L_27 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_27, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_28 = V_4; if (!L_28) { goto IL_0098; } } IL_0091: { RuntimeObject* L_29 = V_4; NullCheck(L_29); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_29); } IL_0098: { IL2CPP_END_FINALLY(133) } }// end finally (depth: 1) IL2CPP_CLEANUP(133) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x99, IL_0099) } IL_0099: { return (WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)NULL; } IL_009b: { WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_30 = V_3; return L_30; } } // System.Void System.Xml.XmlDocument::AddElementWithId(System.String,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_AddElementWithId_m73FCDEB30A768DAE2AA248A5BA4196784FF28734 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___id0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_1 = NULL; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_htElementIdMap_5(); if (!L_0) { goto IL_0016; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_htElementIdMap_5(); String_t* L_2 = ___id0; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(26 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_1, L_2); if (L_3) { goto IL_004a; } } IL_0016: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = __this->get_htElementIdMap_5(); if (L_4) { goto IL_0029; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_5, /*hidden argument*/NULL); __this->set_htElementIdMap_5(L_5); } IL_0029: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_6, /*hidden argument*/NULL); V_0 = L_6; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = V_0; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_8 = ___elem1; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_9 = (WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)il2cpp_codegen_object_new(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); WeakReference__ctor_m11BFDB039514BDCE23425FD90E8C414D051B2F13(L_9, L_8, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_10; L_10 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_9); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_11 = __this->get_htElementIdMap_5(); String_t* L_12 = ___id0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = V_0; NullCheck(L_11); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_11, L_12, L_13); return; } IL_004a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = __this->get_htElementIdMap_5(); String_t* L_15 = ___id0; NullCheck(L_14); RuntimeObject * L_16; L_16 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_14, L_15); V_1 = ((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)CastclassClass((RuntimeObject*)L_16, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_17 = V_1; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_18 = ___elem1; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_19; L_19 = XmlDocument_GetElement_mFA731D985BBC83C1A49FC25450680BEF4F8E58CD(__this, L_17, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0073; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_20 = V_1; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_21 = ___elem1; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_22 = (WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)il2cpp_codegen_object_new(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); WeakReference__ctor_m11BFDB039514BDCE23425FD90E8C414D051B2F13(L_22, L_21, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_23; L_23 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_20, L_22); } IL_0073: { return; } } // System.Void System.Xml.XmlDocument::RemoveElementWithId(System.String,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_RemoveElementWithId_m6B081705ACA1BF1ECD92A037C6FEC7DB6DEF57E4 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___id0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * V_1 = NULL; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_htElementIdMap_5(); if (!L_0) { goto IL_004f; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_htElementIdMap_5(); String_t* L_2 = ___id0; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(26 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_1, L_2); if (!L_3) { goto IL_004f; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = __this->get_htElementIdMap_5(); String_t* L_5 = ___id0; NullCheck(L_4); RuntimeObject * L_6; L_6 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_4, L_5); V_0 = ((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)CastclassClass((RuntimeObject*)L_6, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = V_0; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_8 = ___elem1; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_9; L_9 = XmlDocument_GetElement_mFA731D985BBC83C1A49FC25450680BEF4F8E58CD(__this, L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_10 = V_1; if (!L_10) { goto IL_004f; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_11 = V_0; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_12 = V_1; NullCheck(L_11); VirtualActionInvoker1< RuntimeObject * >::Invoke(41 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_11, L_12); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = V_0; NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_13); if (L_14) { goto IL_004f; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_15 = __this->get_htElementIdMap_5(); String_t* L_16 = ___id0; NullCheck(L_15); VirtualActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_15, L_16); } IL_004f: { return; } } // System.Xml.XmlNode System.Xml.XmlDocument::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocument_CloneNode_m88F56DA38EF4C13E950C56C1DD4471FCA1A0F2CE (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, bool ___deep0, const RuntimeMethod* method) { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; { XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * L_0; L_0 = XmlDocument_get_Implementation_mA8BC0E80074231FE21EA0D19964D40A4BB9BD3B4_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(4 /* System.Xml.XmlDocument System.Xml.XmlImplementation::CreateDocument() */, L_0); V_0 = L_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = V_0; String_t* L_3 = __this->get_baseURI_37(); NullCheck(L_2); XmlDocument_SetBaseURI_m31BDB1234D5BA3E8593E9F245A9D7DD27D90ADE7_inline(L_2, L_3, /*hidden argument*/NULL); bool L_4 = ___deep0; if (!L_4) { goto IL_0024; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = V_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_6 = V_0; bool L_7 = ___deep0; NullCheck(L_5); XmlDocument_ImportChildren_m92D58DC958677224CE36D9800D1E3AAAF9A746C1(L_5, __this, L_6, L_7, /*hidden argument*/NULL); } IL_0024: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_8 = V_0; return L_8; } } // System.Xml.XmlNodeType System.Xml.XmlDocument::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlDocument_get_NodeType_mC9DB1220AE880F8C69FC7466B383723F70D11DE3 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)9)); } } // System.Xml.XmlNode System.Xml.XmlDocument::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocument_get_ParentNode_m9347599DD7CC027B2A055F52F9F00CC2DCA7838F (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * XmlDocument_get_DocumentType_m19FAD07E65620BD8DCE7F07D56061A48F8A0ACC9 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(44 /* System.Xml.XmlNode System.Xml.XmlNode::FindChild(System.Xml.XmlNodeType) */, __this, ((int32_t)10)); return ((XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F *)CastclassClass((RuntimeObject*)L_0, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var)); } } // System.Xml.XmlDeclaration System.Xml.XmlDocument::get_Declaration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * XmlDocument_get_Declaration_m2E26B596993624FCBD80AB584A513D36627DE56C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Xml.XmlNode::get_HasChildNodes() */, __this); if (!L_0) { goto IL_0014; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); return ((XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC *)IsInstClass((RuntimeObject*)L_1, XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var)); } IL_0014: { return (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC *)NULL; } } // System.Xml.XmlImplementation System.Xml.XmlDocument::get_Implementation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * XmlDocument_get_Implementation_mA8BC0E80074231FE21EA0D19964D40A4BB9BD3B4 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * L_0 = __this->get_implementation_1(); return L_0; } } // System.String System.Xml.XmlDocument::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocument_get_Name_m587ADBC66321C1B135BD2BC551B7038A47FFE1D8 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_strDocumentName_21(); return L_0; } } // System.String System.Xml.XmlDocument::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocument_get_LocalName_mD7FB814FB30B7153D84F12B7ABBA6B32BA9BDDF8 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_strDocumentName_21(); return L_0; } } // System.Xml.XmlElement System.Xml.XmlDocument::get_DocumentElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * XmlDocument_get_DocumentElement_mDC08B28B14D903B3FF8D750C6C0B6905DF7ADF91 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(44 /* System.Xml.XmlNode System.Xml.XmlNode::FindChild(System.Xml.XmlNodeType) */, __this, 1); return ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); } } // System.Boolean System.Xml.XmlDocument::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_IsContainer_mB7D1B559967C75A424FAD6A98054393215599B5C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlLinkedNode System.Xml.XmlDocument::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * XmlDocument_get_LastNode_m4949608E7CA6EC40905431312F164CA0B4FF6057 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = __this->get_lastChild_3(); return L_0; } } // System.Void System.Xml.XmlDocument::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_LastNode_m762F944088FE16F3866C8219D5BF11609372A4C4 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = ___value0; __this->set_lastChild_3(L_0); return; } } // System.Xml.XmlDocument System.Xml.XmlDocument::get_OwnerDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlDocument_get_OwnerDocument_m99CDF8418F070B7C6F4794557D94263970C257E6 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { return (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)NULL; } } // System.Void System.Xml.XmlDocument::set_Schemas(System.Xml.Schema.XmlSchemaSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_Schemas_m280471322832DE2070B53C6E6C54583DBE377D13 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * ___value0, const RuntimeMethod* method) { { XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_0 = ___value0; __this->set_schemas_8(L_0); return; } } // System.Boolean System.Xml.XmlDocument::get_CanReportValidity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_CanReportValidity_m904E0976974126FFE5D5E2D2758F4B89EC9075AA (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_reportValidity_9(); return L_0; } } // System.Boolean System.Xml.XmlDocument::get_HasSetResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_HasSetResolver_mC2C6B3468CB289554D1B1BBFB362D8F0A63D4792 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_bSetResolver_39(); return L_0; } } // System.Xml.XmlResolver System.Xml.XmlDocument::GetResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlDocument_GetResolver_m8FB9F7E522BD80FF4E7CB398BCE65D313E1C6D6C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = __this->get_resolver_38(); return L_0; } } // System.Void System.Xml.XmlDocument::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_XmlResolver_mC4A29003084980A459A6ABD6EE9A81142BE6B8C9 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamedPermissionSet_t4387D81FDC42E5B7A75EA9C1C86BF3C15B8A8D69_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FAB579E06FD5A2A9B62FE98BC75A44AD54D0411); s_Il2CppMethodInitialized = true; } XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * V_0 = NULL; SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = ___value0; if (!L_0) { goto IL_0026; } } IL_0003: try {// begin try (depth: 1) NamedPermissionSet_t4387D81FDC42E5B7A75EA9C1C86BF3C15B8A8D69 * L_1 = (NamedPermissionSet_t4387D81FDC42E5B7A75EA9C1C86BF3C15B8A8D69 *)il2cpp_codegen_object_new(NamedPermissionSet_t4387D81FDC42E5B7A75EA9C1C86BF3C15B8A8D69_il2cpp_TypeInfo_var); NamedPermissionSet__ctor_mCC17BB149B23C73959CE74BAB4AECE1121D3DB41(L_1, _stringLiteral9FAB579E06FD5A2A9B62FE98BC75A44AD54D0411, /*hidden argument*/NULL); NullCheck(L_1); PermissionSet_Demand_m4D524D15B15C915895D0F5D48276EB3FBABE90A7(L_1, /*hidden argument*/NULL); goto IL_0026; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0014; } throw e; } CATCH_0014: {// begin catch(System.Security.SecurityException) V_1 = ((SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 *)IL2CPP_GET_ACTIVE_EXCEPTION(SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 *)); String_t* L_2; L_2 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral84567276A1D85E7AAD9B3A65F981930ECAFBE10B)), /*hidden argument*/NULL); SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 * L_3 = V_1; SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 * L_4 = (SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769_il2cpp_TypeInfo_var))); SecurityException__ctor_mA25DA92C16205AC3604A7E0E95B4A9CD8A1DD183(L_4, L_2, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_set_XmlResolver_mC4A29003084980A459A6ABD6EE9A81142BE6B8C9_RuntimeMethod_var))); }// end catch (depth: 1) IL_0026: { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_5 = ___value0; __this->set_resolver_38(L_5); bool L_6 = __this->get_bSetResolver_39(); if (L_6) { goto IL_003c; } } { __this->set_bSetResolver_39((bool)1); } IL_003c: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_7; L_7 = VirtualFuncInvoker0< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * >::Invoke(53 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this); V_0 = L_7; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_8 = V_0; if (!L_8) { goto IL_004d; } } { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_9 = V_0; NullCheck(L_9); XmlDocumentType_set_DtdSchemaInfo_m2A2B4A126F4EA330CD02BAFC9C57422DF167DF02_inline(L_9, (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 *)NULL, /*hidden argument*/NULL); } IL_004d: { return; } } // System.Boolean System.Xml.XmlDocument::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_IsValidChildType_mB63E4C7D63E0F8DF1E01FF1BB6C14BA607B5A212 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0056; } } { int32_t L_1 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)7))) { case 0: { goto IL_003a; } case 1: { goto IL_003a; } case 2: { goto IL_008a; } case 3: { goto IL_003c; } case 4: { goto IL_008a; } case 5: { goto IL_008a; } case 6: { goto IL_003a; } case 7: { goto IL_003a; } case 8: { goto IL_008a; } case 9: { goto IL_008a; } case 10: { goto IL_0070; } } } { goto IL_008a; } IL_003a: { return (bool)1; } IL_003c: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_2; L_2 = VirtualFuncInvoker0< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * >::Invoke(53 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this); if (!L_2) { goto IL_0054; } } { String_t* L_3; L_3 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88FE25385F8BFC1F8C027A8AD8AECE97C41561D6)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_IsValidChildType_mB63E4C7D63E0F8DF1E01FF1BB6C14BA607B5A212_RuntimeMethod_var))); } IL_0054: { return (bool)1; } IL_0056: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_5; L_5 = XmlDocument_get_DocumentElement_mDC08B28B14D903B3FF8D750C6C0B6905DF7ADF91(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_006e; } } { String_t* L_6; L_6 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06C6EF334A248557A31ACC1740CAA2A6A788ECD5)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_7 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_IsValidChildType_mB63E4C7D63E0F8DF1E01FF1BB6C14BA607B5A212_RuntimeMethod_var))); } IL_006e: { return (bool)1; } IL_0070: { XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_8; L_8 = VirtualFuncInvoker0< XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * >::Invoke(54 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::get_Declaration() */, __this); if (!L_8) { goto IL_0088; } } { String_t* L_9; L_9 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCF06C8F24964E50FF1069A8CEE33E689908FFB7E)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_10 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_IsValidChildType_mB63E4C7D63E0F8DF1E01FF1BB6C14BA607B5A212_RuntimeMethod_var))); } IL_0088: { return (bool)1; } IL_008a: { return (bool)0; } } // System.Boolean System.Xml.XmlDocument::HasNodeTypeInPrevSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInPrevSiblings_mD6DD1BB12BFF7EC4964B6CC2B8BD49AA0295DB5A (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, int32_t ___nt0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___refNode1, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___refNode1; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { V_0 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___refNode1; NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_1); if (!L_2) { goto IL_0033; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___refNode1; NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_3); NullCheck(L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5; L_5 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); V_0 = L_5; goto IL_0033; } IL_001d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_6); int32_t L_8 = ___nt0; if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_0028; } } { return (bool)1; } IL_0028: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___refNode1; if ((((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_9) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_10))) { goto IL_0036; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11 = V_0; NullCheck(L_11); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12; L_12 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_11); V_0 = L_12; } IL_0033: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = V_0; if (L_13) { goto IL_001d; } } IL_0036: { return (bool)0; } } // System.Boolean System.Xml.XmlDocument::HasNodeTypeInNextSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInNextSiblings_m82B28327382E38DE4D10B7C6130C8CB32A10B081 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, int32_t ___nt0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___refNode1, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___refNode1; V_0 = L_0; goto IL_0016; } IL_0004: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); int32_t L_3 = ___nt0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_000f; } } { return (bool)1; } IL_000f: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = V_0; NullCheck(L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5; L_5 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_4); V_0 = L_5; } IL_0016: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_0; if (L_6) { goto IL_0004; } } { return (bool)0; } } // System.Boolean System.Xml.XmlDocument::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_CanInsertAfter_m253FF71365B6FA747DE1A6D3CA04D8EAF7EBE43F (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___refChild1, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___refChild1; if (L_0) { goto IL_000b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, __this); ___refChild1 = L_1; } IL_000b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___refChild1; if (L_2) { goto IL_0010; } } { return (bool)1; } IL_0010: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___newChild0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_3); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_0053; } } { int32_t L_6 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)7))) { case 0: { goto IL_0045; } case 1: { goto IL_0045; } case 2: { goto IL_0065; } case 3: { goto IL_0047; } case 4: { goto IL_0065; } case 5: { goto IL_0065; } case 6: { goto IL_0045; } case 7: { goto IL_0045; } } } { goto IL_0065; } IL_0045: { return (bool)1; } IL_0047: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ___refChild1; bool L_8; L_8 = XmlDocument_HasNodeTypeInPrevSiblings_mD6DD1BB12BFF7EC4964B6CC2B8BD49AA0295DB5A(__this, 1, L_7, /*hidden argument*/NULL); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } IL_0053: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = ___refChild1; NullCheck(L_9); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10; L_10 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_9); bool L_11; L_11 = XmlDocument_HasNodeTypeInNextSiblings_m82B28327382E38DE4D10B7C6130C8CB32A10B081(__this, ((int32_t)10), L_10, /*hidden argument*/NULL); return (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0); } IL_0065: { return (bool)0; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_CreateAttribute_m51F756B45CC5EF6596C7B7D780C9BDD9C2700736 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_1; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_2 = L_2; String_t* L_3 = ___name0; XmlNode_SplitName_mD64A517BE001771932A1313DFFC9A261D468438D(L_3, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL); String_t* L_4 = V_0; String_t* L_5 = V_1; XmlDocument_SetDefaultNamespace_m569F3A679B5B54F81F86DAF3144C9EECFEFA5571(__this, L_4, L_5, (String_t**)(&V_2), /*hidden argument*/NULL); String_t* L_6 = V_0; String_t* L_7 = V_1; String_t* L_8 = V_2; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_9; L_9 = VirtualFuncInvoker3< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, String_t*, String_t*, String_t* >::Invoke(68 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, __this, L_6, L_7, L_8); return L_9; } } // System.Void System.Xml.XmlDocument::SetDefaultNamespace(System.String,System.String,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_SetDefaultNamespace_m569F3A679B5B54F81F86DAF3144C9EECFEFA5571 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t** ___namespaceURI2, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; String_t* L_1 = __this->get_strXmlns_28(); bool L_2; L_2 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0024; } } { String_t* L_3 = ___prefix0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002d; } } { String_t* L_5 = ___localName1; String_t* L_6 = __this->get_strXmlns_28(); bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002d; } } IL_0024: { String_t** L_8 = ___namespaceURI2; String_t* L_9 = __this->get_strReservedXmlns_35(); *((RuntimeObject **)L_8) = (RuntimeObject *)L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_9); return; } IL_002d: { String_t* L_10 = ___prefix0; String_t* L_11 = __this->get_strXml_29(); bool L_12; L_12 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0043; } } { String_t** L_13 = ___namespaceURI2; String_t* L_14 = __this->get_strReservedXml_36(); *((RuntimeObject **)L_13) = (RuntimeObject *)L_14; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_13, (void*)(RuntimeObject *)L_14); } IL_0043: { return; } } // System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * XmlDocument_CreateCDataSection_m66D0F6060A5B7729A19E5221D8C5846FF1CA8875 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_fCDataNodesPresent_18((bool)1); String_t* L_0 = ___data0; XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * L_1 = (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA *)il2cpp_codegen_object_new(XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA_il2cpp_TypeInfo_var); XmlCDataSection__ctor_m7627C8277D242E9C27B55D71AE63A94FF7F42C28(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * XmlDocument_CreateComment_m2DF2D18A90FF283A17DDCB9223A8798307D0F32F (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___data0; XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * L_1 = (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 *)il2cpp_codegen_object_new(XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66_il2cpp_TypeInfo_var); XmlComment__ctor_m16B823CBCB20A2DDBAF0769CED08B16C07DD744C(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * XmlDocument_CreateDocumentType_m3D69C65ED0CDE14A4FC2BC20A7649B847C827C87 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1 = ___publicId1; String_t* L_2 = ___systemId2; String_t* L_3 = ___internalSubset3; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_4 = (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F *)il2cpp_codegen_object_new(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var); XmlDocumentType__ctor_m669F036BB7C7DAF1524DE9B43D5A8D06ED052389(L_4, L_0, L_1, L_2, L_3, __this, /*hidden argument*/NULL); return L_4; } } // System.Xml.XmlDocumentFragment System.Xml.XmlDocument::CreateDocumentFragment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * XmlDocument_CreateDocumentFragment_m069AA95D3F9374DE987862656313D5CDA15550DD (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * L_0 = (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 *)il2cpp_codegen_object_new(XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4_il2cpp_TypeInfo_var); XmlDocumentFragment__ctor_mAD0FD2AA4AD3A07E7FCC554B9D362EFBA5350CB0(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * XmlDocument_CreateElement_m0A4CAC9A0218E6FAE67787EFDAEAA2651B049DDE (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_1; String_t* L_2 = ___name0; XmlNode_SplitName_mD64A517BE001771932A1313DFFC9A261D468438D(L_2, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL); String_t* L_3 = V_0; String_t* L_4 = V_1; String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_6; L_6 = VirtualFuncInvoker3< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *, String_t*, String_t*, String_t* >::Invoke(70 /* System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) */, __this, L_3, L_4, L_5); return L_6; } } // System.Void System.Xml.XmlDocument::AddDefaultAttributes(System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_AddDefaultAttributes_m80569856067CA84B35C72EE9A263779380BB447C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m169EE2976435B9374F41400391432944DA194E1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * V_0 = NULL; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * V_1 = NULL; RuntimeObject* V_2 = NULL; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_7 = NULL; { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0; L_0 = XmlDocument_get_DtdSchemaInfo_mA54A74E00FDAEB549EE95BD7A0FC89819D1B3DFC_inline(__this, /*hidden argument*/NULL); V_0 = L_0; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = ___elem0; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_2; L_2 = XmlDocument_GetSchemaElementDecl_mFCE3A0853BE534A5D5DDBA9490D23B3352CE1AEF(__this, L_1, /*hidden argument*/NULL); V_1 = L_2; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_3 = V_1; if (!L_3) { goto IL_00bb; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_4 = V_1; NullCheck(L_4); Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_5; L_5 = SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00bb; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_6 = V_1; NullCheck(L_6); Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_7; L_7 = SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 L_8; L_8 = Dictionary_2_GetEnumerator_m169EE2976435B9374F41400391432944DA194E1F(L_7, /*hidden argument*/Dictionary_2_GetEnumerator_m169EE2976435B9374F41400391432944DA194E1F_RuntimeMethod_var); Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 L_9 = L_8; RuntimeObject * L_10 = Box(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var, &L_9); V_2 = (RuntimeObject*)L_10; goto IL_00b0; } IL_0033: { RuntimeObject* L_11 = V_2; NullCheck(L_11); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_11); V_3 = ((SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 *)CastclassSealed((RuntimeObject*)L_12, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var)); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_13 = V_3; NullCheck(L_13); int32_t L_14; L_14 = SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0050; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_15 = V_3; NullCheck(L_15); int32_t L_16; L_16 = SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline(L_15, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)3)))) { goto IL_00b0; } } IL_0050: { String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_4 = L_17; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_18 = V_3; NullCheck(L_18); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_19; L_19 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20; L_20 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_19, /*hidden argument*/NULL); V_5 = L_20; String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_6 = L_21; SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_22 = V_0; NullCheck(L_22); int32_t L_23; L_23 = SchemaInfo_get_SchemaType_m82E26E51C765F4946ACE69375370F4D09B3266A9_inline(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)1)))) { goto IL_0083; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_24 = V_3; NullCheck(L_24); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_25; L_25 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_24, /*hidden argument*/NULL); NullCheck(L_25); String_t* L_26; L_26 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_25, /*hidden argument*/NULL); V_4 = L_26; goto IL_0098; } IL_0083: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_27 = V_3; NullCheck(L_27); String_t* L_28; L_28 = SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB(L_27, /*hidden argument*/NULL); V_4 = L_28; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_29 = V_3; NullCheck(L_29); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_30; L_30 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_29, /*hidden argument*/NULL); NullCheck(L_30); String_t* L_31; L_31 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_30, /*hidden argument*/NULL); V_6 = L_31; } IL_0098: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_32 = V_3; String_t* L_33 = V_4; String_t* L_34 = V_5; String_t* L_35 = V_6; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_36; L_36 = XmlDocument_PrepareDefaultAttribute_m9C43A07AF3A6E137C8D0B3EB370DA440F39F946B(__this, L_32, L_33, L_34, L_35, /*hidden argument*/NULL); V_7 = L_36; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_37 = ___elem0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_38 = V_7; NullCheck(L_37); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_39; L_39 = VirtualFuncInvoker1< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * >::Invoke(56 /* System.Xml.XmlAttribute System.Xml.XmlElement::SetAttributeNode(System.Xml.XmlAttribute) */, L_37, L_38); } IL_00b0: { RuntimeObject* L_40 = V_2; NullCheck(L_40); bool L_41; L_41 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_40); if (L_41) { goto IL_0033; } } IL_00bb: { return; } } // System.Xml.Schema.SchemaElementDecl System.Xml.XmlDocument::GetSchemaElementDecl(System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * XmlDocument_GetSchemaElementDecl_mFCE3A0853BE534A5D5DDBA9490D23B3352CE1AEF (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m3442835F80983B767CE68891171128D8A03D771B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * V_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_1 = NULL; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * V_2 = NULL; String_t* G_B3_0 = NULL; String_t* G_B2_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0; L_0 = XmlDocument_get_DtdSchemaInfo_mA54A74E00FDAEB549EE95BD7A0FC89819D1B3DFC_inline(__this, /*hidden argument*/NULL); V_0 = L_0; SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_1 = V_0; if (!L_1) { goto IL_003f; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_2 = ___elem0; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_2); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = SchemaInfo_get_SchemaType_m82E26E51C765F4946ACE69375370F4D09B3266A9_inline(L_4, /*hidden argument*/NULL); G_B2_0 = L_3; if ((((int32_t)L_5) == ((int32_t)1))) { G_B3_0 = L_3; goto IL_0021; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_6 = ___elem0; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_6); G_B4_0 = L_7; G_B4_1 = G_B2_0; goto IL_0027; } IL_0021: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_8 = ___elem0; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_8); G_B4_0 = L_9; G_B4_1 = G_B3_0; } IL_0027: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_10 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_10, G_B4_1, G_B4_0, /*hidden argument*/NULL); V_1 = L_10; SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_11 = V_0; NullCheck(L_11); Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_12; L_12 = SchemaInfo_get_ElementDecls_m693F83C6FD11BDFA1D422BE8F036916818491177_inline(L_11, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_13 = V_1; NullCheck(L_12); bool L_14; L_14 = Dictionary_2_TryGetValue_m3442835F80983B767CE68891171128D8A03D771B(L_12, L_13, (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B **)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m3442835F80983B767CE68891171128D8A03D771B_RuntimeMethod_var); if (!L_14) { goto IL_003f; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_15 = V_2; return L_15; } IL_003f: { return (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B *)NULL; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::PrepareDefaultAttribute(System.Xml.Schema.SchemaAttDef,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_PrepareDefaultAttribute_m9C43A07AF3A6E137C8D0B3EB370DA440F39F946B (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___attdef0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * V_0 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * G_B2_0 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * G_B1_0 = NULL; { String_t* L_0 = ___attrPrefix1; String_t* L_1 = ___attrLocalname2; XmlDocument_SetDefaultNamespace_m569F3A679B5B54F81F86DAF3144C9EECFEFA5571(__this, L_0, L_1, (String_t**)(&___attrNamespaceURI3), /*hidden argument*/NULL); String_t* L_2 = ___attrPrefix1; String_t* L_3 = ___attrLocalname2; String_t* L_4 = ___attrNamespaceURI3; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_5; L_5 = VirtualFuncInvoker3< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, String_t*, String_t*, String_t* >::Invoke(69 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateDefaultAttribute(System.String,System.String,System.String) */, __this, L_2, L_3, L_4); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_6 = L_5; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_7 = ___attdef0; NullCheck(L_7); String_t* L_8; L_8 = SchemaDeclBase_get_DefaultValueRaw_mCC5A7521B07D0FD35EC496D20E078D782E468939(L_7, /*hidden argument*/NULL); NullCheck(L_6); VirtualActionInvoker1< String_t* >::Invoke(37 /* System.Void System.Xml.XmlNode::set_InnerXml(System.String) */, L_6, L_8); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_9 = L_6; V_0 = ((XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)IsInstClass((RuntimeObject*)L_9, XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var)); XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_10 = V_0; G_B1_0 = L_9; if (!L_10) { G_B2_0 = L_9; goto IL_0031; } } { XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_11 = V_0; NullCheck(L_11); XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline(L_11, (bool)0, /*hidden argument*/NULL); G_B2_0 = G_B1_0; } IL_0031: { return G_B2_0; } } // System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * XmlDocument_CreateEntityReference_m1F0F4C37E52298E8E25B324A13D74B50CF23B5D9 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_1 = (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *)il2cpp_codegen_object_new(XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var); XmlEntityReference__ctor_m37F0842BAE1416D08F62C521367D650B89C61BE9(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * XmlDocument_CreateProcessingInstruction_mC4D5A6C3F5AC1D6B5157891237AB624E7AF61080 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___target0, String_t* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___target0; String_t* L_1 = ___data1; XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * L_2 = (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE *)il2cpp_codegen_object_new(XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE_il2cpp_TypeInfo_var); XmlProcessingInstruction__ctor_mB08CD58B8FC50C36BE6B4715C658A3FD9C4D9ACA(L_2, L_0, L_1, __this, /*hidden argument*/NULL); return L_2; } } // System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * XmlDocument_CreateXmlDeclaration_mAE533815A020818A2D1873E15E29771D5199A3F7 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___version0; String_t* L_1 = ___encoding1; String_t* L_2 = ___standalone2; XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_3 = (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC *)il2cpp_codegen_object_new(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var); XmlDeclaration__ctor_m973573A83AC12F5BC4F3FA5B84148DCEF4534662(L_3, L_0, L_1, L_2, __this, /*hidden argument*/NULL); return L_3; } } // System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * XmlDocument_CreateTextNode_mB4CC3FEE759A703A0BBAB3C4F14AEB36D9F3BB1D (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_1 = (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *)il2cpp_codegen_object_new(XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var); XmlText__ctor_m3B02FD062F74A1E957C6B1A9F67E055FD1997C32(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * XmlDocument_CreateSignificantWhitespace_m24DEB257DAB8D105AD2773628177EDE52CA12714 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * L_1 = (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 *)il2cpp_codegen_object_new(XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6_il2cpp_TypeInfo_var); XmlSignificantWhitespace__ctor_m4FDED87C74B89927C8B1A817A5E56EA11570908B(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XPath.XPathNavigator System.Xml.XmlDocument::CreateNavigator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * XmlDocument_CreateNavigator_mB2FB0E4AA4A3A63C29AE643E5D73C2CE351422F7 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0; L_0 = VirtualFuncInvoker1< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(65 /* System.Xml.XPath.XPathNavigator System.Xml.XmlDocument::CreateNavigator(System.Xml.XmlNode) */, __this, __this); return L_0; } } // System.Xml.XPath.XPathNavigator System.Xml.XmlDocument::CreateNavigator(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * XmlDocument_CreateNavigator_m0FECF03568C95E093CCA5E0E6248FE8DE502DCDE (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DocumentXPathNavigator_tC355B8E9BFDC0695C434EA43D460625C3892BA9C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; int32_t V_2 = 0; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)3))) { case 0: { goto IL_004f; } case 1: { goto IL_004f; } case 2: { goto IL_004d; } case 3: { goto IL_004d; } case 4: { goto IL_00b2; } case 5: { goto IL_00b2; } case 6: { goto IL_00b2; } case 7: { goto IL_004d; } case 8: { goto IL_00b2; } case 9: { goto IL_004d; } case 10: { goto IL_007f; } case 11: { goto IL_004f; } case 12: { goto IL_00b2; } case 13: { goto IL_00b2; } case 14: { goto IL_004d; } } } { goto IL_00b2; } IL_004d: { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } IL_004f: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___node0; NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_3); V_1 = L_4; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_1; if (!L_5) { goto IL_0074; } } IL_0059: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_1; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_6); V_2 = L_7; int32_t L_8 = V_2; if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_0066; } } { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } IL_0066: { int32_t L_9 = V_2; if ((!(((uint32_t)L_9) == ((uint32_t)5)))) { goto IL_0074; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = V_1; NullCheck(L_10); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11; L_11 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_10); V_1 = L_11; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = V_1; if (L_12) { goto IL_0059; } } IL_0074: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14; L_14 = XmlDocument_NormalizeText_mEEF44B3F6AD2903ED975CF61B72F9C8B25768CDF(__this, L_13, /*hidden argument*/NULL); ___node0 = L_14; goto IL_00b2; } IL_007f: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15 = ___node0; NullCheck(L_15); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16; L_16 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_15); V_1 = L_16; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_17 = V_1; if (!L_17) { goto IL_00a9; } } IL_0089: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_18 = V_1; NullCheck(L_18); int32_t L_19; L_19 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_18); V_2 = L_19; int32_t L_20 = V_2; if ((((int32_t)L_20) == ((int32_t)((int32_t)9)))) { goto IL_0099; } } { int32_t L_21 = V_2; if ((!(((uint32_t)L_21) == ((uint32_t)2)))) { goto IL_009b; } } IL_0099: { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } IL_009b: { int32_t L_22 = V_2; if ((!(((uint32_t)L_22) == ((uint32_t)5)))) { goto IL_00a9; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_23 = V_1; NullCheck(L_23); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_24; L_24 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_23); V_1 = L_24; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_25 = V_1; if (L_25) { goto IL_0089; } } IL_00a9: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_26 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_27; L_27 = XmlDocument_NormalizeText_mEEF44B3F6AD2903ED975CF61B72F9C8B25768CDF(__this, L_26, /*hidden argument*/NULL); ___node0 = L_27; } IL_00b2: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_28 = ___node0; DocumentXPathNavigator_tC355B8E9BFDC0695C434EA43D460625C3892BA9C * L_29 = (DocumentXPathNavigator_tC355B8E9BFDC0695C434EA43D460625C3892BA9C *)il2cpp_codegen_object_new(DocumentXPathNavigator_tC355B8E9BFDC0695C434EA43D460625C3892BA9C_il2cpp_TypeInfo_var); DocumentXPathNavigator__ctor_mCFFF879BDF681CFB078DC8CAA8DA3B232E16F05E(L_29, __this, L_28, /*hidden argument*/NULL); return L_29; } } // System.Boolean System.Xml.XmlDocument::IsTextNode(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_IsTextNode_m9DA19D84B7176724338DA318EC02171289594484 (int32_t ___nt0, const RuntimeMethod* method) { { int32_t L_0 = ___nt0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)3))) > ((uint32_t)1)))) { goto IL_000d; } } { int32_t L_1 = ___nt0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)13)))) <= ((uint32_t)1)))) { goto IL_000f; } } IL_000d: { return (bool)1; } IL_000f: { return (bool)0; } } // System.Xml.XmlNode System.Xml.XmlDocument::NormalizeText(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocument_NormalizeText_mEEF44B3F6AD2903ED975CF61B72F9C8B25768CDF (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; { V_0 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; goto IL_0065; } IL_0004: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___n0; V_0 = L_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___n0; NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(14 /* System.Xml.XmlNode System.Xml.XmlNode::get_PreviousSibling() */, L_1); ___n0 = L_2; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___n0; if (L_3) { goto IL_004f; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = V_0; V_1 = L_4; } IL_0013: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_1; NullCheck(L_5); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_5); if (!L_6) { goto IL_004f; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_1; NullCheck(L_7); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8; L_8 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_7); NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_8); if ((!(((uint32_t)L_9) == ((uint32_t)5)))) { goto IL_004f; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = V_1; NullCheck(L_10); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11; L_11 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_10); NullCheck(L_11); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12; L_12 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(14 /* System.Xml.XmlNode System.Xml.XmlNode::get_PreviousSibling() */, L_11); if (!L_12) { goto IL_0045; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = V_1; NullCheck(L_13); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14; L_14 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_13); NullCheck(L_14); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15; L_15 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(14 /* System.Xml.XmlNode System.Xml.XmlNode::get_PreviousSibling() */, L_14); ___n0 = L_15; goto IL_004f; } IL_0045: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16 = V_1; NullCheck(L_16); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_17; L_17 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_16); V_1 = L_17; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_18 = V_1; if (L_18) { goto IL_0013; } } IL_004f: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_19 = ___n0; if (L_19) { goto IL_005c; } } { goto IL_0072; } IL_0054: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_20 = ___n0; NullCheck(L_20); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_21; L_21 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, L_20); ___n0 = L_21; } IL_005c: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_22 = ___n0; NullCheck(L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_22); if ((((int32_t)L_23) == ((int32_t)5))) { goto IL_0054; } } IL_0065: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_24 = ___n0; NullCheck(L_24); int32_t L_25; L_25 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_24); IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); bool L_26; L_26 = XmlDocument_IsTextNode_m9DA19D84B7176724338DA318EC02171289594484(L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0004; } } IL_0072: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_27 = V_0; return L_27; } } // System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C * XmlDocument_CreateWhitespace_mADC257744110308422382A85C60EAEDFDECEDEB0 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C * L_1 = (XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C *)il2cpp_codegen_object_new(XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C_il2cpp_TypeInfo_var); XmlWhitespace__ctor_m3A108BEE96CE7575F27A1DED29804E41C8B847D0(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_CreateAttribute_m5410111FECB6F73FCB5DC4A1E4CC8A480D3FD71B (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___qualifiedName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_1; String_t* L_2 = ___qualifiedName0; XmlNode_SplitName_mD64A517BE001771932A1313DFFC9A261D468438D(L_2, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL); String_t* L_3 = V_0; String_t* L_4 = V_1; String_t* L_5 = ___namespaceURI1; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_6; L_6 = VirtualFuncInvoker3< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, String_t*, String_t*, String_t* >::Invoke(68 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, __this, L_3, L_4, L_5); return L_6; } } // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * XmlDocument_CreateElement_m937DC55AC935342B42C528241D4E252E2247A1EC (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___qualifiedName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_1; String_t* L_2 = ___qualifiedName0; XmlNode_SplitName_mD64A517BE001771932A1313DFFC9A261D468438D(L_2, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL); String_t* L_3 = V_0; String_t* L_4 = V_1; String_t* L_5 = ___namespaceURI1; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_6; L_6 = VirtualFuncInvoker3< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *, String_t*, String_t*, String_t* >::Invoke(70 /* System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) */, __this, L_3, L_4, L_5); return L_6; } } // System.Xml.XmlElement System.Xml.XmlDocument::GetElementById(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * XmlDocument_GetElementById_mC813EC711EA9B588810C2877FF64E791BA95DF95 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___elementId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; RuntimeObject* V_1 = NULL; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_2 = NULL; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_htElementIdMap_5(); if (!L_0) { goto IL_0069; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_htElementIdMap_5(); String_t* L_2 = ___elementId0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2); V_0 = ((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)CastclassClass((RuntimeObject*)L_3, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = V_0; if (!L_4) { goto IL_0069; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6; L_6 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_5); V_1 = L_6; } IL_0024: try {// begin try (depth: 1) { goto IL_004b; } IL_0026: { RuntimeObject* L_7 = V_1; NullCheck(L_7); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); NullCheck(((WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)CastclassClass((RuntimeObject*)L_8, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var))); RuntimeObject * L_9; L_9 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, ((WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)CastclassClass((RuntimeObject*)L_8, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var))); V_2 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_9, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_10 = V_2; if (!L_10) { goto IL_004b; } } IL_003f: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_11 = V_2; NullCheck(L_11); bool L_12; L_12 = XmlNode_IsConnected_m721592A209408DDC0E21DEB8FFF9F6F9A685187A(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_004b; } } IL_0047: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_13 = V_2; V_3 = L_13; IL2CPP_LEAVE(0x6B, FINALLY_0055); } IL_004b: { RuntimeObject* L_14 = V_1; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_0026; } } IL_0053: { IL2CPP_LEAVE(0x69, FINALLY_0055); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0055; } FINALLY_0055: {// begin finally (depth: 1) { RuntimeObject* L_16 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_4; if (!L_17) { goto IL_0068; } } IL_0061: { RuntimeObject* L_18 = V_4; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_18); } IL_0068: { IL2CPP_END_FINALLY(85) } }// end finally (depth: 1) IL2CPP_CLEANUP(85) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6B, IL_006b) IL2CPP_JUMP_TBL(0x69, IL_0069) } IL_0069: { return (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)NULL; } IL_006b: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_19 = V_3; return L_19; } } // System.Xml.XmlNode System.Xml.XmlDocument::ImportNodeInternal(System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocument_ImportNodeInternal_mBAD36BF899119589B2DB25D8861B340D38D6169C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, bool ___deep1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; int32_t V_1 = 0; XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * V_2 = NULL; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * V_3 = NULL; { V_0 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; if (L_0) { goto IL_0015; } } { String_t* L_1; L_1 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3FED9B982102FDD475F39E2487268020045A46E)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_ImportNodeInternal_mBAD36BF899119589B2DB25D8861B340D38D6169C_RuntimeMethod_var))); } IL_0015: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___node0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_3); V_1 = L_4; int32_t L_5 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))) { case 0: { goto IL_006d; } case 1: { goto IL_00a2; } case 2: { goto IL_00c9; } case 3: { goto IL_012a; } case 4: { goto IL_0179; } case 5: { goto IL_01a6; } case 6: { goto IL_00ed; } case 7: { goto IL_00db; } case 8: { goto IL_01a6; } case 9: { goto IL_013c; } case 10: { goto IL_0164; } case 11: { goto IL_01a6; } case 12: { goto IL_0188; } case 13: { goto IL_0197; } case 14: { goto IL_01a6; } case 15: { goto IL_01a6; } case 16: { goto IL_0105; } } } { goto IL_01a6; } IL_006d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ___node0; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_6); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = ___node0; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_8); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___node0; NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_10); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_12; L_12 = VirtualFuncInvoker3< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *, String_t*, String_t*, String_t* >::Invoke(70 /* System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) */, __this, L_7, L_9, L_11); V_0 = L_12; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14 = V_0; XmlDocument_ImportAttributes_mF23984BF03BB546591DB01D6A86C625C9FF577AD(__this, L_13, L_14, /*hidden argument*/NULL); bool L_15 = ___deep1; if (!L_15) { goto IL_01d4; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_17 = V_0; bool L_18 = ___deep1; XmlDocument_ImportChildren_m92D58DC958677224CE36D9800D1E3AAAF9A746C1(__this, L_16, L_17, L_18, /*hidden argument*/NULL); goto IL_01d4; } IL_00a2: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_19 = ___node0; NullCheck(L_19); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_19); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_21 = ___node0; NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_21); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_23 = ___node0; NullCheck(L_23); String_t* L_24; L_24 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_23); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_25; L_25 = VirtualFuncInvoker3< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, String_t*, String_t*, String_t* >::Invoke(68 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, __this, L_20, L_22, L_24); V_0 = L_25; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_26 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_27 = V_0; XmlDocument_ImportChildren_m92D58DC958677224CE36D9800D1E3AAAF9A746C1(__this, L_26, L_27, (bool)1, /*hidden argument*/NULL); goto IL_01d4; } IL_00c9: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_28 = ___node0; NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_28); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_30; L_30 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, __this, L_29); V_0 = L_30; goto IL_01d4; } IL_00db: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_31 = ___node0; NullCheck(L_31); String_t* L_32; L_32 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_31); XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * L_33; L_33 = VirtualFuncInvoker1< XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 *, String_t* >::Invoke(57 /* System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) */, __this, L_32); V_0 = L_33; goto IL_01d4; } IL_00ed: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_34 = ___node0; NullCheck(L_34); String_t* L_35; L_35 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, L_34); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_36 = ___node0; NullCheck(L_36); String_t* L_37; L_37 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_36); XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * L_38; L_38 = VirtualFuncInvoker2< XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE *, String_t*, String_t* >::Invoke(61 /* System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) */, __this, L_35, L_37); V_0 = L_38; goto IL_01d4; } IL_0105: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_39 = ___node0; V_2 = ((XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC *)CastclassClass((RuntimeObject*)L_39, XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var)); XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_40 = V_2; NullCheck(L_40); String_t* L_41; L_41 = XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07_inline(L_40, /*hidden argument*/NULL); XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_42 = V_2; NullCheck(L_42); String_t* L_43; L_43 = XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline(L_42, /*hidden argument*/NULL); XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_44 = V_2; NullCheck(L_44); String_t* L_45; L_45 = XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline(L_44, /*hidden argument*/NULL); XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_46; L_46 = VirtualFuncInvoker3< XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC *, String_t*, String_t*, String_t* >::Invoke(62 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, __this, L_41, L_43, L_45); V_0 = L_46; goto IL_01d4; } IL_012a: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_47 = ___node0; NullCheck(L_47); String_t* L_48; L_48 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_47); XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * L_49; L_49 = VirtualFuncInvoker1< XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA *, String_t* >::Invoke(56 /* System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) */, __this, L_48); V_0 = L_49; goto IL_01d4; } IL_013c: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_50 = ___node0; V_3 = ((XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F *)CastclassClass((RuntimeObject*)L_50, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var)); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_51 = V_3; NullCheck(L_51); String_t* L_52; L_52 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, L_51); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_53 = V_3; NullCheck(L_53); String_t* L_54; L_54 = XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052_inline(L_53, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_55 = V_3; NullCheck(L_55); String_t* L_56; L_56 = XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C_inline(L_55, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_57 = V_3; NullCheck(L_57); String_t* L_58; L_58 = XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26_inline(L_57, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_59; L_59 = VirtualFuncInvoker4< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F *, String_t*, String_t*, String_t*, String_t* >::Invoke(58 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) */, __this, L_52, L_54, L_56, L_58); V_0 = L_59; goto IL_01d4; } IL_0164: { XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * L_60; L_60 = VirtualFuncInvoker0< XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * >::Invoke(59 /* System.Xml.XmlDocumentFragment System.Xml.XmlDocument::CreateDocumentFragment() */, __this); V_0 = L_60; bool L_61 = ___deep1; if (!L_61) { goto IL_01d4; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_62 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_63 = V_0; bool L_64 = ___deep1; XmlDocument_ImportChildren_m92D58DC958677224CE36D9800D1E3AAAF9A746C1(__this, L_62, L_63, L_64, /*hidden argument*/NULL); goto IL_01d4; } IL_0179: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_65 = ___node0; NullCheck(L_65); String_t* L_66; L_66 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, L_65); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_67; L_67 = VirtualFuncInvoker1< XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *, String_t* >::Invoke(60 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, __this, L_66); V_0 = L_67; goto IL_01d4; } IL_0188: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_68 = ___node0; NullCheck(L_68); String_t* L_69; L_69 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_68); XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C * L_70; L_70 = VirtualFuncInvoker1< XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C *, String_t* >::Invoke(66 /* System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String) */, __this, L_69); V_0 = L_70; goto IL_01d4; } IL_0197: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_71 = ___node0; NullCheck(L_71); String_t* L_72; L_72 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_71); XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * L_73; L_73 = VirtualFuncInvoker1< XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 *, String_t* >::Invoke(64 /* System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) */, __this, L_72); V_0 = L_73; goto IL_01d4; } IL_01a6: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_74; L_74 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_75; L_75 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7180DA204588CF41B56FA236B1DEFF0D3CB61C60)), /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_76 = ___node0; NullCheck(L_76); int32_t L_77; L_77 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_76); V_1 = L_77; RuntimeObject * L_78 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var)), (&V_1)); NullCheck(L_78); String_t* L_79; L_79 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_78); V_1 = *(int32_t*)UnBox(L_78); String_t* L_80; L_80 = String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916(L_74, L_75, L_79, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_81 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_81, L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_ImportNodeInternal_mBAD36BF899119589B2DB25D8861B340D38D6169C_RuntimeMethod_var))); } IL_01d4: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_82 = V_0; return L_82; } } // System.Void System.Xml.XmlDocument::ImportAttributes(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_ImportAttributes_mF23984BF03BB546591DB01D6A86C625C9FF577AD (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___fromElem0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___toElem1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___fromElem0; NullCheck(L_0); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_1; L_1 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_0); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_1); V_0 = L_2; V_1 = 0; goto IL_0046; } IL_0010: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___fromElem0; NullCheck(L_3); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_4; L_4 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_3); int32_t L_5 = V_1; NullCheck(L_4); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_6; L_6 = XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(53 /* System.Boolean System.Xml.XmlAttribute::get_Specified() */, L_6); if (!L_7) { goto IL_0042; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = ___toElem1; NullCheck(L_8); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_9; L_9 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_8); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___fromElem0; NullCheck(L_10); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_11; L_11 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_10); int32_t L_12 = V_1; NullCheck(L_11); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_13; L_13 = XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F(L_11, L_12, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14; L_14 = XmlDocument_ImportNodeInternal_mBAD36BF899119589B2DB25D8861B340D38D6169C(__this, L_13, (bool)1, /*hidden argument*/NULL); NullCheck(L_9); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15; L_15 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_9, L_14); } IL_0042: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0046: { int32_t L_17 = V_1; int32_t L_18 = V_0; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0010; } } { return; } } // System.Void System.Xml.XmlDocument::ImportChildren(System.Xml.XmlNode,System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_ImportChildren_m92D58DC958677224CE36D9800D1E3AAAF9A746C1 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___fromNode0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___toNode1, bool ___deep2, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___fromNode0; NullCheck(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0); V_0 = L_1; goto IL_001f; } IL_0009: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___toNode1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; bool L_4 = ___deep2; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5; L_5 = XmlDocument_ImportNodeInternal_mBAD36BF899119589B2DB25D8861B340D38D6169C(__this, L_3, L_4, /*hidden argument*/NULL); NullCheck(L_2); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(24 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_2, L_5); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_0; NullCheck(L_7); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8; L_8 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_7); V_0 = L_8; } IL_001f: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_0; if (L_9) { goto IL_0009; } } { return; } } // System.Xml.XmlNameTable System.Xml.XmlDocument::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * L_0 = __this->get_implementation_1(); NullCheck(L_0); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_1; L_1 = XmlImplementation_get_NameTable_m921E8F86F9377EE9084A630D2F95342234AAE003_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_CreateAttribute_m65EA107FDE6479D6A3438004E20B530AF2BCC727 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___namespaceURI2; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_3; L_3 = XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57(__this, L_0, L_1, L_2, (RuntimeObject*)NULL, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_4 = (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)il2cpp_codegen_object_new(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); XmlAttribute__ctor_m1F09773AA3308696D115FF921C42B2E2AFA5083E(L_4, L_3, __this, /*hidden argument*/NULL); return L_4; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateDefaultAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_CreateDefaultAttribute_mB56208590D2583F4905A361E56004B45ED6CD66B (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___namespaceURI2; XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_3 = (XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)il2cpp_codegen_object_new(XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var); XmlUnspecifiedAttribute__ctor_m1C3FF58C6D59200A0E34294C09EDBFE4401C03E3(L_3, L_0, L_1, L_2, __this, /*hidden argument*/NULL); return L_3; } } // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * XmlDocument_CreateElement_m3FE5EB0B65AA60FA9F67FAF5F67BACBC6DD27B5B (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_0 = NULL; { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___namespaceURI2; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_3; L_3 = XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C(__this, L_0, L_1, L_2, (RuntimeObject*)NULL, /*hidden argument*/NULL); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_4 = (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)il2cpp_codegen_object_new(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); XmlElement__ctor_m3B8F2AB4A766B70D8B55D1B2F0D2EAB331861920(L_4, L_3, (bool)1, __this, /*hidden argument*/NULL); V_0 = L_4; bool L_5; L_5 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(__this, /*hidden argument*/NULL); if (L_5) { goto IL_0021; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_6 = V_0; XmlDocument_AddDefaultAttributes_m80569856067CA84B35C72EE9A263779380BB447C(__this, L_6, /*hidden argument*/NULL); } IL_0021: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_7 = V_0; return L_7; } } // System.Boolean System.Xml.XmlDocument::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_IsReadOnly_mBF4F6970B69F949F1BB7F91EEE399B5FDD26F3A3 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Xml.XmlNamedNodeMap System.Xml.XmlDocument::get_Entities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * XmlDocument_get_Entities_m0A2BA922218E21549F4166215BA17B834A251471 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_0 = __this->get_entities_4(); if (L_0) { goto IL_0014; } } { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_1 = (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)il2cpp_codegen_object_new(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771_il2cpp_TypeInfo_var); XmlNamedNodeMap__ctor_m14287DE39112FDFDBDA56CE030A5A6872EC9D0FE(L_1, __this, /*hidden argument*/NULL); __this->set_entities_4(L_1); } IL_0014: { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_2 = __this->get_entities_4(); return L_2; } } // System.Void System.Xml.XmlDocument::set_Entities(System.Xml.XmlNamedNodeMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_Entities_mB92A98D7A12C0D4707F952AF3CBAC627F3D65C92 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___value0, const RuntimeMethod* method) { { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_0 = ___value0; __this->set_entities_4(L_0); return; } } // System.Boolean System.Xml.XmlDocument::get_IsLoading() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isLoading_20(); return L_0; } } // System.Void System.Xml.XmlDocument::set_IsLoading(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isLoading_20(L_0); return; } } // System.Boolean System.Xml.XmlDocument::get_ActualLoadingStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_ActualLoadingStatus_m132F4C9F3AF7325A4F7D75871F11F56555D2FA27 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_actualLoadingStatus_10(); return L_0; } } // System.Xml.XmlTextReader System.Xml.XmlDocument::SetupReader(System.Xml.XmlTextReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * XmlDocument_SetupReader_mE489A93B1C2A662593485D31D8F7EEB431471093 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * ___tr0, const RuntimeMethod* method) { { XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_0 = ___tr0; NullCheck(L_0); XmlTextReader_set_XmlValidatingReaderCompatibilityMode_m29E2DB5734FC69EAEC032173153849BA5FA55240(L_0, (bool)1, /*hidden argument*/NULL); XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_1 = ___tr0; NullCheck(L_1); XmlTextReader_set_EntityHandling_m29AE6CA596A4042B11B17B7FCE12957D0BA5EEED(L_1, 2, /*hidden argument*/NULL); bool L_2; L_2 = XmlDocument_get_HasSetResolver_mC2C6B3468CB289554D1B1BBFB362D8F0A63D4792_inline(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0022; } } { XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_3 = ___tr0; XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_4; L_4 = XmlDocument_GetResolver_m8FB9F7E522BD80FF4E7CB398BCE65D313E1C6D6C_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); XmlTextReader_set_XmlResolver_m111F1C8EA989A4AA231794F97D834D00C1783C28(L_3, L_4, /*hidden argument*/NULL); } IL_0022: { XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_5 = ___tr0; return L_5; } } // System.Void System.Xml.XmlDocument::Load(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_Load_m936AB20FCD92521C3E1C1639EA425880AD2F0295 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(__this, (bool)1, /*hidden argument*/NULL); __this->set_actualLoadingStatus_10((bool)1); VirtualActionInvoker0::Invoke(40 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this); __this->set_fEntRefNodesPresent_17((bool)0); __this->set_fCDataNodesPresent_18((bool)0); __this->set_reportValidity_9((bool)1); XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * L_0 = (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B *)il2cpp_codegen_object_new(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967(L_0, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = ___reader0; bool L_2 = __this->get_preserveWhitespace_19(); NullCheck(L_0); XmlLoader_Load_m9B55980AB036FAC52C09EF42BE27AB58F31E31BA(L_0, __this, L_1, L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x53, FINALLY_003d); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003d; } FINALLY_003d: {// begin finally (depth: 1) XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(__this, (bool)0, /*hidden argument*/NULL); __this->set_actualLoadingStatus_10((bool)0); __this->set_reportValidity_9((bool)1); IL2CPP_END_FINALLY(61) }// end finally (depth: 1) IL2CPP_CLEANUP(61) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { return; } } // System.Void System.Xml.XmlDocument::LoadXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_LoadXml_m567E70293BA1A02429AD75892C26893CCADEAA3B (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___xml0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___xml0; StringReader_t74E352C280EAC22C878867444978741F19E1F895 * L_1 = (StringReader_t74E352C280EAC22C878867444978741F19E1F895 *)il2cpp_codegen_object_new(StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); StringReader__ctor_m7CC29D8E83F4813395ACA9CF4F756B1BCE09A7EE(L_1, L_0, /*hidden argument*/NULL); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2; L_2 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(__this, /*hidden argument*/NULL); XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_3 = (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)il2cpp_codegen_object_new(XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var); XmlTextReader__ctor_m057179163A3E567DE13E8F596ED09D2508C6A4C1(L_3, L_1, L_2, /*hidden argument*/NULL); XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_4; L_4 = XmlDocument_SetupReader_mE489A93B1C2A662593485D31D8F7EEB431471093(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0018: try {// begin try (depth: 1) XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_5 = V_0; VirtualActionInvoker1< XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * >::Invoke(71 /* System.Void System.Xml.XmlDocument::Load(System.Xml.XmlReader) */, __this, L_5); IL2CPP_LEAVE(0x28, FINALLY_0021); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: {// begin finally (depth: 1) XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_6 = V_0; NullCheck(L_6); VirtualActionInvoker0::Invoke(22 /* System.Void System.Xml.XmlReader::Close() */, L_6); IL2CPP_END_FINALLY(33) }// end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x28, IL_0028) } IL_0028: { return; } } // System.Void System.Xml.XmlDocument::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_InnerText_mB3E21FA29431474EB1484CFA4BB1693DF87B3D51 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6DF679FD2D20B0F2C6E93D0736075B7733773462)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_set_InnerText_mB3E21FA29431474EB1484CFA4BB1693DF87B3D51_RuntimeMethod_var))); } } // System.Void System.Xml.XmlDocument::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_InnerXml_m2E5B55F2673A101CB1FD20BD5D8AC4A2AE2B9199 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtualActionInvoker1< String_t* >::Invoke(72 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, __this, L_0); return; } } // System.Xml.XmlNodeChangedEventArgs System.Xml.XmlDocument::GetEventArgs(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * XmlDocument_GetEventArgs_m77253C3360FD4AAD5FC23390B63668837C97FFA4 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___oldParent1, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newParent2, String_t* ___oldValue3, String_t* ___newValue4, int32_t ___action5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_reportValidity_9((bool)0); int32_t L_0 = ___action5; switch (L_0) { case 0: { goto IL_001c; } case 1: { goto IL_002e; } case 2: { goto IL_0040; } } } { goto IL_0052; } IL_001c: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_1 = __this->get_onNodeInsertingDelegate_11(); if (L_1) { goto IL_0052; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_2 = __this->get_onNodeInsertedDelegate_12(); if (L_2) { goto IL_0052; } } { return (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *)NULL; } IL_002e: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_3 = __this->get_onNodeRemovingDelegate_13(); if (L_3) { goto IL_0052; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_4 = __this->get_onNodeRemovedDelegate_14(); if (L_4) { goto IL_0052; } } { return (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *)NULL; } IL_0040: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_5 = __this->get_onNodeChangingDelegate_15(); if (L_5) { goto IL_0052; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_6 = __this->get_onNodeChangedDelegate_16(); if (L_6) { goto IL_0052; } } { return (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *)NULL; } IL_0052: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = ___oldParent1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = ___newParent2; String_t* L_10 = ___oldValue3; String_t* L_11 = ___newValue4; int32_t L_12 = ___action5; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_13 = (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *)il2cpp_codegen_object_new(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5_il2cpp_TypeInfo_var); XmlNodeChangedEventArgs__ctor_m8CB66A1D898A92942A782F4CDB3E3B3216D0D54C(L_13, L_7, L_8, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Xml.XmlNodeChangedEventArgs System.Xml.XmlDocument::GetInsertEventArgsForLoad(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * XmlDocument_GetInsertEventArgsForLoad_mB44E03A2F7197CB02F20DBDA4C62636439E76441 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newParent1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_0 = __this->get_onNodeInsertingDelegate_11(); if (L_0) { goto IL_0012; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_1 = __this->get_onNodeInsertedDelegate_12(); if (L_1) { goto IL_0012; } } { return (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *)NULL; } IL_0012: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___node0; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_2); V_0 = L_3; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ___newParent1; String_t* L_6 = V_0; String_t* L_7 = V_0; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_8 = (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *)il2cpp_codegen_object_new(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5_il2cpp_TypeInfo_var); XmlNodeChangedEventArgs__ctor_m8CB66A1D898A92942A782F4CDB3E3B3216D0D54C(L_8, L_4, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL, L_5, L_6, L_7, 0, /*hidden argument*/NULL); return L_8; } } // System.Void System.Xml.XmlDocument::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_BeforeEvent_m6C38E38718615623C922F2B4DC9106122B4AABBE (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * ___args0, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_0 = ___args0; if (!L_0) { goto IL_005e; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_1 = ___args0; NullCheck(L_1); int32_t L_2; L_2 = XmlNodeChangedEventArgs_get_Action_m7262623D702CF1A999921BA6E48B451210786AD6_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (L_3) { case 0: { goto IL_001d; } case 1: { goto IL_0033; } case 2: { goto IL_0049; } } } { return; } IL_001d: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_4 = __this->get_onNodeInsertingDelegate_11(); if (!L_4) { goto IL_005e; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_5 = __this->get_onNodeInsertingDelegate_11(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_6 = ___args0; NullCheck(L_5); XmlNodeChangedEventHandler_Invoke_m2AD16598BE7032D4D2058C357490CCD41C4EDA53(L_5, __this, L_6, /*hidden argument*/NULL); return; } IL_0033: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_7 = __this->get_onNodeRemovingDelegate_13(); if (!L_7) { goto IL_005e; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_8 = __this->get_onNodeRemovingDelegate_13(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_9 = ___args0; NullCheck(L_8); XmlNodeChangedEventHandler_Invoke_m2AD16598BE7032D4D2058C357490CCD41C4EDA53(L_8, __this, L_9, /*hidden argument*/NULL); return; } IL_0049: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_10 = __this->get_onNodeChangingDelegate_15(); if (!L_10) { goto IL_005e; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_11 = __this->get_onNodeChangingDelegate_15(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_12 = ___args0; NullCheck(L_11); XmlNodeChangedEventHandler_Invoke_m2AD16598BE7032D4D2058C357490CCD41C4EDA53(L_11, __this, L_12, /*hidden argument*/NULL); } IL_005e: { return; } } // System.Void System.Xml.XmlDocument::AfterEvent(System.Xml.XmlNodeChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_AfterEvent_mB8725A1A4429DF176D4FF7FF2AAD60950490E840 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * ___args0, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_0 = ___args0; if (!L_0) { goto IL_005e; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_1 = ___args0; NullCheck(L_1); int32_t L_2; L_2 = XmlNodeChangedEventArgs_get_Action_m7262623D702CF1A999921BA6E48B451210786AD6_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (L_3) { case 0: { goto IL_001d; } case 1: { goto IL_0033; } case 2: { goto IL_0049; } } } { return; } IL_001d: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_4 = __this->get_onNodeInsertedDelegate_12(); if (!L_4) { goto IL_005e; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_5 = __this->get_onNodeInsertedDelegate_12(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_6 = ___args0; NullCheck(L_5); XmlNodeChangedEventHandler_Invoke_m2AD16598BE7032D4D2058C357490CCD41C4EDA53(L_5, __this, L_6, /*hidden argument*/NULL); return; } IL_0033: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_7 = __this->get_onNodeRemovedDelegate_14(); if (!L_7) { goto IL_005e; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_8 = __this->get_onNodeRemovedDelegate_14(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_9 = ___args0; NullCheck(L_8); XmlNodeChangedEventHandler_Invoke_m2AD16598BE7032D4D2058C357490CCD41C4EDA53(L_8, __this, L_9, /*hidden argument*/NULL); return; } IL_0049: { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_10 = __this->get_onNodeChangedDelegate_16(); if (!L_10) { goto IL_005e; } } { XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * L_11 = __this->get_onNodeChangedDelegate_16(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_12 = ___args0; NullCheck(L_11); XmlNodeChangedEventHandler_Invoke_m2AD16598BE7032D4D2058C357490CCD41C4EDA53(L_11, __this, L_12, /*hidden argument*/NULL); } IL_005e: { return; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::GetDefaultAttribute(System.Xml.XmlElement,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_GetDefaultAttribute_m4ACB01551C8B9E64C11DE9A250E8EAC032AC04F8 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m169EE2976435B9374F41400391432944DA194E1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * V_0 = NULL; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * V_1 = NULL; RuntimeObject* V_2 = NULL; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * V_3 = NULL; { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0; L_0 = XmlDocument_get_DtdSchemaInfo_mA54A74E00FDAEB549EE95BD7A0FC89819D1B3DFC_inline(__this, /*hidden argument*/NULL); V_0 = L_0; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = ___elem0; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_2; L_2 = XmlDocument_GetSchemaElementDecl_mFCE3A0853BE534A5D5DDBA9490D23B3352CE1AEF(__this, L_1, /*hidden argument*/NULL); V_1 = L_2; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_3 = V_1; if (!L_3) { goto IL_00b0; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_4 = V_1; NullCheck(L_4); Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_5; L_5 = SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00b0; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_6 = V_1; NullCheck(L_6); Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_7; L_7 = SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 L_8; L_8 = Dictionary_2_GetEnumerator_m169EE2976435B9374F41400391432944DA194E1F(L_7, /*hidden argument*/Dictionary_2_GetEnumerator_m169EE2976435B9374F41400391432944DA194E1F_RuntimeMethod_var); Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 L_9 = L_8; RuntimeObject * L_10 = Box(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var, &L_9); V_2 = (RuntimeObject*)L_10; goto IL_00a8; } IL_0033: { RuntimeObject* L_11 = V_2; NullCheck(L_11); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_11); V_3 = ((SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 *)CastclassSealed((RuntimeObject*)L_12, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var)); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_13 = V_3; NullCheck(L_13); int32_t L_14; L_14 = SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0050; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_15 = V_3; NullCheck(L_15); int32_t L_16; L_16 = SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline(L_15, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)3)))) { goto IL_00a8; } } IL_0050: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_17 = V_3; NullCheck(L_17); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_18; L_18 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19; L_19 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_18, /*hidden argument*/NULL); String_t* L_20 = ___attrLocalname2; bool L_21; L_21 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00a8; } } { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_22 = V_0; NullCheck(L_22); int32_t L_23; L_23 = SchemaInfo_get_SchemaType_m82E26E51C765F4946ACE69375370F4D09B3266A9_inline(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)1)))) { goto IL_007f; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_24 = V_3; NullCheck(L_24); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_25; L_25 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_24, /*hidden argument*/NULL); NullCheck(L_25); String_t* L_26; L_26 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_25, /*hidden argument*/NULL); String_t* L_27 = ___attrPrefix1; bool L_28; L_28 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_26, L_27, /*hidden argument*/NULL); if (L_28) { goto IL_009c; } } IL_007f: { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_29 = V_0; NullCheck(L_29); int32_t L_30; L_30 = SchemaInfo_get_SchemaType_m82E26E51C765F4946ACE69375370F4D09B3266A9_inline(L_29, /*hidden argument*/NULL); if ((((int32_t)L_30) == ((int32_t)1))) { goto IL_00a8; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_31 = V_3; NullCheck(L_31); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_32; L_32 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_31, /*hidden argument*/NULL); NullCheck(L_32); String_t* L_33; L_33 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_32, /*hidden argument*/NULL); String_t* L_34 = ___attrNamespaceURI3; bool L_35; L_35 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00a8; } } IL_009c: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_36 = V_3; String_t* L_37 = ___attrPrefix1; String_t* L_38 = ___attrLocalname2; String_t* L_39 = ___attrNamespaceURI3; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_40; L_40 = XmlDocument_PrepareDefaultAttribute_m9C43A07AF3A6E137C8D0B3EB370DA440F39F946B(__this, L_36, L_37, L_38, L_39, /*hidden argument*/NULL); return L_40; } IL_00a8: { RuntimeObject* L_41 = V_2; NullCheck(L_41); bool L_42; L_42 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_41); if (L_42) { goto IL_0033; } } IL_00b0: { return (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)NULL; } } // System.Xml.XmlEntity System.Xml.XmlDocument::GetEntityNode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * XmlDocument_GetEntityNode_m42037E36DE52D878A296F6577B2677922EC4E809 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * V_0 = NULL; { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_0; L_0 = VirtualFuncInvoker0< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * >::Invoke(53 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this); if (!L_0) { goto IL_0024; } } { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_1; L_1 = VirtualFuncInvoker0< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * >::Invoke(53 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this); NullCheck(L_1); XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_2; L_2 = XmlDocumentType_get_Entities_m22051780B2E41F368B9584A87BE932CEF1239C94(L_1, /*hidden argument*/NULL); V_0 = L_2; XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_3 = V_0; if (!L_3) { goto IL_0024; } } { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_4 = V_0; String_t* L_5 = ___name0; NullCheck(L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, String_t* >::Invoke(5 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::GetNamedItem(System.String) */, L_4, L_5); return ((XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 *)CastclassClass((RuntimeObject*)L_6, XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var)); } IL_0024: { return (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 *)NULL; } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::get_SchemaInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlDocument_get_SchemaInfo_mEA94AABE6C22D4ACA3E2FC1F88DF60FC9903BB7D (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_0 = NULL; int32_t V_1 = 0; { bool L_0 = __this->get_reportValidity_9(); if (!L_0) { goto IL_0034; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1; L_1 = XmlDocument_get_DocumentElement_mDC08B28B14D903B3FF8D750C6C0B6905DF7ADF91(__this, /*hidden argument*/NULL); V_0 = L_1; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_2 = V_0; if (!L_2) { goto IL_0034; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_3 = V_0; NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(38 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlNode::get_SchemaInfo() */, L_3); NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_4); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)1))) { goto IL_0028; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)2))) { goto IL_002e; } } { goto IL_0034; } IL_0028: { IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); RuntimeObject* L_8 = ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))->get_ValidSchemaInfo_44(); return L_8; } IL_002e: { IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); RuntimeObject* L_9 = ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))->get_InvalidSchemaInfo_45(); return L_9; } IL_0034: { IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); RuntimeObject* L_10 = ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))->get_NotKnownSchemaInfo_43(); return L_10; } } // System.String System.Xml.XmlDocument::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocument_get_BaseURI_mE2126CA7FEE0553B725DAC9441882FC39802958F (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_baseURI_37(); return L_0; } } // System.Void System.Xml.XmlDocument::SetBaseURI(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_SetBaseURI_m31BDB1234D5BA3E8593E9F245A9D7DD27D90ADE7 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___inBaseURI0, const RuntimeMethod* method) { { String_t* L_0 = ___inBaseURI0; __this->set_baseURI_37(L_0); return; } } // System.Xml.XmlNode System.Xml.XmlDocument::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocument_AppendChildForLoad_m7CF9DC1BCECF897A401AE8DB34AFACA5227250A9 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_0 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___newChild0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); bool L_2; L_2 = VirtualFuncInvoker1< bool, int32_t >::Invoke(26 /* System.Boolean System.Xml.XmlNode::IsValidChildType(System.Xml.XmlNodeType) */, __this, L_1); if (L_2) { goto IL_001e; } } { String_t* L_3; L_3 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC5D6C64CCB50E5090409E08FDF71792E4E9A8F6D)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_AppendChildForLoad_m7CF9DC1BCECF897A401AE8DB34AFACA5227250A9_RuntimeMethod_var))); } IL_001e: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ___newChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, __this); bool L_7; L_7 = VirtualFuncInvoker2< bool, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(27 /* System.Boolean System.Xml.XmlNode::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode) */, __this, L_5, L_6); if (L_7) { goto IL_003d; } } { String_t* L_8; L_8 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral52E7AA29D33516D76AAE995603260C880821A398)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_9 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocument_AppendChildForLoad_m7CF9DC1BCECF897A401AE8DB34AFACA5227250A9_RuntimeMethod_var))); } IL_003d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___newChild0; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_11; L_11 = XmlDocument_GetInsertEventArgsForLoad_mB44E03A2F7197CB02F20DBDA4C62636439E76441(__this, L_10, __this, /*hidden argument*/NULL); V_0 = L_11; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_12 = V_0; if (!L_12) { goto IL_0050; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_13 = V_0; VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(46 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_13); } IL_0050: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14 = ___newChild0; V_1 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)CastclassClass((RuntimeObject*)L_14, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_15 = __this->get_lastChild_3(); if (L_15) { goto IL_0068; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_16 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_17 = V_1; NullCheck(L_16); L_16->set_next_1(L_17); goto IL_0085; } IL_0068: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_18 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_19 = __this->get_lastChild_3(); NullCheck(L_19); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_20 = L_19->get_next_1(); NullCheck(L_18); L_18->set_next_1(L_20); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_21 = __this->get_lastChild_3(); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_22 = V_1; NullCheck(L_21); L_21->set_next_1(L_22); } IL_0085: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_23 = V_1; __this->set_lastChild_3(L_23); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_24 = V_1; NullCheck(L_24); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(43 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_24, __this); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_25 = V_0; if (!L_25) { goto IL_009d; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_26 = V_0; VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(47 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_26); } IL_009d: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_27 = V_1; return L_27; } } // System.Xml.XPath.XPathNodeType System.Xml.XmlDocument::get_XPNodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlDocument_get_XPNodeType_mFAE12AFF106DF6222A3093A08B549105136D9339 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Boolean System.Xml.XmlDocument::get_HasEntityReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_HasEntityReferences_mB2B4E933C9FF4D44CE55A320B5E4FF8D2B1D435A (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_fEntRefNodesPresent_17(); return L_0; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::get_NamespaceXml() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_get_NamespaceXml_mA5CAF2FE48DF91865B50A7C5D01B97E9942D5ADC (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_0 = __this->get_namespaceXml_41(); if (L_0) { goto IL_003e; } } { String_t* L_1 = __this->get_strXmlns_28(); String_t* L_2 = __this->get_strXml_29(); String_t* L_3 = __this->get_strReservedXmlns_35(); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_4; L_4 = XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57(__this, L_1, L_2, L_3, (RuntimeObject*)NULL, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_5 = (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)il2cpp_codegen_object_new(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); XmlAttribute__ctor_m1F09773AA3308696D115FF921C42B2E2AFA5083E(L_5, L_4, __this, /*hidden argument*/NULL); __this->set_namespaceXml_41(L_5); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_6 = __this->get_namespaceXml_41(); String_t* L_7 = __this->get_strReservedXml_36(); NullCheck(L_6); VirtualActionInvoker1< String_t* >::Invoke(10 /* System.Void System.Xml.XmlNode::set_Value(System.String) */, L_6, L_7); } IL_003e: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_8 = __this->get_namespaceXml_41(); return L_8; } } // System.Void System.Xml.XmlDocument::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__cctor_mEB1F3FB2211E2496446CD7DA77A9CF77F189E452 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * L_0 = (EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 *)il2cpp_codegen_object_new(EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13_il2cpp_TypeInfo_var); EmptyEnumerator__ctor_mD2C6EAC8EB181ECB0E6D7D33FC6AEAB25465CF27(L_0, /*hidden argument*/NULL); ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))->set_EmptyEnumerator_42(L_0); XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * L_1 = (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B *)il2cpp_codegen_object_new(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B_il2cpp_TypeInfo_var); XmlSchemaInfo__ctor_mE1356E85972DB905497D1A4C36601A9E09DEFB57(L_1, 0, /*hidden argument*/NULL); ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))->set_NotKnownSchemaInfo_43(L_1); XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * L_2 = (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B *)il2cpp_codegen_object_new(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B_il2cpp_TypeInfo_var); XmlSchemaInfo__ctor_mE1356E85972DB905497D1A4C36601A9E09DEFB57(L_2, 1, /*hidden argument*/NULL); ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))->set_ValidSchemaInfo_44(L_2); XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * L_3 = (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B *)il2cpp_codegen_object_new(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B_il2cpp_TypeInfo_var); XmlSchemaInfo__ctor_mE1356E85972DB905497D1A4C36601A9E09DEFB57(L_3, 2, /*hidden argument*/NULL); ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))->set_InvalidSchemaInfo_45(L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlDocumentFragment::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentFragment__ctor_mAD0FD2AA4AD3A07E7FCC554B9D362EFBA5350CB0 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDocument0, const RuntimeMethod* method) { { XmlNode__ctor_mAC511AB5C6FA608DA32C9398AAB9756814CE2E36(__this, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___ownerDocument0; if (L_0) { goto IL_0019; } } { String_t* L_1; L_1 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA73D573DF83D11DB88B9E63E9DF538F46194507D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDocumentFragment__ctor_mAD0FD2AA4AD3A07E7FCC554B9D362EFBA5350CB0_RuntimeMethod_var))); } IL_0019: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3 = ___ownerDocument0; ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->set_parentNode_0(L_3); return; } } // System.String System.Xml.XmlDocumentFragment::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentFragment_get_Name_m9E37C2A9ECE2A3FDDC7A97C5E46E70E9DBC88090 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strDocumentFragmentName_22(); return L_1; } } // System.String System.Xml.XmlDocumentFragment::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentFragment_get_LocalName_mEEBC2F510B8006FAE184913229382374F1E82BF3 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strDocumentFragmentName_22(); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlDocumentFragment::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlDocumentFragment_get_NodeType_m4C08528F91134BDA881C82424EBEBA2C279A7D24 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)11)); } } // System.Xml.XmlNode System.Xml.XmlDocumentFragment::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocumentFragment_get_ParentNode_m22A4A565EEF5FB982A38B245F7A956ABE7510377 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, const RuntimeMethod* method) { { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlDocument System.Xml.XmlDocumentFragment::get_OwnerDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlDocumentFragment_get_OwnerDocument_mF6B3228507D98E9ED030E4456E025CA07AFE17F7 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); return ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)CastclassClass((RuntimeObject*)L_0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlDocumentFragment::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentFragment_set_InnerXml_m171CCBE60D535A37D6EBF1375757E706C816D098 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker0::Invoke(40 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this); XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * L_0 = (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B *)il2cpp_codegen_object_new(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967(L_0, /*hidden argument*/NULL); String_t* L_1 = ___value0; NullCheck(L_0); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_2; L_2 = XmlLoader_ParsePartialContent_mB68D0DF9BE3A865A541CA730E85A3FEA1DAB2E01(L_0, __this, L_1, 1, /*hidden argument*/NULL); return; } } // System.Xml.XmlNode System.Xml.XmlDocumentFragment::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocumentFragment_CloneNode_m95999AAE413143E4133DFBD00D00EE099EAD7C71 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, bool ___deep0, const RuntimeMethod* method) { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * V_1 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); V_0 = L_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = V_0; NullCheck(L_1); XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * L_2; L_2 = VirtualFuncInvoker0< XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * >::Invoke(59 /* System.Xml.XmlDocumentFragment System.Xml.XmlDocument::CreateDocumentFragment() */, L_1); V_1 = L_2; bool L_3 = ___deep0; if (!L_3) { goto IL_001a; } } { XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * L_4 = V_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = V_0; bool L_6 = ___deep0; NullCheck(L_4); VirtualActionInvoker3< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, bool >::Invoke(30 /* System.Void System.Xml.XmlNode::CopyChildren(System.Xml.XmlDocument,System.Xml.XmlNode,System.Boolean) */, L_4, L_5, __this, L_6); } IL_001a: { XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * L_7 = V_1; return L_7; } } // System.Boolean System.Xml.XmlDocumentFragment::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocumentFragment_get_IsContainer_mBC68769661834825E25E2AC82FEE2F46CDF79038 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlLinkedNode System.Xml.XmlDocumentFragment::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * XmlDocumentFragment_get_LastNode_mAD7C5C44F8723FC3897C5B578E472A17BFB9D346 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = __this->get_lastChild_1(); return L_0; } } // System.Void System.Xml.XmlDocumentFragment::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentFragment_set_LastNode_mA164D7B99E4E2DD7E4993DAF3E57BC35BE000986 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = ___value0; __this->set_lastChild_1(L_0); return; } } // System.Boolean System.Xml.XmlDocumentFragment::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocumentFragment_IsValidChildType_m1F2D7F9DDF24BD90BADB8C72C8F7975269A2FAA7 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, int32_t ___type0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { int32_t L_0 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_004e; } case 1: { goto IL_0068; } case 2: { goto IL_004e; } case 3: { goto IL_004e; } case 4: { goto IL_004e; } case 5: { goto IL_0068; } case 6: { goto IL_004e; } case 7: { goto IL_004e; } case 8: { goto IL_0068; } case 9: { goto IL_0068; } case 10: { goto IL_0068; } case 11: { goto IL_0068; } case 12: { goto IL_004e; } case 13: { goto IL_004e; } case 14: { goto IL_0068; } case 15: { goto IL_0068; } case 16: { goto IL_0050; } } } { goto IL_0068; } IL_004e: { return (bool)1; } IL_0050: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = V_0; if (!L_2) { goto IL_0064; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_3); if ((((int32_t)L_4) == ((int32_t)((int32_t)17)))) { goto IL_0066; } } IL_0064: { return (bool)1; } IL_0066: { return (bool)0; } IL_0068: { return (bool)0; } } // System.Boolean System.Xml.XmlDocumentFragment::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocumentFragment_CanInsertAfter_m13378DD3A58F1477AAABC16631AACFB43F6AF461 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___refChild1, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___newChild0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)17))))) { goto IL_0019; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___refChild1; if (L_2) { goto IL_0017; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_3; L_3 = VirtualFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(21 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); return (bool)((((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0017: { return (bool)0; } IL_0019: { return (bool)1; } } // System.Xml.XPath.XPathNodeType System.Xml.XmlDocumentFragment::get_XPNodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlDocumentFragment_get_XPNodeType_m6C10851E6212626C6EDA6021D0D810BCF88C6317 (XmlDocumentFragment_t3E3BD2369886E431B0C4E68CB829A93DE0F8DBA4 * __this, const RuntimeMethod* method) { { return (int32_t)(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.XmlDocumentType::.ctor(System.String,System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentType__ctor_m669F036BB7C7DAF1524DE9B43D5A8D06ED052389 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc4; XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___name0; __this->set_name_2(L_1); String_t* L_2 = ___publicId1; __this->set_publicId_3(L_2); String_t* L_3 = ___systemId2; __this->set_systemId_4(L_3); __this->set_namespaces_6((bool)1); String_t* L_4 = ___internalSubset3; __this->set_internalSubset_5(L_4); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = ___doc4; NullCheck(L_5); bool L_6; L_6 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0050; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_7 = ___doc4; NullCheck(L_7); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_7, (bool)1, /*hidden argument*/NULL); XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * L_8 = (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B *)il2cpp_codegen_object_new(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967(L_8, /*hidden argument*/NULL); NullCheck(L_8); XmlLoader_ParseDocumentType_m05C412AAC3CDE7A77775EEB1E3951F1101061150(L_8, __this, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_9 = ___doc4; NullCheck(L_9); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_9, (bool)0, /*hidden argument*/NULL); } IL_0050: { return; } } // System.String System.Xml.XmlDocumentType::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_Name_m33C2B5BA85E672825363A0418AB829554D879D57 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.String System.Xml.XmlDocumentType::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_LocalName_mBB12CDDEC42BC36F396A375D6A8B93559617F8A6 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.Xml.XmlNodeType System.Xml.XmlDocumentType::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlDocumentType_get_NodeType_m8808C8AF979ACE4C0363353DD46DFD2790E28059 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)10)); } } // System.Xml.XmlNode System.Xml.XmlDocumentType::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlDocumentType_CloneNode_m1CB5F705D4B8A0330A9A57FB05D22ECB34C7D986 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1 = __this->get_name_2(); String_t* L_2 = __this->get_publicId_3(); String_t* L_3 = __this->get_systemId_4(); String_t* L_4 = __this->get_internalSubset_5(); NullCheck(L_0); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_5; L_5 = VirtualFuncInvoker4< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F *, String_t*, String_t*, String_t*, String_t* >::Invoke(58 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) */, L_0, L_1, L_2, L_3, L_4); return L_5; } } // System.Boolean System.Xml.XmlDocumentType::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocumentType_get_IsReadOnly_mCE99722890659219D28C6C51D45140B0060FCC34 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::get_Entities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * XmlDocumentType_get_Entities_m22051780B2E41F368B9584A87BE932CEF1239C94 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_0 = __this->get_entities_7(); if (L_0) { goto IL_0014; } } { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_1 = (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)il2cpp_codegen_object_new(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771_il2cpp_TypeInfo_var); XmlNamedNodeMap__ctor_m14287DE39112FDFDBDA56CE030A5A6872EC9D0FE(L_1, __this, /*hidden argument*/NULL); __this->set_entities_7(L_1); } IL_0014: { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_2 = __this->get_entities_7(); return L_2; } } // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::get_Notations() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * XmlDocumentType_get_Notations_m3AACD560964AA333D42AAB5609234C6D1E333B25 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_0 = __this->get_notations_8(); if (L_0) { goto IL_0014; } } { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_1 = (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 *)il2cpp_codegen_object_new(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771_il2cpp_TypeInfo_var); XmlNamedNodeMap__ctor_m14287DE39112FDFDBDA56CE030A5A6872EC9D0FE(L_1, __this, /*hidden argument*/NULL); __this->set_notations_8(L_1); } IL_0014: { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_2 = __this->get_notations_8(); return L_2; } } // System.String System.Xml.XmlDocumentType::get_PublicId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_publicId_3(); return L_0; } } // System.String System.Xml.XmlDocumentType::get_SystemId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_4(); return L_0; } } // System.String System.Xml.XmlDocumentType::get_InternalSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_internalSubset_5(); return L_0; } } // System.Boolean System.Xml.XmlDocumentType::get_ParseWithNamespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocumentType_get_ParseWithNamespaces_m0B06FD0B85241C23F59FDF8ABA65C59F6320A9DB (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_namespaces_6(); return L_0; } } // System.Xml.Schema.SchemaInfo System.Xml.XmlDocumentType::get_DtdSchemaInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * XmlDocumentType_get_DtdSchemaInfo_m044BADB1D184372A1C09F862CC56C9BEF1A8DD05 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = __this->get_schemaInfo_9(); return L_0; } } // System.Void System.Xml.XmlDocumentType::set_DtdSchemaInfo(System.Xml.Schema.SchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentType_set_DtdSchemaInfo_m2A2B4A126F4EA330CD02BAFC9C57422DF167DF02 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___value0, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = ___value0; __this->set_schemaInfo_9(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream System.Xml.XmlDownloadManager::GetStream(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * XmlDownloadManager_GetStream_m927E7BBEDB3F068C01794E13C36CE5A34062662E (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___cachePolicy3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E); s_Il2CppMethodInitialized = true; } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; NullCheck(L_0); String_t* L_1; L_1 = Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29(L_0, /*hidden argument*/NULL); bool L_2; L_2 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E, /*hidden argument*/NULL); if (!L_2) { goto IL_0022; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___uri0; NullCheck(L_3); String_t* L_4; L_4 = Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E(L_3, /*hidden argument*/NULL); FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_5 = (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 *)il2cpp_codegen_object_new(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var); FileStream__ctor_m35041565358368A57B0A06A7D7FABB9563AF359A(L_5, L_4, 3, 1, 1, 1, /*hidden argument*/NULL); return L_5; } IL_0022: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6 = ___uri0; RuntimeObject* L_7 = ___credentials1; RuntimeObject* L_8 = ___proxy2; RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * L_9 = ___cachePolicy3; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_10; L_10 = XmlDownloadManager_GetNonFileStream_m72785401C2FA0F2A2C861BCFFBC13DB564E12E47(__this, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.IO.Stream System.Xml.XmlDownloadManager::GetNonFileStream(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * XmlDownloadManager_GetNonFileStream_m72785401C2FA0F2A2C861BCFFBC13DB564E12E47 (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___cachePolicy3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * V_0 = NULL; WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * V_1 = NULL; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_2 = NULL; XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * V_3 = NULL; bool V_4 = false; OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * V_5 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_il2cpp_TypeInfo_var); WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_1; L_1 = WebRequest_Create_mCBC2128DC3480F06381E2A4BC49A790BE33E6627(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = ___credentials1; if (!L_2) { goto IL_0011; } } { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_3 = V_0; RuntimeObject* L_4 = ___credentials1; NullCheck(L_3); VirtualActionInvoker1< RuntimeObject* >::Invoke(18 /* System.Void System.Net.WebRequest::set_Credentials(System.Net.ICredentials) */, L_3, L_4); } IL_0011: { RuntimeObject* L_5 = ___proxy2; if (!L_5) { goto IL_001b; } } { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_6 = V_0; RuntimeObject* L_7 = ___proxy2; NullCheck(L_6); VirtualActionInvoker1< RuntimeObject* >::Invoke(21 /* System.Void System.Net.WebRequest::set_Proxy(System.Net.IWebProxy) */, L_6, L_7); } IL_001b: { RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * L_8 = ___cachePolicy3; if (!L_8) { goto IL_0027; } } { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_9 = V_0; RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * L_10 = ___cachePolicy3; NullCheck(L_9); VirtualActionInvoker1< RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * >::Invoke(8 /* System.Void System.Net.WebRequest::set_CachePolicy(System.Net.Cache.RequestCachePolicy) */, L_9, L_10); } IL_0027: { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_11 = V_0; NullCheck(L_11); WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_12; L_12 = VirtualFuncInvoker0< WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * >::Invoke(23 /* System.Net.WebResponse System.Net.WebRequest::GetResponse() */, L_11); V_1 = L_12; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_13 = V_0; V_2 = ((HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *)IsInstClass((RuntimeObject*)L_13, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_14 = V_2; if (!L_14) { goto IL_0104; } } { V_3 = __this; V_4 = (bool)0; } IL_0040: try {// begin try (depth: 1) { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_15 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_15, (bool*)(&V_4), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_16 = __this->get_connections_0(); if (L_16) { goto IL_005b; } } IL_0050: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_17 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_17, /*hidden argument*/NULL); __this->set_connections_0(L_17); } IL_005b: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_18 = __this->get_connections_0(); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_19 = V_2; NullCheck(L_19); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_20; L_20 = HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline(L_19, /*hidden argument*/NULL); NullCheck(L_20); String_t* L_21; L_21 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_20, /*hidden argument*/NULL); NullCheck(L_18); RuntimeObject * L_22; L_22 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, L_21); V_5 = ((OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D *)CastclassClass((RuntimeObject*)L_22, OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D_il2cpp_TypeInfo_var)); OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_23 = V_5; if (L_23) { goto IL_0083; } } IL_007c: { OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_24 = (OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D *)il2cpp_codegen_object_new(OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D_il2cpp_TypeInfo_var); OpenedHost__ctor_m0FB08FD979C96E5E83286C9879ECDCC2F4F217AB(L_24, /*hidden argument*/NULL); V_5 = L_24; } IL_0083: { OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_25 = V_5; NullCheck(L_25); int32_t L_26 = L_25->get_nonCachedConnectionsCount_0(); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_27 = V_2; NullCheck(L_27); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_28; L_28 = HttpWebRequest_get_ServicePoint_m87CA558F0C7B4A6D585F42616771173F75DE2567(L_27, /*hidden argument*/NULL); NullCheck(L_28); int32_t L_29; L_29 = ServicePoint_get_ConnectionLimit_mDF34A9CA341979EF0E5A547DC0E3281BBBEE72FF(L_28, /*hidden argument*/NULL); if ((((int32_t)L_26) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1))))) { goto IL_00e4; } } IL_0099: { OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_30 = V_5; NullCheck(L_30); int32_t L_31 = L_30->get_nonCachedConnectionsCount_0(); if (L_31) { goto IL_00ba; } } IL_00a2: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_32 = __this->get_connections_0(); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_33 = V_2; NullCheck(L_33); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_34; L_34 = HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline(L_33, /*hidden argument*/NULL); NullCheck(L_34); String_t* L_35; L_35 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_34, /*hidden argument*/NULL); OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_36 = V_5; NullCheck(L_32); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_32, L_35, L_36); } IL_00ba: { OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_37 = V_5; OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_38 = L_37; NullCheck(L_38); int32_t L_39 = L_38->get_nonCachedConnectionsCount_0(); NullCheck(L_38); L_38->set_nonCachedConnectionsCount_0(((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1))); WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_40 = V_1; NullCheck(L_40); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_41; L_41 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_40); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_42 = V_2; NullCheck(L_42); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_43; L_43 = HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline(L_42, /*hidden argument*/NULL); NullCheck(L_43); String_t* L_44; L_44 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_43, /*hidden argument*/NULL); XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * L_45 = (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 *)il2cpp_codegen_object_new(XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1_il2cpp_TypeInfo_var); XmlRegisteredNonCachedStream__ctor_m081041EA73D3FC8BC1859DA296084E29DD94C19F(L_45, L_41, __this, L_44, /*hidden argument*/NULL); V_6 = L_45; IL2CPP_LEAVE(0x10B, FINALLY_00f9); } IL_00e4: { WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_46 = V_1; NullCheck(L_46); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_47; L_47 = VirtualFuncInvoker0< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(12 /* System.Uri System.Net.WebResponse::get_ResponseUri() */, L_46); WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_48 = V_1; NullCheck(L_48); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_49; L_49 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_48); XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83 * L_50 = (XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83 *)il2cpp_codegen_object_new(XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83_il2cpp_TypeInfo_var); XmlCachedStream__ctor_m07A18788CA9C71ED5B4718F29D34B94406703F0F(L_50, L_47, L_49, /*hidden argument*/NULL); V_6 = L_50; IL2CPP_LEAVE(0x10B, FINALLY_00f9); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f9; } FINALLY_00f9: {// begin finally (depth: 1) { bool L_51 = V_4; if (!L_51) { goto IL_0103; } } IL_00fd: { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_52 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_52, /*hidden argument*/NULL); } IL_0103: { IL2CPP_END_FINALLY(249) } }// end finally (depth: 1) IL2CPP_CLEANUP(249) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10B, IL_010b) } IL_0104: { WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_53 = V_1; NullCheck(L_53); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_54; L_54 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_53); return L_54; } IL_010b: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_55 = V_6; return L_55; } } // System.Void System.Xml.XmlDownloadManager::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDownloadManager_Remove_mDB809C83C927D285B55574D4A4F8267CBE282306 (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, String_t* ___host0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * V_0 = NULL; bool V_1 = false; OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * V_2 = NULL; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_connections_0(); String_t* L_2 = ___host0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2); V_2 = ((OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D *)CastclassClass((RuntimeObject*)L_3, OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D_il2cpp_TypeInfo_var)); OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_4 = V_2; if (!L_4) { goto IL_0040; } } IL_0021: { OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_5 = V_2; OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_6 = L_5; NullCheck(L_6); int32_t L_7 = L_6->get_nonCachedConnectionsCount_0(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); int32_t L_8 = V_3; NullCheck(L_6); L_6->set_nonCachedConnectionsCount_0(L_8); int32_t L_9 = V_3; if (L_9) { goto IL_0040; } } IL_0034: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_10 = __this->get_connections_0(); String_t* L_11 = ___host0; NullCheck(L_10); VirtualActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_10, L_11); } IL_0040: { IL2CPP_LEAVE(0x4C, FINALLY_0042); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: {// begin finally (depth: 1) { bool L_12 = V_1; if (!L_12) { goto IL_004b; } } IL_0045: { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_13 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_13, /*hidden argument*/NULL); } IL_004b: { IL2CPP_END_FINALLY(66) } }// end finally (depth: 1) IL2CPP_CLEANUP(66) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4C, IL_004c) } IL_004c: { return; } } // System.Threading.Tasks.Task`1 System.Xml.XmlDownloadManager::GetStreamAsync(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * XmlDownloadManager_GetStreamAsync_m8651CC7437004016BCBB9742D71972CBAAB94E62 (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___cachePolicy3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_mA813817A60ED4735C625B85C5BE3EF3E61AF94A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_Run_TisStream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_mBDF9DD3F3F83F9D7CD42F99DCD15D50F6DBB6774_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass4_0_U3CGetStreamAsyncU3Eb__0_mD810D700ED1233BCA865347F84A2EE0A699E4D0C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B * V_0 = NULL; { U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B * L_0 = (U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass4_0__ctor_mA8C38071F0962C139DD7DB555CD1BDE4BD9D00B7(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B * L_1 = V_0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___uri0; NullCheck(L_1); L_1->set_uri_0(L_2); U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B * L_3 = V_0; NullCheck(L_3); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = L_3->get_uri_0(); NullCheck(L_4); String_t* L_5; L_5 = Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29(L_4, /*hidden argument*/NULL); bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E, /*hidden argument*/NULL); if (!L_6) { goto IL_0036; } } { U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B * L_7 = V_0; Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B * L_8 = (Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B *)il2cpp_codegen_object_new(Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B_il2cpp_TypeInfo_var); Func_1__ctor_mA813817A60ED4735C625B85C5BE3EF3E61AF94A6(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass4_0_U3CGetStreamAsyncU3Eb__0_mD810D700ED1233BCA865347F84A2EE0A699E4D0C_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_mA813817A60ED4735C625B85C5BE3EF3E61AF94A6_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * L_9; L_9 = Task_Run_TisStream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_mBDF9DD3F3F83F9D7CD42F99DCD15D50F6DBB6774(L_8, /*hidden argument*/Task_Run_TisStream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_mBDF9DD3F3F83F9D7CD42F99DCD15D50F6DBB6774_RuntimeMethod_var); return L_9; } IL_0036: { U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B * L_10 = V_0; NullCheck(L_10); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11 = L_10->get_uri_0(); RuntimeObject* L_12 = ___credentials1; RuntimeObject* L_13 = ___proxy2; RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * L_14 = ___cachePolicy3; Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * L_15; L_15 = XmlDownloadManager_GetNonFileStreamAsync_m075FD73BF73B9C8E231E40AD4C956FE1F76709B1(__this, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Threading.Tasks.Task`1 System.Xml.XmlDownloadManager::GetNonFileStreamAsync(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * XmlDownloadManager_GetNonFileStreamAsync_m075FD73BF73B9C8E231E40AD4C956FE1F76709B1 (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___cachePolicy3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m17BE28485AA30057F1400295B109A7294BFC194B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782_m1A28D56FBE7F5620D6C70FD7C9C2EC88D4CE6BD2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m62DBE5DEC9FB6B71D5453D4D22ED292DA14E05A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782 V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_7(__this); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; (&V_0)->set_uri_2(L_0); RuntimeObject* L_1 = ___credentials1; (&V_0)->set_credentials_3(L_1); RuntimeObject* L_2 = ___proxy2; (&V_0)->set_proxy_4(L_2); RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * L_3 = ___cachePolicy3; (&V_0)->set_cachePolicy_5(L_3); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F L_4; L_4 = AsyncTaskMethodBuilder_1_Create_m17BE28485AA30057F1400295B109A7294BFC194B(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_m17BE28485AA30057F1400295B109A7294BFC194B_RuntimeMethod_var); (&V_0)->set_U3CU3Et__builder_1(L_4); (&V_0)->set_U3CU3E1__state_0((-1)); U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782 L_5 = V_0; AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F L_6 = L_5.get_U3CU3Et__builder_1(); V_1 = L_6; AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782_m1A28D56FBE7F5620D6C70FD7C9C2EC88D4CE6BD2((AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *)(&V_1), (U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782 *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782_m1A28D56FBE7F5620D6C70FD7C9C2EC88D4CE6BD2_RuntimeMethod_var); AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * L_7 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * L_8; L_8 = AsyncTaskMethodBuilder_1_get_Task_m62DBE5DEC9FB6B71D5453D4D22ED292DA14E05A0((AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *)L_7, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_m62DBE5DEC9FB6B71D5453D4D22ED292DA14E05A0_RuntimeMethod_var); return L_8; } } // System.Void System.Xml.XmlDownloadManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDownloadManager__ctor_m20609FF8F46937FB1891AF0C30E939299056B1AF (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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 // System.Void System.Xml.XmlElement::.ctor(System.Xml.XmlName,System.Boolean,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement__ctor_m3B8F2AB4A766B70D8B55D1B2F0D2EAB331861920 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name0, bool ___empty1, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc2; XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8(__this, L_0, /*hidden argument*/NULL); ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->set_parentNode_0((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc2; NullCheck(L_1); bool L_2; L_2 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002c; } } { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_3 = ___name0; NullCheck(L_3); String_t* L_4; L_4 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); XmlDocument_CheckName_mB93C94CDF89FD485E333EC770C89474F35C38D87(L_4, /*hidden argument*/NULL); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_5 = ___name0; NullCheck(L_5); String_t* L_6; L_6 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_5, /*hidden argument*/NULL); XmlDocument_CheckName_mB93C94CDF89FD485E333EC770C89474F35C38D87(L_6, /*hidden argument*/NULL); } IL_002c: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_7 = ___name0; NullCheck(L_7); String_t* L_8; L_8 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0049; } } { String_t* L_10; L_10 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1608C82B466107946B52772199E59009D15CA084)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlElement__ctor_m3B8F2AB4A766B70D8B55D1B2F0D2EAB331861920_RuntimeMethod_var))); } IL_0049: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_12 = ___name0; __this->set_name_2(L_12); bool L_13 = ___empty1; if (!L_13) { goto IL_005a; } } { __this->set_lastChild_4(__this); } IL_005a: { return; } } // System.Void System.Xml.XmlElement::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement__ctor_m7EF87BE7BF1F09B5E43F24BA0B3F8EAF88E5F9C1 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc3; String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___namespaceURI2; NullCheck(L_0); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_4; L_4 = XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C(L_0, L_1, L_2, L_3, (RuntimeObject*)NULL, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = ___doc3; XmlElement__ctor_m3B8F2AB4A766B70D8B55D1B2F0D2EAB331861920(__this, L_4, (bool)1, L_5, /*hidden argument*/NULL); return; } } // System.Xml.XmlName System.Xml.XmlElement::get_XmlName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlElement_get_XmlName_m3EACA407019707B92B5B842EA39B6764AA250815 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_2(); return L_0; } } // System.Void System.Xml.XmlElement::set_XmlName(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_set_XmlName_m6BF0CB16BB12B567796E028798409659F0878366 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___value0, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = ___value0; __this->set_name_2(L_0); return; } } // System.Xml.XmlNode System.Xml.XmlElement::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlElement_CloneNode_mB6F2DD483FDFE2442911063D233AF500FF73A79F (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, bool ___deep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; bool V_1 = false; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_2 = NULL; RuntimeObject* V_3 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_4 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); V_0 = L_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = V_0; NullCheck(L_1); bool L_2; L_2 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_1, /*hidden argument*/NULL); V_1 = L_2; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3 = V_0; NullCheck(L_3); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_3, (bool)1, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4 = V_0; String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, __this); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, __this); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, __this); NullCheck(L_4); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_8; L_8 = VirtualFuncInvoker3< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *, String_t*, String_t*, String_t* >::Invoke(70 /* System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) */, L_4, L_5, L_6, L_7); V_2 = L_8; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_9 = V_0; bool L_10 = V_1; NullCheck(L_9); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_9, L_10, /*hidden argument*/NULL); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_11 = V_2; NullCheck(L_11); bool L_12; L_12 = XmlElement_get_IsEmpty_m8C9AB1215A12FA21E396B75F832B59F5C7C498E9(L_11, /*hidden argument*/NULL); bool L_13; L_13 = XmlElement_get_IsEmpty_m8C9AB1215A12FA21E396B75F832B59F5C7C498E9(__this, /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)L_13))) { goto IL_004f; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_14 = V_2; bool L_15; L_15 = XmlElement_get_IsEmpty_m8C9AB1215A12FA21E396B75F832B59F5C7C498E9(__this, /*hidden argument*/NULL); NullCheck(L_14); XmlElement_set_IsEmpty_mE5B520F63BDFB84E37B795E2B7F0BAA54981EA25(L_14, L_15, /*hidden argument*/NULL); } IL_004f: { bool L_16; L_16 = VirtualFuncInvoker0< bool >::Invoke(53 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, __this); if (!L_16) { goto IL_00cc; } } { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_17; L_17 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this); NullCheck(L_17); RuntimeObject* L_18; L_18 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() */, L_17); V_3 = L_18; } IL_0063: try {// begin try (depth: 1) { goto IL_00ae; } IL_0065: { RuntimeObject* L_19 = V_3; NullCheck(L_19); RuntimeObject * L_20; L_20 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_19); V_4 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_20, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_21 = V_4; NullCheck(L_21); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_22; L_22 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, bool >::Invoke(29 /* System.Xml.XmlNode System.Xml.XmlNode::CloneNode(System.Boolean) */, L_21, (bool)1); V_5 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_22, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_23 = V_4; if (!((XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)IsInstClass((RuntimeObject*)L_23, XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var))) { goto IL_00a0; } } IL_008a: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_24 = V_4; NullCheck(L_24); bool L_25; L_25 = VirtualFuncInvoker0< bool >::Invoke(53 /* System.Boolean System.Xml.XmlAttribute::get_Specified() */, L_24); if (L_25) { goto IL_00a0; } } IL_0093: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_26 = V_5; NullCheck(((XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)CastclassClass((RuntimeObject*)L_26, XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var))); XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline(((XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)CastclassClass((RuntimeObject*)L_26, XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var)), (bool)0, /*hidden argument*/NULL); } IL_00a0: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_27 = V_2; NullCheck(L_27); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_28; L_28 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_27); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_29 = V_5; NullCheck(L_28); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_30; L_30 = XmlAttributeCollection_InternalAppendAttribute_mCC8097D43C7A04D76D6CEDE8660E4084CD1BF703(L_28, L_29, /*hidden argument*/NULL); } IL_00ae: { RuntimeObject* L_31 = V_3; NullCheck(L_31); bool L_32; L_32 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_31); if (L_32) { goto IL_0065; } } IL_00b6: { IL2CPP_LEAVE(0xCC, FINALLY_00b8); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 1) { RuntimeObject* L_33 = V_3; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_33, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_34 = V_6; if (!L_34) { goto IL_00cb; } } IL_00c4: { RuntimeObject* L_35 = V_6; NullCheck(L_35); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_35); } IL_00cb: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 1) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xCC, IL_00cc) } IL_00cc: { bool L_36 = ___deep0; if (!L_36) { goto IL_00d8; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_37 = V_2; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_38 = V_0; bool L_39 = ___deep0; NullCheck(L_37); VirtualActionInvoker3< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, bool >::Invoke(30 /* System.Void System.Xml.XmlNode::CopyChildren(System.Xml.XmlDocument,System.Xml.XmlNode,System.Boolean) */, L_37, L_38, __this, L_39); } IL_00d8: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_40 = V_2; return L_40; } } // System.String System.Xml.XmlElement::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElement_get_Name_m8D031D478693B0B6DAA30CCA5C5A12D9C5440A51 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_2(); NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_Name_mCBD22D70F85B53C0B1AEED34A3450B9A16AB04C0(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlElement::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElement_get_LocalName_m9E96FF3B34DF03782B861D2B7467EE2790499825 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_2(); NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlElement::get_NamespaceURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElement_get_NamespaceURI_mF981824AE90E22D3B6B0EFD2D5038B8EE3EE04B0 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_2(); NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlElement::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElement_get_Prefix_mEBA3875BFCD099A42F60F128FF7934889FE0D86B (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_2(); NullCheck(L_0); String_t* L_1; L_1 = XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlElement::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlElement_get_NodeType_mC08520CBB616EA42949C293314DED7BFC5829A4A (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Xml.XmlNode System.Xml.XmlElement::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlElement_get_ParentNode_mAEF363CD22F6C38E825B76559DDF73B5647A2345 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); return L_0; } } // System.Xml.XmlDocument System.Xml.XmlElement::get_OwnerDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlElement_get_OwnerDocument_m219A04DAF56D43F32B0FDAAB476484372AE96244 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_2(); NullCheck(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = XmlName_get_OwnerDocument_m482B5B19F0B4564C2309D47811B04F0A5753F3FF_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlElement::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlElement_get_IsContainer_m5C30D6F77852AEEA1ABCD5EEAA7E5CF3758A2307 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlNode System.Xml.XmlElement::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlElement_AppendChildForLoad_mBA87D709766CBF35BBE74A71FF924860CED6D37A (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_0 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_1 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_2 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___newChild0; NullCheck(L_0); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_2; L_2 = XmlDocument_GetInsertEventArgsForLoad_mB44E03A2F7197CB02F20DBDA4C62636439E76441(L_0, L_1, __this, /*hidden argument*/NULL); V_0 = L_2; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_3 = V_0; if (!L_3) { goto IL_0013; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4 = ___doc1; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_5 = V_0; NullCheck(L_4); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(46 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_4, L_5); } IL_0013: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ___newChild0; V_1 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)CastclassClass((RuntimeObject*)L_6, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_7 = __this->get_lastChild_4(); if (!L_7) { goto IL_002b; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_8 = __this->get_lastChild_4(); if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_8) == ((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)__this)))) { goto IL_0042; } } IL_002b: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_9 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_10 = V_1; NullCheck(L_9); L_9->set_next_1(L_10); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_11 = V_1; __this->set_lastChild_4(L_11); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_12 = V_1; NullCheck(L_12); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(43 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_12, __this); goto IL_0083; } IL_0042: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_13 = __this->get_lastChild_4(); V_2 = L_13; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_14 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_15 = V_2; NullCheck(L_15); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_16 = L_15->get_next_1(); NullCheck(L_14); L_14->set_next_1(L_16); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_17 = V_2; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_18 = V_1; NullCheck(L_17); L_17->set_next_1(L_18); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_19 = V_1; __this->set_lastChild_4(L_19); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_20 = V_2; NullCheck(L_20); bool L_21; L_21 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_20); if (!L_21) { goto IL_007c; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_22 = V_1; NullCheck(L_22); bool L_23; L_23 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_22); if (!L_23) { goto IL_007c; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_24 = V_2; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_25 = V_1; XmlNode_NestTextNodes_m22AF6885F16CD91D1C26F4BE64498B08B5A9615E(L_24, L_25, /*hidden argument*/NULL); goto IL_0083; } IL_007c: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_26 = V_1; NullCheck(L_26); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(43 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_26, __this); } IL_0083: { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_27 = V_0; if (!L_27) { goto IL_008d; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_28 = ___doc1; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_29 = V_0; NullCheck(L_28); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(47 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_28, L_29); } IL_008d: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_30 = V_1; return L_30; } } // System.Boolean System.Xml.XmlElement::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlElement_get_IsEmpty_m8C9AB1215A12FA21E396B75F832B59F5C7C498E9 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = __this->get_lastChild_4(); return (bool)((((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_0) == ((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)__this))? 1 : 0); } } // System.Void System.Xml.XmlElement::set_IsEmpty(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_set_IsEmpty_mE5B520F63BDFB84E37B795E2B7F0BAA54981EA25 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; if (!L_0) { goto IL_001a; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_1 = __this->get_lastChild_4(); if ((((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_1) == ((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)__this))) { goto IL_002a; } } { XmlElement_RemoveAllChildren_mFB672E41CB9C66E965C09B69273771CABCCC68A3(__this, /*hidden argument*/NULL); __this->set_lastChild_4(__this); return; } IL_001a: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_2 = __this->get_lastChild_4(); if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_2) == ((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)__this)))) { goto IL_002a; } } { __this->set_lastChild_4((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL); } IL_002a: { return; } } // System.Xml.XmlLinkedNode System.Xml.XmlElement::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * XmlElement_get_LastNode_m923829EA35AAE0217F3581A606146FEBA6FBE255 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = __this->get_lastChild_4(); if ((((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_0) == ((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)__this))) { goto IL_0010; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_1 = __this->get_lastChild_4(); return L_1; } IL_0010: { return (XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL; } } // System.Void System.Xml.XmlElement::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_set_LastNode_m3A607C9554D32CE123C31CAAC24EE1BCD4993B2E (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = ___value0; __this->set_lastChild_4(L_0); return; } } // System.Boolean System.Xml.XmlElement::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlElement_IsValidChildType_mB2F8641CD024C1F4D126A69E8B7ADB271040A28A (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_0042; } case 1: { goto IL_0044; } case 2: { goto IL_0042; } case 3: { goto IL_0042; } case 4: { goto IL_0042; } case 5: { goto IL_0044; } case 6: { goto IL_0042; } case 7: { goto IL_0042; } case 8: { goto IL_0044; } case 9: { goto IL_0044; } case 10: { goto IL_0044; } case 11: { goto IL_0044; } case 12: { goto IL_0042; } case 13: { goto IL_0042; } } } { goto IL_0044; } IL_0042: { return (bool)1; } IL_0044: { return (bool)0; } } // System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * XmlElement_get_Attributes_mFB3CCB61EA725D110EF05CEF8B64F05D03A9279C (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_0 = __this->get_attributes_3(); if (L_0) { goto IL_003e; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_1); RuntimeObject * L_2 = L_1->get_objLock_40(); V_0 = L_2; V_1 = (bool)0; } IL_0016: try {// begin try (depth: 1) { RuntimeObject * L_3 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_1), /*hidden argument*/NULL); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_4 = __this->get_attributes_3(); if (L_4) { goto IL_0032; } } IL_0026: { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_5 = (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 *)il2cpp_codegen_object_new(XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3_il2cpp_TypeInfo_var); XmlAttributeCollection__ctor_m0BE2C35E816610AA41C1DFF73D507C323E261A97(L_5, __this, /*hidden argument*/NULL); __this->set_attributes_3(L_5); } IL_0032: { IL2CPP_LEAVE(0x3E, FINALLY_0034); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: {// begin finally (depth: 1) { bool L_6 = V_1; if (!L_6) { goto IL_003d; } } IL_0037: { RuntimeObject * L_7 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*hidden argument*/NULL); } IL_003d: { IL2CPP_END_FINALLY(52) } }// end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3E, IL_003e) } IL_003e: { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_8 = __this->get_attributes_3(); return L_8; } } // System.Boolean System.Xml.XmlElement::get_HasAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlElement_get_HasAttributes_m008C41B92694D17462115607BE233B5E6FF3CCF6 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_0 = __this->get_attributes_3(); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_1 = __this->get_attributes_3(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_1); return (bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0); } } // System.String System.Xml.XmlElement::GetAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElement_GetAttribute_m139B1D80B8CD05DEAC346E079B1D740C1D30CAC9 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_0 = NULL; { String_t* L_0 = ___name0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_1; L_1 = VirtualFuncInvoker1< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, String_t* >::Invoke(55 /* System.Xml.XmlAttribute System.Xml.XmlElement::GetAttributeNode(System.String) */, __this, L_0); V_0 = L_1; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_2 = V_0; if (!L_2) { goto IL_0012; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_3); return L_4; } IL_0012: { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_5; } } // System.Xml.XmlAttribute System.Xml.XmlElement::GetAttributeNode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlElement_GetAttributeNode_mB69AE3CFAEDEE59C740AAF4B4C694F2E01C0341B (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, String_t* ___name0, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(53 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, __this); if (!L_0) { goto IL_0015; } } { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_1; L_1 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this); String_t* L_2 = ___name0; NullCheck(L_1); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_3; L_3 = XmlAttributeCollection_get_ItemOf_m01846AD03B17AE372F13A948A9F5A7E6469F9DA3(L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_0015: { return (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)NULL; } } // System.Xml.XmlAttribute System.Xml.XmlElement::SetAttributeNode(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlElement_SetAttributeNode_m1F9CEC6EFAF548EE430D99D18CB0AB78DE6292CE (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___newAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_0 = ___newAttr0; NullCheck(L_0); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1; L_1 = VirtualFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(54 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_0); if (!L_1) { goto IL_0018; } } { String_t* L_2; L_2 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF011FDE885C7455F8FB042D3EC51AFA0D2624878)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlElement_SetAttributeNode_m1F9CEC6EFAF548EE430D99D18CB0AB78DE6292CE_RuntimeMethod_var))); } IL_0018: { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_4; L_4 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_5 = ___newAttr0; NullCheck(L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_4, L_5); return ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_6, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); } } // System.Xml.XmlAttribute System.Xml.XmlElement::GetAttributeNode(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlElement_GetAttributeNode_mB7DF21A197BCA5824665A605CCA14DBB565BA257 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(53 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, __this); if (!L_0) { goto IL_0016; } } { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_1; L_1 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this); String_t* L_2 = ___localName0; String_t* L_3 = ___namespaceURI1; NullCheck(L_1); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_4; L_4 = XmlAttributeCollection_get_ItemOf_m464BF2C4CC687F926C85DCC5225290C3F74B9DE1(L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0016: { return (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)NULL; } } // System.Boolean System.Xml.XmlElement::HasAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlElement_HasAttribute_m9FFF8A5389CB8B266A077B841F0A0F59B1EB9C30 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_1; L_1 = VirtualFuncInvoker1< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, String_t* >::Invoke(55 /* System.Xml.XmlAttribute System.Xml.XmlElement::GetAttributeNode(System.String) */, __this, L_0); return (bool)((!(((RuntimeObject*)(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void System.Xml.XmlElement::RemoveAllAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_RemoveAllAttributes_m44A29440C822642A9CDE101BEBE8DD600E7008E5 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(53 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, __this); if (!L_0) { goto IL_0013; } } { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_1 = __this->get_attributes_3(); NullCheck(L_1); XmlAttributeCollection_RemoveAll_mD06952E7C2FD4E57DE9F1411619CB8037D51AA29(L_1, /*hidden argument*/NULL); } IL_0013: { return; } } // System.Void System.Xml.XmlElement::RemoveAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_RemoveAll_m0CC0CC03D9D2BAA7DD3BD4C2E4AC4CCDB974B78A (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlNode_RemoveAll_mDE9482286821C04627D4C556CCFBE0ED4063AA0E(__this, /*hidden argument*/NULL); VirtualActionInvoker0::Invoke(59 /* System.Void System.Xml.XmlElement::RemoveAllAttributes() */, __this); return; } } // System.Void System.Xml.XmlElement::RemoveAllChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_RemoveAllChildren_mFB672E41CB9C66E965C09B69273771CABCCC68A3 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlNode_RemoveAll_mDE9482286821C04627D4C556CCFBE0ED4063AA0E(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlElement::get_SchemaInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlElement_get_SchemaInfo_mC0476EAFE742AA31E36A5C9E0C908DAA62C5E564 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_2(); return L_0; } } // System.Void System.Xml.XmlElement::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_set_InnerXml_mD16DD0B4D6C90A71A9A5478D76F6090D56F721EC (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlElement_RemoveAllChildren_mFB672E41CB9C66E965C09B69273771CABCCC68A3(__this, /*hidden argument*/NULL); XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * L_0 = (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B *)il2cpp_codegen_object_new(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967(L_0, /*hidden argument*/NULL); String_t* L_1 = ___value0; NullCheck(L_0); XmlLoader_LoadInnerXmlElement_mDE3B57DE85A6A25BEAF0C0D0A1CA8F5BA73F175E(L_0, __this, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlElement::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElement_get_InnerText_m2901B25A2362A0DBB9713DF18E93E8CDFF88C05D (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = XmlNode_get_InnerText_mC4D331007A6366FC87C499062227ED912ABD9BF0(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.XmlElement::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_set_InnerText_m2CD61CA539BD5272626D7AE3DC7C6964A4A379B0 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, String_t* ___value0, const RuntimeMethod* method) { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_0 = NULL; { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0; L_0 = VirtualFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(21 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); V_0 = L_0; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_1 = V_0; if (!L_1) { goto IL_0024; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)3)))) { goto IL_0024; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_4 = V_0; NullCheck(L_4); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_5 = L_4->get_next_1(); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_6 = V_0; if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_5) == ((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_6)))) { goto IL_0024; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_7 = V_0; String_t* L_8 = ___value0; NullCheck(L_7); VirtualActionInvoker1< String_t* >::Invoke(10 /* System.Void System.Xml.XmlNode::set_Value(System.String) */, L_7, L_8); return; } IL_0024: { XmlElement_RemoveAllChildren_mFB672E41CB9C66E965C09B69273771CABCCC68A3(__this, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_9; L_9 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_10 = ___value0; NullCheck(L_9); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_11; L_11 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_9, L_10); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12; L_12 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(24 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, __this, L_11); return; } } // System.Xml.XmlNode System.Xml.XmlElement::get_NextSibling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlElement_get_NextSibling_mA3A2A3573EA11C442FE760C4F938849EBC79F142 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); if (!L_0) { goto IL_001d; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_1); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_2; L_2 = VirtualFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(21 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, L_1); if ((((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_2) == ((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)__this))) { goto IL_001d; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_3 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)__this)->get_next_1(); return L_3; } IL_001d: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Void System.Xml.XmlElement::SetParent(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_SetParent_m89044014980C0A42ED9C2C737E3E8D248784D03E (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->set_parentNode_0(L_0); return; } } // System.Xml.XPath.XPathNodeType System.Xml.XmlElement::get_XPNodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlElement_get_XPNodeType_m120043C428D1878F77D43F9031D4B04C763BF927 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.String System.Xml.XmlElement::get_XPLocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElement_get_XPLocalName_m1143AC39A594622B3EB6C35ECF76ECEA2DBDC36F (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, __this); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = __this->get_datatype_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isLoading_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefix_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_localName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlName_get_HashCode_mACB77835E878014F2D5F1E204246DCBB5B63F6D9_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_hashCode_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlName_get_OwnerDocument_m482B5B19F0B4564C2309D47811B04F0A5753F3FF_inline (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get_ownerDoc_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * XmlDocument_get_DtdSchemaInfo_mA54A74E00FDAEB549EE95BD7A0FC89819D1B3DFC_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = __this->get_schemaInfo_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlElement_get_XmlName_m3EACA407019707B92B5B842EA39B6764AA250815_inline (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlAttribute_get_XmlName_m128B0327EC480F5BBC8058585EF32576D19D8C81_inline (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlWriterSettings_set_ReadOnly_mD87ADFA62660658A773F079850B112B1451B584B_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isReadOnly_22(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlWriterSettings_set_OutputMethod_m19516483131CCDF29FAB97D2A0927C76AA91FF6E_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_outputMethod_13(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_IndentInternal_mD0D9B49BA48A92CF8E7CF4812C8089C158E404ED_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_indent_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * XmlWellFormedWriter_get_RawWriter_m84725967B2EB95E2E224CB554CC0503CCC1B98A9_inline (XmlWellFormedWriter_t3BD7026B798C071CB5A2483F878716C1BDAF1667 * __this, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_rawWriter_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlSchemaType_get_BaseXmlSchemaType_m09923D8CA83BED0C8495C7928754106F862ECED6_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_baseSchemaType_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_clrTypeDefault_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_schemaType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlCharType__ctor_mF597588002D63E65BC835ABC21221BB1525A6637_inline (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___charProperties0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___charProperties0; __this->set_charProperties_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__index_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_typeCode_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDeclaration_set_Version_mCF4B80C06C9D42764CA6C2741FFBB541D4DE3707_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_version_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_version_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_encoding_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_standalone_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * XmlDocument_get_Implementation_mA8BC0E80074231FE21EA0D19964D40A4BB9BD3B4_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * L_0 = __this->get_implementation_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_SetBaseURI_m31BDB1234D5BA3E8593E9F245A9D7DD27D90ADE7_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___inBaseURI0, const RuntimeMethod* method) { { String_t* L_0 = ___inBaseURI0; __this->set_baseURI_37(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocumentType_set_DtdSchemaInfo_m2A2B4A126F4EA330CD02BAFC9C57422DF167DF02_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___value0, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = ___value0; __this->set_schemaInfo_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_0 = __this->get_attdefs_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_presence_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaInfo_get_SchemaType_m82E26E51C765F4946ACE69375370F4D09B3266A9_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_schemaType_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * SchemaInfo_get_ElementDecls_m693F83C6FD11BDFA1D422BE8F036916818491177_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { { Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_0 = __this->get_elementDecls_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline (XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * __this, bool ___f0, const RuntimeMethod* method) { { bool L_0 = ___f0; __this->set_fSpecified_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_publicId_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_internalSubset_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlImplementation_get_NameTable_m921E8F86F9377EE9084A630D2F95342234AAE003_inline (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * __this, const RuntimeMethod* method) { { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = __this->get_nameTable_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_HasSetResolver_mC2C6B3468CB289554D1B1BBFB362D8F0A63D4792_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_bSetResolver_39(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlDocument_GetResolver_m8FB9F7E522BD80FF4E7CB398BCE65D313E1C6D6C_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = __this->get_resolver_38(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isLoading_20(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlNodeChangedEventArgs_get_Action_m7262623D702CF1A999921BA6E48B451210786AD6_inline (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_action_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_actualUri_13(); return L_0; } }