#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker1 { 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 VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker3 { 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 VirtActionInvoker2 { 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 VirtActionInvoker4 { 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 GenericVirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, 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); } }; 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 GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365; // System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback struct CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1; // System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback struct CreateValueCallback_tE86988D006DE4FD0270C59F0919804201589A502; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t68FA25B39EC8179DDB6C36003288B86442B82ECB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB; // 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_t793091DA1462753E144A0B0F7DF3EE7D79B61D30; // 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_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5; // System.EventHandler`1 struct EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0; // 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.IComparer`1 struct IComparer_1_t20C0141C3FEEDAA44BFE8521FEEDDF47289CB40B; // System.Collections.Generic.IComparer`1 struct IComparer_1_tEB2B2F9B2EC0C021E6D4D84A6695BE7B8B64D109; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t261B924C5A81BD7105A5798D8C188A0A50C456C5; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t162C5F0ABB678C4AAAB67EFA2867C8A04794BCA5; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_tE435DB7DF9CB52251303F49674E2353E1B6D819E; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B; // System.Collections.Generic.List`1 struct List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t59478D999576758E965737A3361AFC7391C2BB15; // System.Collections.Generic.List`1 struct List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B; // System.Threading.Tasks.Task`1 struct Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2; // 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_t65FD5EE287B61746F015BBC8E90A97D38D258FB3; // System.Tuple`2 struct Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1; // System.Tuple`2 struct Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t7DC6DDFFAD238E15BB167357CEF9E4CD52937E9F; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t875F6BEDFD57B14087DC77BF3CCC813142366789; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB219F36E450725FDEF9E53AA905849860F65B754; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_t79667D8177D31CA970B03976ADCE899172E46B7D; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // Mono.Security.Interface.CipherSuiteCode[] struct CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Runtime.CompilerServices.Ephemeron[] struct EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8; // System.Text.RegularExpressions.Group[] struct GroupU5BU5D_tE125DBFFA979634FDDAEDF77F5EC47134D764AB5; // System.Net.IPAddress[] struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Net.MonoChunkStream/Chunk[] struct ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4; // System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping[] struct LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E; // System.Text.RegularExpressions.RegexCharClass/SingleRange[] struct SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E; // System.Net.WebHeaderCollection/RfcChar[] struct RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3; // System.String[0...,0...] struct StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90; // Mono.Security.ASN1 struct ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.Security.Cryptography.AsnEncodedData struct AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // Mono.Net.Security.AsyncProtocolRequest struct AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947; // Mono.Net.Security.AsyncReadRequest struct AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA; // Mono.Net.Security.AsyncWriteRequest struct AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.Net.Security.AuthenticatedStream struct AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608; // System.Security.Authentication.AuthenticationException struct AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390; // System.Net.Authorization struct Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF; // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C; // Mono.Math.BigInteger struct BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // Mono.Net.Security.BufferOffsetSize struct BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD; // Mono.Net.Security.BufferOffsetSize2 struct BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638; // System.Text.RegularExpressions.CachedCodeEntry struct CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // Mono.Net.Security.ChainValidationHelper struct ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Collections.Specialized.CompatibleComparer struct CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Net.CookieCollection struct CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06; // System.Net.CookieContainer struct CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2; // System.Security.Cryptography.CryptographicException struct CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.DBNull struct DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28; // System.Security.Cryptography.DSA struct DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7; // System.Security.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A; // Mono.Security.Cryptography.DSAManaged struct DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Text.DecoderReplacementFallback struct DecoderReplacementFallback_t8DA345EC4EF3A35A2667365F691EE69408A62130; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.EncoderReplacementFallback struct EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Net.EndPoint struct EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA; // System.EventHandler struct EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C; // System.Exception struct Exception_t; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Net.HeaderInfoTable struct HeaderInfoTable_tC14711FD51BE2B331032AB0BAE14E2E2D88E77D4; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F; // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A; // System.Net.HttpWebResponse struct HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D; // System.Net.IAuthenticationModule struct IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98; // Mono.Security.Interface.ICertificateValidator struct ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628; // Mono.Security.Interface.ICertificateValidator2 struct ICertificateValidator2_t22CB731C71E60368AFF5F7B89098AEEDB2A66B6A; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // System.Net.ICredentials struct ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691; // Mono.Security.Interface.IMonoSslStream struct IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E; // System.IOAsyncCallback struct IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE; // System.Net.IPHostEntry struct IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA; // System.Net.IWebProxy struct IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3; // System.ComponentModel.Int16Converter struct Int16Converter_t06F8132C8D9EB4AACD2798F07FF71AA0F4D23363; // System.ComponentModel.Int32Converter struct Int32Converter_t7CB6D229AF03701BFDDC546C8C398AAF320BA094; // System.ComponentModel.Int64Converter struct Int64Converter_t397B7C232C9417FB27D70380FD5C9287819F19F5; // System.Net.InternalException struct InternalException_tC23D90FD6F24F6AFC7163A5F8AF3D4AF817D2184; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463; // System.ComponentModel.InvalidEnumArgumentException struct InvalidEnumArgumentException_t900DF12581D586D2D9538FBB6F568175243D6637; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Net.Configuration.Ipv6Element struct Ipv6Element_t6ABD4A6C83A5FBB22931FF90A597DBEFBDCB7B68; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A; // System.Net.LazyAsyncResult struct LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32; // System.Net.Sockets.LingerOption struct LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34; // System.Collections.Specialized.ListDictionary struct ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B; // System.Net.Security.LocalCertSelectionCallback struct LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E; // System.Text.RegularExpressions.MatchEnumerator struct MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735; // System.Text.RegularExpressions.MatchSparse struct MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // Mono.Security.Protocol.Ntlm.MessageBase struct MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Net.NetworkInformation.MibIPGlobalProperties struct MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B; // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E; // Mono.Net.Security.MobileTlsContext struct MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF; // System.Net.MonoChunkStream struct MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback struct MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A; // Mono.Util.MonoPInvokeCallbackAttribute struct MonoPInvokeCallbackAttribute_t69538D44A3EDF035036BAF120F1D9B105A60464A; // Mono.Security.Interface.MonoRemoteCertificateValidationCallback struct MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21; // Mono.Net.Security.MonoTlsStream struct MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233; // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29; // System.Collections.Specialized.NameValueCollection struct NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D; // System.Net.Configuration.NetSectionGroup struct NetSectionGroup_t6140365E450BA572B37299B8CF1715BB1144BFF2; // System.Net.NetworkCredential struct NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686; // System.Net.NetworkInformation.NetworkInformationException struct NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF; // System.Net.Sockets.NetworkStream struct NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // Mono.Http.NtlmClient struct NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3; // System.Net.NtlmClient struct NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8; // Mono.Http.NtlmSession struct NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A; // System.Security.Cryptography.Oid struct Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800; // System.Security.Cryptography.OidCollection struct OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902; // System.Security.Cryptography.OidEnumerator struct OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884; // System.OperatingSystem struct OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463; // System.Net.PathList struct PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21; // System.Net.Configuration.PerformanceCountersElement struct PerformanceCountersElement_t356AD2A210376904FAAD48CCBB3D8CF91B89E577; // System.Net.ProtocolViolationException struct ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299; // System.Net.Configuration.ProxyElement struct ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA; // System.Security.Cryptography.X509Certificates.PublicKey struct PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2; // System.Security.Cryptography.RSA struct RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F; // System.Text.RegularExpressions.RegexBoyerMoore struct RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2; // System.Text.RegularExpressions.RegexCharClass struct RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5; // System.Text.RegularExpressions.RegexInterpreter struct RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E; // System.Text.RegularExpressions.RegexNode struct RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43; // System.Text.RegularExpressions.RegexPrefix struct RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301; // System.Text.RegularExpressions.RegexReplacement struct RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32; // System.Text.RegularExpressions.RegexRunner struct RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96; // System.Text.RegularExpressions.RegexTree struct RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3; // System.Net.Cache.RequestCacheBinding struct RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED; // System.Net.Cache.RequestCacheProtocol struct RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7; // System.ResolveEventHandler struct ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Net.Sockets.SafeSocketHandle struct SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1; // System.Security.SecureString struct SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6; // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA; // Mono.Net.Security.ServerCertValidationCallbackWrapper struct ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2; // System.Net.ServicePoint struct ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // System.Net.Sockets.Socket struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09; // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165; // System.Net.Security.SslStream struct SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49; // 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.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6; // System.IO.StringReader struct StringReader_t74E352C280EAC22C878867444978741F19E1F895; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62; // 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.Type struct Type_t; // Mono.Security.Protocol.Ntlm.Type1Message struct Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621; // Mono.Security.Protocol.Ntlm.Type2Message struct Type2Message_t1B53737A52257B8981536796FEA92465495D23BE; // Mono.Security.Protocol.Ntlm.Type3Message struct Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64; // System.Net.NetworkInformation.UnixIPGlobalProperties struct UnixIPGlobalProperties_t17A56352BFACD974A0828F84CA3424941E39B021; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // Mono.Security.Interface.ValidationResult struct ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842; // System.WeakReference struct WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76; // System.Net.WebCompletionSource struct WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E; // System.Net.WebConnectionTunnel struct WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925; // System.Net.WebException struct WebException_t824617203133537D3B05BF786C22AECE0E2DBD08; // 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.Net.WebResponse struct WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0; // System.ComponentModel.Win32Exception struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950; // Mono.Security.X509.X509Certificate struct X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B; // System.Security.Cryptography.X509Certificates.X509CertificateImpl struct X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37; // System.Security.Cryptography.X509Certificates.X509ChainImpl struct X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE; // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487; // System.Net.LazyAsyncResult/ThreadContext struct ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3; // System.Collections.Specialized.ListDictionary/DictionaryNode struct DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89; // System.Collections.Specialized.ListDictionary/NodeEnumerator struct NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C; // System.Net.MonoChunkStream/Chunk struct Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry struct NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator struct NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_t7C83DFCD850346D0E6024E1718E4120CBC4892FA; // System.Text.RegularExpressions.RegexCharClass/SingleRange struct SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624; // System.Text.RegularExpressions.RegexCharClass/SingleRangeComparer struct SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075; // System.Collections.SortedList/KeyList struct KeyList_t90FF026A62D56329DEFC1B768358977E70839881; // System.Collections.SortedList/ValueList struct ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D; // 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; IL2CPP_EXTERN_C RuntimeClass* ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var; 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* ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateValidationHelper_t919B07F5B0AE5544BFF05A5555E4479F93272C9C_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* Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DecoderReplacementFallback_t8DA345EC4EF3A35A2667365F691EE69408A62130_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DllNotFoundException_tD2224C1993151B8CCF9938FD62649816CF977596_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_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* IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICertificateValidator2_t22CB731C71E60368AFF5F7B89098AEEDB2A66B6A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48_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* IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_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* LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t59478D999576758E965737A3361AFC7391C2BB15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735_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* MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90_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* ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type2Message_t1B53737A52257B8981536796FEA92465495D23BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebExceptionMapping_t3406C6654BD7E0196A7491671169FD9EC25BC326_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00045BEB4E25927218B1459FF5C9438A7C8C07B7; IL2CPP_EXTERN_C String_t* _stringLiteral000F57CC5E07B45534A096C11FC9672E840B7F68; IL2CPP_EXTERN_C String_t* _stringLiteral011DF8383E0C2BB51ACA74815C24731CD9E6CE0F; IL2CPP_EXTERN_C String_t* _stringLiteral0140171DEC0E182AA67E7F6CFEEBAB7C8B5C0FCE; IL2CPP_EXTERN_C String_t* _stringLiteral01AA0D36274A76E5B82E172EB39CD0A2B7C42F6F; IL2CPP_EXTERN_C String_t* _stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133; IL2CPP_EXTERN_C String_t* _stringLiteral04F6959FE66299139C73EEDA75304959291465E4; IL2CPP_EXTERN_C String_t* _stringLiteral05ECDE4FA37D99AB9C256356029BDA339AC0909A; IL2CPP_EXTERN_C String_t* _stringLiteral070D6014844E6DF132D41B316BE8094A83EA1438; IL2CPP_EXTERN_C String_t* _stringLiteral078B26963F0AABA0E769F9FE2FD2A435F23963D3; IL2CPP_EXTERN_C String_t* _stringLiteral07C1C7BA92E50F21FFD892D17457CF1A69BB791D; IL2CPP_EXTERN_C String_t* _stringLiteral08DD4EB050E73CCA4453097A7DBA79D40E0E3979; IL2CPP_EXTERN_C String_t* _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10; IL2CPP_EXTERN_C String_t* _stringLiteral096B13703C72B9AEA7C14C090DF850AD4A3A1041; IL2CPP_EXTERN_C String_t* _stringLiteral0A4E2151BBA9A1D6C1D5A0AD327D1B10C9EE9832; IL2CPP_EXTERN_C String_t* _stringLiteral0B5D93AFD273766B7965DD30D79F0F1A361CB57B; IL2CPP_EXTERN_C String_t* _stringLiteral0DB5D60B71A46B7795916FE26C1C4DBC53DE160A; IL2CPP_EXTERN_C String_t* _stringLiteral0DF7C1A0741BEED9A8C63FAA83056EC4B6BEE7A6; IL2CPP_EXTERN_C String_t* _stringLiteral0EA4B1CC43D32D001CCC7AEB31AED2F319871953; IL2CPP_EXTERN_C String_t* _stringLiteral0F4997869821EE2A85E8697700968CDB3A43E09A; IL2CPP_EXTERN_C String_t* _stringLiteral0F622D75F0434A833C1A20335861864CB07278C7; IL2CPP_EXTERN_C String_t* _stringLiteral101267D78B17257986305184E104E56DAAB7F530; IL2CPP_EXTERN_C String_t* _stringLiteral10FD1944C65E314C0A29404FEA92EF36B361E76F; IL2CPP_EXTERN_C String_t* _stringLiteral114F963FF5A99D30DEF5029A17A2882AE35F3351; IL2CPP_EXTERN_C String_t* _stringLiteral11E7A22EB71C40109AE6CB22789A72565B8017FC; IL2CPP_EXTERN_C String_t* _stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745; IL2CPP_EXTERN_C String_t* _stringLiteral1210E68C52ADBB898A6E113C26B325E97793204E; IL2CPP_EXTERN_C String_t* _stringLiteral128334FD6CDD6094EC6C44C09CAD6FF7669AF5E2; IL2CPP_EXTERN_C String_t* _stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763; IL2CPP_EXTERN_C String_t* _stringLiteral130E357173B69D89809090B52517E63B39F780E8; IL2CPP_EXTERN_C String_t* _stringLiteral13A4D85D0CFE99844130B92E643058A0A13C75B6; IL2CPP_EXTERN_C String_t* _stringLiteral13D9C88B313302420C8CFE519F4C703FF034E7EE; IL2CPP_EXTERN_C String_t* _stringLiteral143906017307B2EE4CB5A4882212F84EB8C906E8; IL2CPP_EXTERN_C String_t* _stringLiteral143C872360343241D83008E13DCCEBD90A41C3C5; IL2CPP_EXTERN_C String_t* _stringLiteral1489F923C4DCA729178B3E3233458550D8DDDF29; IL2CPP_EXTERN_C String_t* _stringLiteral15040C7E5288B7B711A62DA4A28F41E54CDA46C6; IL2CPP_EXTERN_C String_t* _stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2; IL2CPP_EXTERN_C String_t* _stringLiteral15428EFDE6CBC42BB38ECB1C1ED2BC18985A61C8; IL2CPP_EXTERN_C String_t* _stringLiteral15511681E57C6B2F87C98682ED71B8CA850A8F9D; IL2CPP_EXTERN_C String_t* _stringLiteral15CF5C2792462326B481E11AC5840FB1C9BD9753; IL2CPP_EXTERN_C String_t* _stringLiteral1617F2BEE10D5175D04111AF86F02617CABA97F8; IL2CPP_EXTERN_C String_t* _stringLiteral16E57333086571811A55FB94A0709583DE6ED3ED; IL2CPP_EXTERN_C String_t* _stringLiteral17138F1A25103243037965AF0DACDE016F009F1F; IL2CPP_EXTERN_C String_t* _stringLiteral17E5BE9B221C767EF04A364F24B81309DAE38512; IL2CPP_EXTERN_C String_t* _stringLiteral18F30814AAC5E0346EF626D2C4D69E75BB8092D8; IL2CPP_EXTERN_C String_t* _stringLiteral1957A3E746ABE2F553BFCCE9CB0D765AF0E28F1F; IL2CPP_EXTERN_C String_t* _stringLiteral19E0261B9934BD92A6FCAC8943D903675768820D; IL2CPP_EXTERN_C String_t* _stringLiteral19F63BC67A386ED4A60194F8544D07544E0ED578; IL2CPP_EXTERN_C String_t* _stringLiteral1AB68A0E52A32EE36A9AE0A3D6EFEB01F0F7FADA; IL2CPP_EXTERN_C String_t* _stringLiteral1C7F51C9DB9BE64870719C518062BBF577083F00; IL2CPP_EXTERN_C String_t* _stringLiteral1DCAF254E462C711D74E7655EF57F6ADFE0005F3; IL2CPP_EXTERN_C String_t* _stringLiteral1DE5A73ADD8E12B2946578D4ECFC5F00255F2C55; IL2CPP_EXTERN_C String_t* _stringLiteral1E972889E9B24A074D194A58B80B967B519863E2; IL2CPP_EXTERN_C String_t* _stringLiteral1E9F798EB462039BB2177A8C3030D8E9736FDC2F; IL2CPP_EXTERN_C String_t* _stringLiteral1EC89EE4781577447EF59AEA1BDCB577E3152BED; IL2CPP_EXTERN_C String_t* _stringLiteral1F4340BCC7E7398B271CC84B0581D86C3498E89B; IL2CPP_EXTERN_C String_t* _stringLiteral1F5C30709A18EDFC49B2BF15394C17FB119F30AD; IL2CPP_EXTERN_C String_t* _stringLiteral206A50481A582043159547C0CBBBBDCC728C7AEB; IL2CPP_EXTERN_C String_t* _stringLiteral2086C9392E067629621EF48286148B3F05A73E71; IL2CPP_EXTERN_C String_t* _stringLiteral20CB4BC9AD027C4DBCABC34553F9EDA5EF3DA0A5; IL2CPP_EXTERN_C String_t* _stringLiteral21A3BA98CA9A7E573D0A549E82022237715538AD; IL2CPP_EXTERN_C String_t* _stringLiteral21A998A9E8032EA402184FF6E9E027A017C5E340; IL2CPP_EXTERN_C String_t* _stringLiteral228835A6E22383C9BC1AAFD065E6D63FA30BF27B; IL2CPP_EXTERN_C String_t* _stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380; IL2CPP_EXTERN_C String_t* _stringLiteral247E61BCA5CC999BD7DF819AFB4BD1625BD89B92; IL2CPP_EXTERN_C String_t* _stringLiteral2532DF950B4388A092C5014E3ED2E06043E01B06; IL2CPP_EXTERN_C String_t* _stringLiteral25AE09788E4F4652C4499CDB887696F30D3C0A14; IL2CPP_EXTERN_C String_t* _stringLiteral26B8A55537BB75F22B06B27AB210733192EB9255; IL2CPP_EXTERN_C String_t* _stringLiteral26F6EDFC76E72DC536C20E57742C3028CF19D0E4; IL2CPP_EXTERN_C String_t* _stringLiteral27CDC5C40A6244DAB073099C8597F6AE59E64332; IL2CPP_EXTERN_C String_t* _stringLiteral28B479468676DD63B85F4D86A55B2B645958E13F; IL2CPP_EXTERN_C String_t* _stringLiteral291D5871DD89F1D30A07082FF0F885DB96ED978E; IL2CPP_EXTERN_C String_t* _stringLiteral29588F1CB3A3C49E44B9901B49671B5BFACA26AD; IL2CPP_EXTERN_C String_t* _stringLiteral2A6312F3D68C885205BF84CED395D8AF4B0AE871; IL2CPP_EXTERN_C String_t* _stringLiteral2A7EF3D582665CA41115B9D210D25F834B8A136E; IL2CPP_EXTERN_C String_t* _stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8; IL2CPP_EXTERN_C String_t* _stringLiteral2A9DB411D2677142C609D070E692BAF2D45522FD; IL2CPP_EXTERN_C String_t* _stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2B9C80C1D9D6D29DCFBF1AF4BBC3F8B76CA52758; IL2CPP_EXTERN_C String_t* _stringLiteral2BA36E0ECAE4F6481FD29426D81E78B78AFC7010; IL2CPP_EXTERN_C String_t* _stringLiteral2BB3A73D1E65DCBE7CA53AF078C885143F1E6CB8; IL2CPP_EXTERN_C String_t* _stringLiteral2BC80923BC3E932EEF70C3EADA463E4AFCEAF41C; IL2CPP_EXTERN_C String_t* _stringLiteral2BF0DF290BFCF779AD20AF65993E83C1BABDE338; IL2CPP_EXTERN_C String_t* _stringLiteral2CBA9DA268DC043D5D48F9B1A91E94AC5F76EAF8; IL2CPP_EXTERN_C String_t* _stringLiteral2DA4F5666B10D635F4124ED2863B7EDAE4456F97; IL2CPP_EXTERN_C String_t* _stringLiteral2E36B6524DCDA0E1F8E3C5E4DE0EDEE1CE1D593E; IL2CPP_EXTERN_C String_t* _stringLiteral2F15DCEA75308906FE22DC8E2CB71A007135A75B; IL2CPP_EXTERN_C String_t* _stringLiteral2F627E050FC96CB06809DD00B72C043AF06DD74F; IL2CPP_EXTERN_C String_t* _stringLiteral2FA567A6E7C4AF82CD3E48D19E671A027AA8C39F; IL2CPP_EXTERN_C String_t* _stringLiteral2FE2C0AAB1B3726B4599067198204955DC8B58BC; IL2CPP_EXTERN_C String_t* _stringLiteral30677B8BA7ED8BE7E7E8F9BC87DE11BEDECF6B94; IL2CPP_EXTERN_C String_t* _stringLiteral32A14D70913B30E357C574C847E795B24E48CAC2; IL2CPP_EXTERN_C String_t* _stringLiteral3311705E737BEADF911B313590BF8CF65EB59CC1; IL2CPP_EXTERN_C String_t* _stringLiteral33AAE7E3BDF099D0868E4C15621108A967FE4DC4; IL2CPP_EXTERN_C String_t* _stringLiteral340B59088D1E7ED96B802B2F82F9F37B545A0D7D; IL2CPP_EXTERN_C String_t* _stringLiteral3468AB44B71564C19903B982B65E8FC9D8FAB681; IL2CPP_EXTERN_C String_t* _stringLiteral34706AEB52EC7987B7354AFAEFBE4DE3FF8A91EF; IL2CPP_EXTERN_C String_t* _stringLiteral34ACA0350B0D7DEE2485343251B1984C498672B7; IL2CPP_EXTERN_C String_t* _stringLiteral34AE52A4D26F1742129FB49939AAFD990890D6C0; IL2CPP_EXTERN_C String_t* _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364; IL2CPP_EXTERN_C String_t* _stringLiteral35896C163A11D689243E387537FCD8A2318B554F; IL2CPP_EXTERN_C String_t* _stringLiteral35B8114AC69BEBAACEEF31EAE37667FA389CB075; IL2CPP_EXTERN_C String_t* _stringLiteral3673FF002279CCCC33A113C482FD3DB9FE3D429A; IL2CPP_EXTERN_C String_t* _stringLiteral36CB796E61D012C499558795200D7D4714DA234C; IL2CPP_EXTERN_C String_t* _stringLiteral37B18B4FDEC37ECA95A5E9D9C8B31C5C413A09A6; IL2CPP_EXTERN_C String_t* _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C; IL2CPP_EXTERN_C String_t* _stringLiteral382CEA341283C799FB6CF03C7FD23F5A61EA9F7E; IL2CPP_EXTERN_C String_t* _stringLiteral38383EE49792CC3B3E578FC02137E10AFCD4758D; IL2CPP_EXTERN_C String_t* _stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE; IL2CPP_EXTERN_C String_t* _stringLiteral39018BD2B1E6B53A73300485415B9C67EBBB8E8A; IL2CPP_EXTERN_C String_t* _stringLiteral3B74C4EE573585B536403D684B3EBF642E92483B; IL2CPP_EXTERN_C String_t* _stringLiteral3C2555089D217F13B7AA63E80C445CC9BB96E4F8; IL2CPP_EXTERN_C String_t* _stringLiteral3C585604E87F855973731FEA83E21FAB9392D2FC; IL2CPP_EXTERN_C String_t* _stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA; IL2CPP_EXTERN_C String_t* _stringLiteral3CCE5D845BBEE6292F6A3AB608263498E949E9D9; IL2CPP_EXTERN_C String_t* _stringLiteral3CD75B0CA0355471E3BE304EAA59F1C7068E0A14; IL2CPP_EXTERN_C String_t* _stringLiteral3E0F8D65BB2C91CC1B08E6BF17D4F04D124FB22D; IL2CPP_EXTERN_C String_t* _stringLiteral3E8C94A3E14E14AA02CE50BE5898BFE459EFF966; IL2CPP_EXTERN_C String_t* _stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88; IL2CPP_EXTERN_C String_t* _stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B; IL2CPP_EXTERN_C String_t* _stringLiteral3F312D3A9558BFCCCA55C437288461A61D8E1D93; IL2CPP_EXTERN_C String_t* _stringLiteral3F83BE0D6326B760AD76E78EDEB68B73ED006B6D; IL2CPP_EXTERN_C String_t* _stringLiteral3FB7B372D879A173F88B1B57D2B19E95BABF6F3A; IL2CPP_EXTERN_C String_t* _stringLiteral3FF3E7DECFB9C95D2D63B46FEE99497F03EA7B17; IL2CPP_EXTERN_C String_t* _stringLiteral4073D00CB09BBEA83C116CD6C23565C9EA25BD79; IL2CPP_EXTERN_C String_t* _stringLiteral417B904D495BF7B5B00D670B422777028B0F07DA; IL2CPP_EXTERN_C String_t* _stringLiteral41D84AC5D8F16FBF1E5198F982B2A1BC9DA66EEE; IL2CPP_EXTERN_C String_t* _stringLiteral41DC862347F6094C3DE052ECE9EDE8691528B858; IL2CPP_EXTERN_C String_t* _stringLiteral4251DBF5ADF22DF838851BDEA678ED6D151EF9C1; IL2CPP_EXTERN_C String_t* _stringLiteral42B381340E99A7D1B67884D1B8FC702C25279D7E; IL2CPP_EXTERN_C String_t* _stringLiteral430944DE69F10C0B23DC2BCA3D2D3116A748687C; IL2CPP_EXTERN_C String_t* _stringLiteral43248ADAE46B03C6973C36912CF5A1F9388DA3CA; IL2CPP_EXTERN_C String_t* _stringLiteral4366DE5220453B7E4119C139B5899C931A1996B1; IL2CPP_EXTERN_C String_t* _stringLiteral44164D1EBC6AEE4BF7519590E8E1EC986D7AE6AB; IL2CPP_EXTERN_C String_t* _stringLiteral443F4C4E0724E859C348938724B926BE877FC5FE; IL2CPP_EXTERN_C String_t* _stringLiteral44B60543C50583A2A430E5FA54F980E8284D55D1; IL2CPP_EXTERN_C String_t* _stringLiteral44B9BD7E0CF8DFB1AE4286D58C477BC0EAD8DB8A; IL2CPP_EXTERN_C String_t* _stringLiteral44DC49642EB05EDC1EF27E44C8717C00BCD0FC2B; IL2CPP_EXTERN_C String_t* _stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5; IL2CPP_EXTERN_C String_t* _stringLiteral45F384B655DDF6A33BF7B0E551F80B07399CA472; IL2CPP_EXTERN_C String_t* _stringLiteral4647EBF68BAADB1E3B9B0C77F3A69B79BF1A0C1E; IL2CPP_EXTERN_C String_t* _stringLiteral46A01A440913AE3A82489D220ACF899D570C29A7; IL2CPP_EXTERN_C String_t* _stringLiteral46E1FF853298BBE44C51916BE2DE99315FDA94EE; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral46FE6AEAF3CC2C63CB04108AD734B8F3343F9CEC; IL2CPP_EXTERN_C String_t* _stringLiteral48AE4960538AEA6C629E58F3554B6E9A7D26D9E0; IL2CPP_EXTERN_C String_t* _stringLiteral48B15371F248E055C6B88CA5F7E8908A2F9528A1; IL2CPP_EXTERN_C String_t* _stringLiteral492FBC692FA08806670CCBD96D41280D1A10D87C; IL2CPP_EXTERN_C String_t* _stringLiteral49FDD37399D8F47722B2A2D5F3272B1F0A84C50A; IL2CPP_EXTERN_C String_t* _stringLiteral4A94750FA069FF6E0CA4240635D562EC6A9A3CD9; IL2CPP_EXTERN_C String_t* _stringLiteral4C301992B1F446471CFF312BEC98B68362ED7195; IL2CPP_EXTERN_C String_t* _stringLiteral4C5033300573C261BEFC85B31F928B42D1767A20; IL2CPP_EXTERN_C String_t* _stringLiteral4C834A0A1BF9CAFE03A200455551D5F3BE9F6A17; IL2CPP_EXTERN_C String_t* _stringLiteral4F6FCE005462468B85E1B17BF50DABD387E2AA0D; IL2CPP_EXTERN_C String_t* _stringLiteral4F976B576FF11797205EF4CC68ACD9A800BE2AC1; IL2CPP_EXTERN_C String_t* _stringLiteral5059FE07AF01D26644CD156256DE05A498559F40; IL2CPP_EXTERN_C String_t* _stringLiteral507838B99A8D85F0312998B7DAFF905BD48ED124; IL2CPP_EXTERN_C String_t* _stringLiteral516E5BE6DD9745A9A8953C8F5212FB4B0BAC5414; IL2CPP_EXTERN_C String_t* _stringLiteral51B91EE138D75025CB4AD85CAE46A3613A4FE4F1; IL2CPP_EXTERN_C String_t* _stringLiteral5213C5B281E693868174731B42C5D30C8046AD88; IL2CPP_EXTERN_C String_t* _stringLiteral536FBABA39FCBBBEAC12562490EE276814293C4E; IL2CPP_EXTERN_C String_t* _stringLiteral53786921F1AD5D172D1CE8526E26E0A3D7913514; IL2CPP_EXTERN_C String_t* _stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4; IL2CPP_EXTERN_C String_t* _stringLiteral5573AC6AB93A9166E7A15D98F63033348624AB14; IL2CPP_EXTERN_C String_t* _stringLiteral5672E54AB2E54B13506540FFFD4046D50ADD13F5; IL2CPP_EXTERN_C String_t* _stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4; IL2CPP_EXTERN_C String_t* _stringLiteral572C38B92C9B0B812EDF7214BF6A234D5B82A1BF; IL2CPP_EXTERN_C String_t* _stringLiteral585541DFE94914F2247B4370A9C9041BA8A8817A; IL2CPP_EXTERN_C String_t* _stringLiteral586F383F16AFD38E91989C32484F444ACCEE3FB0; IL2CPP_EXTERN_C String_t* _stringLiteral58ECA1815AE37FF755F51324305C6B20EEB5CA43; IL2CPP_EXTERN_C String_t* _stringLiteral5B5A0438F4523FBE0B6941C88468C47294D2BFB8; IL2CPP_EXTERN_C String_t* _stringLiteral5D0500A33A5D752B7F9B7739B149EF5093EB4A4C; IL2CPP_EXTERN_C String_t* _stringLiteral5D87BBECD21302E784C8C8CBE6A07BB1F9F99A6A; IL2CPP_EXTERN_C String_t* _stringLiteral5E2FCEA4A7480B304F0A57BA73C66905F03F82D8; IL2CPP_EXTERN_C String_t* _stringLiteral5E30C21F5452337FC417E80E84D2E63331BF74BE; IL2CPP_EXTERN_C String_t* _stringLiteral5EA04EBADB6862D231CCC55599471F40B5853152; IL2CPP_EXTERN_C String_t* _stringLiteral5F802F2CCDDC761DBC132CF3C338C39FE047A6C5; IL2CPP_EXTERN_C String_t* _stringLiteral60820866198451E7A511DDE45223B743485E091B; IL2CPP_EXTERN_C String_t* _stringLiteral62E7D3DB20849B131752FF5F49A8178D44DC3C0F; IL2CPP_EXTERN_C String_t* _stringLiteral6384916204C3C792C7ADFE16CD44673450DC60BF; IL2CPP_EXTERN_C String_t* _stringLiteral63AC9DC645168B914A535F5C7342717758BEEFAF; IL2CPP_EXTERN_C String_t* _stringLiteral63CBAAA066EA660C960DD134AECF48535F87D341; IL2CPP_EXTERN_C String_t* _stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97; IL2CPP_EXTERN_C String_t* _stringLiteral6400E1A9A53D55249951EBDFEFD090A6FEEA713C; IL2CPP_EXTERN_C String_t* _stringLiteral6437668AAFF3C7A470F151AD7B4EE6B5D8AF0CDD; IL2CPP_EXTERN_C String_t* _stringLiteral64CEBA4D1E05040C825F3B67FF36104CDF8C140B; IL2CPP_EXTERN_C String_t* _stringLiteral656D9E0C66BEC4E7D31947D0F46CDD1F3D0780C4; IL2CPP_EXTERN_C String_t* _stringLiteral65C91159DE73AB664AD579C104F3EE3E6A5B9308; IL2CPP_EXTERN_C String_t* _stringLiteral67921229B6193521250B21AF59D7AC8F873790B9; IL2CPP_EXTERN_C String_t* _stringLiteral67A5CD5B9B1936E3A2E1D14DF804FE6F86F90FBF; IL2CPP_EXTERN_C String_t* _stringLiteral68C5BFBDA21C60E498829E6DC505022F5F16F460; IL2CPP_EXTERN_C String_t* _stringLiteral692E718E338FFD039FB1673ADA7E9AB5DED4BB98; IL2CPP_EXTERN_C String_t* _stringLiteral697C469609DEBC892F8465E2D7EFBE41919EE6C4; IL2CPP_EXTERN_C String_t* _stringLiteral699E5CF5FC92D12C09117936E6A4F78CFD297C40; IL2CPP_EXTERN_C String_t* _stringLiteral69E08279F3AF3F2F95DAE723B001E20161FBE38C; IL2CPP_EXTERN_C String_t* _stringLiteral69E73A35FA56B5A7C368371EE1AA96E00AA5E7F6; IL2CPP_EXTERN_C String_t* _stringLiteral6B1E5651A6A221CCC8E859CCB7CCB4C9377DAD2D; IL2CPP_EXTERN_C String_t* _stringLiteral6BBBCAD0FED20F4E716FA5226DA069AD1A531464; IL2CPP_EXTERN_C String_t* _stringLiteral6D6909BC795B5728D6DDEA208DA7986143605B77; IL2CPP_EXTERN_C String_t* _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044; IL2CPP_EXTERN_C String_t* _stringLiteral70A458D9D35DAA83073018B72782A5859364AEC2; IL2CPP_EXTERN_C String_t* _stringLiteral72FE9C12E1AB46DB8B8914B5C68022117A630A66; IL2CPP_EXTERN_C String_t* _stringLiteral732A3DD582071D41FA00671D01893D635D8037D1; IL2CPP_EXTERN_C String_t* _stringLiteral73FA04677D2EC5BD9AE931264820FA6E454A3008; IL2CPP_EXTERN_C String_t* _stringLiteral74037E48AC20A388E61DF94BF787B61C405AB756; IL2CPP_EXTERN_C String_t* _stringLiteral74AE75B992F1B9D977C2A9EB14D1887671443FD9; IL2CPP_EXTERN_C String_t* _stringLiteral760B4C78E2F14A393A6316A171E6402908250D25; IL2CPP_EXTERN_C String_t* _stringLiteral761474E731109EBFC61E66B2EA5CF80B189944C4; IL2CPP_EXTERN_C String_t* _stringLiteral76B42114875193483A08D74CEEFED1552FD328AC; IL2CPP_EXTERN_C String_t* _stringLiteral78B3723E9E7DC2FC6BBC85752CD7AA342CF070FF; IL2CPP_EXTERN_C String_t* _stringLiteral78FDF6509F51FFE965CF86F9D7B2D7478FBC3CC8; IL2CPP_EXTERN_C String_t* _stringLiteral79872D0EDAA11B89BD19D3E51D0881503A87EDA1; IL2CPP_EXTERN_C String_t* _stringLiteral7B5E86CF8187B91807877AF0725E3F9554E40645; IL2CPP_EXTERN_C String_t* _stringLiteral7B8F4658E4EF61B30477317B0A3F810822B218E2; IL2CPP_EXTERN_C String_t* _stringLiteral7BB02F22CCAAAF38745BF587A5C3005D1AD136BE; IL2CPP_EXTERN_C String_t* _stringLiteral7D552BA8BBFFCD85EFDE066E4246951389138C69; IL2CPP_EXTERN_C String_t* _stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A; IL2CPP_EXTERN_C String_t* _stringLiteral7E96087CB3CFB8FA010625C93BB4A5CF8279FF69; IL2CPP_EXTERN_C String_t* _stringLiteral7EADE718A2652FC00E2DC3C5311A1FC3B7EB0994; IL2CPP_EXTERN_C String_t* _stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8; IL2CPP_EXTERN_C String_t* _stringLiteral7F92197AA4E8B6EEFF26E4527BBF892AFC42586A; IL2CPP_EXTERN_C String_t* _stringLiteral802D3A4E1213A50A2A168149B9FD26645A8A87A2; IL2CPP_EXTERN_C String_t* _stringLiteral815CF156B85729CF6777A81E222C740FEE04C774; IL2CPP_EXTERN_C String_t* _stringLiteral8175D6867E215079046783AF13663AA07AF75633; IL2CPP_EXTERN_C String_t* _stringLiteral8259BDC645D534B5B71BDC6C8AD2D935199FFA07; IL2CPP_EXTERN_C String_t* _stringLiteral8280C6CBF3DFC21B10377BE693A06682AF6F0152; IL2CPP_EXTERN_C String_t* _stringLiteral82FE3474C49C05BF5FDB35ACB3EAFF407B81BEC2; IL2CPP_EXTERN_C String_t* _stringLiteral847F72FEB0580436035F6D3588EE4923C9664F52; IL2CPP_EXTERN_C String_t* _stringLiteral84D767750F508A5D8214DC4EF507F64102853819; IL2CPP_EXTERN_C String_t* _stringLiteral8503C1230DB9F8ED4C302C9ACA86BE76005A7AD4; IL2CPP_EXTERN_C String_t* _stringLiteral8524162C1D54A81B8F41E8ABC73B7F338BCBF999; IL2CPP_EXTERN_C String_t* _stringLiteral85A82DCF7E610B3F027071C9E03590C558821E8B; IL2CPP_EXTERN_C String_t* _stringLiteral86AAD9106A4B33A52D356C887F9FCCD9575A84FD; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral88CC141217D41B201641CF8FBC99ABE39D231BED; IL2CPP_EXTERN_C String_t* _stringLiteral893234A48A938BC927582C6857B067656A459E82; IL2CPP_EXTERN_C String_t* _stringLiteral89E1EA169C60546C4BD1EF37579FE39231438D24; IL2CPP_EXTERN_C String_t* _stringLiteral8AA46685E79CC9C6CF70A788C04B335A1EDB671A; IL2CPP_EXTERN_C String_t* _stringLiteral8B196021BB84888FED22FF4F69DE2891530E658E; IL2CPP_EXTERN_C String_t* _stringLiteral8C1BBD97ACA7E0F0DABD7D5A3480E8D91A8BF27E; IL2CPP_EXTERN_C String_t* _stringLiteral8C90CD7979AE994720DF188BE3332941EFE0422B; IL2CPP_EXTERN_C String_t* _stringLiteral8CB0CD7CE18209A25B0A83FA41BF1814407366B2; IL2CPP_EXTERN_C String_t* _stringLiteral8D8FB160B4C212DAD2E50C479B19DFEAE167F4A3; IL2CPP_EXTERN_C String_t* _stringLiteral8DE7291AD6C60143F257C33D0032851C6605B3D5; IL2CPP_EXTERN_C String_t* _stringLiteral8E1A1E5945048F0A93714B01CCB25B74F3B5E8AB; IL2CPP_EXTERN_C String_t* _stringLiteral8EA5CF52FFE7CFAC422779A2A3A79A89B2C32DD0; IL2CPP_EXTERN_C String_t* _stringLiteral8FC9007895DB64A6B839275F76D1C08A3877082E; IL2CPP_EXTERN_C String_t* _stringLiteral8FD38829970030D94E5815DAB6ED73CBC728EBBF; IL2CPP_EXTERN_C String_t* _stringLiteral905A5E6884BC6877A3AB37B1447674394A694C9D; IL2CPP_EXTERN_C String_t* _stringLiteral9069CA78E7450A285173431B3E52C5C25299E473; IL2CPP_EXTERN_C String_t* _stringLiteral90CE8CBDC840E407D5B2A4C6CF6E6A4F4794897F; IL2CPP_EXTERN_C String_t* _stringLiteral923C91A55674664C20A3103F09FC6FC4F3831DEF; IL2CPP_EXTERN_C String_t* _stringLiteral93F62CF47DF0D24493DE0B2AAF703EF5DE975C8D; IL2CPP_EXTERN_C String_t* _stringLiteral958F6341A9F87CE00B85F8434E98205AFF29E113; IL2CPP_EXTERN_C String_t* _stringLiteral9646358C9E75E51D9842A7C6E688647074D38F76; IL2CPP_EXTERN_C String_t* _stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5; IL2CPP_EXTERN_C String_t* _stringLiteral96C094BE3157837A8972ED02015161B75EBCF5C8; IL2CPP_EXTERN_C String_t* _stringLiteral96DDBF9A4A89732F34FC5A0EF7DBBB4E91C5BCC8; IL2CPP_EXTERN_C String_t* _stringLiteral9782BAAC1929C850665C4846404B90AE23B25CD5; IL2CPP_EXTERN_C String_t* _stringLiteral979BC2B542E7AF134EC213020BB5DF6FE843A685; IL2CPP_EXTERN_C String_t* _stringLiteral98A4DE8EF9F62DFF4A8C0BECFE7D99D6D24B4F04; IL2CPP_EXTERN_C String_t* _stringLiteral99CDE5CF8466BD020DE0C38EC323DBB9E10A2523; IL2CPP_EXTERN_C String_t* _stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D; IL2CPP_EXTERN_C String_t* _stringLiteral9AB8B9167B4BF3DC7E58D6977773F1FFF5B866E9; IL2CPP_EXTERN_C String_t* _stringLiteral9ACABBE7C959ED3E3557E5F849A9541171B808CB; IL2CPP_EXTERN_C String_t* _stringLiteral9B011A2F05732EE2D8F05125670B35D80E4C0155; IL2CPP_EXTERN_C String_t* _stringLiteral9D8C2C829708035B4AF0CC756D4133E365D4602A; IL2CPP_EXTERN_C String_t* _stringLiteral9F11BF96AA5B3A5F06F42DC23DCB6903ADA909CB; IL2CPP_EXTERN_C String_t* _stringLiteral9F1213AA6EEF9116A55D707F375372E7AE4811E0; IL2CPP_EXTERN_C String_t* _stringLiteral9FC89E4E581ACD10FED351BAADA0107858CD0772; IL2CPP_EXTERN_C String_t* _stringLiteral9FEB4C9AB9914D2D0C51EA57D72B50A208A74A7C; IL2CPP_EXTERN_C String_t* _stringLiteral9FF7E1714A1569B390FACA3E974DC3E6F734EE44; IL2CPP_EXTERN_C String_t* _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03; IL2CPP_EXTERN_C String_t* _stringLiteralA0CEAF0BD3FADF6359126DC7C9D79D9E24E0C446; IL2CPP_EXTERN_C String_t* _stringLiteralA0E4803448ED328FB6169A86026FEEFF36A78441; IL2CPP_EXTERN_C String_t* _stringLiteralA13DE744B01F63C5DE74C2AEADCEEB872A243DC4; IL2CPP_EXTERN_C String_t* _stringLiteralA17E97D5B68A896AB2F537CA1EE9FD4C545D7923; IL2CPP_EXTERN_C String_t* _stringLiteralA1927043DBE274F716E7BB98AC63A1A852D80205; IL2CPP_EXTERN_C String_t* _stringLiteralA25635816BE6BF5F9885D4A2338FD40C8B7DC8F9; IL2CPP_EXTERN_C String_t* _stringLiteralA25F6BDE622F13BBCD87A785C8019A938EF75A7B; IL2CPP_EXTERN_C String_t* _stringLiteralA329D18BF9C9A4F354B5EC57F9B7D834C6032C03; IL2CPP_EXTERN_C String_t* _stringLiteralA392C242A443C3023ABF204424167CEB86A765BB; IL2CPP_EXTERN_C String_t* _stringLiteralA453C374F6792B40611F98BF51F5D93A3E737CF6; IL2CPP_EXTERN_C String_t* _stringLiteralA46556E3586F9581468C3C15BA58F8F32AA80D97; IL2CPP_EXTERN_C String_t* _stringLiteralA49E0D7ABF2BBFCF5C0D687E40C671557E3766C7; IL2CPP_EXTERN_C String_t* _stringLiteralA4FC45147C51541AA3B68C8DE185FC773C7F6CAD; IL2CPP_EXTERN_C String_t* _stringLiteralA62CFA71484048A37C3903DD1A89AD7E6DA67F61; IL2CPP_EXTERN_C String_t* _stringLiteralA78E6DE17205365FF846BB0AEBE6FFBC845BDDCB; IL2CPP_EXTERN_C String_t* _stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085; IL2CPP_EXTERN_C String_t* _stringLiteralA81B3CACE590267ABAC8F88DC90A961A186D07CF; IL2CPP_EXTERN_C String_t* _stringLiteralA922C7ADD6A014291A7FFA692FA08A7256871463; IL2CPP_EXTERN_C String_t* _stringLiteralAA47367E18DA97EF3E14E15715D8040CD17C608E; IL2CPP_EXTERN_C String_t* _stringLiteralAAB6296466565113D9AAC1E6D930A78C4D894D6A; IL2CPP_EXTERN_C String_t* _stringLiteralAB4A2A1A4E24D5E7EAF8EC59DB9F81A65F47FBB0; IL2CPP_EXTERN_C String_t* _stringLiteralABE9CD4CAAC47E6616956B57C733BDA8F7C48677; IL2CPP_EXTERN_C String_t* _stringLiteralAE073D669EEEC0D4EBD6B8BA56FC2EB068FC8CC5; IL2CPP_EXTERN_C String_t* _stringLiteralAEB44B3AF9B25AF5609DB2851CC6DBBFBD804E36; IL2CPP_EXTERN_C String_t* _stringLiteralAF8BC0EC6A1874C3FFEB5694BC36974F673E80C2; IL2CPP_EXTERN_C String_t* _stringLiteralB10277638EC53EB7D22B3B79D907BFD78922FC76; IL2CPP_EXTERN_C String_t* _stringLiteralB132716D89EF0EE2CEF39498DA0895B2449AB344; IL2CPP_EXTERN_C String_t* _stringLiteralB17AD117813334488CF4057081F2A11E84A72B95; IL2CPP_EXTERN_C String_t* _stringLiteralB3540DC5F4E7161FB5ACC0E521B524D09EFBB39D; IL2CPP_EXTERN_C String_t* _stringLiteralB3BEEC8B86540DA8BBF1877930CF5FDDA2E8F963; IL2CPP_EXTERN_C String_t* _stringLiteralB44BC866BCF32F61826D77340C1B8702E45E593C; IL2CPP_EXTERN_C String_t* _stringLiteralB596320AE4D74537B29168E9BDF95B753E2B5301; IL2CPP_EXTERN_C String_t* _stringLiteralB5A115BB1CE4803865CD66B55FC8156AC0679670; IL2CPP_EXTERN_C String_t* _stringLiteralB5D9D630D3F3D38953C83CBDD8DFE9F787ED2539; IL2CPP_EXTERN_C String_t* _stringLiteralB70E03551FDDF9A760853AF17904CB8088C65A47; IL2CPP_EXTERN_C String_t* _stringLiteralB7A8E72255793F3D559B82C227A7B54D89AB39C9; IL2CPP_EXTERN_C String_t* _stringLiteralB7DE1ACA72F835F3396AD81830488D0727FF94A3; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069; IL2CPP_EXTERN_C String_t* _stringLiteralB9E1478B8D72599051CCFC890ADE5E685453A124; IL2CPP_EXTERN_C String_t* _stringLiteralBAC2173B4A90E0CCDFDFF632E8EDD9EE26861557; IL2CPP_EXTERN_C String_t* _stringLiteralBB27FD8C1492058DA5D90548581B4866E1A7D640; IL2CPP_EXTERN_C String_t* _stringLiteralBB91B6F05EA4E92AA0B68BF2F9397F4B779488A3; IL2CPP_EXTERN_C String_t* _stringLiteralBBEC53F210EEFBB98EF2CAE4411F7B8752E7FACC; IL2CPP_EXTERN_C String_t* _stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8; IL2CPP_EXTERN_C String_t* _stringLiteralBD644D3A09E6018C0DD586854D34E1CD3EE727A0; IL2CPP_EXTERN_C String_t* _stringLiteralBF2221AB16FB9687DDA842ED1CFE5633B877E6F0; IL2CPP_EXTERN_C String_t* _stringLiteralBF53E31F872A964047C43886D54F04889191A28A; IL2CPP_EXTERN_C String_t* _stringLiteralBF86C9E9E7FE0EF09A2EAE8066CDC31F859254CC; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC346DF19BCA13733A62F157B7D32A1ADA5023CC6; IL2CPP_EXTERN_C String_t* _stringLiteralC44C2F590228488B806D8213DBB719C19809D150; IL2CPP_EXTERN_C String_t* _stringLiteralC4FCD561B8C5DA432455F7E3ADBAC02546B61A38; IL2CPP_EXTERN_C String_t* _stringLiteralC59EA632EEBD5205EC137D1B018FF86AE5FC29F0; IL2CPP_EXTERN_C String_t* _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9; IL2CPP_EXTERN_C String_t* _stringLiteralC7B7AF7E20FE503A74EE797E05BBC5470FF66124; IL2CPP_EXTERN_C String_t* _stringLiteralC86FCE1203EE3CAA6611690288314B0C99D501B9; IL2CPP_EXTERN_C String_t* _stringLiteralC939E97413EFE99419879B0916E1BE14BAA53F0D; IL2CPP_EXTERN_C String_t* _stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1; IL2CPP_EXTERN_C String_t* _stringLiteralCAE3EC607D0863F97F03818BC2D530CA097D5A2E; IL2CPP_EXTERN_C String_t* _stringLiteralCB67ED3E50C5654AA77B99B4554E3AFAEEE311B7; IL2CPP_EXTERN_C String_t* _stringLiteralCBD3E9D3F4E9D9956F458F1B0BAECA6A02588D00; IL2CPP_EXTERN_C String_t* _stringLiteralCCA42FF3A79C1E42FD11406835C7F646CD446470; IL2CPP_EXTERN_C String_t* _stringLiteralCD24D4C14B3F256EB99D0167475D3F3E3C8CE558; IL2CPP_EXTERN_C String_t* _stringLiteralCE0F5818CCD7D6797586BC1FA0752C6E48E439B5; IL2CPP_EXTERN_C String_t* _stringLiteralCEB6FFBDFB48FCAF07F10A052F01C570D7215633; IL2CPP_EXTERN_C String_t* _stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A; IL2CPP_EXTERN_C String_t* _stringLiteralD02A34301E6D4991BF9384E388591B78D87B74D5; IL2CPP_EXTERN_C String_t* _stringLiteralD0B508D8B38DC8221EF81CCB26367A9A83211BC9; IL2CPP_EXTERN_C String_t* _stringLiteralD1544DEAD240C6096C5860AB974ECDD19CA2E201; IL2CPP_EXTERN_C String_t* _stringLiteralD15E05E666C20FAF0B82204AE82FC229C31968CD; IL2CPP_EXTERN_C String_t* _stringLiteralD1CEBB9049B4505763F2EE8BDFDC123DF8F1DF08; IL2CPP_EXTERN_C String_t* _stringLiteralD22FB8178574254C2A9BCF06DF9F5835B11AC8D3; IL2CPP_EXTERN_C String_t* _stringLiteralD276871380E2514BC5C852354B661466FE73932A; IL2CPP_EXTERN_C String_t* _stringLiteralD325F94C66794EB0B3E8C4CEF310C06AF86E0A6D; IL2CPP_EXTERN_C String_t* _stringLiteralD363529D8796015218E34E332FCF70A0692BBEAE; IL2CPP_EXTERN_C String_t* _stringLiteralD3E190B5EC5D5C32F6121F694010F47769FCBDD1; IL2CPP_EXTERN_C String_t* _stringLiteralD40F98F04519E8B839CB845B706DE89A31373E6D; IL2CPP_EXTERN_C String_t* _stringLiteralD513926BC65531B10DF4D71DB0A350013DA25BDB; IL2CPP_EXTERN_C String_t* _stringLiteralD6A89F463B2D89A9279731202698C58374A26D23; IL2CPP_EXTERN_C String_t* _stringLiteralD7CC7E478F16C73256D19059051F024252A028A8; IL2CPP_EXTERN_C String_t* _stringLiteralD884F35E59A1E1A56C51BCEE6A01D6B3DDBA9CAD; IL2CPP_EXTERN_C String_t* _stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0; IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1; IL2CPP_EXTERN_C String_t* _stringLiteralD99B048E5E2132B0C4C39A7C2BF2D6C91DE6C0F3; IL2CPP_EXTERN_C String_t* _stringLiteralDA1679121AAD822018502ECC16BA2D35114EF119; IL2CPP_EXTERN_C String_t* _stringLiteralDA2D66EF3F464A2B4BB53FA80F38DAD712C178D8; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDA6B345F08D5EDFABC1A4FE87C7580A22CB2C4FB; IL2CPP_EXTERN_C String_t* _stringLiteralDAAC8074AC3DFB6E43BF44F036CA368289069A09; IL2CPP_EXTERN_C String_t* _stringLiteralDAFE8F412E5C9A2B1CB554D39DEA0D6CD543C0E7; IL2CPP_EXTERN_C String_t* _stringLiteralDBAE7A16641727E84CF74581E4727DAC4B78897A; IL2CPP_EXTERN_C String_t* _stringLiteralDC1D8466CFE269E28819446A9477DFA99679394E; IL2CPP_EXTERN_C String_t* _stringLiteralDC86C4C7779BA26AAC7ABC828D643C5F57E2DED0; IL2CPP_EXTERN_C String_t* _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17; IL2CPP_EXTERN_C String_t* _stringLiteralDEF14698D1C0D2A1D64529BEAB4A86A685650609; IL2CPP_EXTERN_C String_t* _stringLiteralDF1CF539722D58CC569DAE01700516448ABF534B; IL2CPP_EXTERN_C String_t* _stringLiteralE11D1474ED58671D7630AF4937D80F0F3E7A5896; IL2CPP_EXTERN_C String_t* _stringLiteralE14F1B14BE116CFA355535FCD1863D382601BDE0; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1; IL2CPP_EXTERN_C String_t* _stringLiteralE3234876E15804436882B2C3806341594D339F4F; IL2CPP_EXTERN_C String_t* _stringLiteralE35D6A21B557408AC6AD57457A73222633C0C7B7; IL2CPP_EXTERN_C String_t* _stringLiteralE3AECE0361D3EBD6F53120D1A60E09EDF69E0C2D; IL2CPP_EXTERN_C String_t* _stringLiteralE40F0638FB44416320D32BC72A6D591325193B9C; IL2CPP_EXTERN_C String_t* _stringLiteralE42E8BB820D4F7550A0F04619F4E15FDC56943B9; IL2CPP_EXTERN_C String_t* _stringLiteralE56748CDD247AC396C7847513B2D2D24821D48DA; IL2CPP_EXTERN_C String_t* _stringLiteralE729A02D79E425BEB3FDD6C02B8B5922A8026780; IL2CPP_EXTERN_C String_t* _stringLiteralE73638B205B1B37DAA16B344C18E6BAE6D8CF40C; IL2CPP_EXTERN_C String_t* _stringLiteralE737077F82A6A1C9D7B4A05167CF04250F549BC4; IL2CPP_EXTERN_C String_t* _stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralE7E8A279C6B408C8115ECB8D5D20FFD0A71025C3; IL2CPP_EXTERN_C String_t* _stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB; IL2CPP_EXTERN_C String_t* _stringLiteralE8F8956EC2DD3FD7AA7C20BA5CD0ED3EE5739BED; IL2CPP_EXTERN_C String_t* _stringLiteralE92283747E37A297B07C2D57B4A8BC7A97D44A74; IL2CPP_EXTERN_C String_t* _stringLiteralEA8E729CC5987110F10D39A9A665EE53E922C344; IL2CPP_EXTERN_C String_t* _stringLiteralEB8804A531370DBDDE190078E101C64B7CB3BC7F; IL2CPP_EXTERN_C String_t* _stringLiteralEBB621ED7B9025FA2DDD168BF1DEBFF75375C3FB; IL2CPP_EXTERN_C String_t* _stringLiteralEBE46DF54B01B606DB21F86C7C40D5E6231B0C66; IL2CPP_EXTERN_C String_t* _stringLiteralEC55A81D36282A546B820600CC854C7337938C6B; IL2CPP_EXTERN_C String_t* _stringLiteralED4642B9462EF943DD5E810FB4B4B61803DB85A8; IL2CPP_EXTERN_C String_t* _stringLiteralED5AFE132A97BA24E8306366DD70B9A8D78BFA48; IL2CPP_EXTERN_C String_t* _stringLiteralEDD0B5EECD58DD1FC50E50A6FDCB780B42076BDB; IL2CPP_EXTERN_C String_t* _stringLiteralEE17B9A3774B84CC5EF248A0C6133425A90545CB; IL2CPP_EXTERN_C String_t* _stringLiteralEE8F28023EC9CDDD92DEF34472DB9261ECBF59AD; IL2CPP_EXTERN_C String_t* _stringLiteralEF170C3C541112A47757D834CCBAB9C979FF6DDD; IL2CPP_EXTERN_C String_t* _stringLiteralEF3BAED9292CF98983DB6849376890F2994BFFD8; IL2CPP_EXTERN_C String_t* _stringLiteralEF66B249911CEEC9157882862B05470085C28541; IL2CPP_EXTERN_C String_t* _stringLiteralEFA8BED8E96B526AE693D294B1F2669AE609AB32; IL2CPP_EXTERN_C String_t* _stringLiteralF039187B83496487A3C33AE7AF2F88D59D3934FC; IL2CPP_EXTERN_C String_t* _stringLiteralF08DE2DA4F18517CA9EB7D620BCE4C585C642D91; IL2CPP_EXTERN_C String_t* _stringLiteralF23271A51B0CAD6D72E7ADE5AD13B8927F6F770C; IL2CPP_EXTERN_C String_t* _stringLiteralF2564EEB56D40593CB508FC692C0A8909F572CA6; IL2CPP_EXTERN_C String_t* _stringLiteralF25C8369F2CB39B76E314E1965B832A8A976C9B9; IL2CPP_EXTERN_C String_t* _stringLiteralF263CCD44CB2B9304F9F18DC1F6912F785B7E34C; IL2CPP_EXTERN_C String_t* _stringLiteralF2B24C7410972079451510683171FAFB0B4A4999; IL2CPP_EXTERN_C String_t* _stringLiteralF36146B1871734889391881FED19110261D6A78A; IL2CPP_EXTERN_C String_t* _stringLiteralF4509A041EA8302549B9E119D97A7AB78C63BC8C; IL2CPP_EXTERN_C String_t* _stringLiteralF53390C74D60B2DC19B777A65C813262B3859D6C; IL2CPP_EXTERN_C String_t* _stringLiteralF573A277D927617DD82553D63A8E5EC8F6165ECD; IL2CPP_EXTERN_C String_t* _stringLiteralF8D8397ADB5D5049DE1EA528891B9EFEA8264944; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralF9B788DCC0D65BA8F1E9F11D9E451C2E37BACE77; IL2CPP_EXTERN_C String_t* _stringLiteralFBA7DE9CE5677EA11663546DA9E63CB203A71D1B; IL2CPP_EXTERN_C String_t* _stringLiteralFC9B4C75B4026AF1BA70A16680CA49724A8B5E88; IL2CPP_EXTERN_C String_t* _stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34; IL2CPP_EXTERN_C String_t* _stringLiteralFCB540C840AE79272EC9FC6FDFB1CD210042AEE5; IL2CPP_EXTERN_C String_t* _stringLiteralFDE0C40B48F344565494A602561F2C8DD806E00F; IL2CPP_EXTERN_C String_t* _stringLiteralFE0B3298C2A71B0C504421DE1D5782EBAD7F5CD8; IL2CPP_EXTERN_C String_t* _stringLiteralFEE32A45D8A04516F9D627B9E45532DCB07259F7; IL2CPP_EXTERN_C String_t* _stringLiteralFFD23053085F6DD265328D7B65A7C42E13AC3DA7; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m5DBF8B74685F57AC69CCC99E568198B813368258_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mA34110362D6355E1CF66EB2FD4686F03F9706662_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m6A381F7C249EAE3F4274DFFBDBDC8BE295F903B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_m1551B6D819EAF33FF0009D76E3173410AB669EC9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mA1C18AF1599EBF797FCB48A733637890744A4778_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m1CC6A1431B22FEB84E8608D920C0A38A35C23502_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_mBDB1391B253BA22D609CAD85B27F9BD50D0CF658_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m8766D02676D8310992655EABCAE1FD39B6F4137D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mF7DD3EE57D8F0AA832316B43FB4635C1DC9953B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2_GetValue_m47C76BCCE71C54705E6EF2D0E1890131B9E58C7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2__ctor_mF6F15C6F43EB86F20B95101C1DBB940D178EB3D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CreateValueCallback__ctor_m7045B48B67943D35DDEE60AD0DC39C5D3BFB804F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m8327B844F83DB705B2E5E8B68ECE9DF3BAB852C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m8923307936BE72D960404CD0447C05AAD5C17A0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m4519CCC2D78183181E5B916CE527868718A804FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m91CBAC66FAA5126649251F4F536B83FB97BA272C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m94D45F7E96D45D0C714FB853B3112CE6EAB73948_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m46718D125ADD01D9762D224441A2D9B3CE79EA2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mD6A4CDC156E16F5A545AF72D280CA59576E91F4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mFCD5E71429358EE225039B602674518740D30141_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m99BDC485E0F50621E5402FB3396274F0B415728A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mEF8A760076D03AD35EF56D1DD492D7A43BB80816_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mC21A26A205998A3D388FE5E59415B31279C4AF6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mD8DFDF939F285F122483FB166AD165216A9A0662_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mF9116485CD3C49A22E75CD83647CF136485D940F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mFA390B776A13DA73477D64A206A002B9E9FE5708_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ipv6Element__ctor_m028AE74FB04F381B2B9D34FEB50093224820B173_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ipv6Element_get_Properties_mD8016B80F04EF4AE6501BD889313DE91D5E00253_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IriHelper_EscapeUnescapeIri_m846C85843F5A21CA5F152D328243E33C0266DFF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2__ctor_mAC437FAF19B6F21DD90D59C629BA8F7967971E56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mE3B72B1BB3B8DD41788D39A3AF38E6A94B241400_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m40417D9B18D29FD4A072DABC1449DACEF8009C6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LazyAsyncResult_LazilyCreateEvent_m821224E938E16E225251F7CA33A2B146F822D5EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LazyAsyncResult_ProtectedInvokeCallback_mB9317AC9B30205D1D84B82F8F4C0674928EFC19E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LazyAsyncResult_WorkerThreadComplete_m5F2BECD93B121A2BDFBE3AD9C8E60460FA1C7ACC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Next_m3BE8FA9D030C90485A110854415C55EC9F2177DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Value_mBE1B48EFE1AA6B24762B11B4A14998F112F6D7CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_AddFirst_mB1B30B118E4638CEED15B6C1A53ADBC8D62B7979_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_AddFirst_mD006812FF8822B6CE1CA1497E2DB918069F18D0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_RemoveLast_m8915CCD6E20A447490A39727BE0F3DB5D26A38BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_Remove_m600358679CC1950B15F9495B51190CBF780826B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1__ctor_m52D5CEC939526CFC21378944079108F376088823_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_Count_mC4E2C15BD25B1511DF3C10A0252A60A73C6DF6DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_First_mDC0940BE1CA6E3F79983BC30604EEBD66ADDC4CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListDictionary_Add_mD622807A74E5FF8AF27DFF445307D81DFCFADB28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListDictionary_Contains_m06D47395FA7A1B7379C8BBFD38D7A8CFEB721D08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListDictionary_CopyTo_mBF4FD9B59407ABF719E2565E788A2DC9A4769564_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListDictionary_get_Item_m234AF1C6B763954DA1EC8BD5C74BA2D16E8D74DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListDictionary_set_Item_m68050184A6FE6BB7B33891F19FE8D87D458499AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m5C3297290D34D4CB752DC331820B9B4CC7E89266_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m9FC924CB218DD5F5E30F48E374ADAEDEA9AFA79C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m55D5788E005348C5F09E26CA1B236330FE08F005_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mCFF0C391B38543FCFEB148E2F311C41C4BDF4160_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_m84E8138D9C57275D0DC794C2614085B57D0AC433_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_mC10BC2F83C60822BB6EF31600483F023D06E8656_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m21DDEFA19FB444CAA0D305057FDB47D13EFB3138_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m866EDEEAA6B501A636343218C0988F1C41F71624_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1F7C317627442DB6E3B4F98C1FF1422A514B9535_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m8DACB7927C90150E7106C30D4EEB080504378576_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MatchCollection_CopyTo_mD72903F019CA31813B8A842A18CA4761484CFB21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MatchCollection__ctor_mA95FE66298AA5AE593EE40B3A7ED76F1011829C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MatchCollection__ctor_mB2FA3F30789018215F0D4C5FFF00379F5415AC37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MatchEnumerator_get_Current_m2FB7B386869A6C4F5EC5327603EF79E8135BDEC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Match__ctor_mC2AE5A1EBC553A0E6BBA59603674183FF5E80CCC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MobileAuthenticatedStream_CheckThrow_mC8397F4398D9B5675EC3DE5612E31C2CECE89080_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MobileAuthenticatedStream_InternalRead_m86C071DC37153DC3E055BCCD6E932CEB5AA65ED3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MobileAuthenticatedStream_InternalWrite_mAC3D67F3F2A6BE41320B01433AC26BFAD2063A74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MobileAuthenticatedStream_ProcessHandshake_m49D890591613A8EBE1B80CBDB5056FAF501D1BF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MobileAuthenticatedStream_Seek_mE638919C187C89E8EEB4415565A1608C01100265_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MobileAuthenticatedStream_set_Position_m34CF317339FC45361ED4CFB074E5F1ADA4EE1FA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MobileTlsContext_SelectClientCertificate_m0BD84B3C86150115C8141884B98D78C95FA7ABBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoChunkStream_ThrowProtocolViolation_mBDC853802F26D724EC129B027C98DF4F8BDC1C9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoTlsProviderFactory_GetProvider_m464F894E37D5322B5F94EEAAECE25A62C9B7F12C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoTlsProviderFactory_InitializeInternal_mE7081EBE541082D32462434FE7BD3B569D96B0EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoTlsProviderFactory_LookupProvider_m550564BE02F6B880427139A7377290C9B99D9F63_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_BaseAdd_m1A0CA51397D274B23B10ECE78D2EE923C4FDC07F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_BaseRemove_m301318FB3627302D115078FA8250D07A4B851A99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_BaseSet_mDAD4979940B3ACC47B77A64AECCD0C69C2F9A015_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_GetObjectData_mF4EA432DCE051F52DD8CA3C091F606D8C216D9DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_OnDeserialization_m8C86FE5E896571CDA1C4335CFC799F20ACFBC3B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mE984B0745168F2F0FCAD2F9CC36E525592EDFC20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameValueCollection_Add_m2058D4136F9DC4A11836DF6B1AB4853387898B2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameValueCollection_Set_mE479F82E6045A7447D4CFA7040FF63CC5CCD1329_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup__ctor_m7AB7B5CA35F2D7C06B047BD0B480AD6F2C067570_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_EndRead_mDCD08C532B8346555DD2D31850D15C8A900ECEF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_EndWrite_mE66E13187FAEFE8DBB41C5A8F5BE7D7BC3686E73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_Seek_m7933D6E7EE305143454CDABFD5F512BCDE204CE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream__ctor_mA1CC20301CE577D0D971E02452956141D21E2F48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream__ctor_mF3FEC9C4DAA15E863B119F17F9EACE740ECD8E2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_get_DataAvailable_m37E50678B91FBC3BC8B92DDFAC683DBD39642845_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_get_InternalSocket_m0F71D9478B11DF5AE9ADC8BD7F56B315B53F6F4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_get_Length_mBC8427DF08F60DECB0627E20F5A561102A33F089_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_get_Position_mEA82AACE1AD0E58FEC0AE134A56D64FF7A071F9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_set_Position_m80106F320BDA2FB13B11A93D302CE72A95859999_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_set_ReadTimeout_m4CA42D36C1A6081EB6CDD305AF47C5987D84951C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OidCollection_System_Collections_ICollection_CopyTo_mC02E6211EC33878C50BEA5914193F038EE2E9CB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Oid__ctor_m8C4B7AE0D9207BCF03960553182B43B8D1536ED0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PerformanceCountersElement__ctor_mEB598DFD70066C845995EAC5D1BF82698130D2D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PerformanceCountersElement_get_Properties_m8519C030829398320F0A1AA087B41E71884FC168_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement__ctor_m6D9B4D4118C0EC9F069E83A6C3DCAA36209DEB75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_get_Properties_mB7790E9D638EC711E4783ACC846BE1568332E9B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PublicKey_DecodeDSA_mACDFC1AD42B734E6144955146731BC6CFE9793E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PublicKey_DecodeRSA_mAFA51DF5F4A97F2AEF8E5F84815D79B2366A105A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PublicKey_get_Key_mF430DCB9952B3B936420D1F3CAE486DBF7570ECF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexCharClass_SetFromProperty_mCE940B1239E86E18385BC053D40EA74DB6E444DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_InitDefaultMatchTimeout_m59F33C35089C47C54703189F8DF4D5600A33F2DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_InitializeReferences_mE235C9E46D78418A5D0C2D20AD885CA08A7963CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_IsMatch_m872C1D85AC5BF891AC3C3FC789BBC4E2393FB859_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_IsMatch_mDDCAABF0AAA48842BD96EE728A7A6732D579DB6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_Match_m172D74CF011CD3C89EA61D47BE7DEA1E689B5C7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_Matches_mE1B9FFC45683E3446029B8449C3361CDA2BD1B15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_Replace_m47C8C4AF6A7F1D1A2728F9ADA7791F4EABA49E2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_Replace_mDCC89468106F966C02DF2A0D7B56B305E95463EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_ValidateMatchTimeout_m19BB5E905A2AA19DFF54B707454312C249E8EB1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskToApm_End_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m7C1AE8C035021A7D7FC1C6F4A4A7D6815147856B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_get_Result_m71D1165F8F30E8EDD34A98DBC72B55B15825D005_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_2__ctor_m40AD0417C7692894654C3F5165CDF2CDF1202A3C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_2_get_Item1_m8909C55AEC4D65FE394B8B22BCDA37D734EF3D4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_2_get_Item2_mCA65B746F6C80B6BAC8ECEB7AB55B4AE1AE4F026_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m352011F0BD77A90121051EA8F841D7D45D14B92D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CAuthenticateU3Eb__1_0_mDA687B87E74F0D58938A2C7821FD6EADB6649AE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_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 Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E; struct StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90; 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.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F : public RuntimeObject { public: // System.Runtime.CompilerServices.Ephemeron[] System.Runtime.CompilerServices.ConditionalWeakTable`2::data EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8* ___data_4; // System.Object System.Runtime.CompilerServices.ConditionalWeakTable`2::_lock RuntimeObject * ____lock_5; // System.Int32 System.Runtime.CompilerServices.ConditionalWeakTable`2::size int32_t ___size_6; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F, ___data_4)); } inline EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8* get_data_4() const { return ___data_4; } inline EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8** get_address_of_data_4() { return &___data_4; } inline void set_data_4(EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8* value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } inline static int32_t get_offset_of__lock_5() { return static_cast(offsetof(ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F, ____lock_5)); } inline RuntimeObject * get__lock_5() const { return ____lock_5; } inline RuntimeObject ** get_address_of__lock_5() { return &____lock_5; } inline void set__lock_5(RuntimeObject * value) { ____lock_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____lock_5), (void*)value); } inline static int32_t get_offset_of_size_6() { return static_cast(offsetof(ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F, ___size_6)); } inline int32_t get_size_6() const { return ___size_6; } inline int32_t* get_address_of_size_6() { return &___size_6; } inline void set_size_6(int32_t value) { ___size_6 = value; } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 : 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_tB219F36E450725FDEF9E53AA905849860F65B754* ___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_t162C5F0ABB678C4AAAB67EFA2867C8A04794BCA5 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t7DC6DDFFAD238E15BB167357CEF9E4CD52937E9F * ___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_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___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_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___entries_1)); } inline EntryU5BU5D_tB219F36E450725FDEF9E53AA905849860F65B754* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tB219F36E450725FDEF9E53AA905849860F65B754** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tB219F36E450725FDEF9E53AA905849860F65B754* 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_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___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_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___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_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___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_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___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_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___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_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___keys_7)); } inline KeyCollection_t162C5F0ABB678C4AAAB67EFA2867C8A04794BCA5 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t162C5F0ABB678C4AAAB67EFA2867C8A04794BCA5 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t162C5F0ABB678C4AAAB67EFA2867C8A04794BCA5 * 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_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___values_8)); } inline ValueCollection_t7DC6DDFFAD238E15BB167357CEF9E4CD52937E9F * get_values_8() const { return ___values_8; } inline ValueCollection_t7DC6DDFFAD238E15BB167357CEF9E4CD52937E9F ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t7DC6DDFFAD238E15BB167357CEF9E4CD52937E9F * 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_t94DF7D57A0FF045929FE85E29881A95D7B508301, ____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_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 : 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_t79667D8177D31CA970B03976ADCE899172E46B7D* ___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_tE435DB7DF9CB52251303F49674E2353E1B6D819E * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t875F6BEDFD57B14087DC77BF3CCC813142366789 * ___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_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___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_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___entries_1)); } inline EntryU5BU5D_t79667D8177D31CA970B03976ADCE899172E46B7D* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t79667D8177D31CA970B03976ADCE899172E46B7D** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t79667D8177D31CA970B03976ADCE899172E46B7D* 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_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___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_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___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_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___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_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___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_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___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_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___keys_7)); } inline KeyCollection_tE435DB7DF9CB52251303F49674E2353E1B6D819E * get_keys_7() const { return ___keys_7; } inline KeyCollection_tE435DB7DF9CB52251303F49674E2353E1B6D819E ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tE435DB7DF9CB52251303F49674E2353E1B6D819E * 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_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___values_8)); } inline ValueCollection_t875F6BEDFD57B14087DC77BF3CCC813142366789 * get_values_8() const { return ___values_8; } inline ValueCollection_t875F6BEDFD57B14087DC77BF3CCC813142366789 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t875F6BEDFD57B14087DC77BF3CCC813142366789 * 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_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ____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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 : 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_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* ___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_t52C81163A051BCD87A36FEF95F736DD600E2305D * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___entries_1)); } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___keys_7)); } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * get_keys_7() const { return ___keys_7; } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___values_8)); } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * get_values_8() const { return ___values_8; } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ____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.LinkedListNode`1 struct LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::list LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::next LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * ___next_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::prev LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * ___prev_2; // T System.Collections.Generic.LinkedListNode`1::item CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * ___item_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA, ___list_0)); } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * get_list_0() const { return ___list_0; } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA, ___next_1)); } inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * get_next_1() const { return ___next_1; } inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value); } inline static int32_t get_offset_of_prev_2() { return static_cast(offsetof(LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA, ___prev_2)); } inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * get_prev_2() const { return ___prev_2; } inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA ** get_address_of_prev_2() { return &___prev_2; } inline void set_prev_2(LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * value) { ___prev_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___prev_2), (void*)value); } inline static int32_t get_offset_of_item_3() { return static_cast(offsetof(LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA, ___item_3)); } inline CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * get_item_3() const { return ___item_3; } inline CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 ** get_address_of_item_3() { return &___item_3; } inline void set_item_3(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * value) { ___item_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_3), (void*)value); } }; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::list LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::next LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ___next_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::prev LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ___prev_2; // T System.Collections.Generic.LinkedListNode`1::item RuntimeObject * ___item_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F, ___list_0)); } inline LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * get_list_0() const { return ___list_0; } inline LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F, ___next_1)); } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * get_next_1() const { return ___next_1; } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value); } inline static int32_t get_offset_of_prev_2() { return static_cast(offsetof(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F, ___prev_2)); } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * get_prev_2() const { return ___prev_2; } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F ** get_address_of_prev_2() { return &___prev_2; } inline void set_prev_2(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * value) { ___prev_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___prev_2), (void*)value); } inline static int32_t get_offset_of_item_3() { return static_cast(offsetof(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F, ___item_3)); } inline RuntimeObject * get_item_3() const { return ___item_3; } inline RuntimeObject ** get_address_of_item_3() { return &___item_3; } inline void set_item_3(RuntimeObject * value) { ___item_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_3), (void*)value); } }; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * ___head_0; // System.Int32 System.Collections.Generic.LinkedList`1::count int32_t ___count_1; // System.Int32 System.Collections.Generic.LinkedList`1::version int32_t ___version_2; // System.Object System.Collections.Generic.LinkedList`1::_syncRoot RuntimeObject * ____syncRoot_3; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_4; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92, ___head_0)); } inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * get_head_0() const { return ___head_0; } inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92, ___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_version_2() { return static_cast(offsetof(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92, ___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(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92, ____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); } inline static int32_t get_offset_of__siInfo_4() { return static_cast(offsetof(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92, ____siInfo_4)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_4() const { return ____siInfo_4; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_4() { return &____siInfo_4; } inline void set__siInfo_4(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_4), (void*)value); } }; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ___head_0; // System.Int32 System.Collections.Generic.LinkedList`1::count int32_t ___count_1; // System.Int32 System.Collections.Generic.LinkedList`1::version int32_t ___version_2; // System.Object System.Collections.Generic.LinkedList`1::_syncRoot RuntimeObject * ____syncRoot_3; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_4; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ___head_0)); } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * get_head_0() const { return ___head_0; } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ___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_version_2() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ___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(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ____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); } inline static int32_t get_offset_of__siInfo_4() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ____siInfo_4)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_4() const { return ____siInfo_4; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_4() { return &____siInfo_4; } inline void set__siInfo_4(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651, ____items_1)); } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* get__items_1() const { return ____items_1; } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651, ____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__syncRoot_4() { return static_cast(offsetof(List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t59478D999576758E965737A3361AFC7391C2BB15 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t59478D999576758E965737A3361AFC7391C2BB15, ____items_1)); } inline ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4* get__items_1() const { return ____items_1; } inline ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t59478D999576758E965737A3361AFC7391C2BB15, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t59478D999576758E965737A3361AFC7391C2BB15, ____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__syncRoot_4() { return static_cast(offsetof(List_1_t59478D999576758E965737A3361AFC7391C2BB15, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3, ____items_1)); } inline SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E* get__items_1() const { return ____items_1; } inline SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3, ____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__syncRoot_4() { return static_cast(offsetof(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // Mono.Security.ASN1 struct ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 : public RuntimeObject { public: // System.Byte Mono.Security.ASN1::m_nTag uint8_t ___m_nTag_0; // System.Byte[] Mono.Security.ASN1::m_aValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_aValue_1; // System.Collections.ArrayList Mono.Security.ASN1::elist ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___elist_2; public: inline static int32_t get_offset_of_m_nTag_0() { return static_cast(offsetof(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8, ___m_nTag_0)); } inline uint8_t get_m_nTag_0() const { return ___m_nTag_0; } inline uint8_t* get_address_of_m_nTag_0() { return &___m_nTag_0; } inline void set_m_nTag_0(uint8_t value) { ___m_nTag_0 = value; } inline static int32_t get_offset_of_m_aValue_1() { return static_cast(offsetof(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8, ___m_aValue_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_aValue_1() const { return ___m_aValue_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_aValue_1() { return &___m_aValue_1; } inline void set_m_aValue_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_aValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_aValue_1), (void*)value); } inline static int32_t get_offset_of_elist_2() { return static_cast(offsetof(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8, ___elist_2)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_elist_2() const { return ___elist_2; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_elist_2() { return &___elist_2; } inline void set_elist_2(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___elist_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elist_2), (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); } }; // System.Security.Cryptography.AsnEncodedData struct AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA : public RuntimeObject { public: // System.Security.Cryptography.Oid System.Security.Cryptography.AsnEncodedData::_oid Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ____oid_0; // System.Byte[] System.Security.Cryptography.AsnEncodedData::_raw ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____raw_1; public: inline static int32_t get_offset_of__oid_0() { return static_cast(offsetof(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA, ____oid_0)); } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * get__oid_0() const { return ____oid_0; } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 ** get_address_of__oid_0() { return &____oid_0; } inline void set__oid_0(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * value) { ____oid_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____oid_0), (void*)value); } inline static int32_t get_offset_of__raw_1() { return static_cast(offsetof(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA, ____raw_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__raw_1() const { return ____raw_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__raw_1() { return &____raw_1; } inline void set__raw_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____raw_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____raw_1), (void*)value); } }; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___LegalKeySizesValue_1; public: inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast(offsetof(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F, ___KeySizeValue_0)); } inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; } inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; } inline void set_KeySizeValue_0(int32_t value) { ___KeySizeValue_0 = value; } inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast(offsetof(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F, ___LegalKeySizesValue_1)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; } inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___LegalKeySizesValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_1), (void*)value); } }; // Mono.Net.Security.AsyncProtocolRequest struct AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 : public RuntimeObject { public: // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.AsyncProtocolRequest::k__BackingField MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CParentU3Ek__BackingField_0; // System.Boolean Mono.Net.Security.AsyncProtocolRequest::k__BackingField bool ___U3CRunSynchronouslyU3Ek__BackingField_1; // System.Int32 Mono.Net.Security.AsyncProtocolRequest::k__BackingField int32_t ___U3CUserResultU3Ek__BackingField_2; // System.Int32 Mono.Net.Security.AsyncProtocolRequest::Started int32_t ___Started_3; // System.Int32 Mono.Net.Security.AsyncProtocolRequest::RequestedSize int32_t ___RequestedSize_4; // System.Int32 Mono.Net.Security.AsyncProtocolRequest::WriteRequested int32_t ___WriteRequested_5; // System.Object Mono.Net.Security.AsyncProtocolRequest::locker RuntimeObject * ___locker_6; public: inline static int32_t get_offset_of_U3CParentU3Ek__BackingField_0() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___U3CParentU3Ek__BackingField_0)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CParentU3Ek__BackingField_0() const { return ___U3CParentU3Ek__BackingField_0; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CParentU3Ek__BackingField_0() { return &___U3CParentU3Ek__BackingField_0; } inline void set_U3CParentU3Ek__BackingField_0(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CParentU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CParentU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CRunSynchronouslyU3Ek__BackingField_1() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___U3CRunSynchronouslyU3Ek__BackingField_1)); } inline bool get_U3CRunSynchronouslyU3Ek__BackingField_1() const { return ___U3CRunSynchronouslyU3Ek__BackingField_1; } inline bool* get_address_of_U3CRunSynchronouslyU3Ek__BackingField_1() { return &___U3CRunSynchronouslyU3Ek__BackingField_1; } inline void set_U3CRunSynchronouslyU3Ek__BackingField_1(bool value) { ___U3CRunSynchronouslyU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CUserResultU3Ek__BackingField_2() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___U3CUserResultU3Ek__BackingField_2)); } inline int32_t get_U3CUserResultU3Ek__BackingField_2() const { return ___U3CUserResultU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CUserResultU3Ek__BackingField_2() { return &___U3CUserResultU3Ek__BackingField_2; } inline void set_U3CUserResultU3Ek__BackingField_2(int32_t value) { ___U3CUserResultU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_Started_3() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___Started_3)); } inline int32_t get_Started_3() const { return ___Started_3; } inline int32_t* get_address_of_Started_3() { return &___Started_3; } inline void set_Started_3(int32_t value) { ___Started_3 = value; } inline static int32_t get_offset_of_RequestedSize_4() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___RequestedSize_4)); } inline int32_t get_RequestedSize_4() const { return ___RequestedSize_4; } inline int32_t* get_address_of_RequestedSize_4() { return &___RequestedSize_4; } inline void set_RequestedSize_4(int32_t value) { ___RequestedSize_4 = value; } inline static int32_t get_offset_of_WriteRequested_5() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___WriteRequested_5)); } inline int32_t get_WriteRequested_5() const { return ___WriteRequested_5; } inline int32_t* get_address_of_WriteRequested_5() { return &___WriteRequested_5; } inline void set_WriteRequested_5(int32_t value) { ___WriteRequested_5 = value; } inline static int32_t get_offset_of_locker_6() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___locker_6)); } inline RuntimeObject * get_locker_6() const { return ___locker_6; } inline RuntimeObject ** get_address_of_locker_6() { return &___locker_6; } inline void set_locker_6(RuntimeObject * value) { ___locker_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_6), (void*)value); } }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.Net.Authorization struct Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF : public RuntimeObject { public: // System.String System.Net.Authorization::m_Message String_t* ___m_Message_0; // System.Boolean System.Net.Authorization::m_Complete bool ___m_Complete_1; // System.String System.Net.Authorization::ModuleAuthenticationType String_t* ___ModuleAuthenticationType_2; public: inline static int32_t get_offset_of_m_Message_0() { return static_cast(offsetof(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF, ___m_Message_0)); } inline String_t* get_m_Message_0() const { return ___m_Message_0; } inline String_t** get_address_of_m_Message_0() { return &___m_Message_0; } inline void set_m_Message_0(String_t* value) { ___m_Message_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Message_0), (void*)value); } inline static int32_t get_offset_of_m_Complete_1() { return static_cast(offsetof(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF, ___m_Complete_1)); } inline bool get_m_Complete_1() const { return ___m_Complete_1; } inline bool* get_address_of_m_Complete_1() { return &___m_Complete_1; } inline void set_m_Complete_1(bool value) { ___m_Complete_1 = value; } inline static int32_t get_offset_of_ModuleAuthenticationType_2() { return static_cast(offsetof(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF, ___ModuleAuthenticationType_2)); } inline String_t* get_ModuleAuthenticationType_2() const { return ___ModuleAuthenticationType_2; } inline String_t** get_address_of_ModuleAuthenticationType_2() { return &___ModuleAuthenticationType_2; } inline void set_ModuleAuthenticationType_2(String_t* value) { ___ModuleAuthenticationType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ModuleAuthenticationType_2), (void*)value); } }; // Mono.Net.Security.BufferOffsetSize struct BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD : public RuntimeObject { public: // System.Byte[] Mono.Net.Security.BufferOffsetSize::Buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Buffer_0; // System.Int32 Mono.Net.Security.BufferOffsetSize::Offset int32_t ___Offset_1; // System.Int32 Mono.Net.Security.BufferOffsetSize::Size int32_t ___Size_2; // System.Int32 Mono.Net.Security.BufferOffsetSize::TotalBytes int32_t ___TotalBytes_3; // System.Boolean Mono.Net.Security.BufferOffsetSize::Complete bool ___Complete_4; public: inline static int32_t get_offset_of_Buffer_0() { return static_cast(offsetof(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD, ___Buffer_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Buffer_0() const { return ___Buffer_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Buffer_0() { return &___Buffer_0; } inline void set_Buffer_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Buffer_0), (void*)value); } inline static int32_t get_offset_of_Offset_1() { return static_cast(offsetof(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD, ___Offset_1)); } inline int32_t get_Offset_1() const { return ___Offset_1; } inline int32_t* get_address_of_Offset_1() { return &___Offset_1; } inline void set_Offset_1(int32_t value) { ___Offset_1 = value; } inline static int32_t get_offset_of_Size_2() { return static_cast(offsetof(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD, ___Size_2)); } inline int32_t get_Size_2() const { return ___Size_2; } inline int32_t* get_address_of_Size_2() { return &___Size_2; } inline void set_Size_2(int32_t value) { ___Size_2 = value; } inline static int32_t get_offset_of_TotalBytes_3() { return static_cast(offsetof(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD, ___TotalBytes_3)); } inline int32_t get_TotalBytes_3() const { return ___TotalBytes_3; } inline int32_t* get_address_of_TotalBytes_3() { return &___TotalBytes_3; } inline void set_TotalBytes_3(int32_t value) { ___TotalBytes_3 = value; } inline static int32_t get_offset_of_Complete_4() { return static_cast(offsetof(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD, ___Complete_4)); } inline bool get_Complete_4() const { return ___Complete_4; } inline bool* get_address_of_Complete_4() { return &___Complete_4; } inline void set_Complete_4(bool value) { ___Complete_4 = value; } }; // System.Text.RegularExpressions.CachedCodeEntry struct CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.CachedCodeEntry::_key String_t* ____key_0; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.CachedCodeEntry::_code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ____code_1; // System.Collections.Hashtable System.Text.RegularExpressions.CachedCodeEntry::_caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_2; // System.Collections.Hashtable System.Text.RegularExpressions.CachedCodeEntry::_capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____capnames_3; // System.String[] System.Text.RegularExpressions.CachedCodeEntry::_capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____capslist_4; // System.Int32 System.Text.RegularExpressions.CachedCodeEntry::_capsize int32_t ____capsize_5; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.CachedCodeEntry::_factory RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * ____factory_6; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.CachedCodeEntry::_runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ____runnerref_7; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.CachedCodeEntry::_replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ____replref_8; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____key_0)); } inline String_t* get__key_0() const { return ____key_0; } inline String_t** get_address_of__key_0() { return &____key_0; } inline void set__key_0(String_t* value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__code_1() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____code_1)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get__code_1() const { return ____code_1; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of__code_1() { return &____code_1; } inline void set__code_1(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ____code_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____code_1), (void*)value); } inline static int32_t get_offset_of__caps_2() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____caps_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_2() const { return ____caps_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_2() { return &____caps_2; } inline void set__caps_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_2), (void*)value); } inline static int32_t get_offset_of__capnames_3() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____capnames_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__capnames_3() const { return ____capnames_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__capnames_3() { return &____capnames_3; } inline void set__capnames_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____capnames_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____capnames_3), (void*)value); } inline static int32_t get_offset_of__capslist_4() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____capslist_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__capslist_4() const { return ____capslist_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__capslist_4() { return &____capslist_4; } inline void set__capslist_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____capslist_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____capslist_4), (void*)value); } inline static int32_t get_offset_of__capsize_5() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____capsize_5)); } inline int32_t get__capsize_5() const { return ____capsize_5; } inline int32_t* get_address_of__capsize_5() { return &____capsize_5; } inline void set__capsize_5(int32_t value) { ____capsize_5 = value; } inline static int32_t get_offset_of__factory_6() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____factory_6)); } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * get__factory_6() const { return ____factory_6; } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 ** get_address_of__factory_6() { return &____factory_6; } inline void set__factory_6(RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * value) { ____factory_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____factory_6), (void*)value); } inline static int32_t get_offset_of__runnerref_7() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____runnerref_7)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get__runnerref_7() const { return ____runnerref_7; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of__runnerref_7() { return &____runnerref_7; } inline void set__runnerref_7(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ____runnerref_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____runnerref_7), (void*)value); } inline static int32_t get_offset_of__replref_8() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____replref_8)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get__replref_8() const { return ____replref_8; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of__replref_8() { return &____replref_8; } inline void set__replref_8(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ____replref_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____replref_8), (void*)value); } }; // 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; } }; // Mono.Net.Security.ChainValidationHelper struct ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE : public RuntimeObject { public: // System.Object Mono.Net.Security.ChainValidationHelper::sender RuntimeObject * ___sender_0; // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.ChainValidationHelper::settings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings_1; // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.ChainValidationHelper::provider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider_2; // System.Net.ServerCertValidationCallback Mono.Net.Security.ChainValidationHelper::certValidationCallback ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___certValidationCallback_3; // System.Net.Security.LocalCertSelectionCallback Mono.Net.Security.ChainValidationHelper::certSelectionCallback LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * ___certSelectionCallback_4; // Mono.Net.Security.ServerCertValidationCallbackWrapper Mono.Net.Security.ChainValidationHelper::callbackWrapper ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * ___callbackWrapper_5; // Mono.Net.Security.MonoTlsStream Mono.Net.Security.ChainValidationHelper::tlsStream MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * ___tlsStream_6; // System.Net.HttpWebRequest Mono.Net.Security.ChainValidationHelper::request HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_7; public: inline static int32_t get_offset_of_sender_0() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___sender_0)); } inline RuntimeObject * get_sender_0() const { return ___sender_0; } inline RuntimeObject ** get_address_of_sender_0() { return &___sender_0; } inline void set_sender_0(RuntimeObject * value) { ___sender_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sender_0), (void*)value); } inline static int32_t get_offset_of_settings_1() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___settings_1)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_settings_1() const { return ___settings_1; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_settings_1() { return &___settings_1; } inline void set_settings_1(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___settings_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___settings_1), (void*)value); } inline static int32_t get_offset_of_provider_2() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___provider_2)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_provider_2() const { return ___provider_2; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_provider_2() { return &___provider_2; } inline void set_provider_2(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___provider_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_2), (void*)value); } inline static int32_t get_offset_of_certValidationCallback_3() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___certValidationCallback_3)); } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * get_certValidationCallback_3() const { return ___certValidationCallback_3; } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA ** get_address_of_certValidationCallback_3() { return &___certValidationCallback_3; } inline void set_certValidationCallback_3(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * value) { ___certValidationCallback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certValidationCallback_3), (void*)value); } inline static int32_t get_offset_of_certSelectionCallback_4() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___certSelectionCallback_4)); } inline LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * get_certSelectionCallback_4() const { return ___certSelectionCallback_4; } inline LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C ** get_address_of_certSelectionCallback_4() { return &___certSelectionCallback_4; } inline void set_certSelectionCallback_4(LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * value) { ___certSelectionCallback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___certSelectionCallback_4), (void*)value); } inline static int32_t get_offset_of_callbackWrapper_5() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___callbackWrapper_5)); } inline ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * get_callbackWrapper_5() const { return ___callbackWrapper_5; } inline ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 ** get_address_of_callbackWrapper_5() { return &___callbackWrapper_5; } inline void set_callbackWrapper_5(ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * value) { ___callbackWrapper_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___callbackWrapper_5), (void*)value); } inline static int32_t get_offset_of_tlsStream_6() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___tlsStream_6)); } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * get_tlsStream_6() const { return ___tlsStream_6; } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 ** get_address_of_tlsStream_6() { return &___tlsStream_6; } inline void set_tlsStream_6(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * value) { ___tlsStream_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsStream_6), (void*)value); } inline static int32_t get_offset_of_request_7() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___request_7)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_request_7() const { return ___request_7; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_request_7() { return &___request_7; } inline void set_request_7(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___request_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_7), (void*)value); } }; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB, ___list_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_list_0() const { return ___list_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // System.Collections.Specialized.CompatibleComparer struct CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F : public RuntimeObject { public: // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::_comparer RuntimeObject* ____comparer_0; // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::_hcp RuntimeObject* ____hcp_2; public: inline static int32_t get_offset_of__comparer_0() { return static_cast(offsetof(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F, ____comparer_0)); } inline RuntimeObject* get__comparer_0() const { return ____comparer_0; } inline RuntimeObject** get_address_of__comparer_0() { return &____comparer_0; } inline void set__comparer_0(RuntimeObject* value) { ____comparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_0), (void*)value); } inline static int32_t get_offset_of__hcp_2() { return static_cast(offsetof(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F, ____hcp_2)); } inline RuntimeObject* get__hcp_2() const { return ____hcp_2; } inline RuntimeObject** get_address_of__hcp_2() { return &____hcp_2; } inline void set__hcp_2(RuntimeObject* value) { ____hcp_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____hcp_2), (void*)value); } }; // System.Configuration.ConfigurationElement struct ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA : public RuntimeObject { public: public: }; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B : public RuntimeObject { public: public: }; // System.Configuration.ConfigurationSectionGroup struct ConfigurationSectionGroup_t296AB4B6FC2E1B9BEDFEEAC3DB0E24AE061D32CF : public RuntimeObject { public: public: }; // 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; } }; // 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.DBNull struct DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 : public RuntimeObject { public: public: }; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D : public RuntimeObject { public: // System.Boolean System.Text.DecoderFallback::bIsMicrosoftBestFitFallback bool ___bIsMicrosoftBestFitFallback_0; public: inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast(offsetof(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D, ___bIsMicrosoftBestFitFallback_0)); } inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; } inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; } inline void set_bIsMicrosoftBestFitFallback_0(bool value) { ___bIsMicrosoftBestFitFallback_0 = value; } }; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 : public RuntimeObject { public: // System.Boolean System.Text.EncoderFallback::bIsMicrosoftBestFitFallback bool ___bIsMicrosoftBestFitFallback_0; public: inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast(offsetof(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4, ___bIsMicrosoftBestFitFallback_0)); } inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; } inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; } inline void set_bIsMicrosoftBestFitFallback_0(bool value) { ___bIsMicrosoftBestFitFallback_0 = value; } }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_9)); } inline int32_t get_m_codePage_9() const { return ___m_codePage_9; } inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; } inline void set_m_codePage_9(int32_t value) { ___m_codePage_9 = value; } inline static int32_t get_offset_of_dataItem_10() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_10)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_11)); } inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; } inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; } inline void set_m_deserializedFromEverett_11(bool value) { ___m_deserializedFromEverett_11 = value; } inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_12)); } inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; } inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; } inline void set_m_isReadOnly_12(bool value) { ___m_isReadOnly_12 = value; } inline static int32_t get_offset_of_encoderFallback_13() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_13)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_14)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value); } }; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 : public RuntimeObject { public: // System.Exception System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_Exception Exception_t * ___m_Exception_0; // System.Object System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_stackTrace RuntimeObject * ___m_stackTrace_1; public: inline static int32_t get_offset_of_m_Exception_0() { return static_cast(offsetof(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09, ___m_Exception_0)); } inline Exception_t * get_m_Exception_0() const { return ___m_Exception_0; } inline Exception_t ** get_address_of_m_Exception_0() { return &___m_Exception_0; } inline void set_m_Exception_0(Exception_t * value) { ___m_Exception_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Exception_0), (void*)value); } inline static int32_t get_offset_of_m_stackTrace_1() { return static_cast(offsetof(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09, ___m_stackTrace_1)); } inline RuntimeObject * get_m_stackTrace_1() const { return ___m_stackTrace_1; } inline RuntimeObject ** get_address_of_m_stackTrace_1() { return &___m_stackTrace_1; } inline void set_m_stackTrace_1(RuntimeObject * value) { ___m_stackTrace_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stackTrace_1), (void*)value); } }; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 : public RuntimeObject { public: // System.Text.RegularExpressions.RegexRunner System.Text.RegularExpressions.ExclusiveReference::_ref RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * ____ref_0; // System.Object System.Text.RegularExpressions.ExclusiveReference::_obj RuntimeObject * ____obj_1; // System.Int32 System.Text.RegularExpressions.ExclusiveReference::_locked int32_t ____locked_2; public: inline static int32_t get_offset_of__ref_0() { return static_cast(offsetof(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8, ____ref_0)); } inline RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * get__ref_0() const { return ____ref_0; } inline RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 ** get_address_of__ref_0() { return &____ref_0; } inline void set__ref_0(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * value) { ____ref_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____ref_0), (void*)value); } inline static int32_t get_offset_of__obj_1() { return static_cast(offsetof(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8, ____obj_1)); } inline RuntimeObject * get__obj_1() const { return ____obj_1; } inline RuntimeObject ** get_address_of__obj_1() { return &____obj_1; } inline void set__obj_1(RuntimeObject * value) { ____obj_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____obj_1), (void*)value); } inline static int32_t get_offset_of__locked_2() { return static_cast(offsetof(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8, ____locked_2)); } inline int32_t get__locked_2() const { return ____locked_2; } inline int32_t* get_address_of__locked_2() { return &____locked_2; } inline void set__locked_2(int32_t value) { ____locked_2 = value; } }; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 : public RuntimeObject { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.GroupCollection::_match Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ____match_0; // System.Collections.Hashtable System.Text.RegularExpressions.GroupCollection::_captureMap Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____captureMap_1; // System.Text.RegularExpressions.Group[] System.Text.RegularExpressions.GroupCollection::_groups GroupU5BU5D_tE125DBFFA979634FDDAEDF77F5EC47134D764AB5* ____groups_2; public: inline static int32_t get_offset_of__match_0() { return static_cast(offsetof(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556, ____match_0)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get__match_0() const { return ____match_0; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of__match_0() { return &____match_0; } inline void set__match_0(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ____match_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____match_0), (void*)value); } inline static int32_t get_offset_of__captureMap_1() { return static_cast(offsetof(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556, ____captureMap_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__captureMap_1() const { return ____captureMap_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__captureMap_1() { return &____captureMap_1; } inline void set__captureMap_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____captureMap_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____captureMap_1), (void*)value); } inline static int32_t get_offset_of__groups_2() { return static_cast(offsetof(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556, ____groups_2)); } inline GroupU5BU5D_tE125DBFFA979634FDDAEDF77F5EC47134D764AB5* get__groups_2() const { return ____groups_2; } inline GroupU5BU5D_tE125DBFFA979634FDDAEDF77F5EC47134D764AB5** get_address_of__groups_2() { return &____groups_2; } inline void set__groups_2(GroupU5BU5D_tE125DBFFA979634FDDAEDF77F5EC47134D764AB5* value) { ____groups_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____groups_2), (void*)value); } }; // System.Net.NetworkInformation.IPGlobalProperties struct IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5 : public RuntimeObject { public: public: }; // System.Net.IPHostEntry struct IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA : public RuntimeObject { public: // System.String System.Net.IPHostEntry::hostName String_t* ___hostName_0; // System.String[] System.Net.IPHostEntry::aliases StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___aliases_1; // System.Net.IPAddress[] System.Net.IPHostEntry::addressList IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___addressList_2; // System.Boolean System.Net.IPHostEntry::isTrustedHost bool ___isTrustedHost_3; public: inline static int32_t get_offset_of_hostName_0() { return static_cast(offsetof(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___hostName_0)); } inline String_t* get_hostName_0() const { return ___hostName_0; } inline String_t** get_address_of_hostName_0() { return &___hostName_0; } inline void set_hostName_0(String_t* value) { ___hostName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hostName_0), (void*)value); } inline static int32_t get_offset_of_aliases_1() { return static_cast(offsetof(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___aliases_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_aliases_1() const { return ___aliases_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_aliases_1() { return &___aliases_1; } inline void set_aliases_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___aliases_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___aliases_1), (void*)value); } inline static int32_t get_offset_of_addressList_2() { return static_cast(offsetof(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___addressList_2)); } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* get_addressList_2() const { return ___addressList_2; } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB** get_address_of_addressList_2() { return &___addressList_2; } inline void set_addressList_2(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* value) { ___addressList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___addressList_2), (void*)value); } inline static int32_t get_offset_of_isTrustedHost_3() { return static_cast(offsetof(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___isTrustedHost_3)); } inline bool get_isTrustedHost_3() const { return ___isTrustedHost_3; } inline bool* get_address_of_isTrustedHost_3() { return &___isTrustedHost_3; } inline void set_isTrustedHost_3(bool value) { ___isTrustedHost_3 = value; } }; // System.IPv6AddressHelper struct IPv6AddressHelper_t244F54FD493D7448D3B860F972A6E81DE9FDB33D : public RuntimeObject { public: public: }; // System.IriHelper struct IriHelper_t2C0194D72F3C5A4360E2433426D08654618E09CC : public RuntimeObject { public: public: }; // System.Net.LazyAsyncResult struct LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 : public RuntimeObject { public: // System.Object System.Net.LazyAsyncResult::m_AsyncObject RuntimeObject * ___m_AsyncObject_1; // System.Object System.Net.LazyAsyncResult::m_AsyncState RuntimeObject * ___m_AsyncState_2; // System.AsyncCallback System.Net.LazyAsyncResult::m_AsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___m_AsyncCallback_3; // System.Object System.Net.LazyAsyncResult::m_Result RuntimeObject * ___m_Result_4; // System.Int32 System.Net.LazyAsyncResult::m_IntCompleted int32_t ___m_IntCompleted_5; // System.Boolean System.Net.LazyAsyncResult::m_UserEvent bool ___m_UserEvent_6; // System.Object System.Net.LazyAsyncResult::m_Event RuntimeObject * ___m_Event_7; public: inline static int32_t get_offset_of_m_AsyncObject_1() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32, ___m_AsyncObject_1)); } inline RuntimeObject * get_m_AsyncObject_1() const { return ___m_AsyncObject_1; } inline RuntimeObject ** get_address_of_m_AsyncObject_1() { return &___m_AsyncObject_1; } inline void set_m_AsyncObject_1(RuntimeObject * value) { ___m_AsyncObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AsyncObject_1), (void*)value); } inline static int32_t get_offset_of_m_AsyncState_2() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32, ___m_AsyncState_2)); } inline RuntimeObject * get_m_AsyncState_2() const { return ___m_AsyncState_2; } inline RuntimeObject ** get_address_of_m_AsyncState_2() { return &___m_AsyncState_2; } inline void set_m_AsyncState_2(RuntimeObject * value) { ___m_AsyncState_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AsyncState_2), (void*)value); } inline static int32_t get_offset_of_m_AsyncCallback_3() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32, ___m_AsyncCallback_3)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_m_AsyncCallback_3() const { return ___m_AsyncCallback_3; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_m_AsyncCallback_3() { return &___m_AsyncCallback_3; } inline void set_m_AsyncCallback_3(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___m_AsyncCallback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AsyncCallback_3), (void*)value); } inline static int32_t get_offset_of_m_Result_4() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32, ___m_Result_4)); } inline RuntimeObject * get_m_Result_4() const { return ___m_Result_4; } inline RuntimeObject ** get_address_of_m_Result_4() { return &___m_Result_4; } inline void set_m_Result_4(RuntimeObject * value) { ___m_Result_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Result_4), (void*)value); } inline static int32_t get_offset_of_m_IntCompleted_5() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32, ___m_IntCompleted_5)); } inline int32_t get_m_IntCompleted_5() const { return ___m_IntCompleted_5; } inline int32_t* get_address_of_m_IntCompleted_5() { return &___m_IntCompleted_5; } inline void set_m_IntCompleted_5(int32_t value) { ___m_IntCompleted_5 = value; } inline static int32_t get_offset_of_m_UserEvent_6() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32, ___m_UserEvent_6)); } inline bool get_m_UserEvent_6() const { return ___m_UserEvent_6; } inline bool* get_address_of_m_UserEvent_6() { return &___m_UserEvent_6; } inline void set_m_UserEvent_6(bool value) { ___m_UserEvent_6 = value; } inline static int32_t get_offset_of_m_Event_7() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32, ___m_Event_7)); } inline RuntimeObject * get_m_Event_7() const { return ___m_Event_7; } inline RuntimeObject ** get_address_of_m_Event_7() { return &___m_Event_7; } inline void set_m_Event_7(RuntimeObject * value) { ___m_Event_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Event_7), (void*)value); } }; // System.Net.Sockets.LingerOption struct LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 : public RuntimeObject { public: // System.Boolean System.Net.Sockets.LingerOption::enabled bool ___enabled_0; // System.Int32 System.Net.Sockets.LingerOption::lingerTime int32_t ___lingerTime_1; public: inline static int32_t get_offset_of_enabled_0() { return static_cast(offsetof(LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34, ___enabled_0)); } inline bool get_enabled_0() const { return ___enabled_0; } inline bool* get_address_of_enabled_0() { return &___enabled_0; } inline void set_enabled_0(bool value) { ___enabled_0 = value; } inline static int32_t get_offset_of_lingerTime_1() { return static_cast(offsetof(LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34, ___lingerTime_1)); } inline int32_t get_lingerTime_1() const { return ___lingerTime_1; } inline int32_t* get_address_of_lingerTime_1() { return &___lingerTime_1; } inline void set_lingerTime_1(int32_t value) { ___lingerTime_1 = value; } }; // System.Collections.Specialized.ListDictionary struct ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary::head DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * ___head_0; // System.Int32 System.Collections.Specialized.ListDictionary::version int32_t ___version_1; // System.Int32 System.Collections.Specialized.ListDictionary::count int32_t ___count_2; // System.Collections.IComparer System.Collections.Specialized.ListDictionary::comparer RuntimeObject* ___comparer_3; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B, ___head_0)); } inline DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * get_head_0() const { return ___head_0; } inline DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B, ___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_count_2() { return static_cast(offsetof(ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B, ___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_comparer_3() { return static_cast(offsetof(ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B, ___comparer_3)); } inline RuntimeObject* get_comparer_3() const { return ___comparer_3; } inline RuntimeObject** get_address_of_comparer_3() { return &___comparer_3; } inline void set_comparer_3(RuntimeObject* value) { ___comparer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_3), (void*)value); } }; // System.Net.Logging struct Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0 : public RuntimeObject { public: public: }; // 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; } }; // System.Text.RegularExpressions.MatchEnumerator struct MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 : public RuntimeObject { public: // System.Text.RegularExpressions.MatchCollection System.Text.RegularExpressions.MatchEnumerator::_matchcoll MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * ____matchcoll_0; // System.Text.RegularExpressions.Match System.Text.RegularExpressions.MatchEnumerator::_match Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ____match_1; // System.Int32 System.Text.RegularExpressions.MatchEnumerator::_curindex int32_t ____curindex_2; // System.Boolean System.Text.RegularExpressions.MatchEnumerator::_done bool ____done_3; public: inline static int32_t get_offset_of__matchcoll_0() { return static_cast(offsetof(MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735, ____matchcoll_0)); } inline MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * get__matchcoll_0() const { return ____matchcoll_0; } inline MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E ** get_address_of__matchcoll_0() { return &____matchcoll_0; } inline void set__matchcoll_0(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * value) { ____matchcoll_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____matchcoll_0), (void*)value); } inline static int32_t get_offset_of__match_1() { return static_cast(offsetof(MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735, ____match_1)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get__match_1() const { return ____match_1; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of__match_1() { return &____match_1; } inline void set__match_1(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ____match_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____match_1), (void*)value); } inline static int32_t get_offset_of__curindex_2() { return static_cast(offsetof(MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735, ____curindex_2)); } inline int32_t get__curindex_2() const { return ____curindex_2; } inline int32_t* get_address_of__curindex_2() { return &____curindex_2; } inline void set__curindex_2(int32_t value) { ____curindex_2 = value; } inline static int32_t get_offset_of__done_3() { return static_cast(offsetof(MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735, ____done_3)); } inline bool get__done_3() const { return ____done_3; } inline bool* get_address_of__done_3() { return &____done_3; } inline void set__done_3(bool value) { ____done_3 = value; } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 : public RuntimeObject { public: public: }; // System.Net.Sockets.MulticastOption struct MulticastOption_t189DD50B037EC0813A6FFCE5C114B2146211AC5B : public RuntimeObject { public: public: }; // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 : public RuntimeObject { public: // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::_readOnly bool ____readOnly_0; // System.Collections.ArrayList System.Collections.Specialized.NameObjectCollectionBase::_entriesArray ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____entriesArray_1; // System.Collections.IEqualityComparer System.Collections.Specialized.NameObjectCollectionBase::_keyComparer RuntimeObject* ____keyComparer_2; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_entriesTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____entriesTable_3; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_nullKeyEntry NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * ____nullKeyEntry_4; // System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.NameObjectCollectionBase::_serializationInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____serializationInfo_5; // System.Int32 System.Collections.Specialized.NameObjectCollectionBase::_version int32_t ____version_6; public: inline static int32_t get_offset_of__readOnly_0() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____readOnly_0)); } inline bool get__readOnly_0() const { return ____readOnly_0; } inline bool* get_address_of__readOnly_0() { return &____readOnly_0; } inline void set__readOnly_0(bool value) { ____readOnly_0 = value; } inline static int32_t get_offset_of__entriesArray_1() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____entriesArray_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__entriesArray_1() const { return ____entriesArray_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__entriesArray_1() { return &____entriesArray_1; } inline void set__entriesArray_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____entriesArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____entriesArray_1), (void*)value); } inline static int32_t get_offset_of__keyComparer_2() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____keyComparer_2)); } inline RuntimeObject* get__keyComparer_2() const { return ____keyComparer_2; } inline RuntimeObject** get_address_of__keyComparer_2() { return &____keyComparer_2; } inline void set__keyComparer_2(RuntimeObject* value) { ____keyComparer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____keyComparer_2), (void*)value); } inline static int32_t get_offset_of__entriesTable_3() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____entriesTable_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__entriesTable_3() const { return ____entriesTable_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__entriesTable_3() { return &____entriesTable_3; } inline void set__entriesTable_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____entriesTable_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____entriesTable_3), (void*)value); } inline static int32_t get_offset_of__nullKeyEntry_4() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____nullKeyEntry_4)); } inline NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * get__nullKeyEntry_4() const { return ____nullKeyEntry_4; } inline NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 ** get_address_of__nullKeyEntry_4() { return &____nullKeyEntry_4; } inline void set__nullKeyEntry_4(NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * value) { ____nullKeyEntry_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____nullKeyEntry_4), (void*)value); } inline static int32_t get_offset_of__serializationInfo_5() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____serializationInfo_5)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__serializationInfo_5() const { return ____serializationInfo_5; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__serializationInfo_5() { return &____serializationInfo_5; } inline void set__serializationInfo_5(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____serializationInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____serializationInfo_5), (void*)value); } inline static int32_t get_offset_of__version_6() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____version_6)); } inline int32_t get__version_6() const { return ____version_6; } inline int32_t* get_address_of__version_6() { return &____version_6; } inline void set__version_6(int32_t value) { ____version_6 = value; } }; // System.Net.NclUtilities struct NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B : public RuntimeObject { public: public: }; // System.Net.NetRes struct NetRes_tC563539CDF7422CA3BFCC54920034595A7573C90 : public RuntimeObject { public: public: }; // System.Net.NetworkCredential struct NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 : public RuntimeObject { public: // System.String System.Net.NetworkCredential::m_domain String_t* ___m_domain_0; // System.String System.Net.NetworkCredential::m_userName String_t* ___m_userName_1; // System.Security.SecureString System.Net.NetworkCredential::m_password SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * ___m_password_2; public: inline static int32_t get_offset_of_m_domain_0() { return static_cast(offsetof(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686, ___m_domain_0)); } inline String_t* get_m_domain_0() const { return ___m_domain_0; } inline String_t** get_address_of_m_domain_0() { return &___m_domain_0; } inline void set_m_domain_0(String_t* value) { ___m_domain_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_domain_0), (void*)value); } inline static int32_t get_offset_of_m_userName_1() { return static_cast(offsetof(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686, ___m_userName_1)); } inline String_t* get_m_userName_1() const { return ___m_userName_1; } inline String_t** get_address_of_m_userName_1() { return &___m_userName_1; } inline void set_m_userName_1(String_t* value) { ___m_userName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_userName_1), (void*)value); } inline static int32_t get_offset_of_m_password_2() { return static_cast(offsetof(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686, ___m_password_2)); } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * get_m_password_2() const { return ___m_password_2; } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 ** get_address_of_m_password_2() { return &___m_password_2; } inline void set_m_password_2(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * value) { ___m_password_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_password_2), (void*)value); } }; // Mono.Net.Security.NoReflectionHelper struct NoReflectionHelper_t79138FA386BA7C0E26BE7EA5AFC9D70D3B99D8D6 : public RuntimeObject { public: public: }; // Mono.Http.NtlmClient struct NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 : public RuntimeObject { public: public: }; // System.Net.NtlmClient struct NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 : public RuntimeObject { public: // System.Net.IAuthenticationModule System.Net.NtlmClient::authObject RuntimeObject* ___authObject_0; public: inline static int32_t get_offset_of_authObject_0() { return static_cast(offsetof(NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8, ___authObject_0)); } inline RuntimeObject* get_authObject_0() const { return ___authObject_0; } inline RuntimeObject** get_address_of_authObject_0() { return &___authObject_0; } inline void set_authObject_0(RuntimeObject* value) { ___authObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___authObject_0), (void*)value); } }; // Mono.Http.NtlmSession struct NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 : public RuntimeObject { public: // Mono.Security.Protocol.Ntlm.MessageBase Mono.Http.NtlmSession::message MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * ___message_0; public: inline static int32_t get_offset_of_message_0() { return static_cast(offsetof(NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7, ___message_0)); } inline MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * get_message_0() const { return ___message_0; } inline MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD ** get_address_of_message_0() { return &___message_0; } inline void set_message_0(MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * value) { ___message_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_0), (void*)value); } }; // System.Security.Cryptography.OidCollection struct OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 : public RuntimeObject { public: // System.Collections.ArrayList System.Security.Cryptography.OidCollection::m_list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___m_list_0; public: inline static int32_t get_offset_of_m_list_0() { return static_cast(offsetof(OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902, ___m_list_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_m_list_0() const { return ___m_list_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_m_list_0() { return &___m_list_0; } inline void set_m_list_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___m_list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_list_0), (void*)value); } }; // System.Security.Cryptography.OidEnumerator struct OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 : public RuntimeObject { public: // System.Security.Cryptography.OidCollection System.Security.Cryptography.OidEnumerator::m_oids OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * ___m_oids_0; // System.Int32 System.Security.Cryptography.OidEnumerator::m_current int32_t ___m_current_1; public: inline static int32_t get_offset_of_m_oids_0() { return static_cast(offsetof(OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884, ___m_oids_0)); } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * get_m_oids_0() const { return ___m_oids_0; } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 ** get_address_of_m_oids_0() { return &___m_oids_0; } inline void set_m_oids_0(OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * value) { ___m_oids_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_oids_0), (void*)value); } inline static int32_t get_offset_of_m_current_1() { return static_cast(offsetof(OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884, ___m_current_1)); } inline int32_t get_m_current_1() const { return ___m_current_1; } inline int32_t* get_address_of_m_current_1() { return &___m_current_1; } inline void set_m_current_1(int32_t value) { ___m_current_1 = value; } }; // System.Net.PathList struct PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 : public RuntimeObject { public: // System.Collections.SortedList System.Net.PathList::m_list SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * ___m_list_0; public: inline static int32_t get_offset_of_m_list_0() { return static_cast(offsetof(PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21, ___m_list_0)); } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * get_m_list_0() const { return ___m_list_0; } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 ** get_address_of_m_list_0() { return &___m_list_0; } inline void set_m_list_0(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * value) { ___m_list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_list_0), (void*)value); } }; // System.Platform struct Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A : public RuntimeObject { public: public: }; // System.Security.Cryptography.X509Certificates.PublicKey struct PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 : public RuntimeObject { public: // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.PublicKey::_key AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ____key_0; // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::_keyValue AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ____keyValue_1; // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::_params AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ____params_2; // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.PublicKey::_oid Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ____oid_3; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2, ____key_0)); } inline AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * get__key_0() const { return ____key_0; } inline AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__keyValue_1() { return static_cast(offsetof(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2, ____keyValue_1)); } inline AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * get__keyValue_1() const { return ____keyValue_1; } inline AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA ** get_address_of__keyValue_1() { return &____keyValue_1; } inline void set__keyValue_1(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * value) { ____keyValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____keyValue_1), (void*)value); } inline static int32_t get_offset_of__params_2() { return static_cast(offsetof(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2, ____params_2)); } inline AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * get__params_2() const { return ____params_2; } inline AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA ** get_address_of__params_2() { return &____params_2; } inline void set__params_2(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * value) { ____params_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____params_2), (void*)value); } inline static int32_t get_offset_of__oid_3() { return static_cast(offsetof(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2, ____oid_3)); } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * get__oid_3() const { return ____oid_3; } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 ** get_address_of__oid_3() { return &____oid_3; } inline void set__oid_3(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * value) { ____oid_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____oid_3), (void*)value); } }; // System.Text.RegularExpressions.RegexBoyerMoore struct RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 : public RuntimeObject { public: // System.Int32[] System.Text.RegularExpressions.RegexBoyerMoore::_positive Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____positive_0; // System.Int32[] System.Text.RegularExpressions.RegexBoyerMoore::_negativeASCII Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____negativeASCII_1; // System.Int32[][] System.Text.RegularExpressions.RegexBoyerMoore::_negativeUnicode Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ____negativeUnicode_2; // System.String System.Text.RegularExpressions.RegexBoyerMoore::_pattern String_t* ____pattern_3; // System.Int32 System.Text.RegularExpressions.RegexBoyerMoore::_lowASCII int32_t ____lowASCII_4; // System.Int32 System.Text.RegularExpressions.RegexBoyerMoore::_highASCII int32_t ____highASCII_5; // System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::_rightToLeft bool ____rightToLeft_6; // System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::_caseInsensitive bool ____caseInsensitive_7; // System.Globalization.CultureInfo System.Text.RegularExpressions.RegexBoyerMoore::_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____culture_8; public: inline static int32_t get_offset_of__positive_0() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____positive_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__positive_0() const { return ____positive_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__positive_0() { return &____positive_0; } inline void set__positive_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____positive_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____positive_0), (void*)value); } inline static int32_t get_offset_of__negativeASCII_1() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____negativeASCII_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__negativeASCII_1() const { return ____negativeASCII_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__negativeASCII_1() { return &____negativeASCII_1; } inline void set__negativeASCII_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____negativeASCII_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____negativeASCII_1), (void*)value); } inline static int32_t get_offset_of__negativeUnicode_2() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____negativeUnicode_2)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get__negativeUnicode_2() const { return ____negativeUnicode_2; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of__negativeUnicode_2() { return &____negativeUnicode_2; } inline void set__negativeUnicode_2(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ____negativeUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____negativeUnicode_2), (void*)value); } inline static int32_t get_offset_of__pattern_3() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____pattern_3)); } inline String_t* get__pattern_3() const { return ____pattern_3; } inline String_t** get_address_of__pattern_3() { return &____pattern_3; } inline void set__pattern_3(String_t* value) { ____pattern_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____pattern_3), (void*)value); } inline static int32_t get_offset_of__lowASCII_4() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____lowASCII_4)); } inline int32_t get__lowASCII_4() const { return ____lowASCII_4; } inline int32_t* get_address_of__lowASCII_4() { return &____lowASCII_4; } inline void set__lowASCII_4(int32_t value) { ____lowASCII_4 = value; } inline static int32_t get_offset_of__highASCII_5() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____highASCII_5)); } inline int32_t get__highASCII_5() const { return ____highASCII_5; } inline int32_t* get_address_of__highASCII_5() { return &____highASCII_5; } inline void set__highASCII_5(int32_t value) { ____highASCII_5 = value; } inline static int32_t get_offset_of__rightToLeft_6() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____rightToLeft_6)); } inline bool get__rightToLeft_6() const { return ____rightToLeft_6; } inline bool* get_address_of__rightToLeft_6() { return &____rightToLeft_6; } inline void set__rightToLeft_6(bool value) { ____rightToLeft_6 = value; } inline static int32_t get_offset_of__caseInsensitive_7() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____caseInsensitive_7)); } inline bool get__caseInsensitive_7() const { return ____caseInsensitive_7; } inline bool* get_address_of__caseInsensitive_7() { return &____caseInsensitive_7; } inline void set__caseInsensitive_7(bool value) { ____caseInsensitive_7 = value; } inline static int32_t get_offset_of__culture_8() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____culture_8)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__culture_8() const { return ____culture_8; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__culture_8() { return &____culture_8; } inline void set__culture_8(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____culture_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____culture_8), (void*)value); } }; // System.Text.RegularExpressions.RegexCharClass struct RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 : public RuntimeObject { public: // System.Collections.Generic.List`1 System.Text.RegularExpressions.RegexCharClass::_rangelist List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * ____rangelist_0; // System.Text.StringBuilder System.Text.RegularExpressions.RegexCharClass::_categories StringBuilder_t * ____categories_1; // System.Boolean System.Text.RegularExpressions.RegexCharClass::_canonical bool ____canonical_2; // System.Boolean System.Text.RegularExpressions.RegexCharClass::_negate bool ____negate_3; // System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexCharClass::_subtractor RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * ____subtractor_4; public: inline static int32_t get_offset_of__rangelist_0() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5, ____rangelist_0)); } inline List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * get__rangelist_0() const { return ____rangelist_0; } inline List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 ** get_address_of__rangelist_0() { return &____rangelist_0; } inline void set__rangelist_0(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * value) { ____rangelist_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangelist_0), (void*)value); } inline static int32_t get_offset_of__categories_1() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5, ____categories_1)); } inline StringBuilder_t * get__categories_1() const { return ____categories_1; } inline StringBuilder_t ** get_address_of__categories_1() { return &____categories_1; } inline void set__categories_1(StringBuilder_t * value) { ____categories_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____categories_1), (void*)value); } inline static int32_t get_offset_of__canonical_2() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5, ____canonical_2)); } inline bool get__canonical_2() const { return ____canonical_2; } inline bool* get_address_of__canonical_2() { return &____canonical_2; } inline void set__canonical_2(bool value) { ____canonical_2 = value; } inline static int32_t get_offset_of__negate_3() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5, ____negate_3)); } inline bool get__negate_3() const { return ____negate_3; } inline bool* get_address_of__negate_3() { return &____negate_3; } inline void set__negate_3(bool value) { ____negate_3 = value; } inline static int32_t get_offset_of__subtractor_4() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5, ____subtractor_4)); } inline RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * get__subtractor_4() const { return ____subtractor_4; } inline RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 ** get_address_of__subtractor_4() { return &____subtractor_4; } inline void set__subtractor_4(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * value) { ____subtractor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____subtractor_4), (void*)value); } }; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 : public RuntimeObject { public: // System.Int32[] System.Text.RegularExpressions.RegexCode::_codes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____codes_0; // System.String[] System.Text.RegularExpressions.RegexCode::_strings StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____strings_1; // System.Int32 System.Text.RegularExpressions.RegexCode::_trackcount int32_t ____trackcount_2; // System.Collections.Hashtable System.Text.RegularExpressions.RegexCode::_caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_3; // System.Int32 System.Text.RegularExpressions.RegexCode::_capsize int32_t ____capsize_4; // System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexCode::_fcPrefix RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * ____fcPrefix_5; // System.Text.RegularExpressions.RegexBoyerMoore System.Text.RegularExpressions.RegexCode::_bmPrefix RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * ____bmPrefix_6; // System.Int32 System.Text.RegularExpressions.RegexCode::_anchors int32_t ____anchors_7; // System.Boolean System.Text.RegularExpressions.RegexCode::_rightToLeft bool ____rightToLeft_8; public: inline static int32_t get_offset_of__codes_0() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____codes_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__codes_0() const { return ____codes_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__codes_0() { return &____codes_0; } inline void set__codes_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____codes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____codes_0), (void*)value); } inline static int32_t get_offset_of__strings_1() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____strings_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__strings_1() const { return ____strings_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__strings_1() { return &____strings_1; } inline void set__strings_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____strings_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____strings_1), (void*)value); } inline static int32_t get_offset_of__trackcount_2() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____trackcount_2)); } inline int32_t get__trackcount_2() const { return ____trackcount_2; } inline int32_t* get_address_of__trackcount_2() { return &____trackcount_2; } inline void set__trackcount_2(int32_t value) { ____trackcount_2 = value; } inline static int32_t get_offset_of__caps_3() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____caps_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_3() const { return ____caps_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_3() { return &____caps_3; } inline void set__caps_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_3), (void*)value); } inline static int32_t get_offset_of__capsize_4() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____capsize_4)); } inline int32_t get__capsize_4() const { return ____capsize_4; } inline int32_t* get_address_of__capsize_4() { return &____capsize_4; } inline void set__capsize_4(int32_t value) { ____capsize_4 = value; } inline static int32_t get_offset_of__fcPrefix_5() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____fcPrefix_5)); } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * get__fcPrefix_5() const { return ____fcPrefix_5; } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 ** get_address_of__fcPrefix_5() { return &____fcPrefix_5; } inline void set__fcPrefix_5(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * value) { ____fcPrefix_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____fcPrefix_5), (void*)value); } inline static int32_t get_offset_of__bmPrefix_6() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____bmPrefix_6)); } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * get__bmPrefix_6() const { return ____bmPrefix_6; } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 ** get_address_of__bmPrefix_6() { return &____bmPrefix_6; } inline void set__bmPrefix_6(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * value) { ____bmPrefix_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____bmPrefix_6), (void*)value); } inline static int32_t get_offset_of__anchors_7() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____anchors_7)); } inline int32_t get__anchors_7() const { return ____anchors_7; } inline int32_t* get_address_of__anchors_7() { return &____anchors_7; } inline void set__anchors_7(int32_t value) { ____anchors_7 = value; } inline static int32_t get_offset_of__rightToLeft_8() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____rightToLeft_8)); } inline bool get__rightToLeft_8() const { return ____rightToLeft_8; } inline bool* get_address_of__rightToLeft_8() { return &____rightToLeft_8; } inline void set__rightToLeft_8(bool value) { ____rightToLeft_8 = value; } }; // System.Text.RegularExpressions.RegexReplacement struct RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.RegexReplacement::_rep String_t* ____rep_0; // System.Collections.Generic.List`1 System.Text.RegularExpressions.RegexReplacement::_strings List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ____strings_1; // System.Collections.Generic.List`1 System.Text.RegularExpressions.RegexReplacement::_rules List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ____rules_2; public: inline static int32_t get_offset_of__rep_0() { return static_cast(offsetof(RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32, ____rep_0)); } inline String_t* get__rep_0() const { return ____rep_0; } inline String_t** get_address_of__rep_0() { return &____rep_0; } inline void set__rep_0(String_t* value) { ____rep_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____rep_0), (void*)value); } inline static int32_t get_offset_of__strings_1() { return static_cast(offsetof(RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32, ____strings_1)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get__strings_1() const { return ____strings_1; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of__strings_1() { return &____strings_1; } inline void set__strings_1(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ____strings_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____strings_1), (void*)value); } inline static int32_t get_offset_of__rules_2() { return static_cast(offsetof(RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32, ____rules_2)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get__rules_2() const { return ____rules_2; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of__rules_2() { return &____rules_2; } inline void set__rules_2(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ____rules_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____rules_2), (void*)value); } }; // System.Text.RegularExpressions.RegexRunner struct RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 : public RuntimeObject { public: // System.Int32 System.Text.RegularExpressions.RegexRunner::runtextbeg int32_t ___runtextbeg_0; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtextend int32_t ___runtextend_1; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtextstart int32_t ___runtextstart_2; // System.String System.Text.RegularExpressions.RegexRunner::runtext String_t* ___runtext_3; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtextpos int32_t ___runtextpos_4; // System.Int32[] System.Text.RegularExpressions.RegexRunner::runtrack Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___runtrack_5; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtrackpos int32_t ___runtrackpos_6; // System.Int32[] System.Text.RegularExpressions.RegexRunner::runstack Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___runstack_7; // System.Int32 System.Text.RegularExpressions.RegexRunner::runstackpos int32_t ___runstackpos_8; // System.Int32[] System.Text.RegularExpressions.RegexRunner::runcrawl Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___runcrawl_9; // System.Int32 System.Text.RegularExpressions.RegexRunner::runcrawlpos int32_t ___runcrawlpos_10; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtrackcount int32_t ___runtrackcount_11; // System.Text.RegularExpressions.Match System.Text.RegularExpressions.RegexRunner::runmatch Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ___runmatch_12; // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.RegexRunner::runregex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___runregex_13; // System.Int32 System.Text.RegularExpressions.RegexRunner::timeout int32_t ___timeout_14; // System.Boolean System.Text.RegularExpressions.RegexRunner::ignoreTimeout bool ___ignoreTimeout_15; // System.Int32 System.Text.RegularExpressions.RegexRunner::timeoutOccursAt int32_t ___timeoutOccursAt_16; // System.Int32 System.Text.RegularExpressions.RegexRunner::timeoutChecksToSkip int32_t ___timeoutChecksToSkip_17; public: inline static int32_t get_offset_of_runtextbeg_0() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtextbeg_0)); } inline int32_t get_runtextbeg_0() const { return ___runtextbeg_0; } inline int32_t* get_address_of_runtextbeg_0() { return &___runtextbeg_0; } inline void set_runtextbeg_0(int32_t value) { ___runtextbeg_0 = value; } inline static int32_t get_offset_of_runtextend_1() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtextend_1)); } inline int32_t get_runtextend_1() const { return ___runtextend_1; } inline int32_t* get_address_of_runtextend_1() { return &___runtextend_1; } inline void set_runtextend_1(int32_t value) { ___runtextend_1 = value; } inline static int32_t get_offset_of_runtextstart_2() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtextstart_2)); } inline int32_t get_runtextstart_2() const { return ___runtextstart_2; } inline int32_t* get_address_of_runtextstart_2() { return &___runtextstart_2; } inline void set_runtextstart_2(int32_t value) { ___runtextstart_2 = value; } inline static int32_t get_offset_of_runtext_3() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtext_3)); } inline String_t* get_runtext_3() const { return ___runtext_3; } inline String_t** get_address_of_runtext_3() { return &___runtext_3; } inline void set_runtext_3(String_t* value) { ___runtext_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___runtext_3), (void*)value); } inline static int32_t get_offset_of_runtextpos_4() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtextpos_4)); } inline int32_t get_runtextpos_4() const { return ___runtextpos_4; } inline int32_t* get_address_of_runtextpos_4() { return &___runtextpos_4; } inline void set_runtextpos_4(int32_t value) { ___runtextpos_4 = value; } inline static int32_t get_offset_of_runtrack_5() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtrack_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_runtrack_5() const { return ___runtrack_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_runtrack_5() { return &___runtrack_5; } inline void set_runtrack_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___runtrack_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___runtrack_5), (void*)value); } inline static int32_t get_offset_of_runtrackpos_6() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtrackpos_6)); } inline int32_t get_runtrackpos_6() const { return ___runtrackpos_6; } inline int32_t* get_address_of_runtrackpos_6() { return &___runtrackpos_6; } inline void set_runtrackpos_6(int32_t value) { ___runtrackpos_6 = value; } inline static int32_t get_offset_of_runstack_7() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runstack_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_runstack_7() const { return ___runstack_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_runstack_7() { return &___runstack_7; } inline void set_runstack_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___runstack_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___runstack_7), (void*)value); } inline static int32_t get_offset_of_runstackpos_8() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runstackpos_8)); } inline int32_t get_runstackpos_8() const { return ___runstackpos_8; } inline int32_t* get_address_of_runstackpos_8() { return &___runstackpos_8; } inline void set_runstackpos_8(int32_t value) { ___runstackpos_8 = value; } inline static int32_t get_offset_of_runcrawl_9() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runcrawl_9)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_runcrawl_9() const { return ___runcrawl_9; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_runcrawl_9() { return &___runcrawl_9; } inline void set_runcrawl_9(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___runcrawl_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___runcrawl_9), (void*)value); } inline static int32_t get_offset_of_runcrawlpos_10() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runcrawlpos_10)); } inline int32_t get_runcrawlpos_10() const { return ___runcrawlpos_10; } inline int32_t* get_address_of_runcrawlpos_10() { return &___runcrawlpos_10; } inline void set_runcrawlpos_10(int32_t value) { ___runcrawlpos_10 = value; } inline static int32_t get_offset_of_runtrackcount_11() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtrackcount_11)); } inline int32_t get_runtrackcount_11() const { return ___runtrackcount_11; } inline int32_t* get_address_of_runtrackcount_11() { return &___runtrackcount_11; } inline void set_runtrackcount_11(int32_t value) { ___runtrackcount_11 = value; } inline static int32_t get_offset_of_runmatch_12() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runmatch_12)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get_runmatch_12() const { return ___runmatch_12; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of_runmatch_12() { return &___runmatch_12; } inline void set_runmatch_12(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ___runmatch_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___runmatch_12), (void*)value); } inline static int32_t get_offset_of_runregex_13() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runregex_13)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get_runregex_13() const { return ___runregex_13; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of_runregex_13() { return &___runregex_13; } inline void set_runregex_13(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ___runregex_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___runregex_13), (void*)value); } inline static int32_t get_offset_of_timeout_14() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___timeout_14)); } inline int32_t get_timeout_14() const { return ___timeout_14; } inline int32_t* get_address_of_timeout_14() { return &___timeout_14; } inline void set_timeout_14(int32_t value) { ___timeout_14 = value; } inline static int32_t get_offset_of_ignoreTimeout_15() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___ignoreTimeout_15)); } inline bool get_ignoreTimeout_15() const { return ___ignoreTimeout_15; } inline bool* get_address_of_ignoreTimeout_15() { return &___ignoreTimeout_15; } inline void set_ignoreTimeout_15(bool value) { ___ignoreTimeout_15 = value; } inline static int32_t get_offset_of_timeoutOccursAt_16() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___timeoutOccursAt_16)); } inline int32_t get_timeoutOccursAt_16() const { return ___timeoutOccursAt_16; } inline int32_t* get_address_of_timeoutOccursAt_16() { return &___timeoutOccursAt_16; } inline void set_timeoutOccursAt_16(int32_t value) { ___timeoutOccursAt_16 = value; } inline static int32_t get_offset_of_timeoutChecksToSkip_17() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___timeoutChecksToSkip_17)); } inline int32_t get_timeoutChecksToSkip_17() const { return ___timeoutChecksToSkip_17; } inline int32_t* get_address_of_timeoutChecksToSkip_17() { return &___timeoutChecksToSkip_17; } inline void set_timeoutChecksToSkip_17(int32_t value) { ___timeoutChecksToSkip_17 = value; } }; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 : public RuntimeObject { public: public: }; // System.Security.SecureString struct SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 : public RuntimeObject { public: // System.Int32 System.Security.SecureString::length int32_t ___length_0; // System.Boolean System.Security.SecureString::disposed bool ___disposed_1; // System.Byte[] System.Security.SecureString::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_disposed_1() { return static_cast(offsetof(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94, ___disposed_1)); } inline bool get_disposed_1() const { return ___disposed_1; } inline bool* get_address_of_disposed_1() { return &___disposed_1; } inline void set_disposed_1(bool value) { ___disposed_1 = value; } inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_0; // System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_1; // System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_2; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems int32_t ___m_numItems_3; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem int32_t ___m_currItem_4; // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current bool ___m_current_5; public: inline static int32_t get_offset_of_m_members_0() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_members_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_0() const { return ___m_members_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_0() { return &___m_members_0; } inline void set_m_members_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_0), (void*)value); } inline static int32_t get_offset_of_m_data_1() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_data_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_1() const { return ___m_data_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_1() { return &___m_data_1; } inline void set_m_data_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_1), (void*)value); } inline static int32_t get_offset_of_m_types_2() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_types_2)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_2() const { return ___m_types_2; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_2() { return &___m_types_2; } inline void set_m_types_2(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_2), (void*)value); } inline static int32_t get_offset_of_m_numItems_3() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_numItems_3)); } inline int32_t get_m_numItems_3() const { return ___m_numItems_3; } inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; } inline void set_m_numItems_3(int32_t value) { ___m_numItems_3 = value; } inline static int32_t get_offset_of_m_currItem_4() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_currItem_4)); } inline int32_t get_m_currItem_4() const { return ___m_currItem_4; } inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; } inline void set_m_currItem_4(int32_t value) { ___m_currItem_4 = value; } inline static int32_t get_offset_of_m_current_5() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_current_5)); } inline bool get_m_current_5() const { return ___m_current_5; } inline bool* get_address_of_m_current_5() { return &___m_current_5; } inline void set_m_current_5(bool value) { ___m_current_5 = value; } }; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 : public RuntimeObject { public: // System.WeakReference System.Text.RegularExpressions.SharedReference::_ref WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * ____ref_0; // System.Int32 System.Text.RegularExpressions.SharedReference::_locked int32_t ____locked_1; public: inline static int32_t get_offset_of__ref_0() { return static_cast(offsetof(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926, ____ref_0)); } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * get__ref_0() const { return ____ref_0; } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 ** get_address_of__ref_0() { return &____ref_0; } inline void set__ref_0(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * value) { ____ref_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____ref_0), (void*)value); } inline static int32_t get_offset_of__locked_1() { return static_cast(offsetof(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926, ____locked_1)); } inline int32_t get__locked_1() const { return ____locked_1; } inline int32_t* get_address_of__locked_1() { return &____locked_1; } inline void set__locked_1(int32_t value) { ____locked_1 = value; } }; // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 : public RuntimeObject { public: // System.Object[] System.Collections.SortedList::keys ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___keys_0; // System.Object[] System.Collections.SortedList::values ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values_1; // System.Int32 System.Collections.SortedList::_size int32_t ____size_2; // System.Int32 System.Collections.SortedList::version int32_t ___version_3; // System.Collections.IComparer System.Collections.SortedList::comparer RuntimeObject* ___comparer_4; // System.Collections.SortedList/KeyList System.Collections.SortedList::keyList KeyList_t90FF026A62D56329DEFC1B768358977E70839881 * ___keyList_5; // System.Collections.SortedList/ValueList System.Collections.SortedList::valueList ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D * ___valueList_6; // System.Object System.Collections.SortedList::_syncRoot RuntimeObject * ____syncRoot_7; public: inline static int32_t get_offset_of_keys_0() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___keys_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_keys_0() const { return ___keys_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_keys_0() { return &___keys_0; } inline void set_keys_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___keys_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_0), (void*)value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___values_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_values_1() const { return ___values_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___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_comparer_4() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___comparer_4)); } inline RuntimeObject* get_comparer_4() const { return ___comparer_4; } inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; } inline void set_comparer_4(RuntimeObject* value) { ___comparer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_4), (void*)value); } inline static int32_t get_offset_of_keyList_5() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___keyList_5)); } inline KeyList_t90FF026A62D56329DEFC1B768358977E70839881 * get_keyList_5() const { return ___keyList_5; } inline KeyList_t90FF026A62D56329DEFC1B768358977E70839881 ** get_address_of_keyList_5() { return &___keyList_5; } inline void set_keyList_5(KeyList_t90FF026A62D56329DEFC1B768358977E70839881 * value) { ___keyList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyList_5), (void*)value); } inline static int32_t get_offset_of_valueList_6() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___valueList_6)); } inline ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D * get_valueList_6() const { return ___valueList_6; } inline ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D ** get_address_of_valueList_6() { return &___valueList_6; } inline void set_valueList_6(ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D * value) { ___valueList_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueList_6), (void*)value); } inline static int32_t get_offset_of__syncRoot_7() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ____syncRoot_7)); } inline RuntimeObject * get__syncRoot_7() const { return ____syncRoot_7; } inline RuntimeObject ** get_address_of__syncRoot_7() { return &____syncRoot_7; } inline void set__syncRoot_7(RuntimeObject * value) { ____syncRoot_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_7), (void*)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; } }; // 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.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 : public RuntimeObject { public: public: }; // 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.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::impl X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * ___impl_0; // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates bool ___hideDates_1; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name String_t* ___issuer_name_2; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name String_t* ___subject_name_3; public: inline static int32_t get_offset_of_impl_0() { return static_cast(offsetof(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___impl_0)); } inline X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * get_impl_0() const { return ___impl_0; } inline X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 ** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value); } inline static int32_t get_offset_of_hideDates_1() { return static_cast(offsetof(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___hideDates_1)); } inline bool get_hideDates_1() const { return ___hideDates_1; } inline bool* get_address_of_hideDates_1() { return &___hideDates_1; } inline void set_hideDates_1(bool value) { ___hideDates_1 = value; } inline static int32_t get_offset_of_issuer_name_2() { return static_cast(offsetof(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___issuer_name_2)); } inline String_t* get_issuer_name_2() const { return ___issuer_name_2; } inline String_t** get_address_of_issuer_name_2() { return &___issuer_name_2; } inline void set_issuer_name_2(String_t* value) { ___issuer_name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_name_2), (void*)value); } inline static int32_t get_offset_of_subject_name_3() { return static_cast(offsetof(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___subject_name_3)); } inline String_t* get_subject_name_3() const { return ___subject_name_3; } inline String_t** get_address_of_subject_name_3() { return &___subject_name_3; } inline void set_subject_name_3(String_t* value) { ___subject_name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_name_3), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::impl X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * ___impl_0; public: inline static int32_t get_offset_of_impl_0() { return static_cast(offsetof(X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37, ___impl_0)); } inline X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * get_impl_0() const { return ___impl_0; } inline X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE ** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value); } }; // System.Net.LazyAsyncResult/ThreadContext struct ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 : public RuntimeObject { public: // System.Int32 System.Net.LazyAsyncResult/ThreadContext::m_NestedIOCount int32_t ___m_NestedIOCount_0; public: inline static int32_t get_offset_of_m_NestedIOCount_0() { return static_cast(offsetof(ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3, ___m_NestedIOCount_0)); } inline int32_t get_m_NestedIOCount_0() const { return ___m_NestedIOCount_0; } inline int32_t* get_address_of_m_NestedIOCount_0() { return &___m_NestedIOCount_0; } inline void set_m_NestedIOCount_0(int32_t value) { ___m_NestedIOCount_0 = value; } }; // System.Collections.Specialized.ListDictionary/DictionaryNode struct DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 : public RuntimeObject { public: // System.Object System.Collections.Specialized.ListDictionary/DictionaryNode::key RuntimeObject * ___key_0; // System.Object System.Collections.Specialized.ListDictionary/DictionaryNode::value RuntimeObject * ___value_1; // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary/DictionaryNode::next DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * ___next_2; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89, ___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(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89, ___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); } inline static int32_t get_offset_of_next_2() { return static_cast(offsetof(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89, ___next_2)); } inline DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * get_next_2() const { return ___next_2; } inline DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 ** get_address_of_next_2() { return &___next_2; } inline void set_next_2(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * value) { ___next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_2), (void*)value); } }; // System.Collections.Specialized.ListDictionary/NodeEnumerator struct NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary System.Collections.Specialized.ListDictionary/NodeEnumerator::list ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * ___list_0; // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary/NodeEnumerator::current DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * ___current_1; // System.Int32 System.Collections.Specialized.ListDictionary/NodeEnumerator::version int32_t ___version_2; // System.Boolean System.Collections.Specialized.ListDictionary/NodeEnumerator::start bool ___start_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C, ___list_0)); } inline ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * get_list_0() const { return ___list_0; } inline ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C, ___current_1)); } inline DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * get_current_1() const { return ___current_1; } inline DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 ** get_address_of_current_1() { return &___current_1; } inline void set_current_1(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * value) { ___current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_1), (void*)value); } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C, ___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_start_3() { return static_cast(offsetof(NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C, ___start_3)); } inline bool get_start_3() const { return ___start_3; } inline bool* get_address_of_start_3() { return &___start_3; } inline void set_start_3(bool value) { ___start_3 = value; } }; // System.Net.MonoChunkStream/Chunk struct Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 : public RuntimeObject { public: // System.Byte[] System.Net.MonoChunkStream/Chunk::Bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Bytes_0; // System.Int32 System.Net.MonoChunkStream/Chunk::Offset int32_t ___Offset_1; public: inline static int32_t get_offset_of_Bytes_0() { return static_cast(offsetof(Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951, ___Bytes_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Bytes_0() const { return ___Bytes_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Bytes_0() { return &___Bytes_0; } inline void set_Bytes_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Bytes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Bytes_0), (void*)value); } inline static int32_t get_offset_of_Offset_1() { return static_cast(offsetof(Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951, ___Offset_1)); } inline int32_t get_Offset_1() const { return ___Offset_1; } inline int32_t* get_address_of_Offset_1() { return &___Offset_1; } inline void set_Offset_1(int32_t value) { ___Offset_1 = value; } }; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry struct NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 : public RuntimeObject { public: // System.String System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry::Key String_t* ___Key_0; // System.Object System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry::Value RuntimeObject * ___Value_1; public: inline static int32_t get_offset_of_Key_0() { return static_cast(offsetof(NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22, ___Key_0)); } inline String_t* get_Key_0() const { return ___Key_0; } inline String_t** get_address_of_Key_0() { return &___Key_0; } inline void set_Key_0(String_t* value) { ___Key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Key_0), (void*)value); } inline static int32_t get_offset_of_Value_1() { return static_cast(offsetof(NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22, ___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.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator struct NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71 : public RuntimeObject { public: // System.Int32 System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::_pos int32_t ____pos_0; // System.Collections.Specialized.NameObjectCollectionBase System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::_coll NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * ____coll_1; // System.Int32 System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::_version int32_t ____version_2; public: inline static int32_t get_offset_of__pos_0() { return static_cast(offsetof(NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71, ____pos_0)); } inline int32_t get__pos_0() const { return ____pos_0; } inline int32_t* get_address_of__pos_0() { return &____pos_0; } inline void set__pos_0(int32_t value) { ____pos_0 = value; } inline static int32_t get_offset_of__coll_1() { return static_cast(offsetof(NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71, ____coll_1)); } inline NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * get__coll_1() const { return ____coll_1; } inline NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 ** get_address_of__coll_1() { return &____coll_1; } inline void set__coll_1(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * value) { ____coll_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____coll_1), (void*)value); } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71, ____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; } }; // Mono.Http.NtlmClient/<>c struct U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 : public RuntimeObject { public: public: }; // System.Net.PathList/PathListComparer struct PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 : public RuntimeObject { public: public: }; // System.Text.RegularExpressions.RegexCharClass/SingleRange struct SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 : public RuntimeObject { public: // System.Char System.Text.RegularExpressions.RegexCharClass/SingleRange::_first Il2CppChar ____first_0; // System.Char System.Text.RegularExpressions.RegexCharClass/SingleRange::_last Il2CppChar ____last_1; public: inline static int32_t get_offset_of__first_0() { return static_cast(offsetof(SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624, ____first_0)); } inline Il2CppChar get__first_0() const { return ____first_0; } inline Il2CppChar* get_address_of__first_0() { return &____first_0; } inline void set__first_0(Il2CppChar value) { ____first_0 = value; } inline static int32_t get_offset_of__last_1() { return static_cast(offsetof(SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624, ____last_1)); } inline Il2CppChar get__last_1() const { return ____last_1; } inline Il2CppChar* get_address_of__last_1() { return &____last_1; } inline void set__last_1(Il2CppChar value) { ____last_1 = value; } }; // System.Text.RegularExpressions.RegexCharClass/SingleRangeComparer struct SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075 : public RuntimeObject { public: public: }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * ___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_tDC287CFAE09DB869D082DC977F538D0DE5D11956, ___m_task_0)); } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * 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_tDC287CFAE09DB869D082DC977F538D0DE5D11956, ___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.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___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_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2, ___m_task_0)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * 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_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2, ___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.List`1/Enumerator struct Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245, ___list_0)); } inline List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * get_list_0() const { return ___list_0; } inline List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245, ___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_current_3() { return static_cast(offsetof(Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245, ___current_3)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_current_3() const { return ___current_3; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___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_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t59478D999576758E965737A3361AFC7391C2BB15 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD, ___list_0)); } inline List_1_t59478D999576758E965737A3361AFC7391C2BB15 * get_list_0() const { return ___list_0; } inline List_1_t59478D999576758E965737A3361AFC7391C2BB15 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t59478D999576758E965737A3361AFC7391C2BB15 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD, ___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_current_3() { return static_cast(offsetof(Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD, ___current_3)); } inline Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * get_current_3() const { return ___current_3; } inline Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.ValueTuple`2 struct ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE { public: // T1 System.ValueTuple`2::Item1 int32_t ___Item1_0; // T2 System.ValueTuple`2::Item2 bool ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE, ___Item1_0)); } inline int32_t get_Item1_0() const { return ___Item1_0; } inline int32_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int32_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE, ___Item2_1)); } inline bool get_Item2_1() const { return ___Item2_1; } inline bool* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(bool value) { ___Item2_1 = 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; }; // Mono.Net.Security.AsyncReadOrWriteRequest struct AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 : public AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 { public: // Mono.Net.Security.BufferOffsetSize Mono.Net.Security.AsyncReadOrWriteRequest::k__BackingField BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * ___U3CUserBufferU3Ek__BackingField_7; // System.Int32 Mono.Net.Security.AsyncReadOrWriteRequest::k__BackingField int32_t ___U3CCurrentSizeU3Ek__BackingField_8; public: inline static int32_t get_offset_of_U3CUserBufferU3Ek__BackingField_7() { return static_cast(offsetof(AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81, ___U3CUserBufferU3Ek__BackingField_7)); } inline BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * get_U3CUserBufferU3Ek__BackingField_7() const { return ___U3CUserBufferU3Ek__BackingField_7; } inline BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD ** get_address_of_U3CUserBufferU3Ek__BackingField_7() { return &___U3CUserBufferU3Ek__BackingField_7; } inline void set_U3CUserBufferU3Ek__BackingField_7(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * value) { ___U3CUserBufferU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUserBufferU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CCurrentSizeU3Ek__BackingField_8() { return static_cast(offsetof(AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81, ___U3CCurrentSizeU3Ek__BackingField_8)); } inline int32_t get_U3CCurrentSizeU3Ek__BackingField_8() const { return ___U3CCurrentSizeU3Ek__BackingField_8; } inline int32_t* get_address_of_U3CCurrentSizeU3Ek__BackingField_8() { return &___U3CCurrentSizeU3Ek__BackingField_8; } inline void set_U3CCurrentSizeU3Ek__BackingField_8(int32_t value) { ___U3CCurrentSizeU3Ek__BackingField_8 = value; } }; // 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; } }; // Mono.Net.Security.BufferOffsetSize2 struct BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 : public BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD { public: // System.Int32 Mono.Net.Security.BufferOffsetSize2::InitialSize int32_t ___InitialSize_5; public: inline static int32_t get_offset_of_InitialSize_5() { return static_cast(offsetof(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638, ___InitialSize_5)); } inline int32_t get_InitialSize_5() const { return ___InitialSize_5; } inline int32_t* get_address_of_InitialSize_5() { return &___InitialSize_5; } inline void set_InitialSize_5(int32_t value) { ___InitialSize_5 = 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.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD, ___m_source_0)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_pinvoke { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_com { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // 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; } }; // System.Net.NetworkInformation.CommonUnixIPGlobalProperties struct CommonUnixIPGlobalProperties_t74F6A363223CF97FAB9A43E71FEAF07F2681F928 : public IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5 { public: public: }; // System.Security.Cryptography.DSA struct DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 : public AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F { public: public: }; // System.Security.Cryptography.DSAParameters struct DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 { public: // System.Byte[] System.Security.Cryptography.DSAParameters::P ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___P_0; // System.Byte[] System.Security.Cryptography.DSAParameters::Q ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Q_1; // System.Byte[] System.Security.Cryptography.DSAParameters::G ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___G_2; // System.Byte[] System.Security.Cryptography.DSAParameters::Y ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Y_3; // System.Byte[] System.Security.Cryptography.DSAParameters::J ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___J_4; // System.Byte[] System.Security.Cryptography.DSAParameters::X ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___X_5; // System.Byte[] System.Security.Cryptography.DSAParameters::Seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Seed_6; // System.Int32 System.Security.Cryptography.DSAParameters::Counter int32_t ___Counter_7; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___P_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_P_0() const { return ___P_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_P_0() { return &___P_0; } inline void set_P_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_0), (void*)value); } inline static int32_t get_offset_of_Q_1() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Q_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Q_1() const { return ___Q_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Q_1() { return &___Q_1; } inline void set_Q_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Q_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_1), (void*)value); } inline static int32_t get_offset_of_G_2() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___G_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_G_2() const { return ___G_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_G_2() { return &___G_2; } inline void set_G_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___G_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___G_2), (void*)value); } inline static int32_t get_offset_of_Y_3() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Y_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Y_3() const { return ___Y_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Y_3() { return &___Y_3; } inline void set_Y_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Y_3), (void*)value); } inline static int32_t get_offset_of_J_4() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___J_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_J_4() const { return ___J_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_J_4() { return &___J_4; } inline void set_J_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___J_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___J_4), (void*)value); } inline static int32_t get_offset_of_X_5() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___X_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_X_5() const { return ___X_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_X_5() { return &___X_5; } inline void set_X_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___X_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_5), (void*)value); } inline static int32_t get_offset_of_Seed_6() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Seed_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Seed_6() const { return ___Seed_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Seed_6() { return &___Seed_6; } inline void set_Seed_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Seed_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Seed_6), (void*)value); } inline static int32_t get_offset_of_Counter_7() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Counter_7)); } inline int32_t get_Counter_7() const { return ___Counter_7; } inline int32_t* get_address_of_Counter_7() { return &___Counter_7; } inline void set_Counter_7(int32_t value) { ___Counter_7 = value; } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___P_0; Il2CppSafeArray/*NONE*/* ___Q_1; Il2CppSafeArray/*NONE*/* ___G_2; Il2CppSafeArray/*NONE*/* ___Y_3; Il2CppSafeArray/*NONE*/* ___J_4; Il2CppSafeArray/*NONE*/* ___X_5; Il2CppSafeArray/*NONE*/* ___Seed_6; int32_t ___Counter_7; }; // Native definition for COM marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1_marshaled_com { Il2CppSafeArray/*NONE*/* ___P_0; Il2CppSafeArray/*NONE*/* ___Q_1; Il2CppSafeArray/*NONE*/* ___G_2; Il2CppSafeArray/*NONE*/* ___Y_3; Il2CppSafeArray/*NONE*/* ___J_4; Il2CppSafeArray/*NONE*/* ___X_5; Il2CppSafeArray/*NONE*/* ___Seed_6; int32_t ___Counter_7; }; // 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; } }; // System.Text.DecoderReplacementFallback struct DecoderReplacementFallback_t8DA345EC4EF3A35A2667365F691EE69408A62130 : public DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D { public: // System.String System.Text.DecoderReplacementFallback::strDefault String_t* ___strDefault_4; public: inline static int32_t get_offset_of_strDefault_4() { return static_cast(offsetof(DecoderReplacementFallback_t8DA345EC4EF3A35A2667365F691EE69408A62130, ___strDefault_4)); } inline String_t* get_strDefault_4() const { return ___strDefault_4; } inline String_t** get_address_of_strDefault_4() { return &___strDefault_4; } inline void set_strDefault_4(String_t* value) { ___strDefault_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDefault_4), (void*)value); } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____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(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____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); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // 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; } }; // System.Text.EncoderReplacementFallback struct EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 : public EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 { public: // System.String System.Text.EncoderReplacementFallback::strDefault String_t* ___strDefault_4; public: inline static int32_t get_offset_of_strDefault_4() { return static_cast(offsetof(EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418, ___strDefault_4)); } inline String_t* get_strDefault_4() const { return ___strDefault_4; } inline String_t** get_address_of_strDefault_4() { return &___strDefault_4; } inline void set_strDefault_4(String_t* value) { ___strDefault_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDefault_4), (void*)value); } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; // 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.String System.Text.RegularExpressions.Group::_name String_t* ____name_6; 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__name_6() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____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); } }; // 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; } }; // 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; } }; // System.Net.Configuration.Ipv6Element struct Ipv6Element_t6ABD4A6C83A5FBB22931FF90A597DBEFBDCB7B68 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // Mono.Util.MonoPInvokeCallbackAttribute struct MonoPInvokeCallbackAttribute_t69538D44A3EDF035036BAF120F1D9B105A60464A : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Collections.Specialized.NameValueCollection struct NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D : public NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 { public: // System.String[] System.Collections.Specialized.NameValueCollection::_all StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____all_8; // System.String[] System.Collections.Specialized.NameValueCollection::_allKeys StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____allKeys_9; public: inline static int32_t get_offset_of__all_8() { return static_cast(offsetof(NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D, ____all_8)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__all_8() const { return ____all_8; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__all_8() { return &____all_8; } inline void set__all_8(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____all_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____all_8), (void*)value); } inline static int32_t get_offset_of__allKeys_9() { return static_cast(offsetof(NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D, ____allKeys_9)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__allKeys_9() const { return ____allKeys_9; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__allKeys_9() { return &____allKeys_9; } inline void set__allKeys_9(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____allKeys_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____allKeys_9), (void*)value); } }; // System.Net.Configuration.NetSectionGroup struct NetSectionGroup_t6140365E450BA572B37299B8CF1715BB1144BFF2 : public ConfigurationSectionGroup_t296AB4B6FC2E1B9BEDFEEAC3DB0E24AE061D32CF { public: public: }; // System.Net.Configuration.PerformanceCountersElement struct PerformanceCountersElement_t356AD2A210376904FAAD48CCBB3D8CF91B89E577 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Net.Configuration.ProxyElement struct ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Security.Cryptography.RSA struct RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B : public AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F { public: public: }; // System.Security.Cryptography.RSAParameters struct RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 { public: // System.Byte[] System.Security.Cryptography.RSAParameters::Exponent ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Exponent_0; // System.Byte[] System.Security.Cryptography.RSAParameters::Modulus ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Modulus_1; // System.Byte[] System.Security.Cryptography.RSAParameters::P ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___P_2; // System.Byte[] System.Security.Cryptography.RSAParameters::Q ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Q_3; // System.Byte[] System.Security.Cryptography.RSAParameters::DP ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___DP_4; // System.Byte[] System.Security.Cryptography.RSAParameters::DQ ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___DQ_5; // System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___InverseQ_6; // System.Byte[] System.Security.Cryptography.RSAParameters::D ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___D_7; public: inline static int32_t get_offset_of_Exponent_0() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___Exponent_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Exponent_0() const { return ___Exponent_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Exponent_0() { return &___Exponent_0; } inline void set_Exponent_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Exponent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Exponent_0), (void*)value); } inline static int32_t get_offset_of_Modulus_1() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___Modulus_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Modulus_1() const { return ___Modulus_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Modulus_1() { return &___Modulus_1; } inline void set_Modulus_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Modulus_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Modulus_1), (void*)value); } inline static int32_t get_offset_of_P_2() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___P_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_P_2() const { return ___P_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_P_2() { return &___P_2; } inline void set_P_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___P_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_2), (void*)value); } inline static int32_t get_offset_of_Q_3() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___Q_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Q_3() const { return ___Q_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Q_3() { return &___Q_3; } inline void set_Q_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Q_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_3), (void*)value); } inline static int32_t get_offset_of_DP_4() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___DP_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_DP_4() const { return ___DP_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_DP_4() { return &___DP_4; } inline void set_DP_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___DP_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DP_4), (void*)value); } inline static int32_t get_offset_of_DQ_5() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___DQ_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_DQ_5() const { return ___DQ_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_DQ_5() { return &___DQ_5; } inline void set_DQ_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___DQ_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DQ_5), (void*)value); } inline static int32_t get_offset_of_InverseQ_6() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___InverseQ_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_InverseQ_6() const { return ___InverseQ_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_InverseQ_6() { return &___InverseQ_6; } inline void set_InverseQ_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___InverseQ_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___InverseQ_6), (void*)value); } inline static int32_t get_offset_of_D_7() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___D_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_D_7() const { return ___D_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_D_7() { return &___D_7; } inline void set_D_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___D_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___D_7), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___Exponent_0; Il2CppSafeArray/*NONE*/* ___Modulus_1; Il2CppSafeArray/*NONE*/* ___P_2; Il2CppSafeArray/*NONE*/* ___Q_3; Il2CppSafeArray/*NONE*/* ___DP_4; Il2CppSafeArray/*NONE*/* ___DQ_5; Il2CppSafeArray/*NONE*/* ___InverseQ_6; Il2CppSafeArray/*NONE*/* ___D_7; }; // Native definition for COM marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshaled_com { Il2CppSafeArray/*NONE*/* ___Exponent_0; Il2CppSafeArray/*NONE*/* ___Modulus_1; Il2CppSafeArray/*NONE*/* ___P_2; Il2CppSafeArray/*NONE*/* ___Q_3; Il2CppSafeArray/*NONE*/* ___DP_4; Il2CppSafeArray/*NONE*/* ___DQ_5; Il2CppSafeArray/*NONE*/* ___InverseQ_6; Il2CppSafeArray/*NONE*/* ___D_7; }; // System.Text.RegularExpressions.RegexInterpreter struct RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E : public RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 { public: // System.Int32 System.Text.RegularExpressions.RegexInterpreter::runoperator int32_t ___runoperator_18; // System.Int32[] System.Text.RegularExpressions.RegexInterpreter::runcodes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___runcodes_19; // System.Int32 System.Text.RegularExpressions.RegexInterpreter::runcodepos int32_t ___runcodepos_20; // System.String[] System.Text.RegularExpressions.RegexInterpreter::runstrings StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___runstrings_21; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexInterpreter::runcode RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___runcode_22; // System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexInterpreter::runfcPrefix RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * ___runfcPrefix_23; // System.Text.RegularExpressions.RegexBoyerMoore System.Text.RegularExpressions.RegexInterpreter::runbmPrefix RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * ___runbmPrefix_24; // System.Int32 System.Text.RegularExpressions.RegexInterpreter::runanchors int32_t ___runanchors_25; // System.Boolean System.Text.RegularExpressions.RegexInterpreter::runrtl bool ___runrtl_26; // System.Boolean System.Text.RegularExpressions.RegexInterpreter::runci bool ___runci_27; // System.Globalization.CultureInfo System.Text.RegularExpressions.RegexInterpreter::runculture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___runculture_28; public: inline static int32_t get_offset_of_runoperator_18() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runoperator_18)); } inline int32_t get_runoperator_18() const { return ___runoperator_18; } inline int32_t* get_address_of_runoperator_18() { return &___runoperator_18; } inline void set_runoperator_18(int32_t value) { ___runoperator_18 = value; } inline static int32_t get_offset_of_runcodes_19() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runcodes_19)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_runcodes_19() const { return ___runcodes_19; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_runcodes_19() { return &___runcodes_19; } inline void set_runcodes_19(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___runcodes_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___runcodes_19), (void*)value); } inline static int32_t get_offset_of_runcodepos_20() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runcodepos_20)); } inline int32_t get_runcodepos_20() const { return ___runcodepos_20; } inline int32_t* get_address_of_runcodepos_20() { return &___runcodepos_20; } inline void set_runcodepos_20(int32_t value) { ___runcodepos_20 = value; } inline static int32_t get_offset_of_runstrings_21() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runstrings_21)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_runstrings_21() const { return ___runstrings_21; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_runstrings_21() { return &___runstrings_21; } inline void set_runstrings_21(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___runstrings_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___runstrings_21), (void*)value); } inline static int32_t get_offset_of_runcode_22() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runcode_22)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get_runcode_22() const { return ___runcode_22; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of_runcode_22() { return &___runcode_22; } inline void set_runcode_22(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ___runcode_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___runcode_22), (void*)value); } inline static int32_t get_offset_of_runfcPrefix_23() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runfcPrefix_23)); } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * get_runfcPrefix_23() const { return ___runfcPrefix_23; } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 ** get_address_of_runfcPrefix_23() { return &___runfcPrefix_23; } inline void set_runfcPrefix_23(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * value) { ___runfcPrefix_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___runfcPrefix_23), (void*)value); } inline static int32_t get_offset_of_runbmPrefix_24() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runbmPrefix_24)); } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * get_runbmPrefix_24() const { return ___runbmPrefix_24; } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 ** get_address_of_runbmPrefix_24() { return &___runbmPrefix_24; } inline void set_runbmPrefix_24(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * value) { ___runbmPrefix_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___runbmPrefix_24), (void*)value); } inline static int32_t get_offset_of_runanchors_25() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runanchors_25)); } inline int32_t get_runanchors_25() const { return ___runanchors_25; } inline int32_t* get_address_of_runanchors_25() { return &___runanchors_25; } inline void set_runanchors_25(int32_t value) { ___runanchors_25 = value; } inline static int32_t get_offset_of_runrtl_26() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runrtl_26)); } inline bool get_runrtl_26() const { return ___runrtl_26; } inline bool* get_address_of_runrtl_26() { return &___runrtl_26; } inline void set_runrtl_26(bool value) { ___runrtl_26 = value; } inline static int32_t get_offset_of_runci_27() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runci_27)); } inline bool get_runci_27() const { return ___runci_27; } inline bool* get_address_of_runci_27() { return &___runci_27; } inline void set_runci_27(bool value) { ___runci_27 = value; } inline static int32_t get_offset_of_runculture_28() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runculture_28)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_runculture_28() const { return ___runculture_28; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_runculture_28() { return &___runculture_28; } inline void set_runculture_28(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___runculture_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___runculture_28), (void*)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); } }; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; // 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.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.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B : public CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB { public: public: }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C { public: // System.Threading.Tasks.Task System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_task Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C, ___m_task_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_task_0() const { return ___m_task_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * 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_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C, ___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; } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_pinvoke { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_com { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping struct LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE { public: // System.Char System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping::_chMin Il2CppChar ____chMin_0; // System.Char System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping::_chMax Il2CppChar ____chMax_1; // System.Int32 System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping::_lcOp int32_t ____lcOp_2; // System.Int32 System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping::_data int32_t ____data_3; public: inline static int32_t get_offset_of__chMin_0() { return static_cast(offsetof(LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE, ____chMin_0)); } inline Il2CppChar get__chMin_0() const { return ____chMin_0; } inline Il2CppChar* get_address_of__chMin_0() { return &____chMin_0; } inline void set__chMin_0(Il2CppChar value) { ____chMin_0 = value; } inline static int32_t get_offset_of__chMax_1() { return static_cast(offsetof(LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE, ____chMax_1)); } inline Il2CppChar get__chMax_1() const { return ____chMax_1; } inline Il2CppChar* get_address_of__chMax_1() { return &____chMax_1; } inline void set__chMax_1(Il2CppChar value) { ____chMax_1 = value; } inline static int32_t get_offset_of__lcOp_2() { return static_cast(offsetof(LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE, ____lcOp_2)); } inline int32_t get__lcOp_2() const { return ____lcOp_2; } inline int32_t* get_address_of__lcOp_2() { return &____lcOp_2; } inline void set__lcOp_2(int32_t value) { ____lcOp_2 = value; } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE, ____data_3)); } inline int32_t get__data_3() const { return ____data_3; } inline int32_t* get_address_of__data_3() { return &____data_3; } inline void set__data_3(int32_t value) { ____data_3 = value; } }; // Native definition for P/Invoke marshalling of System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping struct LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE_marshaled_pinvoke { uint8_t ____chMin_0; uint8_t ____chMax_1; int32_t ____lcOp_2; int32_t ____data_3; }; // Native definition for COM marshalling of System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping struct LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE_marshaled_com { uint8_t ____chMin_0; uint8_t ____chMax_1; int32_t ____lcOp_2; int32_t ____data_3; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A { 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_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A, ___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_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A, ___m_task_2)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_m_task_2() const { return ___m_task_2; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; // 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); } }; // 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); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD { 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_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___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_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___m_task_2)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D { public: // T System.Nullable`1::value DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___value_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_value_0() const { return ___value_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Tuple`2 struct Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1 : public RuntimeObject { public: // T1 System.Tuple`2::m_Item1 Guid_t ___m_Item1_0; // T2 System.Tuple`2::m_Item2 RuntimeObject * ___m_Item2_1; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast(offsetof(Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1, ___m_Item1_0)); } inline Guid_t get_m_Item1_0() const { return ___m_Item1_0; } inline Guid_t * get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(Guid_t value) { ___m_Item1_0 = value; } inline static int32_t get_offset_of_m_Item2_1() { return static_cast(offsetof(Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1, ___m_Item2_1)); } inline RuntimeObject * get_m_Item2_1() const { return ___m_Item2_1; } inline RuntimeObject ** get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(RuntimeObject * value) { ___m_Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item2_1), (void*)value); } }; // System.Tuple`2 struct Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C : public RuntimeObject { public: // T1 System.Tuple`2::m_Item1 Guid_t ___m_Item1_0; // T2 System.Tuple`2::m_Item2 String_t* ___m_Item2_1; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast(offsetof(Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C, ___m_Item1_0)); } inline Guid_t get_m_Item1_0() const { return ___m_Item1_0; } inline Guid_t * get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(Guid_t value) { ___m_Item1_0 = value; } inline static int32_t get_offset_of_m_Item2_1() { return static_cast(offsetof(Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C, ___m_Item2_1)); } inline String_t* get_m_Item2_1() const { return ___m_Item2_1; } inline String_t** get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(String_t* value) { ___m_Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item2_1), (void*)value); } }; // System.Net.Sockets.AddressFamily struct AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33 { public: // System.Int32 System.Net.Sockets.AddressFamily::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33, ___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.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Object System.AppDomain::_evidence RuntimeObject * ____evidence_6; // System.Object System.AppDomain::_granted RuntimeObject * ____granted_7; // System.Int32 System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * ___AssemblyLoad_11; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___AssemblyResolve_12; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___DomainUnload_13; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___ProcessExit_14; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___ResourceResolve_15; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___TypeResolve_16; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * ___UnhandledException_17; // System.EventHandler`1 System.AppDomain::FirstChanceException EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * ___FirstChanceException_18; // System.Object System.AppDomain::_domain_manager RuntimeObject * ____domain_manager_19; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___ReflectionOnlyAssemblyResolve_20; // System.Object System.AppDomain::_activation RuntimeObject * ____activation_21; // System.Object System.AppDomain::_applicationIdentity RuntimeObject * ____applicationIdentity_22; // System.Collections.Generic.List`1 System.AppDomain::compatibility_switch List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____mono_app_domain_1)); } inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; } inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; } inline void set__mono_app_domain_1(intptr_t value) { ____mono_app_domain_1 = value; } inline static int32_t get_offset_of__evidence_6() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____evidence_6)); } inline RuntimeObject * get__evidence_6() const { return ____evidence_6; } inline RuntimeObject ** get_address_of__evidence_6() { return &____evidence_6; } inline void set__evidence_6(RuntimeObject * value) { ____evidence_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____evidence_6), (void*)value); } inline static int32_t get_offset_of__granted_7() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____granted_7)); } inline RuntimeObject * get__granted_7() const { return ____granted_7; } inline RuntimeObject ** get_address_of__granted_7() { return &____granted_7; } inline void set__granted_7(RuntimeObject * value) { ____granted_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____granted_7), (void*)value); } inline static int32_t get_offset_of__principalPolicy_8() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____principalPolicy_8)); } inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; } inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; } inline void set__principalPolicy_8(int32_t value) { ____principalPolicy_8 = value; } inline static int32_t get_offset_of_AssemblyLoad_11() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___AssemblyLoad_11)); } inline AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * get_AssemblyLoad_11() const { return ___AssemblyLoad_11; } inline AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C ** get_address_of_AssemblyLoad_11() { return &___AssemblyLoad_11; } inline void set_AssemblyLoad_11(AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * value) { ___AssemblyLoad_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyLoad_11), (void*)value); } inline static int32_t get_offset_of_AssemblyResolve_12() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___AssemblyResolve_12)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_AssemblyResolve_12() const { return ___AssemblyResolve_12; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_AssemblyResolve_12() { return &___AssemblyResolve_12; } inline void set_AssemblyResolve_12(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___AssemblyResolve_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyResolve_12), (void*)value); } inline static int32_t get_offset_of_DomainUnload_13() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___DomainUnload_13)); } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * get_DomainUnload_13() const { return ___DomainUnload_13; } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B ** get_address_of_DomainUnload_13() { return &___DomainUnload_13; } inline void set_DomainUnload_13(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * value) { ___DomainUnload_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___DomainUnload_13), (void*)value); } inline static int32_t get_offset_of_ProcessExit_14() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ProcessExit_14)); } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * get_ProcessExit_14() const { return ___ProcessExit_14; } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B ** get_address_of_ProcessExit_14() { return &___ProcessExit_14; } inline void set_ProcessExit_14(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * value) { ___ProcessExit_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProcessExit_14), (void*)value); } inline static int32_t get_offset_of_ResourceResolve_15() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ResourceResolve_15)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_ResourceResolve_15() const { return ___ResourceResolve_15; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_ResourceResolve_15() { return &___ResourceResolve_15; } inline void set_ResourceResolve_15(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___ResourceResolve_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResourceResolve_15), (void*)value); } inline static int32_t get_offset_of_TypeResolve_16() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___TypeResolve_16)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_TypeResolve_16() const { return ___TypeResolve_16; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_TypeResolve_16() { return &___TypeResolve_16; } inline void set_TypeResolve_16(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___TypeResolve_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeResolve_16), (void*)value); } inline static int32_t get_offset_of_UnhandledException_17() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___UnhandledException_17)); } inline UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * get_UnhandledException_17() const { return ___UnhandledException_17; } inline UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 ** get_address_of_UnhandledException_17() { return &___UnhandledException_17; } inline void set_UnhandledException_17(UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * value) { ___UnhandledException_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnhandledException_17), (void*)value); } inline static int32_t get_offset_of_FirstChanceException_18() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___FirstChanceException_18)); } inline EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * get_FirstChanceException_18() const { return ___FirstChanceException_18; } inline EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 ** get_address_of_FirstChanceException_18() { return &___FirstChanceException_18; } inline void set_FirstChanceException_18(EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * value) { ___FirstChanceException_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___FirstChanceException_18), (void*)value); } inline static int32_t get_offset_of__domain_manager_19() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____domain_manager_19)); } inline RuntimeObject * get__domain_manager_19() const { return ____domain_manager_19; } inline RuntimeObject ** get_address_of__domain_manager_19() { return &____domain_manager_19; } inline void set__domain_manager_19(RuntimeObject * value) { ____domain_manager_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____domain_manager_19), (void*)value); } inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_20() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ReflectionOnlyAssemblyResolve_20)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_ReflectionOnlyAssemblyResolve_20() const { return ___ReflectionOnlyAssemblyResolve_20; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_ReflectionOnlyAssemblyResolve_20() { return &___ReflectionOnlyAssemblyResolve_20; } inline void set_ReflectionOnlyAssemblyResolve_20(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___ReflectionOnlyAssemblyResolve_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReflectionOnlyAssemblyResolve_20), (void*)value); } inline static int32_t get_offset_of__activation_21() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____activation_21)); } inline RuntimeObject * get__activation_21() const { return ____activation_21; } inline RuntimeObject ** get_address_of__activation_21() { return &____activation_21; } inline void set__activation_21(RuntimeObject * value) { ____activation_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____activation_21), (void*)value); } inline static int32_t get_offset_of__applicationIdentity_22() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____applicationIdentity_22)); } inline RuntimeObject * get__applicationIdentity_22() const { return ____applicationIdentity_22; } inline RuntimeObject ** get_address_of__applicationIdentity_22() { return &____applicationIdentity_22; } inline void set__applicationIdentity_22(RuntimeObject * value) { ____applicationIdentity_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____applicationIdentity_22), (void*)value); } inline static int32_t get_offset_of_compatibility_switch_23() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___compatibility_switch_23)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_compatibility_switch_23() const { return ___compatibility_switch_23; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_compatibility_switch_23() { return &___compatibility_switch_23; } inline void set_compatibility_switch_23(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___compatibility_switch_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___compatibility_switch_23), (void*)value); } }; // Native definition for P/Invoke marshalling of System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_11; Il2CppMethodPointer ___AssemblyResolve_12; Il2CppMethodPointer ___DomainUnload_13; Il2CppMethodPointer ___ProcessExit_14; Il2CppMethodPointer ___ResourceResolve_15; Il2CppMethodPointer ___TypeResolve_16; Il2CppMethodPointer ___UnhandledException_17; Il2CppMethodPointer ___FirstChanceException_18; Il2CppIUnknown* ____domain_manager_19; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20; Il2CppIUnknown* ____activation_21; Il2CppIUnknown* ____applicationIdentity_22; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; }; // Native definition for COM marshalling of System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_11; Il2CppMethodPointer ___AssemblyResolve_12; Il2CppMethodPointer ___DomainUnload_13; Il2CppMethodPointer ___ProcessExit_14; Il2CppMethodPointer ___ResourceResolve_15; Il2CppMethodPointer ___TypeResolve_16; Il2CppMethodPointer ___UnhandledException_17; Il2CppMethodPointer ___FirstChanceException_18; Il2CppIUnknown* ____domain_manager_19; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20; Il2CppIUnknown* ____activation_21; Il2CppIUnknown* ____applicationIdentity_22; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; }; // Mono.Net.Security.AsyncOperationStatus struct AsyncOperationStatus_t3D73562182789C96268EA34AC77D6CEDA9EBC2E3 { public: // System.Int32 Mono.Net.Security.AsyncOperationStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AsyncOperationStatus_t3D73562182789C96268EA34AC77D6CEDA9EBC2E3, ___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; } }; // Mono.Net.Security.AsyncReadRequest struct AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA : public AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 { public: public: }; // Mono.Net.Security.AsyncWriteRequest struct AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA : public AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 { public: public: }; // System.Net.Security.AuthenticatedStream struct AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream System.Net.Security.AuthenticatedStream::_InnerStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____InnerStream_5; // System.Boolean System.Net.Security.AuthenticatedStream::_LeaveStreamOpen bool ____LeaveStreamOpen_6; public: inline static int32_t get_offset_of__InnerStream_5() { return static_cast(offsetof(AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608, ____InnerStream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__InnerStream_5() const { return ____InnerStream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__InnerStream_5() { return &____InnerStream_5; } inline void set__InnerStream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____InnerStream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____InnerStream_5), (void*)value); } inline static int32_t get_offset_of__LeaveStreamOpen_6() { return static_cast(offsetof(AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608, ____LeaveStreamOpen_6)); } inline bool get__LeaveStreamOpen_6() const { return ____LeaveStreamOpen_6; } inline bool* get_address_of__LeaveStreamOpen_6() { return &____LeaveStreamOpen_6; } inline void set__LeaveStreamOpen_6(bool value) { ____LeaveStreamOpen_6 = 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.Net.CookieCollection struct CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 : public RuntimeObject { public: // System.Int32 System.Net.CookieCollection::m_version int32_t ___m_version_0; // System.Collections.ArrayList System.Net.CookieCollection::m_list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___m_list_1; // System.DateTime System.Net.CookieCollection::m_TimeStamp DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_TimeStamp_2; // System.Boolean System.Net.CookieCollection::m_has_other_versions bool ___m_has_other_versions_3; // System.Boolean System.Net.CookieCollection::m_IsReadOnly bool ___m_IsReadOnly_4; public: inline static int32_t get_offset_of_m_version_0() { return static_cast(offsetof(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06, ___m_version_0)); } inline int32_t get_m_version_0() const { return ___m_version_0; } inline int32_t* get_address_of_m_version_0() { return &___m_version_0; } inline void set_m_version_0(int32_t value) { ___m_version_0 = value; } inline static int32_t get_offset_of_m_list_1() { return static_cast(offsetof(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06, ___m_list_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_m_list_1() const { return ___m_list_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_m_list_1() { return &___m_list_1; } inline void set_m_list_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___m_list_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_list_1), (void*)value); } inline static int32_t get_offset_of_m_TimeStamp_2() { return static_cast(offsetof(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06, ___m_TimeStamp_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_TimeStamp_2() const { return ___m_TimeStamp_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_TimeStamp_2() { return &___m_TimeStamp_2; } inline void set_m_TimeStamp_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_TimeStamp_2 = value; } inline static int32_t get_offset_of_m_has_other_versions_3() { return static_cast(offsetof(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06, ___m_has_other_versions_3)); } inline bool get_m_has_other_versions_3() const { return ___m_has_other_versions_3; } inline bool* get_address_of_m_has_other_versions_3() { return &___m_has_other_versions_3; } inline void set_m_has_other_versions_3(bool value) { ___m_has_other_versions_3 = value; } inline static int32_t get_offset_of_m_IsReadOnly_4() { return static_cast(offsetof(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06, ___m_IsReadOnly_4)); } inline bool get_m_IsReadOnly_4() const { return ___m_IsReadOnly_4; } inline bool* get_address_of_m_IsReadOnly_4() { return &___m_IsReadOnly_4; } inline void set_m_IsReadOnly_4(bool value) { ___m_IsReadOnly_4 = value; } }; // System.Security.Cryptography.CspProviderFlags struct CspProviderFlags_t8981EF4CA441D46FBF242ABAA443608B474586D1 { public: // System.Int32 System.Security.Cryptography.CspProviderFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CspProviderFlags_t8981EF4CA441D46FBF242ABAA443608B474586D1, ___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.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A : public DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.DSACryptoServiceProvider::store KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * ___store_2; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persistKey bool ___persistKey_3; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persisted bool ___persisted_4; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_5; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::m_disposed bool ___m_disposed_6; // Mono.Security.Cryptography.DSAManaged System.Security.Cryptography.DSACryptoServiceProvider::dsa DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA * ___dsa_7; public: inline static int32_t get_offset_of_store_2() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___store_2)); } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * get_store_2() const { return ___store_2; } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A ** get_address_of_store_2() { return &___store_2; } inline void set_store_2(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * value) { ___store_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___store_2), (void*)value); } inline static int32_t get_offset_of_persistKey_3() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___persistKey_3)); } inline bool get_persistKey_3() const { return ___persistKey_3; } inline bool* get_address_of_persistKey_3() { return &___persistKey_3; } inline void set_persistKey_3(bool value) { ___persistKey_3 = value; } inline static int32_t get_offset_of_persisted_4() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___persisted_4)); } inline bool get_persisted_4() const { return ___persisted_4; } inline bool* get_address_of_persisted_4() { return &___persisted_4; } inline void set_persisted_4(bool value) { ___persisted_4 = value; } inline static int32_t get_offset_of_privateKeyExportable_5() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___privateKeyExportable_5)); } inline bool get_privateKeyExportable_5() const { return ___privateKeyExportable_5; } inline bool* get_address_of_privateKeyExportable_5() { return &___privateKeyExportable_5; } inline void set_privateKeyExportable_5(bool value) { ___privateKeyExportable_5 = value; } inline static int32_t get_offset_of_m_disposed_6() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___m_disposed_6)); } inline bool get_m_disposed_6() const { return ___m_disposed_6; } inline bool* get_address_of_m_disposed_6() { return &___m_disposed_6; } inline void set_m_disposed_6(bool value) { ___m_disposed_6 = value; } inline static int32_t get_offset_of_dsa_7() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___dsa_7)); } inline DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA * get_dsa_7() const { return ___dsa_7; } inline DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA ** get_address_of_dsa_7() { return &___dsa_7; } inline void set_dsa_7(DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA * value) { ___dsa_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___dsa_7), (void*)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.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); } }; // 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.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.Runtime.InteropServices.GCHandleType struct GCHandleType_t5D58978165671EDEFCCAE1E2B237BD5AE4E8BC38 { public: // System.Int32 System.Runtime.InteropServices.GCHandleType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GCHandleType_t5D58978165671EDEFCCAE1E2B237BD5AE4E8BC38, ___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_8; // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ____regex_9; // System.Int32 System.Text.RegularExpressions.Match::_textbeg int32_t ____textbeg_10; // System.Int32 System.Text.RegularExpressions.Match::_textpos int32_t ____textpos_11; // System.Int32 System.Text.RegularExpressions.Match::_textend int32_t ____textend_12; // System.Int32 System.Text.RegularExpressions.Match::_textstart int32_t ____textstart_13; // System.Int32[][] System.Text.RegularExpressions.Match::_matches Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ____matches_14; // System.Int32[] System.Text.RegularExpressions.Match::_matchcount Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____matchcount_15; // System.Boolean System.Text.RegularExpressions.Match::_balancing bool ____balancing_16; public: inline static int32_t get_offset_of__groupcoll_8() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____groupcoll_8)); } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * get__groupcoll_8() const { return ____groupcoll_8; } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 ** get_address_of__groupcoll_8() { return &____groupcoll_8; } inline void set__groupcoll_8(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * value) { ____groupcoll_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____groupcoll_8), (void*)value); } inline static int32_t get_offset_of__regex_9() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____regex_9)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get__regex_9() const { return ____regex_9; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of__regex_9() { return &____regex_9; } inline void set__regex_9(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ____regex_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_9), (void*)value); } inline static int32_t get_offset_of__textbeg_10() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textbeg_10)); } inline int32_t get__textbeg_10() const { return ____textbeg_10; } inline int32_t* get_address_of__textbeg_10() { return &____textbeg_10; } inline void set__textbeg_10(int32_t value) { ____textbeg_10 = value; } inline static int32_t get_offset_of__textpos_11() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textpos_11)); } inline int32_t get__textpos_11() const { return ____textpos_11; } inline int32_t* get_address_of__textpos_11() { return &____textpos_11; } inline void set__textpos_11(int32_t value) { ____textpos_11 = value; } inline static int32_t get_offset_of__textend_12() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textend_12)); } inline int32_t get__textend_12() const { return ____textend_12; } inline int32_t* get_address_of__textend_12() { return &____textend_12; } inline void set__textend_12(int32_t value) { ____textend_12 = value; } inline static int32_t get_offset_of__textstart_13() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textstart_13)); } inline int32_t get__textstart_13() const { return ____textstart_13; } inline int32_t* get_address_of__textstart_13() { return &____textstart_13; } inline void set__textstart_13(int32_t value) { ____textstart_13 = value; } inline static int32_t get_offset_of__matches_14() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matches_14)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get__matches_14() const { return ____matches_14; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of__matches_14() { return &____matches_14; } inline void set__matches_14(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ____matches_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_14), (void*)value); } inline static int32_t get_offset_of__matchcount_15() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matchcount_15)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__matchcount_15() const { return ____matchcount_15; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__matchcount_15() { return &____matchcount_15; } inline void set__matchcount_15(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____matchcount_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____matchcount_15), (void*)value); } inline static int32_t get_offset_of__balancing_16() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____balancing_16)); } inline bool get__balancing_16() const { return ____balancing_16; } inline bool* get_address_of__balancing_16() { return &____balancing_16; } inline void set__balancing_16(bool value) { ____balancing_16 = value; } }; // Mono.Security.Interface.MonoSslPolicyErrors struct MonoSslPolicyErrors_t5C2169CB6F739F3F5BDB568BAB12A7286ABC34EC { public: // System.Int32 Mono.Security.Interface.MonoSslPolicyErrors::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MonoSslPolicyErrors_t5C2169CB6F739F3F5BDB568BAB12A7286ABC34EC, ___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; } }; // Mono.Net.Security.MonoTlsProviderFactory struct MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791 : public RuntimeObject { public: public: }; // System.Net.NetworkInformation.NetBiosNodeType struct NetBiosNodeType_tCAB6CC5BE3A28D2828981B59D2B7A9830650D480 { public: // System.Int32 System.Net.NetworkInformation.NetBiosNodeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NetBiosNodeType_tCAB6CC5BE3A28D2828981B59D2B7A9830650D480, ___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.NetworkInformation.NetworkInterfaceComponent struct NetworkInterfaceComponent_tF62C5BA07A7767D21D164E5DB48784D9E09E18DD { public: // System.Int32 System.Net.NetworkInformation.NetworkInterfaceComponent::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NetworkInterfaceComponent_tF62C5BA07A7767D21D164E5DB48784D9E09E18DD, ___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.Sockets.NetworkStream struct NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Net.Sockets.Socket System.Net.Sockets.NetworkStream::m_StreamSocket Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___m_StreamSocket_5; // System.Boolean System.Net.Sockets.NetworkStream::m_Readable bool ___m_Readable_6; // System.Boolean System.Net.Sockets.NetworkStream::m_Writeable bool ___m_Writeable_7; // System.Boolean System.Net.Sockets.NetworkStream::m_OwnsSocket bool ___m_OwnsSocket_8; // System.Int32 System.Net.Sockets.NetworkStream::m_CloseTimeout int32_t ___m_CloseTimeout_9; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.NetworkStream::m_CleanedUp bool ___m_CleanedUp_10; // System.Int32 System.Net.Sockets.NetworkStream::m_CurrentReadTimeout int32_t ___m_CurrentReadTimeout_11; // System.Int32 System.Net.Sockets.NetworkStream::m_CurrentWriteTimeout int32_t ___m_CurrentWriteTimeout_12; public: inline static int32_t get_offset_of_m_StreamSocket_5() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_StreamSocket_5)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_m_StreamSocket_5() const { return ___m_StreamSocket_5; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_m_StreamSocket_5() { return &___m_StreamSocket_5; } inline void set_m_StreamSocket_5(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___m_StreamSocket_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StreamSocket_5), (void*)value); } inline static int32_t get_offset_of_m_Readable_6() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_Readable_6)); } inline bool get_m_Readable_6() const { return ___m_Readable_6; } inline bool* get_address_of_m_Readable_6() { return &___m_Readable_6; } inline void set_m_Readable_6(bool value) { ___m_Readable_6 = value; } inline static int32_t get_offset_of_m_Writeable_7() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_Writeable_7)); } inline bool get_m_Writeable_7() const { return ___m_Writeable_7; } inline bool* get_address_of_m_Writeable_7() { return &___m_Writeable_7; } inline void set_m_Writeable_7(bool value) { ___m_Writeable_7 = value; } inline static int32_t get_offset_of_m_OwnsSocket_8() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_OwnsSocket_8)); } inline bool get_m_OwnsSocket_8() const { return ___m_OwnsSocket_8; } inline bool* get_address_of_m_OwnsSocket_8() { return &___m_OwnsSocket_8; } inline void set_m_OwnsSocket_8(bool value) { ___m_OwnsSocket_8 = value; } inline static int32_t get_offset_of_m_CloseTimeout_9() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CloseTimeout_9)); } inline int32_t get_m_CloseTimeout_9() const { return ___m_CloseTimeout_9; } inline int32_t* get_address_of_m_CloseTimeout_9() { return &___m_CloseTimeout_9; } inline void set_m_CloseTimeout_9(int32_t value) { ___m_CloseTimeout_9 = value; } inline static int32_t get_offset_of_m_CleanedUp_10() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CleanedUp_10)); } inline bool get_m_CleanedUp_10() const { return ___m_CleanedUp_10; } inline bool* get_address_of_m_CleanedUp_10() { return &___m_CleanedUp_10; } inline void set_m_CleanedUp_10(bool value) { ___m_CleanedUp_10 = value; } inline static int32_t get_offset_of_m_CurrentReadTimeout_11() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CurrentReadTimeout_11)); } inline int32_t get_m_CurrentReadTimeout_11() const { return ___m_CurrentReadTimeout_11; } inline int32_t* get_address_of_m_CurrentReadTimeout_11() { return &___m_CurrentReadTimeout_11; } inline void set_m_CurrentReadTimeout_11(int32_t value) { ___m_CurrentReadTimeout_11 = value; } inline static int32_t get_offset_of_m_CurrentWriteTimeout_12() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CurrentWriteTimeout_12)); } inline int32_t get_m_CurrentWriteTimeout_12() const { return ___m_CurrentWriteTimeout_12; } inline int32_t* get_address_of_m_CurrentWriteTimeout_12() { return &___m_CurrentWriteTimeout_12; } inline void set_m_CurrentWriteTimeout_12(int32_t value) { ___m_CurrentWriteTimeout_12 = value; } }; // Mono.Security.Protocol.Ntlm.NtlmAuthLevel struct NtlmAuthLevel_t7883C2C9947D5B1644A9450E9B75023A257C0952 { public: // System.Int32 Mono.Security.Protocol.Ntlm.NtlmAuthLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NtlmAuthLevel_t7883C2C9947D5B1644A9450E9B75023A257C0952, ___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; } }; // Mono.Security.Protocol.Ntlm.NtlmFlags struct NtlmFlags_t95CA80D279055779389B6C5031D337C9B6095C6A { public: // System.Int32 Mono.Security.Protocol.Ntlm.NtlmFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NtlmFlags_t95CA80D279055779389B6C5031D337C9B6095C6A, ___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.Cryptography.OidGroup struct OidGroup_tA8D8DA27353F8D70638E08569F65A34BCA3D5EB4 { public: // System.Int32 System.Security.Cryptography.OidGroup::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OidGroup_tA8D8DA27353F8D70638E08569F65A34BCA3D5EB4, ___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.ParsingError struct ParsingError_t206602C537093ABC8FD300E67B6B1A67115D24BA { public: // System.Int32 System.ParsingError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParsingError_t206602C537093ABC8FD300E67B6B1A67115D24BA, ___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.PlatformID struct PlatformID_tAE7D984C08AF0DB2E5398AAE4842B704DBDDE159 { public: // System.Int32 System.PlatformID::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PlatformID_tAE7D984C08AF0DB2E5398AAE4842B704DBDDE159, ___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.Sockets.ProtocolType struct ProtocolType_t07C7AB65B583B132A2D99BC06BB2A909BDDCE156 { public: // System.Int32 System.Net.Sockets.ProtocolType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProtocolType_t07C7AB65B583B132A2D99BC06BB2A909BDDCE156, ___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; } }; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 : public RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B { public: // System.Boolean Mono.Security.Cryptography.RSAManaged::isCRTpossible bool ___isCRTpossible_2; // System.Boolean Mono.Security.Cryptography.RSAManaged::keypairGenerated bool ___keypairGenerated_3; // System.Boolean Mono.Security.Cryptography.RSAManaged::m_disposed bool ___m_disposed_4; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::d BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___d_5; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::p BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___p_6; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::q BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___q_7; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dp BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___dp_8; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dq BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___dq_9; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::qInv BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___qInv_10; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::n BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___n_11; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::e BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___e_12; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler Mono.Security.Cryptography.RSAManaged::KeyGenerated KeyGeneratedEventHandler_t7C83DFCD850346D0E6024E1718E4120CBC4892FA * ___KeyGenerated_13; public: inline static int32_t get_offset_of_isCRTpossible_2() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___isCRTpossible_2)); } inline bool get_isCRTpossible_2() const { return ___isCRTpossible_2; } inline bool* get_address_of_isCRTpossible_2() { return &___isCRTpossible_2; } inline void set_isCRTpossible_2(bool value) { ___isCRTpossible_2 = value; } inline static int32_t get_offset_of_keypairGenerated_3() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___keypairGenerated_3)); } inline bool get_keypairGenerated_3() const { return ___keypairGenerated_3; } inline bool* get_address_of_keypairGenerated_3() { return &___keypairGenerated_3; } inline void set_keypairGenerated_3(bool value) { ___keypairGenerated_3 = value; } inline static int32_t get_offset_of_m_disposed_4() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___m_disposed_4)); } inline bool get_m_disposed_4() const { return ___m_disposed_4; } inline bool* get_address_of_m_disposed_4() { return &___m_disposed_4; } inline void set_m_disposed_4(bool value) { ___m_disposed_4 = value; } inline static int32_t get_offset_of_d_5() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___d_5)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_d_5() const { return ___d_5; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_d_5() { return &___d_5; } inline void set_d_5(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___d_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___d_5), (void*)value); } inline static int32_t get_offset_of_p_6() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___p_6)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_p_6() const { return ___p_6; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_p_6() { return &___p_6; } inline void set_p_6(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___p_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_6), (void*)value); } inline static int32_t get_offset_of_q_7() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___q_7)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_q_7() const { return ___q_7; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_q_7() { return &___q_7; } inline void set_q_7(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___q_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_7), (void*)value); } inline static int32_t get_offset_of_dp_8() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___dp_8)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_dp_8() const { return ___dp_8; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_dp_8() { return &___dp_8; } inline void set_dp_8(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___dp_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dp_8), (void*)value); } inline static int32_t get_offset_of_dq_9() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___dq_9)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_dq_9() const { return ___dq_9; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_dq_9() { return &___dq_9; } inline void set_dq_9(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___dq_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___dq_9), (void*)value); } inline static int32_t get_offset_of_qInv_10() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___qInv_10)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_qInv_10() const { return ___qInv_10; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_qInv_10() { return &___qInv_10; } inline void set_qInv_10(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___qInv_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___qInv_10), (void*)value); } inline static int32_t get_offset_of_n_11() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___n_11)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_n_11() const { return ___n_11; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_n_11() { return &___n_11; } inline void set_n_11(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___n_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_11), (void*)value); } inline static int32_t get_offset_of_e_12() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___e_12)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_e_12() const { return ___e_12; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_e_12() { return &___e_12; } inline void set_e_12(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___e_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___e_12), (void*)value); } inline static int32_t get_offset_of_KeyGenerated_13() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___KeyGenerated_13)); } inline KeyGeneratedEventHandler_t7C83DFCD850346D0E6024E1718E4120CBC4892FA * get_KeyGenerated_13() const { return ___KeyGenerated_13; } inline KeyGeneratedEventHandler_t7C83DFCD850346D0E6024E1718E4120CBC4892FA ** get_address_of_KeyGenerated_13() { return &___KeyGenerated_13; } inline void set_KeyGenerated_13(KeyGeneratedEventHandler_t7C83DFCD850346D0E6024E1718E4120CBC4892FA * value) { ___KeyGenerated_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyGenerated_13), (void*)value); } }; // System.Net.ReadState struct ReadState_t0E475A5684B2F293CB70C968652B094EB3E3949F { public: // System.Int32 System.Net.ReadState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadState_t0E475A5684B2F293CB70C968652B094EB3E3949F, ___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.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.IO.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___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.Sockets.SocketFlags struct SocketFlags_tF0B10EB763B26956198DACD9942489DC65D8B248 { public: // System.Int32 System.Net.Sockets.SocketFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketFlags_tF0B10EB763B26956198DACD9942489DC65D8B248, ___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.Sockets.SocketOptionLevel struct SocketOptionLevel_t327BD9E938613DD6C851CAD83E98A28D1B4A1480 { public: // System.Int32 System.Net.Sockets.SocketOptionLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketOptionLevel_t327BD9E938613DD6C851CAD83E98A28D1B4A1480, ___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.Sockets.SocketOptionName struct SocketOptionName_t8EB415D7F363805FA71B40CC79CD46561C4884A2 { public: // System.Int32 System.Net.Sockets.SocketOptionName::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketOptionName_t8EB415D7F363805FA71B40CC79CD46561C4884A2, ___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.Sockets.SocketShutdown struct SocketShutdown_t92BC55A4D6F6BD753560418E043AAF6F418D589B { public: // System.Int32 System.Net.Sockets.SocketShutdown::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketShutdown_t92BC55A4D6F6BD753560418E043AAF6F418D589B, ___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.Sockets.SocketType struct SocketType_t234FBD298C115F92305ABC40D2E592FC535DFF94 { public: // System.Int32 System.Net.Sockets.SocketType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketType_t234FBD298C115F92305ABC40D2E592FC535DFF94, ___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.Authentication.SslProtocols struct SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68 { public: // System.Int32 System.Security.Authentication.SslProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68, ___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.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___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.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.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); } }; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C : public RuntimeObject { public: // System.String System.Globalization.TextInfo::m_listSeparator String_t* ___m_listSeparator_0; // System.Boolean System.Globalization.TextInfo::m_isReadOnly bool ___m_isReadOnly_1; // System.String System.Globalization.TextInfo::m_cultureName String_t* ___m_cultureName_2; // System.Globalization.CultureData System.Globalization.TextInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_3; // System.String System.Globalization.TextInfo::m_textInfoName String_t* ___m_textInfoName_4; // System.Nullable`1 System.Globalization.TextInfo::m_IsAsciiCasingSameAsInvariant Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___m_IsAsciiCasingSameAsInvariant_5; // System.String System.Globalization.TextInfo::customCultureName String_t* ___customCultureName_7; // System.Int32 System.Globalization.TextInfo::m_nDataItem int32_t ___m_nDataItem_8; // System.Boolean System.Globalization.TextInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Int32 System.Globalization.TextInfo::m_win32LangID int32_t ___m_win32LangID_10; public: inline static int32_t get_offset_of_m_listSeparator_0() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_listSeparator_0)); } inline String_t* get_m_listSeparator_0() const { return ___m_listSeparator_0; } inline String_t** get_address_of_m_listSeparator_0() { return &___m_listSeparator_0; } inline void set_m_listSeparator_0(String_t* value) { ___m_listSeparator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_listSeparator_0), (void*)value); } inline static int32_t get_offset_of_m_isReadOnly_1() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_isReadOnly_1)); } inline bool get_m_isReadOnly_1() const { return ___m_isReadOnly_1; } inline bool* get_address_of_m_isReadOnly_1() { return &___m_isReadOnly_1; } inline void set_m_isReadOnly_1(bool value) { ___m_isReadOnly_1 = value; } inline static int32_t get_offset_of_m_cultureName_2() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureName_2)); } inline String_t* get_m_cultureName_2() const { return ___m_cultureName_2; } inline String_t** get_address_of_m_cultureName_2() { return &___m_cultureName_2; } inline void set_m_cultureName_2(String_t* value) { ___m_cultureName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureName_2), (void*)value); } inline static int32_t get_offset_of_m_cultureData_3() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureData_3)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_3() const { return ___m_cultureData_3; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_3() { return &___m_cultureData_3; } inline void set_m_cultureData_3(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_3), (void*)value); } inline static int32_t get_offset_of_m_textInfoName_4() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_textInfoName_4)); } inline String_t* get_m_textInfoName_4() const { return ___m_textInfoName_4; } inline String_t** get_address_of_m_textInfoName_4() { return &___m_textInfoName_4; } inline void set_m_textInfoName_4(String_t* value) { ___m_textInfoName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_textInfoName_4), (void*)value); } inline static int32_t get_offset_of_m_IsAsciiCasingSameAsInvariant_5() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_IsAsciiCasingSameAsInvariant_5)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_m_IsAsciiCasingSameAsInvariant_5() const { return ___m_IsAsciiCasingSameAsInvariant_5; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_m_IsAsciiCasingSameAsInvariant_5() { return &___m_IsAsciiCasingSameAsInvariant_5; } inline void set_m_IsAsciiCasingSameAsInvariant_5(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___m_IsAsciiCasingSameAsInvariant_5 = value; } inline static int32_t get_offset_of_customCultureName_7() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___customCultureName_7)); } inline String_t* get_customCultureName_7() const { return ___customCultureName_7; } inline String_t** get_address_of_customCultureName_7() { return &___customCultureName_7; } inline void set_customCultureName_7(String_t* value) { ___customCultureName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCultureName_7), (void*)value); } inline static int32_t get_offset_of_m_nDataItem_8() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_nDataItem_8)); } inline int32_t get_m_nDataItem_8() const { return ___m_nDataItem_8; } inline int32_t* get_address_of_m_nDataItem_8() { return &___m_nDataItem_8; } inline void set_m_nDataItem_8(int32_t value) { ___m_nDataItem_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___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_m_win32LangID_10() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_win32LangID_10)); } inline int32_t get_m_win32LangID_10() const { return ___m_win32LangID_10; } inline int32_t* get_address_of_m_win32LangID_10() { return &___m_win32LangID_10; } inline void set_m_win32LangID_10(int32_t value) { ___m_win32LangID_10 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_3; public: inline static int32_t get_offset_of__ticks_3() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_3)); } inline int64_t get__ticks_3() const { return ____ticks_3; } inline int64_t* get_address_of__ticks_3() { return &____ticks_3; } inline void set__ticks_3(int64_t value) { ____ticks_3 = value; } }; // Mono.Security.Interface.TlsProtocols struct TlsProtocols_t14C13F73C25A0E4CF94E13D5B44228F810D32183 { public: // System.Int32 Mono.Security.Interface.TlsProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TlsProtocols_t14C13F73C25A0E4CF94E13D5B44228F810D32183, ___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.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.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 : public RuntimeObject { public: public: }; // System.Globalization.UnicodeCategory struct UnicodeCategory_t6F1DA413FEAE6D03B02A0AD747327E865AFF8A38 { public: // System.Int32 System.Globalization.UnicodeCategory::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UnicodeCategory_t6F1DA413FEAE6D03B02A0AD747327E865AFF8A38, ___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.NetworkInformation.UnixIPGlobalProperties struct UnixIPGlobalProperties_t17A56352BFACD974A0828F84CA3424941E39B021 : public CommonUnixIPGlobalProperties_t74F6A363223CF97FAB9A43E71FEAF07F2681F928 { public: public: }; // System.UriComponents struct UriComponents_tA599793722A9810EC23036FF1B1B02A905B4EA76 { public: // System.Int32 System.UriComponents::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriComponents_tA599793722A9810EC23036FF1B1B02A905B4EA76, ___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.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.Threading.WaitHandle::waitHandle intptr_t ___waitHandle_3; // Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * ___safeWaitHandle_4; // System.Boolean System.Threading.WaitHandle::hasThreadAffinity bool ___hasThreadAffinity_5; public: inline static int32_t get_offset_of_waitHandle_3() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___waitHandle_3)); } inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; } inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; } inline void set_waitHandle_3(intptr_t value) { ___waitHandle_3 = value; } inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___safeWaitHandle_4)); } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; } inline void set_safeWaitHandle_4(SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * value) { ___safeWaitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeWaitHandle_4), (void*)value); } inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___hasThreadAffinity_5)); } inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; } inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; } inline void set_hasThreadAffinity_5(bool value) { ___hasThreadAffinity_5 = value; } }; // Native definition for P/Invoke marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Native definition for COM marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // System.Net.WebExceptionInternalStatus struct WebExceptionInternalStatus_t5A2FD55F96B6C62DE1354CCB0A4B3787597D2F57 { public: // System.Int32 System.Net.WebExceptionInternalStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebExceptionInternalStatus_t5A2FD55F96B6C62DE1354CCB0A4B3787597D2F57, ___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.WebExceptionStatus struct WebExceptionStatus_tF76E8FAA116C43DDF96AF8C8CE2D75C3587F31D9 { public: // System.Int32 System.Net.WebExceptionStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebExceptionStatus_tF76E8FAA116C43DDF96AF8C8CE2D75C3587F31D9, ___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.WebHeaderCollectionType struct WebHeaderCollectionType_t07786FA148E21DD3628FCEA5DAE961CAC9202736 { public: // System.UInt16 System.Net.WebHeaderCollectionType::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebHeaderCollectionType_t07786FA148E21DD3628FCEA5DAE961CAC9202736, ___value___2)); } inline uint16_t get_value___2() const { return ___value___2; } inline uint16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint16_t value) { ___value___2 = value; } }; // Mono.Security.X509.X509Certificate struct X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 : public RuntimeObject { public: // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::decoder ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ___decoder_0; // System.Byte[] Mono.Security.X509.X509Certificate::m_encodedcert ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_encodedcert_1; // System.DateTime Mono.Security.X509.X509Certificate::m_from DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_from_2; // System.DateTime Mono.Security.X509.X509Certificate::m_until DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_until_3; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::issuer ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ___issuer_4; // System.String Mono.Security.X509.X509Certificate::m_issuername String_t* ___m_issuername_5; // System.String Mono.Security.X509.X509Certificate::m_keyalgo String_t* ___m_keyalgo_6; // System.Byte[] Mono.Security.X509.X509Certificate::m_keyalgoparams ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_keyalgoparams_7; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::subject ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ___subject_8; // System.String Mono.Security.X509.X509Certificate::m_subject String_t* ___m_subject_9; // System.Byte[] Mono.Security.X509.X509Certificate::m_publickey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_publickey_10; // System.Byte[] Mono.Security.X509.X509Certificate::signature ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature_11; // System.String Mono.Security.X509.X509Certificate::m_signaturealgo String_t* ___m_signaturealgo_12; // System.Byte[] Mono.Security.X509.X509Certificate::m_signaturealgoparams ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_signaturealgoparams_13; // System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::_rsa RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ____rsa_14; // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::_dsa DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * ____dsa_15; // System.Int32 Mono.Security.X509.X509Certificate::version int32_t ___version_16; // System.Byte[] Mono.Security.X509.X509Certificate::serialnumber ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___serialnumber_17; // System.Byte[] Mono.Security.X509.X509Certificate::issuerUniqueID ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___issuerUniqueID_18; // System.Byte[] Mono.Security.X509.X509Certificate::subjectUniqueID ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectUniqueID_19; // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::extensions X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487 * ___extensions_20; public: inline static int32_t get_offset_of_decoder_0() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___decoder_0)); } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * get_decoder_0() const { return ___decoder_0; } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 ** get_address_of_decoder_0() { return &___decoder_0; } inline void set_decoder_0(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * value) { ___decoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_0), (void*)value); } inline static int32_t get_offset_of_m_encodedcert_1() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_encodedcert_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_encodedcert_1() const { return ___m_encodedcert_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_encodedcert_1() { return &___m_encodedcert_1; } inline void set_m_encodedcert_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_encodedcert_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_encodedcert_1), (void*)value); } inline static int32_t get_offset_of_m_from_2() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_from_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_from_2() const { return ___m_from_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_from_2() { return &___m_from_2; } inline void set_m_from_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_from_2 = value; } inline static int32_t get_offset_of_m_until_3() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_until_3)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_until_3() const { return ___m_until_3; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_until_3() { return &___m_until_3; } inline void set_m_until_3(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_until_3 = value; } inline static int32_t get_offset_of_issuer_4() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___issuer_4)); } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * get_issuer_4() const { return ___issuer_4; } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 ** get_address_of_issuer_4() { return &___issuer_4; } inline void set_issuer_4(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * value) { ___issuer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_4), (void*)value); } inline static int32_t get_offset_of_m_issuername_5() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_issuername_5)); } inline String_t* get_m_issuername_5() const { return ___m_issuername_5; } inline String_t** get_address_of_m_issuername_5() { return &___m_issuername_5; } inline void set_m_issuername_5(String_t* value) { ___m_issuername_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_issuername_5), (void*)value); } inline static int32_t get_offset_of_m_keyalgo_6() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_keyalgo_6)); } inline String_t* get_m_keyalgo_6() const { return ___m_keyalgo_6; } inline String_t** get_address_of_m_keyalgo_6() { return &___m_keyalgo_6; } inline void set_m_keyalgo_6(String_t* value) { ___m_keyalgo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_keyalgo_6), (void*)value); } inline static int32_t get_offset_of_m_keyalgoparams_7() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_keyalgoparams_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_keyalgoparams_7() const { return ___m_keyalgoparams_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_keyalgoparams_7() { return &___m_keyalgoparams_7; } inline void set_m_keyalgoparams_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_keyalgoparams_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_keyalgoparams_7), (void*)value); } inline static int32_t get_offset_of_subject_8() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___subject_8)); } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * get_subject_8() const { return ___subject_8; } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 ** get_address_of_subject_8() { return &___subject_8; } inline void set_subject_8(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * value) { ___subject_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_8), (void*)value); } inline static int32_t get_offset_of_m_subject_9() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_subject_9)); } inline String_t* get_m_subject_9() const { return ___m_subject_9; } inline String_t** get_address_of_m_subject_9() { return &___m_subject_9; } inline void set_m_subject_9(String_t* value) { ___m_subject_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_subject_9), (void*)value); } inline static int32_t get_offset_of_m_publickey_10() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_publickey_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_publickey_10() const { return ___m_publickey_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_publickey_10() { return &___m_publickey_10; } inline void set_m_publickey_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_publickey_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_publickey_10), (void*)value); } inline static int32_t get_offset_of_signature_11() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___signature_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_signature_11() const { return ___signature_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_signature_11() { return &___signature_11; } inline void set_signature_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___signature_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_11), (void*)value); } inline static int32_t get_offset_of_m_signaturealgo_12() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_signaturealgo_12)); } inline String_t* get_m_signaturealgo_12() const { return ___m_signaturealgo_12; } inline String_t** get_address_of_m_signaturealgo_12() { return &___m_signaturealgo_12; } inline void set_m_signaturealgo_12(String_t* value) { ___m_signaturealgo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_signaturealgo_12), (void*)value); } inline static int32_t get_offset_of_m_signaturealgoparams_13() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_signaturealgoparams_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_signaturealgoparams_13() const { return ___m_signaturealgoparams_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_signaturealgoparams_13() { return &___m_signaturealgoparams_13; } inline void set_m_signaturealgoparams_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_signaturealgoparams_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_signaturealgoparams_13), (void*)value); } inline static int32_t get_offset_of__rsa_14() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ____rsa_14)); } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * get__rsa_14() const { return ____rsa_14; } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B ** get_address_of__rsa_14() { return &____rsa_14; } inline void set__rsa_14(RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * value) { ____rsa_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____rsa_14), (void*)value); } inline static int32_t get_offset_of__dsa_15() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ____dsa_15)); } inline DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * get__dsa_15() const { return ____dsa_15; } inline DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 ** get_address_of__dsa_15() { return &____dsa_15; } inline void set__dsa_15(DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * value) { ____dsa_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____dsa_15), (void*)value); } inline static int32_t get_offset_of_version_16() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___version_16)); } inline int32_t get_version_16() const { return ___version_16; } inline int32_t* get_address_of_version_16() { return &___version_16; } inline void set_version_16(int32_t value) { ___version_16 = value; } inline static int32_t get_offset_of_serialnumber_17() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___serialnumber_17)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_serialnumber_17() const { return ___serialnumber_17; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_serialnumber_17() { return &___serialnumber_17; } inline void set_serialnumber_17(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___serialnumber_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialnumber_17), (void*)value); } inline static int32_t get_offset_of_issuerUniqueID_18() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___issuerUniqueID_18)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_issuerUniqueID_18() const { return ___issuerUniqueID_18; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_issuerUniqueID_18() { return &___issuerUniqueID_18; } inline void set_issuerUniqueID_18(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___issuerUniqueID_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerUniqueID_18), (void*)value); } inline static int32_t get_offset_of_subjectUniqueID_19() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___subjectUniqueID_19)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_subjectUniqueID_19() const { return ___subjectUniqueID_19; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_subjectUniqueID_19() { return &___subjectUniqueID_19; } inline void set_subjectUniqueID_19(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___subjectUniqueID_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectUniqueID_19), (void*)value); } inline static int32_t get_offset_of_extensions_20() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___extensions_20)); } inline X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487 * get_extensions_20() const { return ___extensions_20; } inline X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487 ** get_address_of_extensions_20() { return &___extensions_20; } inline void set_extensions_20(X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487 * value) { ___extensions_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_20), (void*)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; } }; // Mono.Net.Security.MobileAuthenticatedStream/OperationType struct OperationType_tF950A5EE74E13DBB2CEBEE02274325C00FA90A86 { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/OperationType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OperationType_tF950A5EE74E13DBB2CEBEE02274325C00FA90A86, ___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.MonoChunkStream/State struct State_t1C501DCF526F904526559900726F9EA9FB708871 { public: // System.Int32 System.Net.MonoChunkStream/State::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(State_t1C501DCF526F904526559900726F9EA9FB708871, ___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.Net.WebConnectionTunnel/NtlmAuthState struct NtlmAuthState_tB416D459ABD835A6A15DF40BBDFA9D21DFF5EC9A { public: // System.Int32 System.Net.WebConnectionTunnel/NtlmAuthState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NtlmAuthState_tB416D459ABD835A6A15DF40BBDFA9D21DFF5EC9A, ___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.Nullable`1 struct Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result int32_t ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725, ___m_result_40)); } inline int32_t get_m_result_40() const { return ___m_result_40; } inline int32_t* get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(int32_t value) { ___m_result_40 = 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); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B { public: // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::m_builder AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; public: inline static int32_t get_offset_of_m_builder_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B, ___m_builder_1)); } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD get_m_builder_1() const { return ___m_builder_1; } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * get_address_of_m_builder_1() { return &___m_builder_1; } inline void set_m_builder_1(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD value) { ___m_builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_builder_1))->___m_task_2), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_pinvoke { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_com { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C : public WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 { public: public: }; // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE : public RuntimeObject { public: // System.Int64 System.Net.IPAddress::m_Address int64_t ___m_Address_5; // System.String System.Net.IPAddress::m_ToString String_t* ___m_ToString_6; // System.Net.Sockets.AddressFamily System.Net.IPAddress::m_Family int32_t ___m_Family_10; // System.UInt16[] System.Net.IPAddress::m_Numbers UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___m_Numbers_11; // System.Int64 System.Net.IPAddress::m_ScopeId int64_t ___m_ScopeId_12; // System.Int32 System.Net.IPAddress::m_HashCode int32_t ___m_HashCode_13; public: inline static int32_t get_offset_of_m_Address_5() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Address_5)); } inline int64_t get_m_Address_5() const { return ___m_Address_5; } inline int64_t* get_address_of_m_Address_5() { return &___m_Address_5; } inline void set_m_Address_5(int64_t value) { ___m_Address_5 = value; } inline static int32_t get_offset_of_m_ToString_6() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_ToString_6)); } inline String_t* get_m_ToString_6() const { return ___m_ToString_6; } inline String_t** get_address_of_m_ToString_6() { return &___m_ToString_6; } inline void set_m_ToString_6(String_t* value) { ___m_ToString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ToString_6), (void*)value); } inline static int32_t get_offset_of_m_Family_10() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Family_10)); } inline int32_t get_m_Family_10() const { return ___m_Family_10; } inline int32_t* get_address_of_m_Family_10() { return &___m_Family_10; } inline void set_m_Family_10(int32_t value) { ___m_Family_10 = value; } inline static int32_t get_offset_of_m_Numbers_11() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Numbers_11)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_m_Numbers_11() const { return ___m_Numbers_11; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_m_Numbers_11() { return &___m_Numbers_11; } inline void set_m_Numbers_11(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___m_Numbers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Numbers_11), (void*)value); } inline static int32_t get_offset_of_m_ScopeId_12() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_ScopeId_12)); } inline int64_t get_m_ScopeId_12() const { return ___m_ScopeId_12; } inline int64_t* get_address_of_m_ScopeId_12() { return &___m_ScopeId_12; } inline void set_m_ScopeId_12(int64_t value) { ___m_ScopeId_12 = value; } inline static int32_t get_offset_of_m_HashCode_13() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_HashCode_13)); } inline int32_t get_m_HashCode_13() const { return ___m_HashCode_13; } inline int32_t* get_address_of_m_HashCode_13() { return &___m_HashCode_13; } inline void set_m_HashCode_13(int32_t value) { ___m_HashCode_13 = value; } }; // System.Text.RegularExpressions.MatchSparse struct MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694 : public Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B { public: // System.Collections.Hashtable System.Text.RegularExpressions.MatchSparse::_caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_17; public: inline static int32_t get_offset_of__caps_17() { return static_cast(offsetof(MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694, ____caps_17)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_17() const { return ____caps_17; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_17() { return &____caps_17; } inline void set__caps_17(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_17), (void*)value); } }; // Mono.Security.Protocol.Ntlm.MessageBase struct MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD : public RuntimeObject { public: // System.Int32 Mono.Security.Protocol.Ntlm.MessageBase::_type int32_t ____type_1; // Mono.Security.Protocol.Ntlm.NtlmFlags Mono.Security.Protocol.Ntlm.MessageBase::_flags int32_t ____flags_2; public: inline static int32_t get_offset_of__type_1() { return static_cast(offsetof(MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD, ____type_1)); } inline int32_t get__type_1() const { return ____type_1; } inline int32_t* get_address_of__type_1() { return &____type_1; } inline void set__type_1(int32_t value) { ____type_1 = value; } inline static int32_t get_offset_of__flags_2() { return static_cast(offsetof(MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD, ____flags_2)); } inline int32_t get__flags_2() const { return ____flags_2; } inline int32_t* get_address_of__flags_2() { return &____flags_2; } inline void set__flags_2(int32_t value) { ____flags_2 = value; } }; // System.Net.NetworkInformation.MibIPGlobalProperties struct MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B : public UnixIPGlobalProperties_t17A56352BFACD974A0828F84CA3424941E39B021 { public: // System.String System.Net.NetworkInformation.MibIPGlobalProperties::StatisticsFile String_t* ___StatisticsFile_1; // System.String System.Net.NetworkInformation.MibIPGlobalProperties::StatisticsFileIPv6 String_t* ___StatisticsFileIPv6_2; // System.String System.Net.NetworkInformation.MibIPGlobalProperties::TcpFile String_t* ___TcpFile_3; // System.String System.Net.NetworkInformation.MibIPGlobalProperties::Tcp6File String_t* ___Tcp6File_4; // System.String System.Net.NetworkInformation.MibIPGlobalProperties::UdpFile String_t* ___UdpFile_5; // System.String System.Net.NetworkInformation.MibIPGlobalProperties::Udp6File String_t* ___Udp6File_6; public: inline static int32_t get_offset_of_StatisticsFile_1() { return static_cast(offsetof(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B, ___StatisticsFile_1)); } inline String_t* get_StatisticsFile_1() const { return ___StatisticsFile_1; } inline String_t** get_address_of_StatisticsFile_1() { return &___StatisticsFile_1; } inline void set_StatisticsFile_1(String_t* value) { ___StatisticsFile_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___StatisticsFile_1), (void*)value); } inline static int32_t get_offset_of_StatisticsFileIPv6_2() { return static_cast(offsetof(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B, ___StatisticsFileIPv6_2)); } inline String_t* get_StatisticsFileIPv6_2() const { return ___StatisticsFileIPv6_2; } inline String_t** get_address_of_StatisticsFileIPv6_2() { return &___StatisticsFileIPv6_2; } inline void set_StatisticsFileIPv6_2(String_t* value) { ___StatisticsFileIPv6_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___StatisticsFileIPv6_2), (void*)value); } inline static int32_t get_offset_of_TcpFile_3() { return static_cast(offsetof(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B, ___TcpFile_3)); } inline String_t* get_TcpFile_3() const { return ___TcpFile_3; } inline String_t** get_address_of_TcpFile_3() { return &___TcpFile_3; } inline void set_TcpFile_3(String_t* value) { ___TcpFile_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___TcpFile_3), (void*)value); } inline static int32_t get_offset_of_Tcp6File_4() { return static_cast(offsetof(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B, ___Tcp6File_4)); } inline String_t* get_Tcp6File_4() const { return ___Tcp6File_4; } inline String_t** get_address_of_Tcp6File_4() { return &___Tcp6File_4; } inline void set_Tcp6File_4(String_t* value) { ___Tcp6File_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Tcp6File_4), (void*)value); } inline static int32_t get_offset_of_UdpFile_5() { return static_cast(offsetof(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B, ___UdpFile_5)); } inline String_t* get_UdpFile_5() const { return ___UdpFile_5; } inline String_t** get_address_of_UdpFile_5() { return &___UdpFile_5; } inline void set_UdpFile_5(String_t* value) { ___UdpFile_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UdpFile_5), (void*)value); } inline static int32_t get_offset_of_Udp6File_6() { return static_cast(offsetof(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B, ___Udp6File_6)); } inline String_t* get_Udp6File_6() const { return ___Udp6File_6; } inline String_t** get_address_of_Udp6File_6() { return &___Udp6File_6; } inline void set_Udp6File_6(String_t* value) { ___Udp6File_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Udp6File_6), (void*)value); } }; // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E : public AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 { public: // Mono.Net.Security.MobileTlsContext Mono.Net.Security.MobileAuthenticatedStream::xobileTlsContext MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * ___xobileTlsContext_7; // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.MobileAuthenticatedStream::lastException ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___lastException_8; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncHandshakeRequest AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncHandshakeRequest_9; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncReadRequest AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncReadRequest_10; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncWriteRequest AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncWriteRequest_11; // Mono.Net.Security.BufferOffsetSize2 Mono.Net.Security.MobileAuthenticatedStream::readBuffer BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * ___readBuffer_12; // Mono.Net.Security.BufferOffsetSize2 Mono.Net.Security.MobileAuthenticatedStream::writeBuffer BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * ___writeBuffer_13; // System.Object Mono.Net.Security.MobileAuthenticatedStream::ioLock RuntimeObject * ___ioLock_14; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::closeRequested int32_t ___closeRequested_15; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::shutdown bool ___shutdown_16; // System.Net.Security.SslStream Mono.Net.Security.MobileAuthenticatedStream::k__BackingField SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * ___U3CSslStreamU3Ek__BackingField_18; // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MobileAuthenticatedStream::k__BackingField MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___U3CSettingsU3Ek__BackingField_19; // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MobileAuthenticatedStream::k__BackingField MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___U3CProviderU3Ek__BackingField_20; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::ID int32_t ___ID_22; public: inline static int32_t get_offset_of_xobileTlsContext_7() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___xobileTlsContext_7)); } inline MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * get_xobileTlsContext_7() const { return ___xobileTlsContext_7; } inline MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF ** get_address_of_xobileTlsContext_7() { return &___xobileTlsContext_7; } inline void set_xobileTlsContext_7(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * value) { ___xobileTlsContext_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___xobileTlsContext_7), (void*)value); } inline static int32_t get_offset_of_lastException_8() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___lastException_8)); } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * get_lastException_8() const { return ___lastException_8; } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** get_address_of_lastException_8() { return &___lastException_8; } inline void set_lastException_8(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * value) { ___lastException_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastException_8), (void*)value); } inline static int32_t get_offset_of_asyncHandshakeRequest_9() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___asyncHandshakeRequest_9)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_asyncHandshakeRequest_9() const { return ___asyncHandshakeRequest_9; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_asyncHandshakeRequest_9() { return &___asyncHandshakeRequest_9; } inline void set_asyncHandshakeRequest_9(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___asyncHandshakeRequest_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncHandshakeRequest_9), (void*)value); } inline static int32_t get_offset_of_asyncReadRequest_10() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___asyncReadRequest_10)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_asyncReadRequest_10() const { return ___asyncReadRequest_10; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_asyncReadRequest_10() { return &___asyncReadRequest_10; } inline void set_asyncReadRequest_10(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___asyncReadRequest_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncReadRequest_10), (void*)value); } inline static int32_t get_offset_of_asyncWriteRequest_11() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___asyncWriteRequest_11)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_asyncWriteRequest_11() const { return ___asyncWriteRequest_11; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_asyncWriteRequest_11() { return &___asyncWriteRequest_11; } inline void set_asyncWriteRequest_11(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___asyncWriteRequest_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncWriteRequest_11), (void*)value); } inline static int32_t get_offset_of_readBuffer_12() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___readBuffer_12)); } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * get_readBuffer_12() const { return ___readBuffer_12; } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 ** get_address_of_readBuffer_12() { return &___readBuffer_12; } inline void set_readBuffer_12(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * value) { ___readBuffer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___readBuffer_12), (void*)value); } inline static int32_t get_offset_of_writeBuffer_13() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___writeBuffer_13)); } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * get_writeBuffer_13() const { return ___writeBuffer_13; } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 ** get_address_of_writeBuffer_13() { return &___writeBuffer_13; } inline void set_writeBuffer_13(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * value) { ___writeBuffer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeBuffer_13), (void*)value); } inline static int32_t get_offset_of_ioLock_14() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___ioLock_14)); } inline RuntimeObject * get_ioLock_14() const { return ___ioLock_14; } inline RuntimeObject ** get_address_of_ioLock_14() { return &___ioLock_14; } inline void set_ioLock_14(RuntimeObject * value) { ___ioLock_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ioLock_14), (void*)value); } inline static int32_t get_offset_of_closeRequested_15() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___closeRequested_15)); } inline int32_t get_closeRequested_15() const { return ___closeRequested_15; } inline int32_t* get_address_of_closeRequested_15() { return &___closeRequested_15; } inline void set_closeRequested_15(int32_t value) { ___closeRequested_15 = value; } inline static int32_t get_offset_of_shutdown_16() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___shutdown_16)); } inline bool get_shutdown_16() const { return ___shutdown_16; } inline bool* get_address_of_shutdown_16() { return &___shutdown_16; } inline void set_shutdown_16(bool value) { ___shutdown_16 = value; } inline static int32_t get_offset_of_U3CSslStreamU3Ek__BackingField_18() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___U3CSslStreamU3Ek__BackingField_18)); } inline SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * get_U3CSslStreamU3Ek__BackingField_18() const { return ___U3CSslStreamU3Ek__BackingField_18; } inline SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 ** get_address_of_U3CSslStreamU3Ek__BackingField_18() { return &___U3CSslStreamU3Ek__BackingField_18; } inline void set_U3CSslStreamU3Ek__BackingField_18(SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * value) { ___U3CSslStreamU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSslStreamU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CSettingsU3Ek__BackingField_19() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___U3CSettingsU3Ek__BackingField_19)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_U3CSettingsU3Ek__BackingField_19() const { return ___U3CSettingsU3Ek__BackingField_19; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_U3CSettingsU3Ek__BackingField_19() { return &___U3CSettingsU3Ek__BackingField_19; } inline void set_U3CSettingsU3Ek__BackingField_19(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___U3CSettingsU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSettingsU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CProviderU3Ek__BackingField_20() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___U3CProviderU3Ek__BackingField_20)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_U3CProviderU3Ek__BackingField_20() const { return ___U3CProviderU3Ek__BackingField_20; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_U3CProviderU3Ek__BackingField_20() { return &___U3CProviderU3Ek__BackingField_20; } inline void set_U3CProviderU3Ek__BackingField_20(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___U3CProviderU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProviderU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_ID_22() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___ID_22)); } inline int32_t get_ID_22() const { return ___ID_22; } inline int32_t* get_address_of_ID_22() { return &___ID_22; } inline void set_ID_22(int32_t value) { ___ID_22 = value; } }; // Mono.Net.Security.MobileTlsContext struct MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF : public RuntimeObject { public: // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileTlsContext::parent MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent_0; // System.Boolean Mono.Net.Security.MobileTlsContext::serverMode bool ___serverMode_1; // System.String Mono.Net.Security.MobileTlsContext::targetHost String_t* ___targetHost_2; // System.String Mono.Net.Security.MobileTlsContext::serverName String_t* ___serverName_3; // System.Security.Authentication.SslProtocols Mono.Net.Security.MobileTlsContext::enabledProtocols int32_t ___enabledProtocols_4; // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileTlsContext::serverCertificate X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate_5; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Net.Security.MobileTlsContext::clientCertificates X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates_6; // System.Boolean Mono.Net.Security.MobileTlsContext::askForClientCert bool ___askForClientCert_7; // Mono.Security.Interface.ICertificateValidator2 Mono.Net.Security.MobileTlsContext::certificateValidator RuntimeObject* ___certificateValidator_8; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___parent_0)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_parent_0() const { return ___parent_0; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value); } inline static int32_t get_offset_of_serverMode_1() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___serverMode_1)); } inline bool get_serverMode_1() const { return ___serverMode_1; } inline bool* get_address_of_serverMode_1() { return &___serverMode_1; } inline void set_serverMode_1(bool value) { ___serverMode_1 = value; } inline static int32_t get_offset_of_targetHost_2() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___targetHost_2)); } inline String_t* get_targetHost_2() const { return ___targetHost_2; } inline String_t** get_address_of_targetHost_2() { return &___targetHost_2; } inline void set_targetHost_2(String_t* value) { ___targetHost_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetHost_2), (void*)value); } inline static int32_t get_offset_of_serverName_3() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___serverName_3)); } inline String_t* get_serverName_3() const { return ___serverName_3; } inline String_t** get_address_of_serverName_3() { return &___serverName_3; } inline void set_serverName_3(String_t* value) { ___serverName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverName_3), (void*)value); } inline static int32_t get_offset_of_enabledProtocols_4() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___enabledProtocols_4)); } inline int32_t get_enabledProtocols_4() const { return ___enabledProtocols_4; } inline int32_t* get_address_of_enabledProtocols_4() { return &___enabledProtocols_4; } inline void set_enabledProtocols_4(int32_t value) { ___enabledProtocols_4 = value; } inline static int32_t get_offset_of_serverCertificate_5() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___serverCertificate_5)); } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * get_serverCertificate_5() const { return ___serverCertificate_5; } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** get_address_of_serverCertificate_5() { return &___serverCertificate_5; } inline void set_serverCertificate_5(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * value) { ___serverCertificate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverCertificate_5), (void*)value); } inline static int32_t get_offset_of_clientCertificates_6() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___clientCertificates_6)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_clientCertificates_6() const { return ___clientCertificates_6; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_clientCertificates_6() { return &___clientCertificates_6; } inline void set_clientCertificates_6(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___clientCertificates_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientCertificates_6), (void*)value); } inline static int32_t get_offset_of_askForClientCert_7() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___askForClientCert_7)); } inline bool get_askForClientCert_7() const { return ___askForClientCert_7; } inline bool* get_address_of_askForClientCert_7() { return &___askForClientCert_7; } inline void set_askForClientCert_7(bool value) { ___askForClientCert_7 = value; } inline static int32_t get_offset_of_certificateValidator_8() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___certificateValidator_8)); } inline RuntimeObject* get_certificateValidator_8() const { return ___certificateValidator_8; } inline RuntimeObject** get_address_of_certificateValidator_8() { return &___certificateValidator_8; } inline void set_certificateValidator_8(RuntimeObject* value) { ___certificateValidator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateValidator_8), (void*)value); } }; // System.Net.MonoChunkStream struct MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 : public RuntimeObject { public: // System.Net.WebHeaderCollection System.Net.MonoChunkStream::headers WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___headers_0; // System.Int32 System.Net.MonoChunkStream::chunkSize int32_t ___chunkSize_1; // System.Int32 System.Net.MonoChunkStream::chunkRead int32_t ___chunkRead_2; // System.Int32 System.Net.MonoChunkStream::totalWritten int32_t ___totalWritten_3; // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::state int32_t ___state_4; // System.Text.StringBuilder System.Net.MonoChunkStream::saved StringBuilder_t * ___saved_5; // System.Boolean System.Net.MonoChunkStream::sawCR bool ___sawCR_6; // System.Boolean System.Net.MonoChunkStream::gotit bool ___gotit_7; // System.Int32 System.Net.MonoChunkStream::trailerState int32_t ___trailerState_8; // System.Collections.ArrayList System.Net.MonoChunkStream::chunks ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___chunks_9; public: inline static int32_t get_offset_of_headers_0() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___headers_0)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_headers_0() const { return ___headers_0; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_headers_0() { return &___headers_0; } inline void set_headers_0(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___headers_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___headers_0), (void*)value); } inline static int32_t get_offset_of_chunkSize_1() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___chunkSize_1)); } inline int32_t get_chunkSize_1() const { return ___chunkSize_1; } inline int32_t* get_address_of_chunkSize_1() { return &___chunkSize_1; } inline void set_chunkSize_1(int32_t value) { ___chunkSize_1 = value; } inline static int32_t get_offset_of_chunkRead_2() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___chunkRead_2)); } inline int32_t get_chunkRead_2() const { return ___chunkRead_2; } inline int32_t* get_address_of_chunkRead_2() { return &___chunkRead_2; } inline void set_chunkRead_2(int32_t value) { ___chunkRead_2 = value; } inline static int32_t get_offset_of_totalWritten_3() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___totalWritten_3)); } inline int32_t get_totalWritten_3() const { return ___totalWritten_3; } inline int32_t* get_address_of_totalWritten_3() { return &___totalWritten_3; } inline void set_totalWritten_3(int32_t value) { ___totalWritten_3 = value; } inline static int32_t get_offset_of_state_4() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___state_4)); } inline int32_t get_state_4() const { return ___state_4; } inline int32_t* get_address_of_state_4() { return &___state_4; } inline void set_state_4(int32_t value) { ___state_4 = value; } inline static int32_t get_offset_of_saved_5() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___saved_5)); } inline StringBuilder_t * get_saved_5() const { return ___saved_5; } inline StringBuilder_t ** get_address_of_saved_5() { return &___saved_5; } inline void set_saved_5(StringBuilder_t * value) { ___saved_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___saved_5), (void*)value); } inline static int32_t get_offset_of_sawCR_6() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___sawCR_6)); } inline bool get_sawCR_6() const { return ___sawCR_6; } inline bool* get_address_of_sawCR_6() { return &___sawCR_6; } inline void set_sawCR_6(bool value) { ___sawCR_6 = value; } inline static int32_t get_offset_of_gotit_7() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___gotit_7)); } inline bool get_gotit_7() const { return ___gotit_7; } inline bool* get_address_of_gotit_7() { return &___gotit_7; } inline void set_gotit_7(bool value) { ___gotit_7 = value; } inline static int32_t get_offset_of_trailerState_8() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___trailerState_8)); } inline int32_t get_trailerState_8() const { return ___trailerState_8; } inline int32_t* get_address_of_trailerState_8() { return &___trailerState_8; } inline void set_trailerState_8(int32_t value) { ___trailerState_8 = value; } inline static int32_t get_offset_of_chunks_9() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___chunks_9)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_chunks_9() const { return ___chunks_9; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_chunks_9() { return &___chunks_9; } inline void set_chunks_9(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___chunks_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___chunks_9), (void*)value); } }; // Mono.Net.Security.MonoTlsStream struct MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 : public RuntimeObject { public: // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsStream::provider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider_0; // System.Net.Sockets.NetworkStream Mono.Net.Security.MonoTlsStream::networkStream NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * ___networkStream_1; // System.Net.HttpWebRequest Mono.Net.Security.MonoTlsStream::request HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_2; // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MonoTlsStream::settings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings_3; // Mono.Security.Interface.IMonoSslStream Mono.Net.Security.MonoTlsStream::sslStream RuntimeObject* ___sslStream_4; // System.Net.WebExceptionStatus Mono.Net.Security.MonoTlsStream::status int32_t ___status_5; // System.Boolean Mono.Net.Security.MonoTlsStream::k__BackingField bool ___U3CCertificateValidationFailedU3Ek__BackingField_6; public: inline static int32_t get_offset_of_provider_0() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___provider_0)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_provider_0() const { return ___provider_0; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_provider_0() { return &___provider_0; } inline void set_provider_0(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___provider_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_0), (void*)value); } inline static int32_t get_offset_of_networkStream_1() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___networkStream_1)); } inline NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * get_networkStream_1() const { return ___networkStream_1; } inline NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 ** get_address_of_networkStream_1() { return &___networkStream_1; } inline void set_networkStream_1(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * value) { ___networkStream_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___networkStream_1), (void*)value); } inline static int32_t get_offset_of_request_2() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___request_2)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_request_2() const { return ___request_2; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_request_2() { return &___request_2; } inline void set_request_2(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___request_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_2), (void*)value); } inline static int32_t get_offset_of_settings_3() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___settings_3)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_settings_3() const { return ___settings_3; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_settings_3() { return &___settings_3; } inline void set_settings_3(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___settings_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___settings_3), (void*)value); } inline static int32_t get_offset_of_sslStream_4() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___sslStream_4)); } inline RuntimeObject* get_sslStream_4() const { return ___sslStream_4; } inline RuntimeObject** get_address_of_sslStream_4() { return &___sslStream_4; } inline void set_sslStream_4(RuntimeObject* value) { ___sslStream_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sslStream_4), (void*)value); } inline static int32_t get_offset_of_status_5() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___status_5)); } inline int32_t get_status_5() const { return ___status_5; } inline int32_t* get_address_of_status_5() { return &___status_5; } inline void set_status_5(int32_t value) { ___status_5 = value; } inline static int32_t get_offset_of_U3CCertificateValidationFailedU3Ek__BackingField_6() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___U3CCertificateValidationFailedU3Ek__BackingField_6)); } inline bool get_U3CCertificateValidationFailedU3Ek__BackingField_6() const { return ___U3CCertificateValidationFailedU3Ek__BackingField_6; } inline bool* get_address_of_U3CCertificateValidationFailedU3Ek__BackingField_6() { return &___U3CCertificateValidationFailedU3Ek__BackingField_6; } inline void set_U3CCertificateValidationFailedU3Ek__BackingField_6(bool value) { ___U3CCertificateValidationFailedU3Ek__BackingField_6 = 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; } }; // System.Security.Cryptography.Oid struct Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 : public RuntimeObject { public: // System.String System.Security.Cryptography.Oid::m_value String_t* ___m_value_0; // System.String System.Security.Cryptography.Oid::m_friendlyName String_t* ___m_friendlyName_1; // System.Security.Cryptography.OidGroup System.Security.Cryptography.Oid::m_group int32_t ___m_group_2; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800, ___m_value_0)); } inline String_t* get_m_value_0() const { return ___m_value_0; } inline String_t** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(String_t* value) { ___m_value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_0), (void*)value); } inline static int32_t get_offset_of_m_friendlyName_1() { return static_cast(offsetof(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800, ___m_friendlyName_1)); } inline String_t* get_m_friendlyName_1() const { return ___m_friendlyName_1; } inline String_t** get_address_of_m_friendlyName_1() { return &___m_friendlyName_1; } inline void set_m_friendlyName_1(String_t* value) { ___m_friendlyName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_friendlyName_1), (void*)value); } inline static int32_t get_offset_of_m_group_2() { return static_cast(offsetof(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800, ___m_group_2)); } inline int32_t get_m_group_2() const { return ___m_group_2; } inline int32_t* get_address_of_m_group_2() { return &___m_group_2; } inline void set_m_group_2(int32_t value) { ___m_group_2 = value; } }; // System.OperatingSystem struct OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 : public RuntimeObject { public: // System.PlatformID System.OperatingSystem::_platform int32_t ____platform_0; // System.Version System.OperatingSystem::_version Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ____version_1; // System.String System.OperatingSystem::_servicePack String_t* ____servicePack_2; public: inline static int32_t get_offset_of__platform_0() { return static_cast(offsetof(OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463, ____platform_0)); } inline int32_t get__platform_0() const { return ____platform_0; } inline int32_t* get_address_of__platform_0() { return &____platform_0; } inline void set__platform_0(int32_t value) { ____platform_0 = value; } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463, ____version_1)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get__version_1() const { return ____version_1; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of__version_1() { return &____version_1; } inline void set__version_1(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ____version_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____version_1), (void*)value); } inline static int32_t get_offset_of__servicePack_2() { return static_cast(offsetof(OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463, ____servicePack_2)); } inline String_t* get__servicePack_2() const { return ____servicePack_2; } inline String_t** get_address_of__servicePack_2() { return &____servicePack_2; } inline void set__servicePack_2(String_t* value) { ____servicePack_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____servicePack_2), (void*)value); } }; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 : public RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * ___store_3; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey bool ___persistKey_4; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted bool ___persisted_5; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_6; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed bool ___m_disposed_7; // Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * ___rsa_8; public: inline static int32_t get_offset_of_store_3() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___store_3)); } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * get_store_3() const { return ___store_3; } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A ** get_address_of_store_3() { return &___store_3; } inline void set_store_3(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * value) { ___store_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___store_3), (void*)value); } inline static int32_t get_offset_of_persistKey_4() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___persistKey_4)); } inline bool get_persistKey_4() const { return ___persistKey_4; } inline bool* get_address_of_persistKey_4() { return &___persistKey_4; } inline void set_persistKey_4(bool value) { ___persistKey_4 = value; } inline static int32_t get_offset_of_persisted_5() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___persisted_5)); } inline bool get_persisted_5() const { return ___persisted_5; } inline bool* get_address_of_persisted_5() { return &___persisted_5; } inline void set_persisted_5(bool value) { ___persisted_5 = value; } inline static int32_t get_offset_of_privateKeyExportable_6() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___privateKeyExportable_6)); } inline bool get_privateKeyExportable_6() const { return ___privateKeyExportable_6; } inline bool* get_address_of_privateKeyExportable_6() { return &___privateKeyExportable_6; } inline void set_privateKeyExportable_6(bool value) { ___privateKeyExportable_6 = value; } inline static int32_t get_offset_of_m_disposed_7() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___m_disposed_7)); } inline bool get_m_disposed_7() const { return ___m_disposed_7; } inline bool* get_address_of_m_disposed_7() { return &___m_disposed_7; } inline void set_m_disposed_7(bool value) { ___m_disposed_7 = value; } inline static int32_t get_offset_of_rsa_8() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___rsa_8)); } inline RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * get_rsa_8() const { return ___rsa_8; } inline RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 ** get_address_of_rsa_8() { return &___rsa_8; } inline void set_rsa_8(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * value) { ___rsa_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___rsa_8), (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_8; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames_9; // System.String[] System.Text.RegularExpressions.Regex::capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist_10; // System.Int32 System.Text.RegularExpressions.Regex::capsize int32_t ___capsize_11; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runnerref_12; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___replref_13; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code_14; // System.Boolean System.Text.RegularExpressions.Regex::refsInitialized bool ___refsInitialized_15; 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_8() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___caps_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_caps_8() const { return ___caps_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_caps_8() { return &___caps_8; } inline void set_caps_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___caps_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___caps_8), (void*)value); } inline static int32_t get_offset_of_capnames_9() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capnames_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_capnames_9() const { return ___capnames_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_capnames_9() { return &___capnames_9; } inline void set_capnames_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___capnames_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___capnames_9), (void*)value); } inline static int32_t get_offset_of_capslist_10() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capslist_10)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_capslist_10() const { return ___capslist_10; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_capslist_10() { return &___capslist_10; } inline void set_capslist_10(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___capslist_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___capslist_10), (void*)value); } inline static int32_t get_offset_of_capsize_11() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capsize_11)); } inline int32_t get_capsize_11() const { return ___capsize_11; } inline int32_t* get_address_of_capsize_11() { return &___capsize_11; } inline void set_capsize_11(int32_t value) { ___capsize_11 = value; } inline static int32_t get_offset_of_runnerref_12() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___runnerref_12)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get_runnerref_12() const { return ___runnerref_12; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of_runnerref_12() { return &___runnerref_12; } inline void set_runnerref_12(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ___runnerref_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___runnerref_12), (void*)value); } inline static int32_t get_offset_of_replref_13() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___replref_13)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get_replref_13() const { return ___replref_13; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of_replref_13() { return &___replref_13; } inline void set_replref_13(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ___replref_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___replref_13), (void*)value); } inline static int32_t get_offset_of_code_14() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___code_14)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get_code_14() const { return ___code_14; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of_code_14() { return &___code_14; } inline void set_code_14(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ___code_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_14), (void*)value); } inline static int32_t get_offset_of_refsInitialized_15() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___refsInitialized_15)); } inline bool get_refsInitialized_15() const { return ___refsInitialized_15; } inline bool* get_address_of_refsInitialized_15() { return &___refsInitialized_15; } inline void set_refsInitialized_15(bool value) { ___refsInitialized_15 = value; } }; // System.Text.RegularExpressions.RegexTree struct RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 : public RuntimeObject { public: // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexTree::_root RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ____root_0; // System.Collections.Hashtable System.Text.RegularExpressions.RegexTree::_caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_1; // System.Int32[] System.Text.RegularExpressions.RegexTree::_capnumlist Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____capnumlist_2; // System.Collections.Hashtable System.Text.RegularExpressions.RegexTree::_capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____capnames_3; // System.String[] System.Text.RegularExpressions.RegexTree::_capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____capslist_4; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.RegexTree::_options int32_t ____options_5; // System.Int32 System.Text.RegularExpressions.RegexTree::_captop int32_t ____captop_6; public: inline static int32_t get_offset_of__root_0() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____root_0)); } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * get__root_0() const { return ____root_0; } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 ** get_address_of__root_0() { return &____root_0; } inline void set__root_0(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * value) { ____root_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____root_0), (void*)value); } inline static int32_t get_offset_of__caps_1() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____caps_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_1() const { return ____caps_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_1() { return &____caps_1; } inline void set__caps_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_1), (void*)value); } inline static int32_t get_offset_of__capnumlist_2() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____capnumlist_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__capnumlist_2() const { return ____capnumlist_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__capnumlist_2() { return &____capnumlist_2; } inline void set__capnumlist_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____capnumlist_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____capnumlist_2), (void*)value); } inline static int32_t get_offset_of__capnames_3() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____capnames_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__capnames_3() const { return ____capnames_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__capnames_3() { return &____capnames_3; } inline void set__capnames_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____capnames_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____capnames_3), (void*)value); } inline static int32_t get_offset_of__capslist_4() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____capslist_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__capslist_4() const { return ____capslist_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__capslist_4() { return &____capslist_4; } inline void set__capslist_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____capslist_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____capslist_4), (void*)value); } inline static int32_t get_offset_of__options_5() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____options_5)); } inline int32_t get__options_5() const { return ____options_5; } inline int32_t* get_address_of__options_5() { return &____options_5; } inline void set__options_5(int32_t value) { ____options_5 = value; } inline static int32_t get_offset_of__captop_6() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____captop_6)); } inline int32_t get__captop_6() const { return ____captop_6; } inline int32_t* get_address_of__captop_6() { return &____captop_6; } inline void set__captop_6(int32_t value) { ____captop_6 = value; } }; // System.Net.Sockets.Socket struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 : public RuntimeObject { public: // System.Boolean System.Net.Sockets.Socket::is_closed bool ___is_closed_10; // System.Boolean System.Net.Sockets.Socket::is_listening bool ___is_listening_11; // System.Boolean System.Net.Sockets.Socket::useOverlappedIO bool ___useOverlappedIO_12; // System.Int32 System.Net.Sockets.Socket::linger_timeout int32_t ___linger_timeout_13; // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::addressFamily int32_t ___addressFamily_14; // System.Net.Sockets.SocketType System.Net.Sockets.Socket::socketType int32_t ___socketType_15; // System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::protocolType int32_t ___protocolType_16; // System.Net.Sockets.SafeSocketHandle System.Net.Sockets.Socket::m_Handle SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___m_Handle_17; // System.Net.EndPoint System.Net.Sockets.Socket::seed_endpoint EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___seed_endpoint_18; // System.Threading.SemaphoreSlim System.Net.Sockets.Socket::ReadSem SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ___ReadSem_19; // System.Threading.SemaphoreSlim System.Net.Sockets.Socket::WriteSem SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ___WriteSem_20; // System.Boolean System.Net.Sockets.Socket::is_blocking bool ___is_blocking_21; // System.Boolean System.Net.Sockets.Socket::is_bound bool ___is_bound_22; // System.Boolean System.Net.Sockets.Socket::is_connected bool ___is_connected_23; // System.Int32 System.Net.Sockets.Socket::m_IntCleanedUp int32_t ___m_IntCleanedUp_24; // System.Boolean System.Net.Sockets.Socket::connect_in_progress bool ___connect_in_progress_25; // System.Int32 System.Net.Sockets.Socket::ID int32_t ___ID_26; public: inline static int32_t get_offset_of_is_closed_10() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_closed_10)); } inline bool get_is_closed_10() const { return ___is_closed_10; } inline bool* get_address_of_is_closed_10() { return &___is_closed_10; } inline void set_is_closed_10(bool value) { ___is_closed_10 = value; } inline static int32_t get_offset_of_is_listening_11() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_listening_11)); } inline bool get_is_listening_11() const { return ___is_listening_11; } inline bool* get_address_of_is_listening_11() { return &___is_listening_11; } inline void set_is_listening_11(bool value) { ___is_listening_11 = value; } inline static int32_t get_offset_of_useOverlappedIO_12() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___useOverlappedIO_12)); } inline bool get_useOverlappedIO_12() const { return ___useOverlappedIO_12; } inline bool* get_address_of_useOverlappedIO_12() { return &___useOverlappedIO_12; } inline void set_useOverlappedIO_12(bool value) { ___useOverlappedIO_12 = value; } inline static int32_t get_offset_of_linger_timeout_13() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___linger_timeout_13)); } inline int32_t get_linger_timeout_13() const { return ___linger_timeout_13; } inline int32_t* get_address_of_linger_timeout_13() { return &___linger_timeout_13; } inline void set_linger_timeout_13(int32_t value) { ___linger_timeout_13 = value; } inline static int32_t get_offset_of_addressFamily_14() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___addressFamily_14)); } inline int32_t get_addressFamily_14() const { return ___addressFamily_14; } inline int32_t* get_address_of_addressFamily_14() { return &___addressFamily_14; } inline void set_addressFamily_14(int32_t value) { ___addressFamily_14 = value; } inline static int32_t get_offset_of_socketType_15() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___socketType_15)); } inline int32_t get_socketType_15() const { return ___socketType_15; } inline int32_t* get_address_of_socketType_15() { return &___socketType_15; } inline void set_socketType_15(int32_t value) { ___socketType_15 = value; } inline static int32_t get_offset_of_protocolType_16() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___protocolType_16)); } inline int32_t get_protocolType_16() const { return ___protocolType_16; } inline int32_t* get_address_of_protocolType_16() { return &___protocolType_16; } inline void set_protocolType_16(int32_t value) { ___protocolType_16 = value; } inline static int32_t get_offset_of_m_Handle_17() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___m_Handle_17)); } inline SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * get_m_Handle_17() const { return ___m_Handle_17; } inline SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 ** get_address_of_m_Handle_17() { return &___m_Handle_17; } inline void set_m_Handle_17(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * value) { ___m_Handle_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Handle_17), (void*)value); } inline static int32_t get_offset_of_seed_endpoint_18() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___seed_endpoint_18)); } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * get_seed_endpoint_18() const { return ___seed_endpoint_18; } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** get_address_of_seed_endpoint_18() { return &___seed_endpoint_18; } inline void set_seed_endpoint_18(EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * value) { ___seed_endpoint_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_endpoint_18), (void*)value); } inline static int32_t get_offset_of_ReadSem_19() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___ReadSem_19)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get_ReadSem_19() const { return ___ReadSem_19; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of_ReadSem_19() { return &___ReadSem_19; } inline void set_ReadSem_19(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ___ReadSem_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReadSem_19), (void*)value); } inline static int32_t get_offset_of_WriteSem_20() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___WriteSem_20)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get_WriteSem_20() const { return ___WriteSem_20; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of_WriteSem_20() { return &___WriteSem_20; } inline void set_WriteSem_20(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ___WriteSem_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___WriteSem_20), (void*)value); } inline static int32_t get_offset_of_is_blocking_21() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_blocking_21)); } inline bool get_is_blocking_21() const { return ___is_blocking_21; } inline bool* get_address_of_is_blocking_21() { return &___is_blocking_21; } inline void set_is_blocking_21(bool value) { ___is_blocking_21 = value; } inline static int32_t get_offset_of_is_bound_22() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_bound_22)); } inline bool get_is_bound_22() const { return ___is_bound_22; } inline bool* get_address_of_is_bound_22() { return &___is_bound_22; } inline void set_is_bound_22(bool value) { ___is_bound_22 = value; } inline static int32_t get_offset_of_is_connected_23() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_connected_23)); } inline bool get_is_connected_23() const { return ___is_connected_23; } inline bool* get_address_of_is_connected_23() { return &___is_connected_23; } inline void set_is_connected_23(bool value) { ___is_connected_23 = value; } inline static int32_t get_offset_of_m_IntCleanedUp_24() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___m_IntCleanedUp_24)); } inline int32_t get_m_IntCleanedUp_24() const { return ___m_IntCleanedUp_24; } inline int32_t* get_address_of_m_IntCleanedUp_24() { return &___m_IntCleanedUp_24; } inline void set_m_IntCleanedUp_24(int32_t value) { ___m_IntCleanedUp_24 = value; } inline static int32_t get_offset_of_connect_in_progress_25() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___connect_in_progress_25)); } inline bool get_connect_in_progress_25() const { return ___connect_in_progress_25; } inline bool* get_address_of_connect_in_progress_25() { return &___connect_in_progress_25; } inline void set_connect_in_progress_25(bool value) { ___connect_in_progress_25 = value; } inline static int32_t get_offset_of_ID_26() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___ID_26)); } inline int32_t get_ID_26() const { return ___ID_26; } inline int32_t* get_address_of_ID_26() { return &___ID_26; } inline void set_ID_26(int32_t value) { ___ID_26 = value; } }; // System.Net.Security.SslStream struct SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 : public AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 { public: // Mono.Security.Interface.MonoTlsProvider System.Net.Security.SslStream::provider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider_7; // Mono.Security.Interface.IMonoSslStream System.Net.Security.SslStream::impl RuntimeObject* ___impl_8; public: inline static int32_t get_offset_of_provider_7() { return static_cast(offsetof(SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49, ___provider_7)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_provider_7() const { return ___provider_7; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_provider_7() { return &___provider_7; } inline void set_provider_7(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___provider_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_7), (void*)value); } inline static int32_t get_offset_of_impl_8() { return static_cast(offsetof(SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49, ___impl_8)); } inline RuntimeObject* get_impl_8() const { return ___impl_8; } inline RuntimeObject** get_address_of_impl_8() { return &___impl_8; } inline void set_impl_8(RuntimeObject* value) { ___impl_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_8), (void*)value); } }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Threading.Timeout struct Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050 : public RuntimeObject { 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; } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_13; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_14; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_15; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_16; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_17; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_18; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_19; public: inline static int32_t get_offset_of_m_String_13() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_13)); } inline String_t* get_m_String_13() const { return ___m_String_13; } inline String_t** get_address_of_m_String_13() { return &___m_String_13; } inline void set_m_String_13(String_t* value) { ___m_String_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_13), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_14() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_14)); } inline String_t* get_m_originalUnicodeString_14() const { return ___m_originalUnicodeString_14; } inline String_t** get_address_of_m_originalUnicodeString_14() { return &___m_originalUnicodeString_14; } inline void set_m_originalUnicodeString_14(String_t* value) { ___m_originalUnicodeString_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_14), (void*)value); } inline static int32_t get_offset_of_m_Syntax_15() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_15)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_15() const { return ___m_Syntax_15; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_15() { return &___m_Syntax_15; } inline void set_m_Syntax_15(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_15), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_16)); } inline String_t* get_m_DnsSafeHost_16() const { return ___m_DnsSafeHost_16; } inline String_t** get_address_of_m_DnsSafeHost_16() { return &___m_DnsSafeHost_16; } inline void set_m_DnsSafeHost_16(String_t* value) { ___m_DnsSafeHost_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_16), (void*)value); } inline static int32_t get_offset_of_m_Flags_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_17)); } inline uint64_t get_m_Flags_17() const { return ___m_Flags_17; } inline uint64_t* get_address_of_m_Flags_17() { return &___m_Flags_17; } inline void set_m_Flags_17(uint64_t value) { ___m_Flags_17 = value; } inline static int32_t get_offset_of_m_Info_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_18)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_18() const { return ___m_Info_18; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_18() { return &___m_Info_18; } inline void set_m_Info_18(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_18), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_19)); } inline bool get_m_iriParsing_19() const { return ___m_iriParsing_19; } inline bool* get_address_of_m_iriParsing_19() { return &___m_iriParsing_19; } inline void set_m_iriParsing_19(bool value) { ___m_iriParsing_19 = value; } }; // System.Net.WebConnectionTunnel struct WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 : public RuntimeObject { public: // System.Net.HttpWebRequest System.Net.WebConnectionTunnel::k__BackingField HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___U3CRequestU3Ek__BackingField_0; // System.Uri System.Net.WebConnectionTunnel::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CConnectUriU3Ek__BackingField_1; // System.Net.HttpWebRequest System.Net.WebConnectionTunnel::connectRequest HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___connectRequest_2; // System.Net.WebConnectionTunnel/NtlmAuthState System.Net.WebConnectionTunnel::ntlmAuthState int32_t ___ntlmAuthState_3; // System.Boolean System.Net.WebConnectionTunnel::k__BackingField bool ___U3CSuccessU3Ek__BackingField_4; // System.Boolean System.Net.WebConnectionTunnel::k__BackingField bool ___U3CCloseConnectionU3Ek__BackingField_5; // System.Int32 System.Net.WebConnectionTunnel::k__BackingField int32_t ___U3CStatusCodeU3Ek__BackingField_6; // System.String System.Net.WebConnectionTunnel::k__BackingField String_t* ___U3CStatusDescriptionU3Ek__BackingField_7; // System.String[] System.Net.WebConnectionTunnel::k__BackingField StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___U3CChallengeU3Ek__BackingField_8; // System.Net.WebHeaderCollection System.Net.WebConnectionTunnel::k__BackingField WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___U3CHeadersU3Ek__BackingField_9; // System.Version System.Net.WebConnectionTunnel::k__BackingField Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___U3CProxyVersionU3Ek__BackingField_10; // System.Byte[] System.Net.WebConnectionTunnel::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CDataU3Ek__BackingField_11; public: inline static int32_t get_offset_of_U3CRequestU3Ek__BackingField_0() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CRequestU3Ek__BackingField_0)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_U3CRequestU3Ek__BackingField_0() const { return ___U3CRequestU3Ek__BackingField_0; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_U3CRequestU3Ek__BackingField_0() { return &___U3CRequestU3Ek__BackingField_0; } inline void set_U3CRequestU3Ek__BackingField_0(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___U3CRequestU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRequestU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CConnectUriU3Ek__BackingField_1() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CConnectUriU3Ek__BackingField_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CConnectUriU3Ek__BackingField_1() const { return ___U3CConnectUriU3Ek__BackingField_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CConnectUriU3Ek__BackingField_1() { return &___U3CConnectUriU3Ek__BackingField_1; } inline void set_U3CConnectUriU3Ek__BackingField_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CConnectUriU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConnectUriU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_connectRequest_2() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___connectRequest_2)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_connectRequest_2() const { return ___connectRequest_2; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_connectRequest_2() { return &___connectRequest_2; } inline void set_connectRequest_2(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___connectRequest_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___connectRequest_2), (void*)value); } inline static int32_t get_offset_of_ntlmAuthState_3() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___ntlmAuthState_3)); } inline int32_t get_ntlmAuthState_3() const { return ___ntlmAuthState_3; } inline int32_t* get_address_of_ntlmAuthState_3() { return &___ntlmAuthState_3; } inline void set_ntlmAuthState_3(int32_t value) { ___ntlmAuthState_3 = value; } inline static int32_t get_offset_of_U3CSuccessU3Ek__BackingField_4() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CSuccessU3Ek__BackingField_4)); } inline bool get_U3CSuccessU3Ek__BackingField_4() const { return ___U3CSuccessU3Ek__BackingField_4; } inline bool* get_address_of_U3CSuccessU3Ek__BackingField_4() { return &___U3CSuccessU3Ek__BackingField_4; } inline void set_U3CSuccessU3Ek__BackingField_4(bool value) { ___U3CSuccessU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CCloseConnectionU3Ek__BackingField_5() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CCloseConnectionU3Ek__BackingField_5)); } inline bool get_U3CCloseConnectionU3Ek__BackingField_5() const { return ___U3CCloseConnectionU3Ek__BackingField_5; } inline bool* get_address_of_U3CCloseConnectionU3Ek__BackingField_5() { return &___U3CCloseConnectionU3Ek__BackingField_5; } inline void set_U3CCloseConnectionU3Ek__BackingField_5(bool value) { ___U3CCloseConnectionU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CStatusCodeU3Ek__BackingField_6() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CStatusCodeU3Ek__BackingField_6)); } inline int32_t get_U3CStatusCodeU3Ek__BackingField_6() const { return ___U3CStatusCodeU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CStatusCodeU3Ek__BackingField_6() { return &___U3CStatusCodeU3Ek__BackingField_6; } inline void set_U3CStatusCodeU3Ek__BackingField_6(int32_t value) { ___U3CStatusCodeU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CStatusDescriptionU3Ek__BackingField_7() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CStatusDescriptionU3Ek__BackingField_7)); } inline String_t* get_U3CStatusDescriptionU3Ek__BackingField_7() const { return ___U3CStatusDescriptionU3Ek__BackingField_7; } inline String_t** get_address_of_U3CStatusDescriptionU3Ek__BackingField_7() { return &___U3CStatusDescriptionU3Ek__BackingField_7; } inline void set_U3CStatusDescriptionU3Ek__BackingField_7(String_t* value) { ___U3CStatusDescriptionU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStatusDescriptionU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CChallengeU3Ek__BackingField_8() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CChallengeU3Ek__BackingField_8)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_U3CChallengeU3Ek__BackingField_8() const { return ___U3CChallengeU3Ek__BackingField_8; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_U3CChallengeU3Ek__BackingField_8() { return &___U3CChallengeU3Ek__BackingField_8; } inline void set_U3CChallengeU3Ek__BackingField_8(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___U3CChallengeU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CChallengeU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_9() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CHeadersU3Ek__BackingField_9)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_U3CHeadersU3Ek__BackingField_9() const { return ___U3CHeadersU3Ek__BackingField_9; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_U3CHeadersU3Ek__BackingField_9() { return &___U3CHeadersU3Ek__BackingField_9; } inline void set_U3CHeadersU3Ek__BackingField_9(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___U3CHeadersU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CProxyVersionU3Ek__BackingField_10() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CProxyVersionU3Ek__BackingField_10)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_U3CProxyVersionU3Ek__BackingField_10() const { return ___U3CProxyVersionU3Ek__BackingField_10; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_U3CProxyVersionU3Ek__BackingField_10() { return &___U3CProxyVersionU3Ek__BackingField_10; } inline void set_U3CProxyVersionU3Ek__BackingField_10(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___U3CProxyVersionU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyVersionU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_11() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CDataU3Ek__BackingField_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CDataU3Ek__BackingField_11() const { return ___U3CDataU3Ek__BackingField_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CDataU3Ek__BackingField_11() { return &___U3CDataU3Ek__BackingField_11; } inline void set_U3CDataU3Ek__BackingField_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CDataU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_11), (void*)value); } }; // System.Net.WebHeaderCollection struct WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 : public NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D { public: // System.String[] System.Net.WebHeaderCollection::m_CommonHeaders StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_CommonHeaders_11; // System.Int32 System.Net.WebHeaderCollection::m_NumCommonHeaders int32_t ___m_NumCommonHeaders_12; // System.Collections.Specialized.NameValueCollection System.Net.WebHeaderCollection::m_InnerCollection NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * ___m_InnerCollection_15; // System.Net.WebHeaderCollectionType System.Net.WebHeaderCollection::m_Type uint16_t ___m_Type_16; public: inline static int32_t get_offset_of_m_CommonHeaders_11() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4, ___m_CommonHeaders_11)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_CommonHeaders_11() const { return ___m_CommonHeaders_11; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_CommonHeaders_11() { return &___m_CommonHeaders_11; } inline void set_m_CommonHeaders_11(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_CommonHeaders_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CommonHeaders_11), (void*)value); } inline static int32_t get_offset_of_m_NumCommonHeaders_12() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4, ___m_NumCommonHeaders_12)); } inline int32_t get_m_NumCommonHeaders_12() const { return ___m_NumCommonHeaders_12; } inline int32_t* get_address_of_m_NumCommonHeaders_12() { return &___m_NumCommonHeaders_12; } inline void set_m_NumCommonHeaders_12(int32_t value) { ___m_NumCommonHeaders_12 = value; } inline static int32_t get_offset_of_m_InnerCollection_15() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4, ___m_InnerCollection_15)); } inline NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * get_m_InnerCollection_15() const { return ___m_InnerCollection_15; } inline NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D ** get_address_of_m_InnerCollection_15() { return &___m_InnerCollection_15; } inline void set_m_InnerCollection_15(NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * value) { ___m_InnerCollection_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InnerCollection_15), (void*)value); } inline static int32_t get_offset_of_m_Type_16() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4, ___m_Type_16)); } inline uint16_t get_m_Type_16() const { return ___m_Type_16; } inline uint16_t* get_address_of_m_Type_16() { return &___m_Type_16; } inline void set_m_Type_16(uint16_t value) { ___m_Type_16 = 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); } }; // 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; }; // Mono.Net.Security.MobileAuthenticatedStream/d__66 struct U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__66::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Mono.Net.Security.MobileAuthenticatedStream/d__66::<>t__builder AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A ___U3CU3Et__builder_1; // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream/d__66::<>4__this MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CU3E4__this_2; // System.Threading.CancellationToken Mono.Net.Security.MobileAuthenticatedStream/d__66::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__66::requestedSize int32_t ___requestedSize_4; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__66::sync bool ___sync_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter Mono.Net.Security.MobileAuthenticatedStream/d__66::<>u__1 ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 ___U3CU3Eu__1_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___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(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A 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_U3CU3E4__this_2() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___U3CU3E4__this_2)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_requestedSize_4() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___requestedSize_4)); } inline int32_t get_requestedSize_4() const { return ___requestedSize_4; } inline int32_t* get_address_of_requestedSize_4() { return &___requestedSize_4; } inline void set_requestedSize_4(int32_t value) { ___requestedSize_4 = value; } inline static int32_t get_offset_of_sync_5() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___sync_5)); } inline bool get_sync_5() const { return ___sync_5; } inline bool* get_address_of_sync_5() { return &___sync_5; } inline void set_sync_5(bool value) { ___sync_5 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } }; // Mono.Net.Security.MobileAuthenticatedStream/d__58 struct U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__58::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Mono.Net.Security.MobileAuthenticatedStream/d__58::<>t__builder AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A ___U3CU3Et__builder_1; // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream/d__58::<>4__this MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CU3E4__this_2; // Mono.Net.Security.MobileAuthenticatedStream/OperationType Mono.Net.Security.MobileAuthenticatedStream/d__58::type int32_t ___type_3; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream/d__58::asyncRequest AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncRequest_4; // System.Threading.CancellationToken Mono.Net.Security.MobileAuthenticatedStream/d__58::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter Mono.Net.Security.MobileAuthenticatedStream/d__58::<>u__1 ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 ___U3CU3Eu__1_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___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(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A 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_U3CU3E4__this_2() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___U3CU3E4__this_2)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_type_3() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___type_3)); } inline int32_t get_type_3() const { return ___type_3; } inline int32_t* get_address_of_type_3() { return &___type_3; } inline void set_type_3(int32_t value) { ___type_3 = value; } inline static int32_t get_offset_of_asyncRequest_4() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___asyncRequest_4)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_asyncRequest_4() const { return ___asyncRequest_4; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_asyncRequest_4() { return &___asyncRequest_4; } inline void set_asyncRequest_4(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___asyncRequest_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncRequest_4), (void*)value); } inline static int32_t get_offset_of_cancellationToken_5() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___cancellationToken_5)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_5() const { return ___cancellationToken_5; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_5() { return &___cancellationToken_5; } inline void set_cancellationToken_5(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_5))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } }; // Mono.Net.Security.MonoTlsStream/d__17 struct U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 { public: // System.Int32 Mono.Net.Security.MonoTlsStream/d__17::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Mono.Net.Security.MonoTlsStream/d__17::<>t__builder AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F ___U3CU3Et__builder_1; // Mono.Net.Security.MonoTlsStream Mono.Net.Security.MonoTlsStream/d__17::<>4__this MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * ___U3CU3E4__this_2; // System.Net.Sockets.Socket Mono.Net.Security.MonoTlsStream/d__17::5__1 Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___U3CsocketU3E5__1_3; // System.Net.WebConnectionTunnel Mono.Net.Security.MonoTlsStream/d__17::tunnel WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * ___tunnel_4; // System.Threading.CancellationToken Mono.Net.Security.MonoTlsStream/d__17::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Mono.Net.Security.MonoTlsStream/d__17::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___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(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___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_U3CU3E4__this_2() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___U3CU3E4__this_2)); } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CsocketU3E5__1_3() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___U3CsocketU3E5__1_3)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_U3CsocketU3E5__1_3() const { return ___U3CsocketU3E5__1_3; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_U3CsocketU3E5__1_3() { return &___U3CsocketU3E5__1_3; } inline void set_U3CsocketU3E5__1_3(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___U3CsocketU3E5__1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CsocketU3E5__1_3), (void*)value); } inline static int32_t get_offset_of_tunnel_4() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___tunnel_4)); } inline WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * get_tunnel_4() const { return ___tunnel_4; } inline WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 ** get_address_of_tunnel_4() { return &___tunnel_4; } inline void set_tunnel_4(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * value) { ___tunnel_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___tunnel_4), (void*)value); } inline static int32_t get_offset_of_cancellationToken_5() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___cancellationToken_5)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_5() const { return ___cancellationToken_5; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_5() { return &___cancellationToken_5; } inline void set_cancellationToken_5(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_5))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } }; // System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback struct CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 : 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.ArrayTypeMismatchException struct ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // System.Security.Authentication.AuthenticationException struct AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Security.Cryptography.CryptographicException struct CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Runtime.InteropServices.ExternalException struct ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 : 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; } }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.ComponentModel.Int16Converter struct Int16Converter_t06F8132C8D9EB4AACD2798F07FF71AA0F4D23363 : public BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C { public: public: }; // System.ComponentModel.Int32Converter struct Int32Converter_t7CB6D229AF03701BFDDC546C8C398AAF320BA094 : public BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C { public: public: }; // System.ComponentModel.Int64Converter struct Int64Converter_t397B7C232C9417FB27D70380FD5C9287819F19F5 : public BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C { public: public: }; // System.Net.InternalException struct InternalException_tC23D90FD6F24F6AFC7163A5F8AF3D4AF817D2184 : 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.Net.Security.LocalCertSelectionCallback struct LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C : public MulticastDelegate_t { public: public: }; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA : public EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C { public: public: }; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 : public RuntimeObject { public: // Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Security.Interface.MonoTlsSettings::k__BackingField MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Security.Interface.MonoTlsSettings::k__BackingField MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::k__BackingField Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D ___U3CCertificateValidationTimeU3Ek__BackingField_2; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Interface.MonoTlsSettings::k__BackingField X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___U3CTrustAnchorsU3Ek__BackingField_3; // System.Object Mono.Security.Interface.MonoTlsSettings::k__BackingField RuntimeObject * ___U3CUserSettingsU3Ek__BackingField_4; // System.String[] Mono.Security.Interface.MonoTlsSettings::k__BackingField StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___U3CCertificateSearchPathsU3Ek__BackingField_5; // System.Boolean Mono.Security.Interface.MonoTlsSettings::k__BackingField bool ___U3CSendCloseNotifyU3Ek__BackingField_6; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::k__BackingField Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD ___U3CEnabledProtocolsU3Ek__BackingField_7; // Mono.Security.Interface.CipherSuiteCode[] Mono.Security.Interface.MonoTlsSettings::k__BackingField CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* ___U3CEnabledCiphersU3Ek__BackingField_8; // System.Boolean Mono.Security.Interface.MonoTlsSettings::cloned bool ___cloned_9; // System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertName bool ___checkCertName_10; // System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertRevocationStatus bool ___checkCertRevocationStatus_11; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::useServicePointManagerCallback Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___useServicePointManagerCallback_12; // System.Boolean Mono.Security.Interface.MonoTlsSettings::skipSystemValidators bool ___skipSystemValidators_13; // System.Boolean Mono.Security.Interface.MonoTlsSettings::callbackNeedsChain bool ___callbackNeedsChain_14; // Mono.Security.Interface.ICertificateValidator Mono.Security.Interface.MonoTlsSettings::certificateValidator RuntimeObject* ___certificateValidator_15; public: inline static int32_t get_offset_of_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0)); } inline MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * get_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() const { return ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; } inline MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF ** get_address_of_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() { return &___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; } inline void set_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0(MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * value) { ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1)); } inline MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * get_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() const { return ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; } inline MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A ** get_address_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return &___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; } inline void set_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1(MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * value) { ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CCertificateValidationTimeU3Ek__BackingField_2)); } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D get_U3CCertificateValidationTimeU3Ek__BackingField_2() const { return ___U3CCertificateValidationTimeU3Ek__BackingField_2; } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * get_address_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return &___U3CCertificateValidationTimeU3Ek__BackingField_2; } inline void set_U3CCertificateValidationTimeU3Ek__BackingField_2(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D value) { ___U3CCertificateValidationTimeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CTrustAnchorsU3Ek__BackingField_3() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CTrustAnchorsU3Ek__BackingField_3)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_U3CTrustAnchorsU3Ek__BackingField_3() const { return ___U3CTrustAnchorsU3Ek__BackingField_3; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_U3CTrustAnchorsU3Ek__BackingField_3() { return &___U3CTrustAnchorsU3Ek__BackingField_3; } inline void set_U3CTrustAnchorsU3Ek__BackingField_3(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___U3CTrustAnchorsU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTrustAnchorsU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CUserSettingsU3Ek__BackingField_4() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CUserSettingsU3Ek__BackingField_4)); } inline RuntimeObject * get_U3CUserSettingsU3Ek__BackingField_4() const { return ___U3CUserSettingsU3Ek__BackingField_4; } inline RuntimeObject ** get_address_of_U3CUserSettingsU3Ek__BackingField_4() { return &___U3CUserSettingsU3Ek__BackingField_4; } inline void set_U3CUserSettingsU3Ek__BackingField_4(RuntimeObject * value) { ___U3CUserSettingsU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUserSettingsU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CCertificateSearchPathsU3Ek__BackingField_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_U3CCertificateSearchPathsU3Ek__BackingField_5() const { return ___U3CCertificateSearchPathsU3Ek__BackingField_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return &___U3CCertificateSearchPathsU3Ek__BackingField_5; } inline void set_U3CCertificateSearchPathsU3Ek__BackingField_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___U3CCertificateSearchPathsU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCertificateSearchPathsU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CSendCloseNotifyU3Ek__BackingField_6() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CSendCloseNotifyU3Ek__BackingField_6)); } inline bool get_U3CSendCloseNotifyU3Ek__BackingField_6() const { return ___U3CSendCloseNotifyU3Ek__BackingField_6; } inline bool* get_address_of_U3CSendCloseNotifyU3Ek__BackingField_6() { return &___U3CSendCloseNotifyU3Ek__BackingField_6; } inline void set_U3CSendCloseNotifyU3Ek__BackingField_6(bool value) { ___U3CSendCloseNotifyU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CEnabledProtocolsU3Ek__BackingField_7() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CEnabledProtocolsU3Ek__BackingField_7)); } inline Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD get_U3CEnabledProtocolsU3Ek__BackingField_7() const { return ___U3CEnabledProtocolsU3Ek__BackingField_7; } inline Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD * get_address_of_U3CEnabledProtocolsU3Ek__BackingField_7() { return &___U3CEnabledProtocolsU3Ek__BackingField_7; } inline void set_U3CEnabledProtocolsU3Ek__BackingField_7(Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD value) { ___U3CEnabledProtocolsU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CEnabledCiphersU3Ek__BackingField_8() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CEnabledCiphersU3Ek__BackingField_8)); } inline CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* get_U3CEnabledCiphersU3Ek__BackingField_8() const { return ___U3CEnabledCiphersU3Ek__BackingField_8; } inline CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C** get_address_of_U3CEnabledCiphersU3Ek__BackingField_8() { return &___U3CEnabledCiphersU3Ek__BackingField_8; } inline void set_U3CEnabledCiphersU3Ek__BackingField_8(CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* value) { ___U3CEnabledCiphersU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEnabledCiphersU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_cloned_9() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___cloned_9)); } inline bool get_cloned_9() const { return ___cloned_9; } inline bool* get_address_of_cloned_9() { return &___cloned_9; } inline void set_cloned_9(bool value) { ___cloned_9 = value; } inline static int32_t get_offset_of_checkCertName_10() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___checkCertName_10)); } inline bool get_checkCertName_10() const { return ___checkCertName_10; } inline bool* get_address_of_checkCertName_10() { return &___checkCertName_10; } inline void set_checkCertName_10(bool value) { ___checkCertName_10 = value; } inline static int32_t get_offset_of_checkCertRevocationStatus_11() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___checkCertRevocationStatus_11)); } inline bool get_checkCertRevocationStatus_11() const { return ___checkCertRevocationStatus_11; } inline bool* get_address_of_checkCertRevocationStatus_11() { return &___checkCertRevocationStatus_11; } inline void set_checkCertRevocationStatus_11(bool value) { ___checkCertRevocationStatus_11 = value; } inline static int32_t get_offset_of_useServicePointManagerCallback_12() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___useServicePointManagerCallback_12)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_useServicePointManagerCallback_12() const { return ___useServicePointManagerCallback_12; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_useServicePointManagerCallback_12() { return &___useServicePointManagerCallback_12; } inline void set_useServicePointManagerCallback_12(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___useServicePointManagerCallback_12 = value; } inline static int32_t get_offset_of_skipSystemValidators_13() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___skipSystemValidators_13)); } inline bool get_skipSystemValidators_13() const { return ___skipSystemValidators_13; } inline bool* get_address_of_skipSystemValidators_13() { return &___skipSystemValidators_13; } inline void set_skipSystemValidators_13(bool value) { ___skipSystemValidators_13 = value; } inline static int32_t get_offset_of_callbackNeedsChain_14() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___callbackNeedsChain_14)); } inline bool get_callbackNeedsChain_14() const { return ___callbackNeedsChain_14; } inline bool* get_address_of_callbackNeedsChain_14() { return &___callbackNeedsChain_14; } inline void set_callbackNeedsChain_14(bool value) { ___callbackNeedsChain_14 = value; } inline static int32_t get_offset_of_certificateValidator_15() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___certificateValidator_15)); } inline RuntimeObject* get_certificateValidator_15() const { return ___certificateValidator_15; } inline RuntimeObject** get_address_of_certificateValidator_15() { return &___certificateValidator_15; } inline void set_certificateValidator_15(RuntimeObject* value) { ___certificateValidator_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateValidator_15), (void*)value); } }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.OperationCanceledException struct OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.Threading.CancellationToken System.OperationCanceledException::_cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ____cancellationToken_17; public: inline static int32_t get_offset_of__cancellationToken_17() { return static_cast(offsetof(OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB, ____cancellationToken_17)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get__cancellationToken_17() const { return ____cancellationToken_17; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of__cancellationToken_17() { return &____cancellationToken_17; } inline void set__cancellationToken_17(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ____cancellationToken_17 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____cancellationToken_17))->___m_source_0), (void*)NULL); } }; // System.OutOfMemoryException struct OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.StackOverflowException struct StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.ThreadAbortException struct ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // Mono.Security.Protocol.Ntlm.Type1Message struct Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 : public MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD { public: // System.String Mono.Security.Protocol.Ntlm.Type1Message::_host String_t* ____host_3; // System.String Mono.Security.Protocol.Ntlm.Type1Message::_domain String_t* ____domain_4; public: inline static int32_t get_offset_of__host_3() { return static_cast(offsetof(Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621, ____host_3)); } inline String_t* get__host_3() const { return ____host_3; } inline String_t** get_address_of__host_3() { return &____host_3; } inline void set__host_3(String_t* value) { ____host_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____host_3), (void*)value); } inline static int32_t get_offset_of__domain_4() { return static_cast(offsetof(Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621, ____domain_4)); } inline String_t* get__domain_4() const { return ____domain_4; } inline String_t** get_address_of__domain_4() { return &____domain_4; } inline void set__domain_4(String_t* value) { ____domain_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____domain_4), (void*)value); } }; // Mono.Security.Protocol.Ntlm.Type2Message struct Type2Message_t1B53737A52257B8981536796FEA92465495D23BE : public MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD { public: // System.Byte[] Mono.Security.Protocol.Ntlm.Type2Message::_nonce ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____nonce_3; // System.String Mono.Security.Protocol.Ntlm.Type2Message::_targetName String_t* ____targetName_4; // System.Byte[] Mono.Security.Protocol.Ntlm.Type2Message::_targetInfo ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____targetInfo_5; public: inline static int32_t get_offset_of__nonce_3() { return static_cast(offsetof(Type2Message_t1B53737A52257B8981536796FEA92465495D23BE, ____nonce_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__nonce_3() const { return ____nonce_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__nonce_3() { return &____nonce_3; } inline void set__nonce_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____nonce_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____nonce_3), (void*)value); } inline static int32_t get_offset_of__targetName_4() { return static_cast(offsetof(Type2Message_t1B53737A52257B8981536796FEA92465495D23BE, ____targetName_4)); } inline String_t* get__targetName_4() const { return ____targetName_4; } inline String_t** get_address_of__targetName_4() { return &____targetName_4; } inline void set__targetName_4(String_t* value) { ____targetName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetName_4), (void*)value); } inline static int32_t get_offset_of__targetInfo_5() { return static_cast(offsetof(Type2Message_t1B53737A52257B8981536796FEA92465495D23BE, ____targetInfo_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__targetInfo_5() const { return ____targetInfo_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__targetInfo_5() { return &____targetInfo_5; } inline void set__targetInfo_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____targetInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetInfo_5), (void*)value); } }; // Mono.Security.Protocol.Ntlm.Type3Message struct Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 : public MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD { public: // Mono.Security.Protocol.Ntlm.NtlmAuthLevel Mono.Security.Protocol.Ntlm.Type3Message::_level int32_t ____level_3; // System.Byte[] Mono.Security.Protocol.Ntlm.Type3Message::_challenge ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____challenge_4; // System.String Mono.Security.Protocol.Ntlm.Type3Message::_host String_t* ____host_5; // System.String Mono.Security.Protocol.Ntlm.Type3Message::_domain String_t* ____domain_6; // System.String Mono.Security.Protocol.Ntlm.Type3Message::_username String_t* ____username_7; // System.String Mono.Security.Protocol.Ntlm.Type3Message::_password String_t* ____password_8; // Mono.Security.Protocol.Ntlm.Type2Message Mono.Security.Protocol.Ntlm.Type3Message::_type2 Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * ____type2_9; // System.Byte[] Mono.Security.Protocol.Ntlm.Type3Message::_lm ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____lm_10; // System.Byte[] Mono.Security.Protocol.Ntlm.Type3Message::_nt ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____nt_11; public: inline static int32_t get_offset_of__level_3() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____level_3)); } inline int32_t get__level_3() const { return ____level_3; } inline int32_t* get_address_of__level_3() { return &____level_3; } inline void set__level_3(int32_t value) { ____level_3 = value; } inline static int32_t get_offset_of__challenge_4() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____challenge_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__challenge_4() const { return ____challenge_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__challenge_4() { return &____challenge_4; } inline void set__challenge_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____challenge_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____challenge_4), (void*)value); } inline static int32_t get_offset_of__host_5() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____host_5)); } inline String_t* get__host_5() const { return ____host_5; } inline String_t** get_address_of__host_5() { return &____host_5; } inline void set__host_5(String_t* value) { ____host_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____host_5), (void*)value); } inline static int32_t get_offset_of__domain_6() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____domain_6)); } inline String_t* get__domain_6() const { return ____domain_6; } inline String_t** get_address_of__domain_6() { return &____domain_6; } inline void set__domain_6(String_t* value) { ____domain_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____domain_6), (void*)value); } inline static int32_t get_offset_of__username_7() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____username_7)); } inline String_t* get__username_7() const { return ____username_7; } inline String_t** get_address_of__username_7() { return &____username_7; } inline void set__username_7(String_t* value) { ____username_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____username_7), (void*)value); } inline static int32_t get_offset_of__password_8() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____password_8)); } inline String_t* get__password_8() const { return ____password_8; } inline String_t** get_address_of__password_8() { return &____password_8; } inline void set__password_8(String_t* value) { ____password_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____password_8), (void*)value); } inline static int32_t get_offset_of__type2_9() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____type2_9)); } inline Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * get__type2_9() const { return ____type2_9; } inline Type2Message_t1B53737A52257B8981536796FEA92465495D23BE ** get_address_of__type2_9() { return &____type2_9; } inline void set__type2_9(Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * value) { ____type2_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____type2_9), (void*)value); } inline static int32_t get_offset_of__lm_10() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____lm_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__lm_10() const { return ____lm_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__lm_10() { return &____lm_10; } inline void set__lm_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____lm_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____lm_10), (void*)value); } inline static int32_t get_offset_of__nt_11() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____nt_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__nt_11() const { return ____nt_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__nt_11() { return &____nt_11; } inline void set__nt_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____nt_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____nt_11), (void*)value); } }; // System.TypeLoadException struct TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.TypeLoadException::ClassName String_t* ___ClassName_17; // System.String System.TypeLoadException::AssemblyName String_t* ___AssemblyName_18; // System.String System.TypeLoadException::MessageArg String_t* ___MessageArg_19; // System.Int32 System.TypeLoadException::ResourceId int32_t ___ResourceId_20; public: inline static int32_t get_offset_of_ClassName_17() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___ClassName_17)); } inline String_t* get_ClassName_17() const { return ___ClassName_17; } inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; } inline void set_ClassName_17(String_t* value) { ___ClassName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value); } inline static int32_t get_offset_of_AssemblyName_18() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___AssemblyName_18)); } inline String_t* get_AssemblyName_18() const { return ___AssemblyName_18; } inline String_t** get_address_of_AssemblyName_18() { return &___AssemblyName_18; } inline void set_AssemblyName_18(String_t* value) { ___AssemblyName_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyName_18), (void*)value); } inline static int32_t get_offset_of_MessageArg_19() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___MessageArg_19)); } inline String_t* get_MessageArg_19() const { return ___MessageArg_19; } inline String_t** get_address_of_MessageArg_19() { return &___MessageArg_19; } inline void set_MessageArg_19(String_t* value) { ___MessageArg_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___MessageArg_19), (void*)value); } inline static int32_t get_offset_of_ResourceId_20() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___ResourceId_20)); } inline int32_t get_ResourceId_20() const { return ___ResourceId_20; } inline int32_t* get_address_of_ResourceId_20() { return &___ResourceId_20; } inline void set_ResourceId_20(int32_t value) { ___ResourceId_20 = value; } }; // Mono.Security.Interface.ValidationResult struct ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 : public RuntimeObject { public: // System.Boolean Mono.Security.Interface.ValidationResult::trusted bool ___trusted_0; // System.Boolean Mono.Security.Interface.ValidationResult::user_denied bool ___user_denied_1; // System.Int32 Mono.Security.Interface.ValidationResult::error_code int32_t ___error_code_2; // System.Nullable`1 Mono.Security.Interface.ValidationResult::policy_errors Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 ___policy_errors_3; public: inline static int32_t get_offset_of_trusted_0() { return static_cast(offsetof(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23, ___trusted_0)); } inline bool get_trusted_0() const { return ___trusted_0; } inline bool* get_address_of_trusted_0() { return &___trusted_0; } inline void set_trusted_0(bool value) { ___trusted_0 = value; } inline static int32_t get_offset_of_user_denied_1() { return static_cast(offsetof(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23, ___user_denied_1)); } inline bool get_user_denied_1() const { return ___user_denied_1; } inline bool* get_address_of_user_denied_1() { return &___user_denied_1; } inline void set_user_denied_1(bool value) { ___user_denied_1 = value; } inline static int32_t get_offset_of_error_code_2() { return static_cast(offsetof(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23, ___error_code_2)); } inline int32_t get_error_code_2() const { return ___error_code_2; } inline int32_t* get_address_of_error_code_2() { return &___error_code_2; } inline void set_error_code_2(int32_t value) { ___error_code_2 = value; } inline static int32_t get_offset_of_policy_errors_3() { return static_cast(offsetof(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23, ___policy_errors_3)); } inline Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 get_policy_errors_3() const { return ___policy_errors_3; } inline Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 * get_address_of_policy_errors_3() { return &___policy_errors_3; } inline void set_policy_errors_3(Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 value) { ___policy_errors_3 = value; } }; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 : public MulticastDelegate_t { public: public: }; // Mono.Net.Security.MobileAuthenticatedStream/d__67 struct U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__67::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder Mono.Net.Security.MobileAuthenticatedStream/d__67::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Threading.CancellationToken Mono.Net.Security.MobileAuthenticatedStream/d__67::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream/d__67::<>4__this MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CU3E4__this_3; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__67::sync bool ___sync_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Mono.Net.Security.MobileAuthenticatedStream/d__67::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___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(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___U3CU3E4__this_3)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_sync_4() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___sync_4)); } inline bool get_sync_4() const { return ___sync_4; } inline bool* get_address_of_sync_4() { return &___sync_4; } inline void set_sync_4(bool value) { ___sync_4 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_5() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___U3CU3Eu__1_5)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_5() const { return ___U3CU3Eu__1_5; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_5() { return &___U3CU3Eu__1_5; } inline void set_U3CU3Eu__1_5(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); } }; // Mono.Net.Security.MobileAuthenticatedStream/d__47 struct U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__47::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder Mono.Net.Security.MobileAuthenticatedStream/d__47::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__47::serverMode bool ___serverMode_2; // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileAuthenticatedStream/d__47::serverCertificate X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate_3; // System.String Mono.Net.Security.MobileAuthenticatedStream/d__47::targetHost String_t* ___targetHost_4; // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream/d__47::<>4__this MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CU3E4__this_5; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__47::runSynchronously bool ___runSynchronously_6; // System.Security.Authentication.SslProtocols Mono.Net.Security.MobileAuthenticatedStream/d__47::enabledProtocols int32_t ___enabledProtocols_7; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Net.Security.MobileAuthenticatedStream/d__47::clientCertificates X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates_8; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__47::clientCertRequired bool ___clientCertRequired_9; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter Mono.Net.Security.MobileAuthenticatedStream/d__47::<>u__1 ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 ___U3CU3Eu__1_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___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(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_serverMode_2() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___serverMode_2)); } inline bool get_serverMode_2() const { return ___serverMode_2; } inline bool* get_address_of_serverMode_2() { return &___serverMode_2; } inline void set_serverMode_2(bool value) { ___serverMode_2 = value; } inline static int32_t get_offset_of_serverCertificate_3() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___serverCertificate_3)); } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * get_serverCertificate_3() const { return ___serverCertificate_3; } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** get_address_of_serverCertificate_3() { return &___serverCertificate_3; } inline void set_serverCertificate_3(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * value) { ___serverCertificate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverCertificate_3), (void*)value); } inline static int32_t get_offset_of_targetHost_4() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___targetHost_4)); } inline String_t* get_targetHost_4() const { return ___targetHost_4; } inline String_t** get_address_of_targetHost_4() { return &___targetHost_4; } inline void set_targetHost_4(String_t* value) { ___targetHost_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetHost_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___U3CU3E4__this_5)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_runSynchronously_6() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___runSynchronously_6)); } inline bool get_runSynchronously_6() const { return ___runSynchronously_6; } inline bool* get_address_of_runSynchronously_6() { return &___runSynchronously_6; } inline void set_runSynchronously_6(bool value) { ___runSynchronously_6 = value; } inline static int32_t get_offset_of_enabledProtocols_7() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___enabledProtocols_7)); } inline int32_t get_enabledProtocols_7() const { return ___enabledProtocols_7; } inline int32_t* get_address_of_enabledProtocols_7() { return &___enabledProtocols_7; } inline void set_enabledProtocols_7(int32_t value) { ___enabledProtocols_7 = value; } inline static int32_t get_offset_of_clientCertificates_8() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___clientCertificates_8)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_clientCertificates_8() const { return ___clientCertificates_8; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_clientCertificates_8() { return &___clientCertificates_8; } inline void set_clientCertificates_8(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___clientCertificates_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientCertificates_8), (void*)value); } inline static int32_t get_offset_of_clientCertRequired_9() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___clientCertRequired_9)); } inline bool get_clientCertRequired_9() const { return ___clientCertRequired_9; } inline bool* get_address_of_clientCertRequired_9() { return &___clientCertRequired_9; } inline void set_clientCertRequired_9(bool value) { ___clientCertRequired_9 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_10() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___U3CU3Eu__1_10)); } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 get_U3CU3Eu__1_10() const { return ___U3CU3Eu__1_10; } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 * get_address_of_U3CU3Eu__1_10() { return &___U3CU3Eu__1_10; } inline void set_U3CU3Eu__1_10(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 value) { ___U3CU3Eu__1_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_10))->___m_task_0), (void*)NULL); } }; // 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); } }; // System.DllNotFoundException struct DllNotFoundException_tD2224C1993151B8CCF9938FD62649816CF977596 : public TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7 { public: public: }; // System.ComponentModel.InvalidEnumArgumentException struct InvalidEnumArgumentException_t900DF12581D586D2D9538FBB6F568175243D6637 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { public: // System.String System.ObjectDisposedException::objectName String_t* ___objectName_17; public: inline static int32_t get_offset_of_objectName_17() { return static_cast(offsetof(ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A, ___objectName_17)); } inline String_t* get_objectName_17() const { return ___objectName_17; } inline String_t** get_address_of_objectName_17() { return &___objectName_17; } inline void set_objectName_17(String_t* value) { ___objectName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value); } }; // System.Net.ProtocolViolationException struct ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { public: public: }; // System.Net.WebException struct WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { public: // System.Net.WebExceptionStatus System.Net.WebException::m_Status int32_t ___m_Status_17; // System.Net.WebResponse System.Net.WebException::m_Response WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * ___m_Response_18; // System.Net.WebExceptionInternalStatus System.Net.WebException::m_InternalStatus int32_t ___m_InternalStatus_19; public: inline static int32_t get_offset_of_m_Status_17() { return static_cast(offsetof(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08, ___m_Status_17)); } inline int32_t get_m_Status_17() const { return ___m_Status_17; } inline int32_t* get_address_of_m_Status_17() { return &___m_Status_17; } inline void set_m_Status_17(int32_t value) { ___m_Status_17 = value; } inline static int32_t get_offset_of_m_Response_18() { return static_cast(offsetof(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08, ___m_Response_18)); } inline WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * get_m_Response_18() const { return ___m_Response_18; } inline WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 ** get_address_of_m_Response_18() { return &___m_Response_18; } inline void set_m_Response_18(WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * value) { ___m_Response_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Response_18), (void*)value); } inline static int32_t get_offset_of_m_InternalStatus_19() { return static_cast(offsetof(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08, ___m_InternalStatus_19)); } inline int32_t get_m_InternalStatus_19() const { return ___m_InternalStatus_19; } inline int32_t* get_address_of_m_InternalStatus_19() { return &___m_InternalStatus_19; } inline void set_m_InternalStatus_19(int32_t value) { ___m_InternalStatus_19 = value; } }; // System.ComponentModel.Win32Exception struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 : public ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 { public: // System.Int32 System.ComponentModel.Win32Exception::nativeErrorCode int32_t ___nativeErrorCode_17; public: inline static int32_t get_offset_of_nativeErrorCode_17() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950, ___nativeErrorCode_17)); } inline int32_t get_nativeErrorCode_17() const { return ___nativeErrorCode_17; } inline int32_t* get_address_of_nativeErrorCode_17() { return &___nativeErrorCode_17; } inline void set_nativeErrorCode_17(int32_t value) { ___nativeErrorCode_17 = value; } }; // System.Net.NetworkInformation.NetworkInformationException struct NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF : public Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 { public: public: }; // System.Object // System.Object // System.Runtime.CompilerServices.ConditionalWeakTable`2 // System.Runtime.CompilerServices.ConditionalWeakTable`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2> // System.Collections.Generic.Dictionary`2> // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.LinkedListNode`1 // System.Collections.Generic.LinkedListNode`1 // System.Collections.Generic.LinkedListNode`1 // System.Collections.Generic.LinkedListNode`1 // System.Collections.Generic.LinkedList`1 // System.Collections.Generic.LinkedList`1 // System.Collections.Generic.LinkedList`1 // System.Collections.Generic.LinkedList`1 // System.Collections.Generic.List`1 struct List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651_StaticFields, ____emptyArray_5)); } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* get__emptyArray_5() const { return ____emptyArray_5; } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t59478D999576758E965737A3361AFC7391C2BB15_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t59478D999576758E965737A3361AFC7391C2BB15_StaticFields, ____emptyArray_5)); } inline ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4* get__emptyArray_5() const { return ____emptyArray_5; } inline ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3_StaticFields, ____emptyArray_5)); } inline SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E* get__emptyArray_5() const { return ____emptyArray_5; } inline SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // Mono.Security.ASN1 // Mono.Security.ASN1 struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList 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.Collections.ArrayList // System.Security.Cryptography.AsnEncodedData // System.Security.Cryptography.AsnEncodedData // System.Security.Cryptography.AsymmetricAlgorithm // System.Security.Cryptography.AsymmetricAlgorithm // Mono.Net.Security.AsyncProtocolRequest // Mono.Net.Security.AsyncProtocolRequest // System.Attribute // System.Attribute // System.Net.Authorization // System.Net.Authorization // Mono.Net.Security.BufferOffsetSize // Mono.Net.Security.BufferOffsetSize // System.Text.RegularExpressions.CachedCodeEntry // System.Text.RegularExpressions.CachedCodeEntry // System.Text.RegularExpressions.Capture // System.Text.RegularExpressions.Capture // Mono.Net.Security.ChainValidationHelper // Mono.Net.Security.ChainValidationHelper // System.Collections.CollectionBase // System.Collections.CollectionBase // System.Collections.Specialized.CompatibleComparer struct CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields { public: // System.Collections.IComparer modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.CompatibleComparer::defaultComparer RuntimeObject* ___defaultComparer_1; // System.Collections.IHashCodeProvider modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.CompatibleComparer::defaultHashProvider RuntimeObject* ___defaultHashProvider_3; public: inline static int32_t get_offset_of_defaultComparer_1() { return static_cast(offsetof(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields, ___defaultComparer_1)); } inline RuntimeObject* get_defaultComparer_1() const { return ___defaultComparer_1; } inline RuntimeObject** get_address_of_defaultComparer_1() { return &___defaultComparer_1; } inline void set_defaultComparer_1(RuntimeObject* value) { ___defaultComparer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_1), (void*)value); } inline static int32_t get_offset_of_defaultHashProvider_3() { return static_cast(offsetof(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields, ___defaultHashProvider_3)); } inline RuntimeObject* get_defaultHashProvider_3() const { return ___defaultHashProvider_3; } inline RuntimeObject** get_address_of_defaultHashProvider_3() { return &___defaultHashProvider_3; } inline void set_defaultHashProvider_3(RuntimeObject* value) { ___defaultHashProvider_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultHashProvider_3), (void*)value); } }; // System.Collections.Specialized.CompatibleComparer // System.Configuration.ConfigurationElement // System.Configuration.ConfigurationElement // System.Configuration.ConfigurationPropertyCollection // System.Configuration.ConfigurationPropertyCollection // System.Configuration.ConfigurationSectionGroup // System.Configuration.ConfigurationSectionGroup // System.Globalization.CultureInfo 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; } }; // System.Globalization.CultureInfo // System.DBNull struct DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields { public: // System.DBNull System.DBNull::Value DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields, ___Value_0)); } inline DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * get_Value_0() const { return ___Value_0; } inline DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.DBNull // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D_StaticFields { public: // System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::replacementFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___replacementFallback_1; // System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::exceptionFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___exceptionFallback_2; // System.Object System.Text.DecoderFallback::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_3; public: inline static int32_t get_offset_of_replacementFallback_1() { return static_cast(offsetof(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D_StaticFields, ___replacementFallback_1)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_replacementFallback_1() const { return ___replacementFallback_1; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; } inline void set_replacementFallback_1(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___replacementFallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___replacementFallback_1), (void*)value); } inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast(offsetof(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D_StaticFields, ___exceptionFallback_2)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_exceptionFallback_2() const { return ___exceptionFallback_2; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; } inline void set_exceptionFallback_2(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___exceptionFallback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___exceptionFallback_2), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast(offsetof(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D_StaticFields, ___s_InternalSyncObject_3)); } inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; } inline void set_s_InternalSyncObject_3(RuntimeObject * value) { ___s_InternalSyncObject_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_3), (void*)value); } }; // System.Text.DecoderFallback // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4_StaticFields { public: // System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::replacementFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___replacementFallback_1; // System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::exceptionFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___exceptionFallback_2; // System.Object System.Text.EncoderFallback::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_3; public: inline static int32_t get_offset_of_replacementFallback_1() { return static_cast(offsetof(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4_StaticFields, ___replacementFallback_1)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_replacementFallback_1() const { return ___replacementFallback_1; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; } inline void set_replacementFallback_1(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___replacementFallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___replacementFallback_1), (void*)value); } inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast(offsetof(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4_StaticFields, ___exceptionFallback_2)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_exceptionFallback_2() const { return ___exceptionFallback_2; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; } inline void set_exceptionFallback_2(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___exceptionFallback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___exceptionFallback_2), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast(offsetof(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4_StaticFields, ___s_InternalSyncObject_3)); } inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; } inline void set_s_InternalSyncObject_3(RuntimeObject * value) { ___s_InternalSyncObject_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_3), (void*)value); } }; // System.Text.EncoderFallback // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_15; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_15)); } inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; } inline void set_s_InternalSyncObject_15(RuntimeObject * value) { ___s_InternalSyncObject_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_15), (void*)value); } }; // System.Text.Encoding // System.Runtime.ExceptionServices.ExceptionDispatchInfo // System.Runtime.ExceptionServices.ExceptionDispatchInfo // System.Text.RegularExpressions.ExclusiveReference // System.Text.RegularExpressions.ExclusiveReference // System.Text.RegularExpressions.GroupCollection // System.Text.RegularExpressions.GroupCollection // System.Net.NetworkInformation.IPGlobalProperties struct IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5_StaticFields { public: // System.Boolean System.Net.NetworkInformation.IPGlobalProperties::k__BackingField bool ___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0() { return static_cast(offsetof(IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5_StaticFields, ___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0)); } inline bool get_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0() const { return ___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0; } inline bool* get_address_of_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0() { return &___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0; } inline void set_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0(bool value) { ___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0 = value; } }; // System.Net.NetworkInformation.IPGlobalProperties // System.Net.IPHostEntry // System.Net.IPHostEntry // System.IPv6AddressHelper // System.IPv6AddressHelper // System.IriHelper // System.IriHelper // System.Net.LazyAsyncResult // System.Net.LazyAsyncResult struct LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_ThreadStaticFields { public: // System.Net.LazyAsyncResult/ThreadContext System.Net.LazyAsyncResult::t_ThreadContext ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * ___t_ThreadContext_0; public: inline static int32_t get_offset_of_t_ThreadContext_0() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_ThreadStaticFields, ___t_ThreadContext_0)); } inline ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * get_t_ThreadContext_0() const { return ___t_ThreadContext_0; } inline ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 ** get_address_of_t_ThreadContext_0() { return &___t_ThreadContext_0; } inline void set_t_ThreadContext_0(ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * value) { ___t_ThreadContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_ThreadContext_0), (void*)value); } }; // System.Net.Sockets.LingerOption // System.Net.Sockets.LingerOption // System.Collections.Specialized.ListDictionary // System.Collections.Specialized.ListDictionary // System.Net.Logging struct Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields { public: // System.Boolean System.Net.Logging::On bool ___On_0; public: inline static int32_t get_offset_of_On_0() { return static_cast(offsetof(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields, ___On_0)); } inline bool get_On_0() const { return ___On_0; } inline bool* get_address_of_On_0() { return &___On_0; } inline void set_On_0(bool value) { ___On_0 = value; } }; // System.Net.Logging // System.MarshalByRefObject // System.MarshalByRefObject // System.Text.RegularExpressions.MatchCollection 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.Text.RegularExpressions.MatchCollection // System.Text.RegularExpressions.MatchEnumerator // System.Text.RegularExpressions.MatchEnumerator // System.Reflection.MemberInfo // System.Reflection.MemberInfo // Mono.Security.Interface.MonoTlsProvider // Mono.Security.Interface.MonoTlsProvider // System.Net.Sockets.MulticastOption // System.Net.Sockets.MulticastOption // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_StaticFields { public: // System.StringComparer System.Collections.Specialized.NameObjectCollectionBase::defaultComparer StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ___defaultComparer_7; public: inline static int32_t get_offset_of_defaultComparer_7() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_StaticFields, ___defaultComparer_7)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get_defaultComparer_7() const { return ___defaultComparer_7; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of_defaultComparer_7() { return &___defaultComparer_7; } inline void set_defaultComparer_7(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ___defaultComparer_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_7), (void*)value); } }; // System.Collections.Specialized.NameObjectCollectionBase // System.Net.NclUtilities struct NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields { public: // System.Net.IPAddress[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.NclUtilities::_LocalAddresses IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ____LocalAddresses_0; // System.Object System.Net.NclUtilities::_LocalAddressesLock RuntimeObject * ____LocalAddressesLock_1; // System.String System.Net.NclUtilities::_LocalDomainName String_t* ____LocalDomainName_2; public: inline static int32_t get_offset_of__LocalAddresses_0() { return static_cast(offsetof(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields, ____LocalAddresses_0)); } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* get__LocalAddresses_0() const { return ____LocalAddresses_0; } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB** get_address_of__LocalAddresses_0() { return &____LocalAddresses_0; } inline void set__LocalAddresses_0(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* value) { ____LocalAddresses_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____LocalAddresses_0), (void*)value); } inline static int32_t get_offset_of__LocalAddressesLock_1() { return static_cast(offsetof(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields, ____LocalAddressesLock_1)); } inline RuntimeObject * get__LocalAddressesLock_1() const { return ____LocalAddressesLock_1; } inline RuntimeObject ** get_address_of__LocalAddressesLock_1() { return &____LocalAddressesLock_1; } inline void set__LocalAddressesLock_1(RuntimeObject * value) { ____LocalAddressesLock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____LocalAddressesLock_1), (void*)value); } inline static int32_t get_offset_of__LocalDomainName_2() { return static_cast(offsetof(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields, ____LocalDomainName_2)); } inline String_t* get__LocalDomainName_2() const { return ____LocalDomainName_2; } inline String_t** get_address_of__LocalDomainName_2() { return &____LocalDomainName_2; } inline void set__LocalDomainName_2(String_t* value) { ____LocalDomainName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____LocalDomainName_2), (void*)value); } }; // System.Net.NclUtilities // System.Net.NetRes // System.Net.NetRes // System.Net.NetworkCredential // System.Net.NetworkCredential // Mono.Net.Security.NoReflectionHelper // Mono.Net.Security.NoReflectionHelper // Mono.Http.NtlmClient struct NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_StaticFields { public: // System.Runtime.CompilerServices.ConditionalWeakTable`2 Mono.Http.NtlmClient::cache ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * ___cache_0; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_StaticFields, ___cache_0)); } inline ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * get_cache_0() const { return ___cache_0; } inline ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_0), (void*)value); } }; // Mono.Http.NtlmClient // System.Net.NtlmClient // System.Net.NtlmClient // Mono.Http.NtlmSession // Mono.Http.NtlmSession // System.Security.Cryptography.OidCollection // System.Security.Cryptography.OidCollection // System.Security.Cryptography.OidEnumerator // System.Security.Cryptography.OidEnumerator // System.Net.PathList // System.Net.PathList // System.Platform struct Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields { public: // System.Boolean System.Platform::checkedOS bool ___checkedOS_0; // System.Boolean System.Platform::isMacOS bool ___isMacOS_1; // System.Boolean System.Platform::isFreeBSD bool ___isFreeBSD_2; public: inline static int32_t get_offset_of_checkedOS_0() { return static_cast(offsetof(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields, ___checkedOS_0)); } inline bool get_checkedOS_0() const { return ___checkedOS_0; } inline bool* get_address_of_checkedOS_0() { return &___checkedOS_0; } inline void set_checkedOS_0(bool value) { ___checkedOS_0 = value; } inline static int32_t get_offset_of_isMacOS_1() { return static_cast(offsetof(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields, ___isMacOS_1)); } inline bool get_isMacOS_1() const { return ___isMacOS_1; } inline bool* get_address_of_isMacOS_1() { return &___isMacOS_1; } inline void set_isMacOS_1(bool value) { ___isMacOS_1 = value; } inline static int32_t get_offset_of_isFreeBSD_2() { return static_cast(offsetof(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields, ___isFreeBSD_2)); } inline bool get_isFreeBSD_2() const { return ___isFreeBSD_2; } inline bool* get_address_of_isFreeBSD_2() { return &___isFreeBSD_2; } inline void set_isFreeBSD_2(bool value) { ___isFreeBSD_2 = value; } }; // System.Platform // System.Security.Cryptography.X509Certificates.PublicKey struct PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_StaticFields { public: // System.Byte[] System.Security.Cryptography.X509Certificates.PublicKey::Empty ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Empty_4; public: inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_StaticFields, ___Empty_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Empty_4() const { return ___Empty_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // System.Security.Cryptography.X509Certificates.PublicKey // System.Text.RegularExpressions.RegexBoyerMoore // System.Text.RegularExpressions.RegexBoyerMoore // System.Text.RegularExpressions.RegexCharClass struct RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields { public: // System.String System.Text.RegularExpressions.RegexCharClass::InternalRegexIgnoreCase String_t* ___InternalRegexIgnoreCase_5; // System.String System.Text.RegularExpressions.RegexCharClass::Space String_t* ___Space_6; // System.String System.Text.RegularExpressions.RegexCharClass::NotSpace String_t* ___NotSpace_7; // System.String System.Text.RegularExpressions.RegexCharClass::Word String_t* ___Word_8; // System.String System.Text.RegularExpressions.RegexCharClass::NotWord String_t* ___NotWord_9; // System.String System.Text.RegularExpressions.RegexCharClass::SpaceClass String_t* ___SpaceClass_10; // System.String System.Text.RegularExpressions.RegexCharClass::NotSpaceClass String_t* ___NotSpaceClass_11; // System.String System.Text.RegularExpressions.RegexCharClass::WordClass String_t* ___WordClass_12; // System.String System.Text.RegularExpressions.RegexCharClass::NotWordClass String_t* ___NotWordClass_13; // System.String System.Text.RegularExpressions.RegexCharClass::DigitClass String_t* ___DigitClass_14; // System.String System.Text.RegularExpressions.RegexCharClass::NotDigitClass String_t* ___NotDigitClass_15; // System.Collections.Generic.Dictionary`2 System.Text.RegularExpressions.RegexCharClass::_definedCategories Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ____definedCategories_16; // System.String[0...,0...] System.Text.RegularExpressions.RegexCharClass::_propTable StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* ____propTable_17; // System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping[] System.Text.RegularExpressions.RegexCharClass::_lcTable LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* ____lcTable_18; public: inline static int32_t get_offset_of_InternalRegexIgnoreCase_5() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___InternalRegexIgnoreCase_5)); } inline String_t* get_InternalRegexIgnoreCase_5() const { return ___InternalRegexIgnoreCase_5; } inline String_t** get_address_of_InternalRegexIgnoreCase_5() { return &___InternalRegexIgnoreCase_5; } inline void set_InternalRegexIgnoreCase_5(String_t* value) { ___InternalRegexIgnoreCase_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalRegexIgnoreCase_5), (void*)value); } inline static int32_t get_offset_of_Space_6() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___Space_6)); } inline String_t* get_Space_6() const { return ___Space_6; } inline String_t** get_address_of_Space_6() { return &___Space_6; } inline void set_Space_6(String_t* value) { ___Space_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Space_6), (void*)value); } inline static int32_t get_offset_of_NotSpace_7() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___NotSpace_7)); } inline String_t* get_NotSpace_7() const { return ___NotSpace_7; } inline String_t** get_address_of_NotSpace_7() { return &___NotSpace_7; } inline void set_NotSpace_7(String_t* value) { ___NotSpace_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotSpace_7), (void*)value); } inline static int32_t get_offset_of_Word_8() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___Word_8)); } inline String_t* get_Word_8() const { return ___Word_8; } inline String_t** get_address_of_Word_8() { return &___Word_8; } inline void set_Word_8(String_t* value) { ___Word_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Word_8), (void*)value); } inline static int32_t get_offset_of_NotWord_9() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___NotWord_9)); } inline String_t* get_NotWord_9() const { return ___NotWord_9; } inline String_t** get_address_of_NotWord_9() { return &___NotWord_9; } inline void set_NotWord_9(String_t* value) { ___NotWord_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotWord_9), (void*)value); } inline static int32_t get_offset_of_SpaceClass_10() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___SpaceClass_10)); } inline String_t* get_SpaceClass_10() const { return ___SpaceClass_10; } inline String_t** get_address_of_SpaceClass_10() { return &___SpaceClass_10; } inline void set_SpaceClass_10(String_t* value) { ___SpaceClass_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___SpaceClass_10), (void*)value); } inline static int32_t get_offset_of_NotSpaceClass_11() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___NotSpaceClass_11)); } inline String_t* get_NotSpaceClass_11() const { return ___NotSpaceClass_11; } inline String_t** get_address_of_NotSpaceClass_11() { return &___NotSpaceClass_11; } inline void set_NotSpaceClass_11(String_t* value) { ___NotSpaceClass_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotSpaceClass_11), (void*)value); } inline static int32_t get_offset_of_WordClass_12() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___WordClass_12)); } inline String_t* get_WordClass_12() const { return ___WordClass_12; } inline String_t** get_address_of_WordClass_12() { return &___WordClass_12; } inline void set_WordClass_12(String_t* value) { ___WordClass_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___WordClass_12), (void*)value); } inline static int32_t get_offset_of_NotWordClass_13() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___NotWordClass_13)); } inline String_t* get_NotWordClass_13() const { return ___NotWordClass_13; } inline String_t** get_address_of_NotWordClass_13() { return &___NotWordClass_13; } inline void set_NotWordClass_13(String_t* value) { ___NotWordClass_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotWordClass_13), (void*)value); } inline static int32_t get_offset_of_DigitClass_14() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___DigitClass_14)); } inline String_t* get_DigitClass_14() const { return ___DigitClass_14; } inline String_t** get_address_of_DigitClass_14() { return &___DigitClass_14; } inline void set_DigitClass_14(String_t* value) { ___DigitClass_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigitClass_14), (void*)value); } inline static int32_t get_offset_of_NotDigitClass_15() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___NotDigitClass_15)); } inline String_t* get_NotDigitClass_15() const { return ___NotDigitClass_15; } inline String_t** get_address_of_NotDigitClass_15() { return &___NotDigitClass_15; } inline void set_NotDigitClass_15(String_t* value) { ___NotDigitClass_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotDigitClass_15), (void*)value); } inline static int32_t get_offset_of__definedCategories_16() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ____definedCategories_16)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get__definedCategories_16() const { return ____definedCategories_16; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of__definedCategories_16() { return &____definedCategories_16; } inline void set__definedCategories_16(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ____definedCategories_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____definedCategories_16), (void*)value); } inline static int32_t get_offset_of__propTable_17() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ____propTable_17)); } inline StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* get__propTable_17() const { return ____propTable_17; } inline StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90** get_address_of__propTable_17() { return &____propTable_17; } inline void set__propTable_17(StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* value) { ____propTable_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____propTable_17), (void*)value); } inline static int32_t get_offset_of__lcTable_18() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ____lcTable_18)); } inline LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* get__lcTable_18() const { return ____lcTable_18; } inline LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E** get_address_of__lcTable_18() { return &____lcTable_18; } inline void set__lcTable_18(LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* value) { ____lcTable_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____lcTable_18), (void*)value); } }; // System.Text.RegularExpressions.RegexCharClass // System.Text.RegularExpressions.RegexCode // System.Text.RegularExpressions.RegexCode // System.Text.RegularExpressions.RegexReplacement // System.Text.RegularExpressions.RegexReplacement // System.Text.RegularExpressions.RegexRunner // System.Text.RegularExpressions.RegexRunner // System.Text.RegularExpressions.RegexRunnerFactory // System.Text.RegularExpressions.RegexRunnerFactory // System.Security.SecureString // System.Security.SecureString // System.Runtime.Serialization.SerializationInfo // System.Runtime.Serialization.SerializationInfo // System.Runtime.Serialization.SerializationInfoEnumerator // System.Runtime.Serialization.SerializationInfoEnumerator // System.Text.RegularExpressions.SharedReference // System.Text.RegularExpressions.SharedReference // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_StaticFields { public: // System.Object[] System.Collections.SortedList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_9; public: inline static int32_t get_offset_of_emptyArray_9() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_StaticFields, ___emptyArray_9)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_9() const { return ___emptyArray_9; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_9() { return &___emptyArray_9; } inline void set_emptyArray_9(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_9), (void*)value); } }; // System.Collections.SortedList // System.String 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.String // System.Text.StringBuilder // System.Text.StringBuilder // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields { public: // System.StringComparer System.StringComparer::_invariantCulture StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____invariantCulture_0; // System.StringComparer System.StringComparer::_invariantCultureIgnoreCase StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____invariantCultureIgnoreCase_1; // System.StringComparer System.StringComparer::_ordinal StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____ordinal_2; // System.StringComparer System.StringComparer::_ordinalIgnoreCase StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____ordinalIgnoreCase_3; public: inline static int32_t get_offset_of__invariantCulture_0() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____invariantCulture_0)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__invariantCulture_0() const { return ____invariantCulture_0; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; } inline void set__invariantCulture_0(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____invariantCulture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCulture_0), (void*)value); } inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____invariantCultureIgnoreCase_1)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; } inline void set__invariantCultureIgnoreCase_1(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____invariantCultureIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCultureIgnoreCase_1), (void*)value); } inline static int32_t get_offset_of__ordinal_2() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____ordinal_2)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__ordinal_2() const { return ____ordinal_2; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__ordinal_2() { return &____ordinal_2; } inline void set__ordinal_2(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____ordinal_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinal_2), (void*)value); } inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____ordinalIgnoreCase_3)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; } inline void set__ordinalIgnoreCase_3(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____ordinalIgnoreCase_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinalIgnoreCase_3), (void*)value); } }; // System.StringComparer // System.ValueType // System.ValueType // System.Security.Cryptography.X509Certificates.X509Certificate // System.Security.Cryptography.X509Certificates.X509Certificate // System.Security.Cryptography.X509Certificates.X509Chain // System.Security.Cryptography.X509Certificates.X509Chain // System.Net.LazyAsyncResult/ThreadContext // System.Net.LazyAsyncResult/ThreadContext // System.Collections.Specialized.ListDictionary/DictionaryNode // System.Collections.Specialized.ListDictionary/DictionaryNode // System.Collections.Specialized.ListDictionary/NodeEnumerator // System.Collections.Specialized.ListDictionary/NodeEnumerator // System.Net.MonoChunkStream/Chunk // System.Net.MonoChunkStream/Chunk // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry // System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator // System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator // Mono.Http.NtlmClient/<>c struct U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields { public: // Mono.Http.NtlmClient/<>c Mono.Http.NtlmClient/<>c::<>9 U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 * ___U3CU3E9_0; // System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback Mono.Http.NtlmClient/<>c::<>9__1_0 CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * ___U3CU3E9__1_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__1_0_1() { return static_cast(offsetof(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields, ___U3CU3E9__1_0_1)); } inline CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * get_U3CU3E9__1_0_1() const { return ___U3CU3E9__1_0_1; } inline CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 ** get_address_of_U3CU3E9__1_0_1() { return &___U3CU3E9__1_0_1; } inline void set_U3CU3E9__1_0_1(CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * value) { ___U3CU3E9__1_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__1_0_1), (void*)value); } }; // Mono.Http.NtlmClient/<>c // System.Net.PathList/PathListComparer struct PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_StaticFields { public: // System.Net.PathList/PathListComparer System.Net.PathList/PathListComparer::StaticInstance PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 * ___StaticInstance_0; public: inline static int32_t get_offset_of_StaticInstance_0() { return static_cast(offsetof(PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_StaticFields, ___StaticInstance_0)); } inline PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 * get_StaticInstance_0() const { return ___StaticInstance_0; } inline PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 ** get_address_of_StaticInstance_0() { return &___StaticInstance_0; } inline void set_StaticInstance_0(PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 * value) { ___StaticInstance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___StaticInstance_0), (void*)value); } }; // System.Net.PathList/PathListComparer // System.Text.RegularExpressions.RegexCharClass/SingleRange // System.Text.RegularExpressions.RegexCharClass/SingleRange // System.Text.RegularExpressions.RegexCharClass/SingleRangeComparer // System.Text.RegularExpressions.RegexCharClass/SingleRangeComparer // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Nullable`1 // System.Nullable`1 // System.ValueTuple`2 // System.ValueTuple`2 // System.Runtime.CompilerServices.AsyncMethodBuilderCore // System.Runtime.CompilerServices.AsyncMethodBuilderCore // Mono.Net.Security.AsyncReadOrWriteRequest // Mono.Net.Security.AsyncReadOrWriteRequest // System.Boolean 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.Boolean // Mono.Net.Security.BufferOffsetSize2 // Mono.Net.Security.BufferOffsetSize2 // System.Byte // System.Byte // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value); } }; // System.Threading.CancellationToken // System.Char 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.Char // System.Net.NetworkInformation.CommonUnixIPGlobalProperties // System.Net.NetworkInformation.CommonUnixIPGlobalProperties // System.Security.Cryptography.DSA // System.Security.Cryptography.DSA // System.Security.Cryptography.DSAParameters // System.Security.Cryptography.DSAParameters // System.DateTime 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.DateTime // System.Text.DecoderReplacementFallback // System.Text.DecoderReplacementFallback // System.Collections.DictionaryEntry // System.Collections.DictionaryEntry // System.Double 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.Double // System.Text.EncoderReplacementFallback // System.Text.EncoderReplacementFallback // System.Enum 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); } }; // System.Enum // System.Runtime.InteropServices.GCHandle // System.Runtime.InteropServices.GCHandle // System.Text.RegularExpressions.Group 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.Text.RegularExpressions.Group // System.Guid 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.Guid // System.Int16 // System.Int16 // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.IntPtr 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.IntPtr // System.Net.Configuration.Ipv6Element // System.Net.Configuration.Ipv6Element // Mono.Util.MonoPInvokeCallbackAttribute // Mono.Util.MonoPInvokeCallbackAttribute // System.Collections.Specialized.NameValueCollection // System.Collections.Specialized.NameValueCollection // System.Net.Configuration.NetSectionGroup // System.Net.Configuration.NetSectionGroup // System.Net.Configuration.PerformanceCountersElement // System.Net.Configuration.PerformanceCountersElement // System.Net.Configuration.ProxyElement // System.Net.Configuration.ProxyElement // System.Security.Cryptography.RSA // System.Security.Cryptography.RSA // System.Security.Cryptography.RSAParameters // System.Security.Cryptography.RSAParameters // System.Text.RegularExpressions.RegexInterpreter // System.Text.RegularExpressions.RegexInterpreter // System.IO.Stream 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.IO.Stream // System.IO.TextReader 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.TextReader // System.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // System.Void // System.Void // System.Net.WebResponse // System.Net.WebResponse // System.Security.Cryptography.X509Certificates.X509CertificateCollection // System.Security.Cryptography.X509Certificates.X509CertificateCollection // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter // System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping // System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 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 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 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.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Nullable`1 // System.Nullable`1 // System.Tuple`2 // System.Tuple`2 // System.Tuple`2 // System.Tuple`2 // System.Net.Sockets.AddressFamily // System.Net.Sockets.AddressFamily // System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_StaticFields { public: // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; // System.AppDomain System.AppDomain::default_domain AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * ___default_domain_10; public: inline static int32_t get_offset_of__process_guid_2() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_StaticFields, ____process_guid_2)); } inline String_t* get__process_guid_2() const { return ____process_guid_2; } inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; } inline void set__process_guid_2(String_t* value) { ____process_guid_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____process_guid_2), (void*)value); } inline static int32_t get_offset_of_default_domain_10() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_StaticFields, ___default_domain_10)); } inline AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * get_default_domain_10() const { return ___default_domain_10; } inline AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A ** get_address_of_default_domain_10() { return &___default_domain_10; } inline void set_default_domain_10(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * value) { ___default_domain_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_domain_10), (void*)value); } }; // System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields { public: // System.Collections.Generic.Dictionary`2 System.AppDomain::type_resolve_in_progress Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___type_resolve_in_progress_3; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___assembly_resolve_in_progress_4; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress_refonly Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___assembly_resolve_in_progress_refonly_5; // System.Object System.AppDomain::_principal RuntimeObject * ____principal_9; public: inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ___type_resolve_in_progress_3)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; } inline void set_type_resolve_in_progress_3(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___type_resolve_in_progress_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_resolve_in_progress_3), (void*)value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ___assembly_resolve_in_progress_4)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; } inline void set_assembly_resolve_in_progress_4(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___assembly_resolve_in_progress_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_resolve_in_progress_4), (void*)value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; } inline void set_assembly_resolve_in_progress_refonly_5(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___assembly_resolve_in_progress_refonly_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_resolve_in_progress_refonly_5), (void*)value); } inline static int32_t get_offset_of__principal_9() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ____principal_9)); } inline RuntimeObject * get__principal_9() const { return ____principal_9; } inline RuntimeObject ** get_address_of__principal_9() { return &____principal_9; } inline void set__principal_9(RuntimeObject * value) { ____principal_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____principal_9), (void*)value); } }; // Mono.Net.Security.AsyncOperationStatus // Mono.Net.Security.AsyncOperationStatus // Mono.Net.Security.AsyncReadRequest // Mono.Net.Security.AsyncReadRequest // Mono.Net.Security.AsyncWriteRequest // Mono.Net.Security.AsyncWriteRequest // System.Net.Security.AuthenticatedStream // System.Net.Security.AuthenticatedStream // System.Net.Security.AuthenticationLevel // System.Net.Security.AuthenticationLevel // System.Reflection.BindingFlags // System.Reflection.BindingFlags // System.Net.CookieCollection // System.Net.CookieCollection // System.Security.Cryptography.CspProviderFlags // System.Security.Cryptography.CspProviderFlags // System.Security.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_StaticFields { public: // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::useMachineKeyStore bool ___useMachineKeyStore_8; public: inline static int32_t get_offset_of_useMachineKeyStore_8() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_StaticFields, ___useMachineKeyStore_8)); } inline bool get_useMachineKeyStore_8() const { return ___useMachineKeyStore_8; } inline bool* get_address_of_useMachineKeyStore_8() { return &___useMachineKeyStore_8; } inline void set_useMachineKeyStore_8(bool value) { ___useMachineKeyStore_8 = value; } }; // System.Security.Cryptography.DSACryptoServiceProvider // System.Net.DecompressionMethods // System.Net.DecompressionMethods // System.Delegate // System.Delegate // System.Exception 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); } }; // System.Exception // System.IO.FileAccess // System.IO.FileAccess // System.Runtime.InteropServices.GCHandleType // System.Runtime.InteropServices.GCHandleType // System.Collections.Hashtable // System.Collections.Hashtable // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::_empty Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ____empty_7; public: inline static int32_t get_offset_of__empty_7() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields, ____empty_7)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get__empty_7() const { return ____empty_7; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of__empty_7() { return &____empty_7; } inline void set__empty_7(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ____empty_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____empty_7), (void*)value); } }; // System.Text.RegularExpressions.Match // Mono.Security.Interface.MonoSslPolicyErrors // Mono.Security.Interface.MonoSslPolicyErrors // Mono.Net.Security.MonoTlsProviderFactory struct MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields { public: // System.Object Mono.Net.Security.MonoTlsProviderFactory::locker RuntimeObject * ___locker_0; // System.Boolean Mono.Net.Security.MonoTlsProviderFactory::initialized bool ___initialized_1; // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::defaultProvider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___defaultProvider_2; // System.Collections.Generic.Dictionary`2> Mono.Net.Security.MonoTlsProviderFactory::providerRegistration Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * ___providerRegistration_3; // System.Collections.Generic.Dictionary`2 Mono.Net.Security.MonoTlsProviderFactory::providerCache Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * ___providerCache_4; // System.Guid Mono.Net.Security.MonoTlsProviderFactory::UnityTlsId Guid_t ___UnityTlsId_5; // System.Guid Mono.Net.Security.MonoTlsProviderFactory::AppleTlsId Guid_t ___AppleTlsId_6; // System.Guid Mono.Net.Security.MonoTlsProviderFactory::BtlsId Guid_t ___BtlsId_7; // System.Guid Mono.Net.Security.MonoTlsProviderFactory::LegacyId Guid_t ___LegacyId_8; public: inline static int32_t get_offset_of_locker_0() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___locker_0)); } inline RuntimeObject * get_locker_0() const { return ___locker_0; } inline RuntimeObject ** get_address_of_locker_0() { return &___locker_0; } inline void set_locker_0(RuntimeObject * value) { ___locker_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_0), (void*)value); } inline static int32_t get_offset_of_initialized_1() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___initialized_1)); } inline bool get_initialized_1() const { return ___initialized_1; } inline bool* get_address_of_initialized_1() { return &___initialized_1; } inline void set_initialized_1(bool value) { ___initialized_1 = value; } inline static int32_t get_offset_of_defaultProvider_2() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___defaultProvider_2)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_defaultProvider_2() const { return ___defaultProvider_2; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_defaultProvider_2() { return &___defaultProvider_2; } inline void set_defaultProvider_2(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___defaultProvider_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultProvider_2), (void*)value); } inline static int32_t get_offset_of_providerRegistration_3() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___providerRegistration_3)); } inline Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * get_providerRegistration_3() const { return ___providerRegistration_3; } inline Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 ** get_address_of_providerRegistration_3() { return &___providerRegistration_3; } inline void set_providerRegistration_3(Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * value) { ___providerRegistration_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___providerRegistration_3), (void*)value); } inline static int32_t get_offset_of_providerCache_4() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___providerCache_4)); } inline Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * get_providerCache_4() const { return ___providerCache_4; } inline Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 ** get_address_of_providerCache_4() { return &___providerCache_4; } inline void set_providerCache_4(Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * value) { ___providerCache_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___providerCache_4), (void*)value); } inline static int32_t get_offset_of_UnityTlsId_5() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___UnityTlsId_5)); } inline Guid_t get_UnityTlsId_5() const { return ___UnityTlsId_5; } inline Guid_t * get_address_of_UnityTlsId_5() { return &___UnityTlsId_5; } inline void set_UnityTlsId_5(Guid_t value) { ___UnityTlsId_5 = value; } inline static int32_t get_offset_of_AppleTlsId_6() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___AppleTlsId_6)); } inline Guid_t get_AppleTlsId_6() const { return ___AppleTlsId_6; } inline Guid_t * get_address_of_AppleTlsId_6() { return &___AppleTlsId_6; } inline void set_AppleTlsId_6(Guid_t value) { ___AppleTlsId_6 = value; } inline static int32_t get_offset_of_BtlsId_7() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___BtlsId_7)); } inline Guid_t get_BtlsId_7() const { return ___BtlsId_7; } inline Guid_t * get_address_of_BtlsId_7() { return &___BtlsId_7; } inline void set_BtlsId_7(Guid_t value) { ___BtlsId_7 = value; } inline static int32_t get_offset_of_LegacyId_8() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___LegacyId_8)); } inline Guid_t get_LegacyId_8() const { return ___LegacyId_8; } inline Guid_t * get_address_of_LegacyId_8() { return &___LegacyId_8; } inline void set_LegacyId_8(Guid_t value) { ___LegacyId_8 = value; } }; // Mono.Net.Security.MonoTlsProviderFactory // System.Net.NetworkInformation.NetBiosNodeType // System.Net.NetworkInformation.NetBiosNodeType // System.Net.NetworkInformation.NetworkInterfaceComponent // System.Net.NetworkInformation.NetworkInterfaceComponent // System.Net.Sockets.NetworkStream // System.Net.Sockets.NetworkStream // Mono.Security.Protocol.Ntlm.NtlmAuthLevel // Mono.Security.Protocol.Ntlm.NtlmAuthLevel // Mono.Security.Protocol.Ntlm.NtlmFlags // Mono.Security.Protocol.Ntlm.NtlmFlags // System.Globalization.NumberStyles // System.Globalization.NumberStyles // System.Security.Cryptography.OidGroup // System.Security.Cryptography.OidGroup // System.ParsingError // System.ParsingError // System.PlatformID // System.PlatformID // System.Net.Sockets.ProtocolType // System.Net.Sockets.ProtocolType // Mono.Security.Cryptography.RSAManaged // Mono.Security.Cryptography.RSAManaged // System.Net.ReadState // System.Net.ReadState // System.Text.RegularExpressions.RegexOptions // System.Text.RegularExpressions.RegexOptions // System.RuntimeTypeHandle // System.RuntimeTypeHandle // System.IO.SeekOrigin // System.IO.SeekOrigin // System.Net.Sockets.SocketFlags // System.Net.Sockets.SocketFlags // System.Net.Sockets.SocketOptionLevel // System.Net.Sockets.SocketOptionLevel // System.Net.Sockets.SocketOptionName // System.Net.Sockets.SocketOptionName // System.Net.Sockets.SocketShutdown // System.Net.Sockets.SocketShutdown // System.Net.Sockets.SocketType // System.Net.Sockets.SocketType // System.Security.Authentication.SslProtocols // System.Security.Authentication.SslProtocols // System.Runtime.Serialization.StreamingContextStates // System.Runtime.Serialization.StreamingContextStates // System.StringComparison // System.StringComparison // System.IO.StringReader // System.IO.StringReader // System.Threading.Tasks.Task 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); } }; // System.Threading.Tasks.Task 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.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields { public: // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.TextInfo::s_Invariant TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___s_Invariant_6; public: inline static int32_t get_offset_of_s_Invariant_6() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields, ___s_Invariant_6)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_s_Invariant_6() const { return ___s_Invariant_6; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_s_Invariant_6() { return &___s_Invariant_6; } inline void set_s_Invariant_6(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___s_Invariant_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Invariant_6), (void*)value); } }; // System.Globalization.TextInfo // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_0; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_1; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_0() const { return ___Zero_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_1)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_1() const { return ___MaxValue_1; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinValue_2() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_2() const { return ___MinValue_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_2() { return &___MinValue_2; } inline void set_MinValue_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_2 = value; } inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_4)); } inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; } inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; } inline void set__legacyConfigChecked_4(bool value) { ____legacyConfigChecked_4 = value; } inline static int32_t get_offset_of__legacyMode_5() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_5)); } inline bool get__legacyMode_5() const { return ____legacyMode_5; } inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; } inline void set__legacyMode_5(bool value) { ____legacyMode_5 = value; } }; // System.TimeSpan // Mono.Security.Interface.TlsProtocols // Mono.Security.Interface.TlsProtocols // System.Security.Principal.TokenImpersonationLevel // System.Security.Principal.TokenImpersonationLevel // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_StaticFields { public: // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.TypeConverter::useCompatibleTypeConversion bool ___useCompatibleTypeConversion_1; public: inline static int32_t get_offset_of_useCompatibleTypeConversion_1() { return static_cast(offsetof(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_StaticFields, ___useCompatibleTypeConversion_1)); } inline bool get_useCompatibleTypeConversion_1() const { return ___useCompatibleTypeConversion_1; } inline bool* get_address_of_useCompatibleTypeConversion_1() { return &___useCompatibleTypeConversion_1; } inline void set_useCompatibleTypeConversion_1(bool value) { ___useCompatibleTypeConversion_1 = value; } }; // System.ComponentModel.TypeConverter // System.Globalization.UnicodeCategory // System.Globalization.UnicodeCategory // System.Net.NetworkInformation.UnixIPGlobalProperties // System.Net.NetworkInformation.UnixIPGlobalProperties // System.UriComponents // System.UriComponents // System.UriIdnScope // System.UriIdnScope // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields { public: // System.IntPtr System.Threading.WaitHandle::InvalidHandle intptr_t ___InvalidHandle_10; public: inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields, ___InvalidHandle_10)); } inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; } inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; } inline void set_InvalidHandle_10(intptr_t value) { ___InvalidHandle_10 = value; } }; // System.Threading.WaitHandle // System.Net.WebExceptionInternalStatus // System.Net.WebExceptionInternalStatus // System.Net.WebExceptionStatus // System.Net.WebExceptionStatus // System.Net.WebHeaderCollectionType // System.Net.WebHeaderCollectionType // Mono.Security.X509.X509Certificate struct X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4_StaticFields { public: // System.String Mono.Security.X509.X509Certificate::encoding_error String_t* ___encoding_error_21; public: inline static int32_t get_offset_of_encoding_error_21() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4_StaticFields, ___encoding_error_21)); } inline String_t* get_encoding_error_21() const { return ___encoding_error_21; } inline String_t** get_address_of_encoding_error_21() { return &___encoding_error_21; } inline void set_encoding_error_21(String_t* value) { ___encoding_error_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_error_21), (void*)value); } }; // Mono.Security.X509.X509Certificate // System.Net.HttpWebRequest/NtlmAuthState // System.Net.HttpWebRequest/NtlmAuthState // Mono.Net.Security.MobileAuthenticatedStream/OperationType // Mono.Net.Security.MobileAuthenticatedStream/OperationType // System.Net.MonoChunkStream/State // System.Net.MonoChunkStream/State // System.Uri/Flags // System.Uri/Flags // System.Net.WebConnectionTunnel/NtlmAuthState // System.Net.WebConnectionTunnel/NtlmAuthState // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * 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_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 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.Threading.Tasks.Task`1 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::s_cachedCompleted Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_cachedCompleted_0; public: inline static int32_t get_offset_of_s_cachedCompleted_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields, ___s_cachedCompleted_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_cachedCompleted_0() const { return ___s_cachedCompleted_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_cachedCompleted_0() { return &___s_cachedCompleted_0; } inline void set_s_cachedCompleted_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_cachedCompleted_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedCompleted_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder // System.ComponentModel.BaseNumberConverter // System.ComponentModel.BaseNumberConverter // System.Threading.EventWaitHandle // System.Threading.EventWaitHandle // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields { public: // System.Net.IPAddress System.Net.IPAddress::Any IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Any_0; // System.Net.IPAddress System.Net.IPAddress::Loopback IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Loopback_1; // System.Net.IPAddress System.Net.IPAddress::Broadcast IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Broadcast_2; // System.Net.IPAddress System.Net.IPAddress::None IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___None_3; // System.Net.IPAddress System.Net.IPAddress::IPv6Any IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6Any_7; // System.Net.IPAddress System.Net.IPAddress::IPv6Loopback IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6Loopback_8; // System.Net.IPAddress System.Net.IPAddress::IPv6None IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6None_9; public: inline static int32_t get_offset_of_Any_0() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Any_0)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Any_0() const { return ___Any_0; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Any_0() { return &___Any_0; } inline void set_Any_0(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Any_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_0), (void*)value); } inline static int32_t get_offset_of_Loopback_1() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Loopback_1)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Loopback_1() const { return ___Loopback_1; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Loopback_1() { return &___Loopback_1; } inline void set_Loopback_1(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Loopback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Loopback_1), (void*)value); } inline static int32_t get_offset_of_Broadcast_2() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Broadcast_2)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Broadcast_2() const { return ___Broadcast_2; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Broadcast_2() { return &___Broadcast_2; } inline void set_Broadcast_2(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Broadcast_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Broadcast_2), (void*)value); } inline static int32_t get_offset_of_None_3() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___None_3)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_None_3() const { return ___None_3; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_None_3() { return &___None_3; } inline void set_None_3(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___None_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___None_3), (void*)value); } inline static int32_t get_offset_of_IPv6Any_7() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6Any_7)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6Any_7() const { return ___IPv6Any_7; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6Any_7() { return &___IPv6Any_7; } inline void set_IPv6Any_7(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6Any_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_7), (void*)value); } inline static int32_t get_offset_of_IPv6Loopback_8() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6Loopback_8)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6Loopback_8() const { return ___IPv6Loopback_8; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6Loopback_8() { return &___IPv6Loopback_8; } inline void set_IPv6Loopback_8(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6Loopback_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Loopback_8), (void*)value); } inline static int32_t get_offset_of_IPv6None_9() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6None_9)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6None_9() const { return ___IPv6None_9; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6None_9() { return &___IPv6None_9; } inline void set_IPv6None_9(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6None_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6None_9), (void*)value); } }; // System.Net.IPAddress // System.Text.RegularExpressions.MatchSparse // System.Text.RegularExpressions.MatchSparse // Mono.Security.Protocol.Ntlm.MessageBase struct MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD_StaticFields { public: // System.Byte[] Mono.Security.Protocol.Ntlm.MessageBase::header ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___header_0; public: inline static int32_t get_offset_of_header_0() { return static_cast(offsetof(MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD_StaticFields, ___header_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_header_0() const { return ___header_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_header_0() { return &___header_0; } inline void set_header_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___header_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___header_0), (void*)value); } }; // Mono.Security.Protocol.Ntlm.MessageBase // System.Net.NetworkInformation.MibIPGlobalProperties struct MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B_StaticFields { public: // System.Char[] System.Net.NetworkInformation.MibIPGlobalProperties::wsChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___wsChars_7; public: inline static int32_t get_offset_of_wsChars_7() { return static_cast(offsetof(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B_StaticFields, ___wsChars_7)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_wsChars_7() const { return ___wsChars_7; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_wsChars_7() { return &___wsChars_7; } inline void set_wsChars_7(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___wsChars_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___wsChars_7), (void*)value); } }; // System.Net.NetworkInformation.MibIPGlobalProperties // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::uniqueNameInteger int32_t ___uniqueNameInteger_17; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::nextId int32_t ___nextId_21; public: inline static int32_t get_offset_of_uniqueNameInteger_17() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields, ___uniqueNameInteger_17)); } inline int32_t get_uniqueNameInteger_17() const { return ___uniqueNameInteger_17; } inline int32_t* get_address_of_uniqueNameInteger_17() { return &___uniqueNameInteger_17; } inline void set_uniqueNameInteger_17(int32_t value) { ___uniqueNameInteger_17 = value; } inline static int32_t get_offset_of_nextId_21() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields, ___nextId_21)); } inline int32_t get_nextId_21() const { return ___nextId_21; } inline int32_t* get_address_of_nextId_21() { return &___nextId_21; } inline void set_nextId_21(int32_t value) { ___nextId_21 = value; } }; // Mono.Net.Security.MobileAuthenticatedStream // Mono.Net.Security.MobileTlsContext // Mono.Net.Security.MobileTlsContext // System.Net.MonoChunkStream // System.Net.MonoChunkStream // Mono.Net.Security.MonoTlsStream // Mono.Net.Security.MonoTlsStream // System.MulticastDelegate // System.MulticastDelegate // System.Globalization.NumberFormatInfo 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.Globalization.NumberFormatInfo // System.Security.Cryptography.Oid // System.Security.Cryptography.Oid // System.OperatingSystem // System.OperatingSystem // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_StaticFields { public: // System.Security.Cryptography.CspProviderFlags modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.RSACryptoServiceProvider::s_UseMachineKeyStore int32_t ___s_UseMachineKeyStore_2; public: inline static int32_t get_offset_of_s_UseMachineKeyStore_2() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_StaticFields, ___s_UseMachineKeyStore_2)); } inline int32_t get_s_UseMachineKeyStore_2() const { return ___s_UseMachineKeyStore_2; } inline int32_t* get_address_of_s_UseMachineKeyStore_2() { return &___s_UseMachineKeyStore_2; } inline void set_s_UseMachineKeyStore_2(int32_t value) { ___s_UseMachineKeyStore_2 = value; } }; // System.Security.Cryptography.RSACryptoServiceProvider // System.Text.RegularExpressions.Regex 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_6; // System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___DefaultMatchTimeout_7; // System.Collections.Generic.LinkedList`1 System.Text.RegularExpressions.Regex::livecode LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * ___livecode_16; // System.Int32 System.Text.RegularExpressions.Regex::cacheSize int32_t ___cacheSize_17; 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_6() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___FallbackDefaultMatchTimeout_6)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_FallbackDefaultMatchTimeout_6() const { return ___FallbackDefaultMatchTimeout_6; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_FallbackDefaultMatchTimeout_6() { return &___FallbackDefaultMatchTimeout_6; } inline void set_FallbackDefaultMatchTimeout_6(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___FallbackDefaultMatchTimeout_6 = value; } inline static int32_t get_offset_of_DefaultMatchTimeout_7() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___DefaultMatchTimeout_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_DefaultMatchTimeout_7() const { return ___DefaultMatchTimeout_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_DefaultMatchTimeout_7() { return &___DefaultMatchTimeout_7; } inline void set_DefaultMatchTimeout_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___DefaultMatchTimeout_7 = value; } inline static int32_t get_offset_of_livecode_16() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___livecode_16)); } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * get_livecode_16() const { return ___livecode_16; } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 ** get_address_of_livecode_16() { return &___livecode_16; } inline void set_livecode_16(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * value) { ___livecode_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___livecode_16), (void*)value); } inline static int32_t get_offset_of_cacheSize_17() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___cacheSize_17)); } inline int32_t get_cacheSize_17() const { return ___cacheSize_17; } inline int32_t* get_address_of_cacheSize_17() { return &___cacheSize_17; } inline void set_cacheSize_17(int32_t value) { ___cacheSize_17 = value; } }; // System.Text.RegularExpressions.Regex // System.Text.RegularExpressions.RegexTree // System.Text.RegularExpressions.RegexTree // System.Net.Sockets.Socket struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields { public: // System.Object System.Net.Sockets.Socket::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_0; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv4 bool ___s_SupportsIPv4_1; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv6 bool ___s_SupportsIPv6_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_OSSupportsIPv6 bool ___s_OSSupportsIPv6_3; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_Initialized bool ___s_Initialized_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_LoggingEnabled bool ___s_LoggingEnabled_5; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_PerfCountersEnabled bool ___s_PerfCountersEnabled_6; // System.AsyncCallback System.Net.Sockets.Socket::AcceptAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___AcceptAsyncCallback_27; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginAcceptCallback_28; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptReceiveCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginAcceptReceiveCallback_29; // System.AsyncCallback System.Net.Sockets.Socket::ConnectAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___ConnectAsyncCallback_30; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginConnectCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginConnectCallback_31; // System.AsyncCallback System.Net.Sockets.Socket::DisconnectAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___DisconnectAsyncCallback_32; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginDisconnectCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginDisconnectCallback_33; // System.AsyncCallback System.Net.Sockets.Socket::ReceiveAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___ReceiveAsyncCallback_34; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginReceiveCallback_35; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveGenericCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginReceiveGenericCallback_36; // System.AsyncCallback System.Net.Sockets.Socket::ReceiveFromAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___ReceiveFromAsyncCallback_37; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveFromCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginReceiveFromCallback_38; // System.AsyncCallback System.Net.Sockets.Socket::SendAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___SendAsyncCallback_39; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginSendGenericCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginSendGenericCallback_40; // System.AsyncCallback System.Net.Sockets.Socket::SendToAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___SendToAsyncCallback_41; public: inline static int32_t get_offset_of_s_InternalSyncObject_0() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_InternalSyncObject_0)); } inline RuntimeObject * get_s_InternalSyncObject_0() const { return ___s_InternalSyncObject_0; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_0() { return &___s_InternalSyncObject_0; } inline void set_s_InternalSyncObject_0(RuntimeObject * value) { ___s_InternalSyncObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_0), (void*)value); } inline static int32_t get_offset_of_s_SupportsIPv4_1() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_SupportsIPv4_1)); } inline bool get_s_SupportsIPv4_1() const { return ___s_SupportsIPv4_1; } inline bool* get_address_of_s_SupportsIPv4_1() { return &___s_SupportsIPv4_1; } inline void set_s_SupportsIPv4_1(bool value) { ___s_SupportsIPv4_1 = value; } inline static int32_t get_offset_of_s_SupportsIPv6_2() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_SupportsIPv6_2)); } inline bool get_s_SupportsIPv6_2() const { return ___s_SupportsIPv6_2; } inline bool* get_address_of_s_SupportsIPv6_2() { return &___s_SupportsIPv6_2; } inline void set_s_SupportsIPv6_2(bool value) { ___s_SupportsIPv6_2 = value; } inline static int32_t get_offset_of_s_OSSupportsIPv6_3() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_OSSupportsIPv6_3)); } inline bool get_s_OSSupportsIPv6_3() const { return ___s_OSSupportsIPv6_3; } inline bool* get_address_of_s_OSSupportsIPv6_3() { return &___s_OSSupportsIPv6_3; } inline void set_s_OSSupportsIPv6_3(bool value) { ___s_OSSupportsIPv6_3 = value; } inline static int32_t get_offset_of_s_Initialized_4() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_Initialized_4)); } inline bool get_s_Initialized_4() const { return ___s_Initialized_4; } inline bool* get_address_of_s_Initialized_4() { return &___s_Initialized_4; } inline void set_s_Initialized_4(bool value) { ___s_Initialized_4 = value; } inline static int32_t get_offset_of_s_LoggingEnabled_5() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_LoggingEnabled_5)); } inline bool get_s_LoggingEnabled_5() const { return ___s_LoggingEnabled_5; } inline bool* get_address_of_s_LoggingEnabled_5() { return &___s_LoggingEnabled_5; } inline void set_s_LoggingEnabled_5(bool value) { ___s_LoggingEnabled_5 = value; } inline static int32_t get_offset_of_s_PerfCountersEnabled_6() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_PerfCountersEnabled_6)); } inline bool get_s_PerfCountersEnabled_6() const { return ___s_PerfCountersEnabled_6; } inline bool* get_address_of_s_PerfCountersEnabled_6() { return &___s_PerfCountersEnabled_6; } inline void set_s_PerfCountersEnabled_6(bool value) { ___s_PerfCountersEnabled_6 = value; } inline static int32_t get_offset_of_AcceptAsyncCallback_27() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___AcceptAsyncCallback_27)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_AcceptAsyncCallback_27() const { return ___AcceptAsyncCallback_27; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_AcceptAsyncCallback_27() { return &___AcceptAsyncCallback_27; } inline void set_AcceptAsyncCallback_27(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___AcceptAsyncCallback_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___AcceptAsyncCallback_27), (void*)value); } inline static int32_t get_offset_of_BeginAcceptCallback_28() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginAcceptCallback_28)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginAcceptCallback_28() const { return ___BeginAcceptCallback_28; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginAcceptCallback_28() { return &___BeginAcceptCallback_28; } inline void set_BeginAcceptCallback_28(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginAcceptCallback_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginAcceptCallback_28), (void*)value); } inline static int32_t get_offset_of_BeginAcceptReceiveCallback_29() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginAcceptReceiveCallback_29)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginAcceptReceiveCallback_29() const { return ___BeginAcceptReceiveCallback_29; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginAcceptReceiveCallback_29() { return &___BeginAcceptReceiveCallback_29; } inline void set_BeginAcceptReceiveCallback_29(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginAcceptReceiveCallback_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginAcceptReceiveCallback_29), (void*)value); } inline static int32_t get_offset_of_ConnectAsyncCallback_30() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___ConnectAsyncCallback_30)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_ConnectAsyncCallback_30() const { return ___ConnectAsyncCallback_30; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_ConnectAsyncCallback_30() { return &___ConnectAsyncCallback_30; } inline void set_ConnectAsyncCallback_30(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___ConnectAsyncCallback_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConnectAsyncCallback_30), (void*)value); } inline static int32_t get_offset_of_BeginConnectCallback_31() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginConnectCallback_31)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginConnectCallback_31() const { return ___BeginConnectCallback_31; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginConnectCallback_31() { return &___BeginConnectCallback_31; } inline void set_BeginConnectCallback_31(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginConnectCallback_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginConnectCallback_31), (void*)value); } inline static int32_t get_offset_of_DisconnectAsyncCallback_32() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___DisconnectAsyncCallback_32)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_DisconnectAsyncCallback_32() const { return ___DisconnectAsyncCallback_32; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_DisconnectAsyncCallback_32() { return &___DisconnectAsyncCallback_32; } inline void set_DisconnectAsyncCallback_32(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___DisconnectAsyncCallback_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___DisconnectAsyncCallback_32), (void*)value); } inline static int32_t get_offset_of_BeginDisconnectCallback_33() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginDisconnectCallback_33)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginDisconnectCallback_33() const { return ___BeginDisconnectCallback_33; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginDisconnectCallback_33() { return &___BeginDisconnectCallback_33; } inline void set_BeginDisconnectCallback_33(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginDisconnectCallback_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginDisconnectCallback_33), (void*)value); } inline static int32_t get_offset_of_ReceiveAsyncCallback_34() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___ReceiveAsyncCallback_34)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_ReceiveAsyncCallback_34() const { return ___ReceiveAsyncCallback_34; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_ReceiveAsyncCallback_34() { return &___ReceiveAsyncCallback_34; } inline void set_ReceiveAsyncCallback_34(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___ReceiveAsyncCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReceiveAsyncCallback_34), (void*)value); } inline static int32_t get_offset_of_BeginReceiveCallback_35() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginReceiveCallback_35)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginReceiveCallback_35() const { return ___BeginReceiveCallback_35; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginReceiveCallback_35() { return &___BeginReceiveCallback_35; } inline void set_BeginReceiveCallback_35(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginReceiveCallback_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveCallback_35), (void*)value); } inline static int32_t get_offset_of_BeginReceiveGenericCallback_36() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginReceiveGenericCallback_36)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginReceiveGenericCallback_36() const { return ___BeginReceiveGenericCallback_36; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginReceiveGenericCallback_36() { return &___BeginReceiveGenericCallback_36; } inline void set_BeginReceiveGenericCallback_36(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginReceiveGenericCallback_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveGenericCallback_36), (void*)value); } inline static int32_t get_offset_of_ReceiveFromAsyncCallback_37() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___ReceiveFromAsyncCallback_37)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_ReceiveFromAsyncCallback_37() const { return ___ReceiveFromAsyncCallback_37; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_ReceiveFromAsyncCallback_37() { return &___ReceiveFromAsyncCallback_37; } inline void set_ReceiveFromAsyncCallback_37(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___ReceiveFromAsyncCallback_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReceiveFromAsyncCallback_37), (void*)value); } inline static int32_t get_offset_of_BeginReceiveFromCallback_38() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginReceiveFromCallback_38)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginReceiveFromCallback_38() const { return ___BeginReceiveFromCallback_38; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginReceiveFromCallback_38() { return &___BeginReceiveFromCallback_38; } inline void set_BeginReceiveFromCallback_38(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginReceiveFromCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveFromCallback_38), (void*)value); } inline static int32_t get_offset_of_SendAsyncCallback_39() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___SendAsyncCallback_39)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_SendAsyncCallback_39() const { return ___SendAsyncCallback_39; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_SendAsyncCallback_39() { return &___SendAsyncCallback_39; } inline void set_SendAsyncCallback_39(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___SendAsyncCallback_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___SendAsyncCallback_39), (void*)value); } inline static int32_t get_offset_of_BeginSendGenericCallback_40() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginSendGenericCallback_40)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginSendGenericCallback_40() const { return ___BeginSendGenericCallback_40; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginSendGenericCallback_40() { return &___BeginSendGenericCallback_40; } inline void set_BeginSendGenericCallback_40(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginSendGenericCallback_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginSendGenericCallback_40), (void*)value); } inline static int32_t get_offset_of_SendToAsyncCallback_41() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___SendToAsyncCallback_41)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_SendToAsyncCallback_41() const { return ___SendToAsyncCallback_41; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_SendToAsyncCallback_41() { return &___SendToAsyncCallback_41; } inline void set_SendToAsyncCallback_41(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___SendToAsyncCallback_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___SendToAsyncCallback_41), (void*)value); } }; // System.Net.Sockets.Socket // System.Net.Security.SslStream // System.Net.Security.SslStream // System.Runtime.Serialization.StreamingContext // System.Runtime.Serialization.StreamingContext // System.SystemException // System.SystemException // System.Threading.Timeout struct Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050_StaticFields { public: // System.TimeSpan System.Threading.Timeout::InfiniteTimeSpan TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___InfiniteTimeSpan_0; public: inline static int32_t get_offset_of_InfiniteTimeSpan_0() { return static_cast(offsetof(Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050_StaticFields, ___InfiniteTimeSpan_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_InfiniteTimeSpan_0() const { return ___InfiniteTimeSpan_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_InfiniteTimeSpan_0() { return &___InfiniteTimeSpan_0; } inline void set_InfiniteTimeSpan_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___InfiniteTimeSpan_0 = value; } }; // System.Threading.Timeout // System.Type 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.Type // System.Uri 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_20; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_21; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_22; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_23; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_24; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_25; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_26; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_27; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_28; 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_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_20)); } inline bool get_s_ConfigInitialized_20() const { return ___s_ConfigInitialized_20; } inline bool* get_address_of_s_ConfigInitialized_20() { return &___s_ConfigInitialized_20; } inline void set_s_ConfigInitialized_20(bool value) { ___s_ConfigInitialized_20 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_21)); } inline bool get_s_ConfigInitializing_21() const { return ___s_ConfigInitializing_21; } inline bool* get_address_of_s_ConfigInitializing_21() { return &___s_ConfigInitializing_21; } inline void set_s_ConfigInitializing_21(bool value) { ___s_ConfigInitializing_21 = value; } inline static int32_t get_offset_of_s_IdnScope_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_22)); } inline int32_t get_s_IdnScope_22() const { return ___s_IdnScope_22; } inline int32_t* get_address_of_s_IdnScope_22() { return &___s_IdnScope_22; } inline void set_s_IdnScope_22(int32_t value) { ___s_IdnScope_22 = value; } inline static int32_t get_offset_of_s_IriParsing_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_23)); } inline bool get_s_IriParsing_23() const { return ___s_IriParsing_23; } inline bool* get_address_of_s_IriParsing_23() { return &___s_IriParsing_23; } inline void set_s_IriParsing_23(bool value) { ___s_IriParsing_23 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_24)); } inline bool get_useDotNetRelativeOrAbsolute_24() const { return ___useDotNetRelativeOrAbsolute_24; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_24() { return &___useDotNetRelativeOrAbsolute_24; } inline void set_useDotNetRelativeOrAbsolute_24(bool value) { ___useDotNetRelativeOrAbsolute_24 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_25)); } inline bool get_IsWindowsFileSystem_25() const { return ___IsWindowsFileSystem_25; } inline bool* get_address_of_IsWindowsFileSystem_25() { return &___IsWindowsFileSystem_25; } inline void set_IsWindowsFileSystem_25(bool value) { ___IsWindowsFileSystem_25 = value; } inline static int32_t get_offset_of_s_initLock_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_26)); } inline RuntimeObject * get_s_initLock_26() const { return ___s_initLock_26; } inline RuntimeObject ** get_address_of_s_initLock_26() { return &___s_initLock_26; } inline void set_s_initLock_26(RuntimeObject * value) { ___s_initLock_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_26), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_27)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_27() const { return ___HexLowerChars_27; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_27() { return &___HexLowerChars_27; } inline void set_HexLowerChars_27(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_27), (void*)value); } inline static int32_t get_offset_of__WSchars_28() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_28)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_28() const { return ____WSchars_28; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_28() { return &____WSchars_28; } inline void set__WSchars_28(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_28 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_28), (void*)value); } }; // System.Uri // System.Net.WebConnectionTunnel // System.Net.WebConnectionTunnel // System.Net.WebHeaderCollection struct WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields { public: // System.Net.HeaderInfoTable System.Net.WebHeaderCollection::HInfo HeaderInfoTable_tC14711FD51BE2B331032AB0BAE14E2E2D88E77D4 * ___HInfo_10; // System.String[] System.Net.WebHeaderCollection::s_CommonHeaderNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___s_CommonHeaderNames_13; // System.SByte[] System.Net.WebHeaderCollection::s_CommonHeaderHints SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* ___s_CommonHeaderHints_14; // System.Char[] System.Net.WebHeaderCollection::HttpTrimCharacters CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HttpTrimCharacters_17; // System.Net.WebHeaderCollection/RfcChar[] System.Net.WebHeaderCollection::RfcCharMap RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3* ___RfcCharMap_18; public: inline static int32_t get_offset_of_HInfo_10() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields, ___HInfo_10)); } inline HeaderInfoTable_tC14711FD51BE2B331032AB0BAE14E2E2D88E77D4 * get_HInfo_10() const { return ___HInfo_10; } inline HeaderInfoTable_tC14711FD51BE2B331032AB0BAE14E2E2D88E77D4 ** get_address_of_HInfo_10() { return &___HInfo_10; } inline void set_HInfo_10(HeaderInfoTable_tC14711FD51BE2B331032AB0BAE14E2E2D88E77D4 * value) { ___HInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___HInfo_10), (void*)value); } inline static int32_t get_offset_of_s_CommonHeaderNames_13() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields, ___s_CommonHeaderNames_13)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_s_CommonHeaderNames_13() const { return ___s_CommonHeaderNames_13; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_s_CommonHeaderNames_13() { return &___s_CommonHeaderNames_13; } inline void set_s_CommonHeaderNames_13(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___s_CommonHeaderNames_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_CommonHeaderNames_13), (void*)value); } inline static int32_t get_offset_of_s_CommonHeaderHints_14() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields, ___s_CommonHeaderHints_14)); } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* get_s_CommonHeaderHints_14() const { return ___s_CommonHeaderHints_14; } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7** get_address_of_s_CommonHeaderHints_14() { return &___s_CommonHeaderHints_14; } inline void set_s_CommonHeaderHints_14(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* value) { ___s_CommonHeaderHints_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_CommonHeaderHints_14), (void*)value); } inline static int32_t get_offset_of_HttpTrimCharacters_17() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields, ___HttpTrimCharacters_17)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HttpTrimCharacters_17() const { return ___HttpTrimCharacters_17; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HttpTrimCharacters_17() { return &___HttpTrimCharacters_17; } inline void set_HttpTrimCharacters_17(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HttpTrimCharacters_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___HttpTrimCharacters_17), (void*)value); } inline static int32_t get_offset_of_RfcCharMap_18() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields, ___RfcCharMap_18)); } inline RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3* get_RfcCharMap_18() const { return ___RfcCharMap_18; } inline RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3** get_address_of_RfcCharMap_18() { return &___RfcCharMap_18; } inline void set_RfcCharMap_18(RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3* value) { ___RfcCharMap_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___RfcCharMap_18), (void*)value); } }; // System.Net.WebHeaderCollection // System.Net.WebRequest 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.Net.WebRequest // System.Net.HttpWebRequest/AuthorizationState // System.Net.HttpWebRequest/AuthorizationState // Mono.Net.Security.MobileAuthenticatedStream/d__66 // Mono.Net.Security.MobileAuthenticatedStream/d__66 // Mono.Net.Security.MobileAuthenticatedStream/d__58 // Mono.Net.Security.MobileAuthenticatedStream/d__58 // Mono.Net.Security.MonoTlsStream/d__17 // Mono.Net.Security.MonoTlsStream/d__17 // System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback // System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback // System.ArgumentException // System.ArgumentException // System.ArrayTypeMismatchException // System.ArrayTypeMismatchException // System.AsyncCallback // System.AsyncCallback // System.Security.Authentication.AuthenticationException // System.Security.Authentication.AuthenticationException // System.Security.Cryptography.CryptographicException // System.Security.Cryptography.CryptographicException // System.Runtime.InteropServices.ExternalException // System.Runtime.InteropServices.ExternalException // System.Net.HttpWebRequest 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.Net.HttpWebRequest // System.IO.IOException // System.IO.IOException // System.ComponentModel.Int16Converter // System.ComponentModel.Int16Converter // System.ComponentModel.Int32Converter // System.ComponentModel.Int32Converter // System.ComponentModel.Int64Converter // System.ComponentModel.Int64Converter // System.Net.InternalException // System.Net.InternalException // System.InvalidCastException // System.InvalidCastException // System.InvalidOperationException // System.InvalidOperationException // System.Net.Security.LocalCertSelectionCallback // System.Net.Security.LocalCertSelectionCallback // System.Threading.ManualResetEvent // System.Threading.ManualResetEvent // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_StaticFields { public: // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::defaultSettings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___defaultSettings_16; public: inline static int32_t get_offset_of_defaultSettings_16() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_StaticFields, ___defaultSettings_16)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_defaultSettings_16() const { return ___defaultSettings_16; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_defaultSettings_16() { return &___defaultSettings_16; } inline void set_defaultSettings_16(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___defaultSettings_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultSettings_16), (void*)value); } }; // Mono.Security.Interface.MonoTlsSettings // System.NotImplementedException // System.NotImplementedException // System.NotSupportedException // System.NotSupportedException // System.OperationCanceledException // System.OperationCanceledException // System.OutOfMemoryException // System.OutOfMemoryException // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields { public: // System.String System.Runtime.Serialization.SerializationException::_nullMessage String_t* ____nullMessage_17; public: inline static int32_t get_offset_of__nullMessage_17() { return static_cast(offsetof(SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields, ____nullMessage_17)); } inline String_t* get__nullMessage_17() const { return ____nullMessage_17; } inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; } inline void set__nullMessage_17(String_t* value) { ____nullMessage_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value); } }; // System.Runtime.Serialization.SerializationException // System.StackOverflowException // System.StackOverflowException // System.Threading.ThreadAbortException // System.Threading.ThreadAbortException // Mono.Security.Protocol.Ntlm.Type1Message // Mono.Security.Protocol.Ntlm.Type1Message // Mono.Security.Protocol.Ntlm.Type2Message // Mono.Security.Protocol.Ntlm.Type2Message // Mono.Security.Protocol.Ntlm.Type3Message // Mono.Security.Protocol.Ntlm.Type3Message // System.TypeLoadException // System.TypeLoadException // Mono.Security.Interface.ValidationResult // Mono.Security.Interface.ValidationResult // System.Threading.WaitCallback // System.Threading.WaitCallback // Mono.Net.Security.MobileAuthenticatedStream/d__67 // Mono.Net.Security.MobileAuthenticatedStream/d__67 // Mono.Net.Security.MobileAuthenticatedStream/d__47 // Mono.Net.Security.MobileAuthenticatedStream/d__47 // System.ArgumentNullException // System.ArgumentNullException // System.ArgumentOutOfRangeException 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.ArgumentOutOfRangeException // System.DllNotFoundException // System.DllNotFoundException // System.ComponentModel.InvalidEnumArgumentException // System.ComponentModel.InvalidEnumArgumentException // System.ObjectDisposedException // System.ObjectDisposedException // System.Net.ProtocolViolationException // System.Net.ProtocolViolationException // System.Net.WebException // System.Net.WebException // System.ComponentModel.Win32Exception struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields { public: // System.Boolean System.ComponentModel.Win32Exception::s_ErrorMessagesInitialized bool ___s_ErrorMessagesInitialized_18; // System.Collections.Generic.Dictionary`2 System.ComponentModel.Win32Exception::s_ErrorMessage Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * ___s_ErrorMessage_19; public: inline static int32_t get_offset_of_s_ErrorMessagesInitialized_18() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields, ___s_ErrorMessagesInitialized_18)); } inline bool get_s_ErrorMessagesInitialized_18() const { return ___s_ErrorMessagesInitialized_18; } inline bool* get_address_of_s_ErrorMessagesInitialized_18() { return &___s_ErrorMessagesInitialized_18; } inline void set_s_ErrorMessagesInitialized_18(bool value) { ___s_ErrorMessagesInitialized_18 = value; } inline static int32_t get_offset_of_s_ErrorMessage_19() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields, ___s_ErrorMessage_19)); } inline Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * get_s_ErrorMessage_19() const { return ___s_ErrorMessage_19; } inline Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB ** get_address_of_s_ErrorMessage_19() { return &___s_ErrorMessage_19; } inline void set_s_ErrorMessage_19(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * value) { ___s_ErrorMessage_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ErrorMessage_19), (void*)value); } }; // System.ComponentModel.Win32Exception // System.Net.NetworkInformation.NetworkInformationException // System.Net.NetworkInformation.NetworkInformationException #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.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF : public RuntimeArray { public: ALIGN_FIELD (8) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* m_Items[1]; public: inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Net.IPAddress[] struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB : public RuntimeArray { public: ALIGN_FIELD (8) IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * m_Items[1]; public: inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** 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, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[0...,0...] struct StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90 : 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); } inline String_t* GetAt(il2cpp_array_size_t i, il2cpp_array_size_t j) const { il2cpp_array_size_t iBound = bounds[0].length; IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound); il2cpp_array_size_t jBound = bounds[1].length; IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound); il2cpp_array_size_t index = i * jBound + j; return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t i, il2cpp_array_size_t j) { il2cpp_array_size_t iBound = bounds[0].length; IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound); il2cpp_array_size_t jBound = bounds[1].length; IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound); il2cpp_array_size_t index = i * jBound + j; return m_Items + index; } inline void SetAt(il2cpp_array_size_t i, il2cpp_array_size_t j, String_t* value) { il2cpp_array_size_t iBound = bounds[0].length; IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound); il2cpp_array_size_t jBound = bounds[1].length; IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound); il2cpp_array_size_t index = i * jBound + j; m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j) const { il2cpp_array_size_t jBound = bounds[1].length; il2cpp_array_size_t index = i * jBound + j; return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j) { il2cpp_array_size_t jBound = bounds[1].length; il2cpp_array_size_t index = i * jBound + j; return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j, String_t* value) { il2cpp_array_size_t jBound = bounds[1].length; il2cpp_array_size_t index = i * jBound + j; m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping[] struct LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E : public RuntimeArray { public: ALIGN_FIELD (8) LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE m_Items[1]; public: inline LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE * 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, LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE value) { m_Items[index] = value; } }; // !0 System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mE3B72B1BB3B8DD41788D39A3AF38E6A94B241400_gshared_inline (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m40417D9B18D29FD4A072DABC1449DACEF8009C6A_gshared_inline (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mAC437FAF19B6F21DD90D59C629BA8F7967971E56_gshared (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__47>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mF7DD3EE57D8F0AA832316B43FB4635C1DC9953B6_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine0, const RuntimeMethod* method); // !!0 System.Threading.Tasks.TaskToApm::End(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaskToApm_End_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m7C1AE8C035021A7D7FC1C6F4A4A7D6815147856B_gshared (RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // !0 System.Threading.Tasks.Task`1::get_Result() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_1_get_Result_m71D1165F8F30E8EDD34A98DBC72B55B15825D005_gshared (Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A AsyncTaskMethodBuilder_1_Create_m5DBF8B74685F57AC69CCC99E568198B813368258_gshared (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__58>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mA1C18AF1599EBF797FCB48A733637890744A4778_gshared (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD * ___stateMachine0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * AsyncTaskMethodBuilder_1_get_Task_mBDB1391B253BA22D609CAD85B27F9BD50D0CF658_gshared (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_gshared (ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE * __this, int32_t ___item10, bool ___item21, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__66>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_m1551B6D819EAF33FF0009D76E3173410AB669EC9_gshared (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__67>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m8766D02676D8310992655EABCAE1FD39B6F4137D_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mD9CC610B2FB999155FE23DF4B598AA50C99DEEA2_gshared (Dictionary_2_t68FA25B39EC8179DDB6C36003288B86442B82ECB * __this, Guid_t ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m3076F546E608981FCA3C2839235BAB82DB6AC3BF_gshared (Dictionary_2_t68FA25B39EC8179DDB6C36003288B86442B82ECB * __this, Guid_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m048C13E0F44BDC16F7CF01D14E918A84EE72C62C_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // !0 System.Tuple`2::get_Item1() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Guid_t Tuple_2_get_Item1_m8A951F0536E0215A434D4257CE2766C2F9EF84AA_gshared_inline (Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m48D4BBB4E3341646A2729BF35C1AB86764EC5BE7_gshared (Dictionary_2_t68FA25B39EC8179DDB6C36003288B86442B82ECB * __this, Guid_t ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // !1 System.Tuple`2::get_Item2() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Tuple_2_get_Item2_m11C2BD2566E0232F4D93EEB3D2D9C6B04F134770_gshared_inline (Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mEA363EC9E06CD7572F38BC96D68F0866C6D3B7EB_gshared (Dictionary_2_t68FA25B39EC8179DDB6C36003288B86442B82ECB * __this, const RuntimeMethod* method); // System.Void System.Tuple`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tuple_2__ctor_m2872BF766DA232F87D623606965F2E34A032416B_gshared (Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1 * __this, Guid_t ___item10, RuntimeObject * ___item21, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m830DC29CD6F7128D4990D460CCCDE032E3B693D9_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, 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_mE593F9E703EBA7EF294FAC0F5C20F69AF4D08C26_gshared (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__17>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m06DBB6EBC3BCCE853A91EE29E6EDE596EB73450F_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 * ___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_m61DEC300353320E428E17DA0D59D61974F4415BB_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateValueCallback__ctor_mB9ADC6D68C2AA74553916845F467C4B66886B9F2_gshared (CreateValueCallback_tE86988D006DE4FD0270C59F0919804201589A502 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !1 System.Runtime.CompilerServices.ConditionalWeakTable`2::GetValue(!0,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConditionalWeakTable_2_GetValue_mB51D411D93A879AE9CFEE8192F8277244481862F_gshared (ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365 * __this, RuntimeObject * ___key0, CreateValueCallback_tE86988D006DE4FD0270C59F0919804201589A502 * ___createValueCallback1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalWeakTable_2__ctor_m8E40E9007C1DDFA6CBFECFEB3DB8B073A935C874_gshared (ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365 * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * LinkedList_1_get_First_m572476A3C4A5CF4A2EBBDF50A76FF35493337871_gshared_inline (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method); // T System.Collections.Generic.LinkedListNode`1::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * LinkedListNode_1_get_Value_m9A641BD5F0614D0060E19C703E9A756391DF7A32_gshared_inline (LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::Remove(System.Collections.Generic.LinkedListNode`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1_Remove_m40B222689B278F7FAD91C86C1152F272D8AF19FB_gshared (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ___node0, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::AddFirst(System.Collections.Generic.LinkedListNode`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1_AddFirst_m8F10C4D4F1C00D46F98361EABF8845292950E843_gshared (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ___node0, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::get_Next() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * LinkedListNode_1_get_Next_m414D0F863BD1835DD9116534EC70EBD5B0A14DEC_gshared (LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddFirst(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * LinkedList_1_AddFirst_m3A19CFDD2E8C5F0663B49E8417A2E83313BD73BF_gshared (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LinkedList_1_get_Count_m5AD2F760211A61C7FFD9BE298CFA10F1BF4BE54A_gshared_inline (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::RemoveLast() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1_RemoveLast_m4F9C44B2E1CA5BCFA0965D6B64494EDB9C1ACDCE_gshared (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1__ctor_mF0412326B070EE3A04AB6BAC4836ED176A0F6186_gshared (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mBD7199657787018123B7B8F2B048B503D484C097_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mE6BF870B04922441F9F2760E782DEE6EE682615A_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_mB1398A10D048A0246178C59F95003BD338CE7394_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_m39074137483A9477F2C3990C3073EC8C3693FC1E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, int32_t ___count1, RuntimeObject* ___comparer2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m73674D291C1D6030C21A39003E4743D110ACC6A2_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveRange_m0BBC3852B9B0719DDA7E6AFEF3C3E3CD165DF5AA_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method); // System.Boolean System.IPv6AddressHelper::Parse(System.String,System.UInt16*,System.Int32,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_Parse_mEE8034CEF61D227A11D95A1D386EAFE1C415F35E (String_t* ___address0, uint16_t* ___numbers1, int32_t ___start2, String_t** ___scopeId3, const RuntimeMethod* method); // System.String System.IPv6AddressHelper::CreateCanonicalName(System.UInt16*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IPv6AddressHelper_CreateCanonicalName_mC4D2285C3C75F324F12D032512587F978C896DBB (uint16_t* ___numbers0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Boolean System.UriParser::get_ShouldUseLegacyV2Quirks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_get_ShouldUseLegacyV2Quirks_m999F115810F8CD526705FC7FE28DC78348BB6B58 (const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205 (const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m2CD22B92BC86D731EC55ED4D2A970491CBFD1C51 (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.IPv6AddressHelper::FindCompressionRange(System.UInt16*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB IPv6AddressHelper_FindCompressionRange_mD237D50AD02FDF745AA24607A9A4912C2E72AC67 (uint16_t* ___numbers0, const RuntimeMethod* method); // System.Boolean System.IPv6AddressHelper::ShouldHaveIpv4Embedded(System.UInt16*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_ShouldHaveIpv4Embedded_mE1C08E36D6A3F31AF7A22404F392DBCEC3D5C2A1 (uint16_t* ___numbers0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, 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); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline int32_t KeyValuePair_2_get_Key_mE3B72B1BB3B8DD41788D39A3AF38E6A94B241400_inline (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *, const RuntimeMethod*))KeyValuePair_2_get_Key_mE3B72B1BB3B8DD41788D39A3AF38E6A94B241400_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline int32_t KeyValuePair_2_get_Value_m40417D9B18D29FD4A072DABC1449DACEF8009C6A_inline (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *, const RuntimeMethod*))KeyValuePair_2_get_Value_m40417D9B18D29FD4A072DABC1449DACEF8009C6A_gshared_inline)(__this, method); } // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) inline void KeyValuePair_2__ctor_mAC437FAF19B6F21DD90D59C629BA8F7967971E56 (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *, int32_t, int32_t, const RuntimeMethod*))KeyValuePair_2__ctor_mAC437FAF19B6F21DD90D59C629BA8F7967971E56_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Uri::IsHexDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m676840243947DC57375B30552D79F9A312048BA2 (Il2CppChar ___character0, const RuntimeMethod* method); // System.Boolean System.IPv4AddressHelper::IsValid(System.Char*,System.Int32,System.Int32&,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv4AddressHelper_IsValid_mAECBB3F7A7CD2F4BF7553541394E8C1976EA56BF (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___allowIPv63, bool ___notImplicitFile4, bool ___unknownScheme5, const RuntimeMethod* method); // System.Boolean System.IPv6AddressHelper::InternalIsValid(System.Char*,System.Int32,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_InternalIsValid_m5DCE3337321A00C53961888EA71C3A78F74F3B89 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___validateStrictAddress3, 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.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.Int32 System.IPv4AddressHelper::ParseHostNumber(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IPv4AddressHelper_ParseHostNumber_m692F37F43732F30533E07772167EDBEF183BE00E (String_t* ___str0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method); // System.Int32 System.Uri::FromHex(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_FromHex_mA14A33DB60EBA018558CEF8F7EB5B1FBFECFAD8B (Il2CppChar ___digit0, 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.Void System.ComponentModel.BaseNumberConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_m18967D5B511402093936893A249438FB94D5BDA3 (BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C * __this, const RuntimeMethod* method); // System.Void System.SystemException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m54043F92E08342467699C9618B84A119033D4B99 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.InvalidEnumArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidEnumArgumentException__ctor_m9F82770D492E88AD5D679EE8A52400E5993CD2C9 (InvalidEnumArgumentException_t900DF12581D586D2D9538FBB6F568175243D6637 * __this, String_t* ___message0, 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.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentCulture_m45CEB001D1509B8171C3557DD56C7521A0F5803E (const RuntimeMethod* method); // System.String System.Int32::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String SR::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5 (String_t* ___name0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, 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.ArgumentException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m95833EB3FF48C75962637E97E056E84C5F608CC5 (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Boolean System.Char::IsSurrogatePair(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsSurrogatePair_m960C18FB79F2ACE337058E4EEDDDFAA0625F62A5 (Il2CppChar ___highSurrogate0, Il2CppChar ___lowSurrogate1, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method); // System.Boolean System.Uri::IsGenDelim(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsGenDelim_mF469685EA7CA5F907AD5838A4E839F79CF2E6D0C (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object,System.Runtime.InteropServices.GCHandleType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 GCHandle_Alloc_m51C5BC1D6902ADA3B9C297C1A96DB322A6403201 (RuntimeObject * ___value0, int32_t ___type1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.GCHandle::AddrOfPinnedObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GCHandle_AddrOfPinnedObject_m0604506F2BDCD2DC8C167FBC3BF3E965888F7589 (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // System.Void* System.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_mA5998CF146607D3A77FAC10688695E26BD8141BC (intptr_t ___value0, const RuntimeMethod* method); // System.Char System.UriHelper::EscapedAscii(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar UriHelper_EscapedAscii_m7AC352E3E869E7E5642C973397FA6C2696F9A573 (Il2CppChar ___digit0, Il2CppChar ___next1, const RuntimeMethod* method); // System.Boolean System.IriHelper::CheckIsReserved(System.Char,System.UriComponents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIsReserved_m7AA6D0211099F95C92B6547A92E24D138178CEF1 (Il2CppChar ___ch0, int32_t ___component1, const RuntimeMethod* method); // System.Boolean System.UriHelper::IsNotSafeForUnescape(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriHelper_IsNotSafeForUnescape_m033CF009114BEB2E119AE37C22DAF1EA04432E78 (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_UTF8_mA1F9F8EACB3EEA1583247AA10DCE51C3A0A13469 (const RuntimeMethod* method); // System.Void System.Text.EncoderReplacementFallback::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncoderReplacementFallback__ctor_m07299910DC3D3F6B9F8F37A4ADD40A500F97D1D4 (EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 * __this, String_t* ___replacement0, const RuntimeMethod* method); // System.Void System.Text.Encoding::set_EncoderFallback(System.Text.EncoderFallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_set_EncoderFallback_m75BA39C6302BD7EFBB4A48B02C406A14789B244A (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * __this, EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___value0, const RuntimeMethod* method); // System.Void System.Text.DecoderReplacementFallback::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderReplacementFallback__ctor_m7E6C273B2682E373C787568EB0BB0B2E4B6C2253 (DecoderReplacementFallback_t8DA345EC4EF3A35A2667365F691EE69408A62130 * __this, String_t* ___replacement0, const RuntimeMethod* method); // System.Void System.Text.Encoding::set_DecoderFallback(System.Text.DecoderFallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_set_DecoderFallback_m771EA02DA99D57E19B6FC48E8C3A46F8A6D4CBB8 (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * __this, DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___value0, const RuntimeMethod* method); // System.Void System.UriHelper::MatchUTF8Sequence(System.Char*,System.Char[],System.Int32&,System.Char[],System.Int32,System.Byte[],System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriHelper_MatchUTF8Sequence_mADC2C714DF505B425E34F2404F600955939A0BE4 (Il2CppChar* ___pDest0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___dest1, int32_t* ___destOffset2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___unescapedChars3, int32_t ___charCount4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes5, int32_t ___byteCount6, bool ___isQuery7, bool ___iriParsing8, const RuntimeMethod* method); // System.Boolean System.Char::IsHighSurrogate(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m7D86B7AAB5A60B8A4A925BFDF331426B82077EF3 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Char,System.Boolean&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_mFC301B32EBD30C5039D7FC366221539142925911 (Il2CppChar ___highSurr0, Il2CppChar ___lowSurr1, bool* ___surrogatePair2, bool ___isQuery3, const RuntimeMethod* method); // System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_mB6188E33378F14F14241DF9BEC16504D8913C1DF (Il2CppChar ___unicode0, bool ___isQuery1, const RuntimeMethod* method); // System.Boolean System.Uri::IsBidiControlCharacter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsBidiControlCharacter_m7671F6F9F367BD504B78C686233ED322EF5BF10B (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Void System.Buffer::Memcpy(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Memcpy_mFCAC6D582E27341B5A6A929A78F5E6653A238722 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method); // System.Boolean System.Runtime.InteropServices.GCHandle::get_IsAllocated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_mEDA4DAC6AD6D881110E96CAFDAB78C068F5B144D (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.GCHandle::Free() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025 (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // System.Void System.UriHelper::EscapeAsciiChar(System.Char,System.Char[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriHelper_EscapeAsciiChar_m514B5A9B356DB789631EC00662F65EE43A5B7B97 (Il2CppChar ___ch0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___to1, int32_t* ___pos2, 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.Void System.Net.LazyAsyncResult/ThreadContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadContext__ctor_mE89CF3AF57457840698C5046CD32EF8B02CDC40A (ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_m7EBFB07A7B97F6413261B302A509C280E5E11400 (int32_t* ___location10, int32_t ___value1, int32_t ___comparand2, const RuntimeMethod* method); // System.Boolean System.Net.LazyAsyncResult::LazilyCreateEvent(System.Threading.ManualResetEvent&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LazyAsyncResult_LazilyCreateEvent_m821224E938E16E225251F7CA33A2B146F822D5EC (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** ___waitHandle0, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_mF80BD5B0955BDA8CD514F48EBFF48698E5D03850 (ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * __this, bool ___initialState0, const RuntimeMethod* method); // System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_mE7ECC993E32D2E6334567DB7C3CF56C15DAF0C95 (RuntimeObject ** ___location10, RuntimeObject * ___value1, RuntimeObject * ___comparand2, const RuntimeMethod* method); // System.Boolean System.Net.LazyAsyncResult::get_InternalPeekCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LazyAsyncResult_get_InternalPeekCompleted_mFC74F0FA177B7C8386E798906A50387288365DEF (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Set() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38 (EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C * __this, 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.Int32 System.Threading.Interlocked::Increment(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_mD50D990259C12C6193F7E1516F352A998126A6D2 (int32_t* ___location0, const RuntimeMethod* method); // System.Void System.Net.LazyAsyncResult::ProtectedInvokeCallback(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LazyAsyncResult_ProtectedInvokeCallback_mB9317AC9B30205D1D84B82F8F4C0674928EFC19E (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, RuntimeObject * ___result0, intptr_t ___userToken1, const RuntimeMethod* method); // System.Net.LazyAsyncResult/ThreadContext System.Net.LazyAsyncResult::get_CurrentThreadContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * LazyAsyncResult_get_CurrentThreadContext_mD04A3FE7D38E5DEC8BADF5B95877279D09B96188 (const RuntimeMethod* method); // System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_mD79AC0FABADDD44F0099F2B05685E26D79558CE8 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callBack0, const RuntimeMethod* method); // System.Void System.AsyncCallback::Invoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCallback_Invoke_mFCCCB843AEC4B5B3FC89BCED2BA839783920EA47 (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * __this, RuntimeObject* ___ar0, const RuntimeMethod* method); // System.Object System.Net.LazyAsyncResult::WaitForCompletion(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_WaitForCompletion_mFD63E1FA929C91833D3B6C71CAE665C2325CDC10 (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, bool ___snap0, const RuntimeMethod* method); // System.Boolean System.Net.LazyAsyncResult::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LazyAsyncResult_get_IsCompleted_mAFE99853AF0218509257AE85FE20144A244393C3 (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, const RuntimeMethod* method); // System.Void System.Threading.Thread::SpinWait(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SpinWait_mA0EB0BC98B5CAB26A50E2FF3050B7DDF600CEDB5 (int32_t ___iterations0, const RuntimeMethod* method); // System.Void System.Net.Sockets.LingerOption::set_Enabled(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LingerOption_set_Enabled_m3F544534413C4239E4A0A6D39AE8FF28EEF04207_inline (LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.Sockets.LingerOption::set_LingerTime(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LingerOption_set_LingerTime_m4BF89E47E5A4D261B800DD00A8B73DA7EE719C37_inline (LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * __this, int32_t ___value0, const RuntimeMethod* method); // System.String SR::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54 (String_t* ___name0, 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.Void System.Collections.Specialized.ListDictionary/DictionaryNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryNode__ctor_m38EC4C8C8EF2A5ABDD91B178DDB0CF0E0D7D15E2 (DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4 (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, 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.Void System.Collections.Specialized.ListDictionary/NodeEnumerator::.ctor(System.Collections.Specialized.ListDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeEnumerator__ctor_m96E6D528E4C4D03DF5FE2C904501B77246EE5B17 (NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C * __this, ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * ___list0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Group::.ctor(System.String,System.Int32[],System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Group__ctor_m5FE82FDB5B4EE244EB46909ACC099806555EB32F (Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * __this, String_t* ___text0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___caps1, int32_t ___capcount2, String_t* ___name3, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.GroupCollection::.ctor(System.Text.RegularExpressions.Match,System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GroupCollection__ctor_m7DC940E706407EAE4AC45F297F021CD11F26CF6A (GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * __this, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ___match0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps1, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Run(System.Boolean,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, bool ___quick0, int32_t ___prevlen1, String_t* ___input2, int32_t ___beginning3, int32_t ___length4, int32_t ___startat5, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Match::.ctor(System.Text.RegularExpressions.Regex,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match__ctor_mB01F9576125C09E5DFAD425523FF0C0FF16000A5 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, int32_t ___capcount1, String_t* ___text2, int32_t ___begpos3, int32_t ___len4, int32_t ___startpos5, 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.Boolean System.Text.RegularExpressions.Group::get_Success() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B (Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.MatchCollection::GetMatch(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * MatchCollection_GetMatch_m7C693363C6B2100ED58BD5B85C3CCCE1D858E342 (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0 (RuntimeArray * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.MatchCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MatchCollection_get_Count_m1476DA408DBD9D6EAD231F2AF1320E0990CF287D (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D82228EC0D314063BFC7BB308A43927D1D76852 (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.MatchEnumerator::.ctor(System.Text.RegularExpressions.MatchCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchEnumerator__ctor_mAC068C23A5E2366435764453E8E80C8B5803AD31 (MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 * __this, MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * ___matchcoll0, 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.Net.NetworkInformation.UnixIPGlobalProperties::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnixIPGlobalProperties__ctor_mF2ADB564F94ABCB20CB71DDE34FAB070BA12A868 (UnixIPGlobalProperties_t17A56352BFACD974A0828F84CA3424941E39B021 * __this, const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mBAC6F82953008479983594F7F95101F46310C32D (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method); // System.Void System.Net.Security.AuthenticatedStream::.ctor(System.IO.Stream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticatedStream__ctor_mDE77A28CCC056362108DCDE9345EE3F6D73AF509 (AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___innerStream0, bool ___leaveInnerStreamOpen1, const RuntimeMethod* method); // System.Void Mono.Net.Security.BufferOffsetSize2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize2__ctor_mE4644CFB0D6AC7297E01282C7B898D119E18E8D2 (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * __this, int32_t ___size0, const RuntimeMethod* method); // System.Void System.Runtime.ExceptionServices.ExceptionDispatchInfo::Throw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095 (ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * __this, const RuntimeMethod* method); // System.Void System.Security.Authentication.AuthenticationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationException__ctor_mA0752219534B87AA44CA1F8F65920A91F2D5E513 (AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Runtime.ExceptionServices.ExceptionDispatchInfo::Capture(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ExceptionDispatchInfo_Capture_m2576BA3BF8758CA1B34DF06BD78707EFC8DEE3E1 (Exception_t * ___source0, const RuntimeMethod* method); // System.Threading.Tasks.Task Mono.Net.Security.MobileAuthenticatedStream::ProcessAuthentication(System.Boolean,System.Boolean,System.String,System.Security.Authentication.SslProtocols,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * MobileAuthenticatedStream_ProcessAuthentication_m178A7A98E02403F5CD941B3C49B580686643E373 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___runSynchronously0, bool ___serverMode1, String_t* ___targetHost2, int32_t ___enabledProtocols3, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate4, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates5, bool ___clientCertRequired6, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::Wait() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_Wait_m794A821EEA0F3071EDA168A8CEED6CA60C8D0E40 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B AsyncTaskMethodBuilder_Create_m156BFD7083AC20B1EFCD990D6DA52E51928EC521 (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__47>(!!0&) inline void AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mF7DD3EE57D8F0AA832316B43FB4635C1DC9953B6 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mF7DD3EE57D8F0AA832316B43FB4635C1DC9953B6_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncTaskMethodBuilder::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * AsyncTaskMethodBuilder_get_Task_m130181C15F259D4FAAD717BF53402A1FD0AD19F4 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncReadRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncReadRequest__ctor_m97269914BB6F589C30C0B3580114757CD9BB6D0A (AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method); // System.Threading.CancellationToken System.Threading.CancellationToken::get_None() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD CancellationToken_get_None_mB04BA0EF2CFF1C232295CD0DFD31E68B8B618F93 (const RuntimeMethod* method); // System.Threading.Tasks.Task`1 Mono.Net.Security.MobileAuthenticatedStream::StartOperation(Mono.Net.Security.MobileAuthenticatedStream/OperationType,Mono.Net.Security.AsyncProtocolRequest,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, int32_t ___type0, AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncRequest1, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken2, const RuntimeMethod* method); // System.IAsyncResult System.Threading.Tasks.TaskToApm::Begin(System.Threading.Tasks.Task,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TaskToApm_Begin_m34D665AEDA2542EDB75EDE5E3693040A4AC01B64 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method); // !!0 System.Threading.Tasks.TaskToApm::End(System.IAsyncResult) inline int32_t TaskToApm_End_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m7C1AE8C035021A7D7FC1C6F4A4A7D6815147856B (RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { return (( int32_t (*) (RuntimeObject*, const RuntimeMethod*))TaskToApm_End_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m7C1AE8C035021A7D7FC1C6F4A4A7D6815147856B_gshared)(___asyncResult0, method); } // System.Void Mono.Net.Security.AsyncWriteRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncWriteRequest__ctor_m23D8ED46901F944741CD1EA551CF171421D16416 (AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskToApm::End(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskToApm_End_mCD7CA9BEFCE391BD5B1DAA9528E095D8E7E307F5 (RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // !0 System.Threading.Tasks.Task`1::get_Result() inline int32_t Task_1_get_Result_m71D1165F8F30E8EDD34A98DBC72B55B15825D005 (Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 *, const RuntimeMethod*))Task_1_get_Result_m71D1165F8F30E8EDD34A98DBC72B55B15825D005_gshared)(__this, method); } // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A AsyncTaskMethodBuilder_1_Create_m5DBF8B74685F57AC69CCC99E568198B813368258 (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m5DBF8B74685F57AC69CCC99E568198B813368258_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__58>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mA1C18AF1599EBF797FCB48A733637890744A4778 (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *, U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mA1C18AF1599EBF797FCB48A733637890744A4778_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * AsyncTaskMethodBuilder_1_get_Task_mBDB1391B253BA22D609CAD85B27F9BD50D0CF658 (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, const RuntimeMethod* method) { return (( Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * (*) (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mBDB1391B253BA22D609CAD85B27F9BD50D0CF658_gshared)(__this, method); } // System.ValueTuple`2 Mono.Net.Security.MobileAuthenticatedStream::InternalRead(Mono.Net.Security.AsyncProtocolRequest,Mono.Net.Security.BufferOffsetSize,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE MobileAuthenticatedStream_InternalRead_m86C071DC37153DC3E055BCCD6E932CEB5AA65ED3 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncRequest0, BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * ___internalBuffer1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method); // System.Exception Mono.Net.Security.MobileAuthenticatedStream::GetIOException(System.Exception,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * MobileAuthenticatedStream_GetIOException_mD87AC8EB8C53986E371A40EF467AFC5DE233CA1D (Exception_t * ___e0, String_t* ___message1, const RuntimeMethod* method); // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.MobileAuthenticatedStream::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * MobileAuthenticatedStream_SetException_m5B0A18C66D1431C6EF3A43BFA7964BD376F57896 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, Exception_t * ___e0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncProtocolRequest::RequestRead(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolRequest_RequestRead_mD0C4C34F3D1602E8F138D93D6CF39A1CF89CB25A (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, int32_t ___size0, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) inline void ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C (ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE * __this, int32_t ___item10, bool ___item21, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE *, int32_t, bool, const RuntimeMethod*))ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_gshared)(__this, ___item10, ___item21, method); } // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_mF4642D7BB69FA7570F69E323F4597A2166065612 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::InternalWrite(Mono.Net.Security.AsyncProtocolRequest,Mono.Net.Security.BufferOffsetSize2,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileAuthenticatedStream_InternalWrite_mAC3D67F3F2A6BE41320B01433AC26BFAD2063A74 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncRequest0, BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * ___internalBuffer1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Exchange(System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Exchange_m611B2BAD98101E850E6FC87FCC1F342C84A3270A (int32_t* ___location10, int32_t ___value1, const RuntimeMethod* method); // System.Void Mono.Net.Security.BufferOffsetSize2::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize2_Reset_mE4DE740467F990ED792FB4966B367091B27BBAB4 (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * __this, const RuntimeMethod* method); // System.Int32 Mono.Net.Security.BufferOffsetSize::get_Remaining() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferOffsetSize_get_Remaining_m2DE18A3119D97C30B3EE54B9C6260030413B089D (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.BufferOffsetSize2::AppendData(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize2_AppendData_m5AFEF21E75273C3BF7FCD4B4433A49D088587F29 (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncProtocolRequest::RequestWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolRequest_RequestWrite_m75F0A9A2A611CC2BB267ADE4FF36E98148F413E7 (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__66>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_m1551B6D819EAF33FF0009D76E3173410AB669EC9 (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *, U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_m1551B6D819EAF33FF0009D76E3173410AB669EC9_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__67>(!!0&) inline void AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m8766D02676D8310992655EABCAE1FD39B6F4137D (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m8766D02676D8310992655EABCAE1FD39B6F4137D_gshared)(__this, ___stateMachine0, method); } // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880 (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * __this, String_t* ___objectName0, const RuntimeMethod* method); // System.Void Mono.Net.Security.MobileTlsContext::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileTlsContext_Dispose_mDD54934F58E124A19D89712EA3524008E5CAC050 (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method); // System.Void System.Net.Security.AuthenticatedStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticatedStream_Dispose_m922381D0775D8A14FF01E106A47EAEF318EA982E (AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * __this, bool ___disposing0, const RuntimeMethod* method); // System.IO.Stream System.Net.Security.AuthenticatedStream::get_InnerStream() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline (AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.MobileAuthenticatedStream::CheckThrow(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_CheckThrow_mC8397F4398D9B5675EC3DE5612E31C2CECE89080 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___authSuccessCheck0, bool ___shutdownCheck1, const RuntimeMethod* method); // System.Boolean Mono.Net.Security.MobileTlsContext::get_IsServer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MobileTlsContext_get_IsServer_m6BA80FEC5C2FF9BEA15AB24562DAB28E2082361B_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileTlsContext::get_LocalServerCertificate() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * MobileTlsContext_get_LocalServerCertificate_m4320272E1E2E02C77CB7521158C3E45565AB2A3E_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3 (String_t* ___value0, 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); // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MobileAuthenticatedStream::get_Settings() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * MobileAuthenticatedStream_get_Settings_m12C7E669BE45126A55BADAB2B707BC0F722EB610_inline (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MobileAuthenticatedStream::get_Provider() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MobileAuthenticatedStream_get_Provider_mBAD82128219CDFBF15FB864B10C7B0028B3B5293_inline (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method); // Mono.Security.Interface.ICertificateValidator2 Mono.Security.Interface.CertificateValidationHelper::GetInternalValidator(Mono.Security.Interface.MonoTlsSettings,Mono.Security.Interface.MonoTlsProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CertificateValidationHelper_GetInternalValidator_mCCDE6C5DA9A02065407D69464B0D5B80B8E3E33B (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings0, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider1, const RuntimeMethod* method); // System.String Mono.Net.Security.MobileTlsContext::get_TargetHost() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MobileTlsContext_get_TargetHost_m6054EE6F51F62C51B2479225DF80673B5FA47C42_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Interface.ValidationResult::get_Trusted() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidationResult_get_Trusted_mFDD8BFA1C1EC21DC970A55810381205D7841D35A_inline (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Interface.ValidationResult::get_UserDenied() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidationResult_get_UserDenied_m1E4095C966C2AC586B421485A171FF6BA45DE002_inline (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Net.Security.MobileTlsContext::get_ClientCertificates() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * MobileTlsContext_get_ClientCertificates_mC93FBAF7928EC1E3E1E4A47E99E6863FA8FAFBC6_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method); // System.Int32 System.Collections.CollectionBase::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08 (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509CertificateCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * X509CertificateCollection_get_Item_mF0F62ACA6DB4482B2F055563F3A88CFDB92377FA (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83 (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mFF908DB65A7128F68FC8CAEA84AA753B439FE40E (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Net.MonoChunkStream::.ctor(System.Net.WebHeaderCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream__ctor_mD2D5FA0ACB85A6CC731CB9C793339E507A6C8AE0 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___headers0, const RuntimeMethod* method); // System.Void System.Net.MonoChunkStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_Write_m137C8C8D13524480B95A13C03AD732BAA179ACDF (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Int32 System.Net.MonoChunkStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_Read_m43A4085433F66530A42EF59AAB3A0D51E6E5891A (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Int32 System.Net.MonoChunkStream::ReadFromChunks(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadFromChunks_m37D5FAEAFECA57D507F64766999D57A95EEA0D2A (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m866EDEEAA6B501A636343218C0988F1C41F71624 (List_1_t59478D999576758E965737A3361AFC7391C2BB15 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t59478D999576758E965737A3361AFC7391C2BB15 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m9FC924CB218DD5F5E30F48E374ADAEDEA9AFA79C (List_1_t59478D999576758E965737A3361AFC7391C2BB15 * __this, Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t59478D999576758E965737A3361AFC7391C2BB15 *, Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Int32 System.Net.MonoChunkStream/Chunk::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Chunk_Read_mD196D23B6CCE13436E9654D5690B120A27D767F9 (Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD List_1_GetEnumerator_mCFF0C391B38543FCFEB148E2F311C41C4BDF4160 (List_1_t59478D999576758E965737A3361AFC7391C2BB15 * __this, const RuntimeMethod* method) { return (( Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD (*) (List_1_t59478D999576758E965737A3361AFC7391C2BB15 *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * Enumerator_get_Current_mFA390B776A13DA73477D64A206A002B9E9FE5708_inline (Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD * __this, const RuntimeMethod* method) { return (( Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * (*) (Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD *, const RuntimeMethod*))Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mC21A26A205998A3D388FE5E59415B31279C4AF6A (Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mEF8A760076D03AD35EF56D1DD492D7A43BB80816 (Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void System.Net.MonoChunkStream::InternalWrite(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_InternalWrite_m5470C15DE29BA1C8DB49A76C55CDF15F964FE34F (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::GetChunkSize(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_GetChunkSize_m6C80D3EEFADE084F993AAAFF2CA0F2DC494446C4 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadBody(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadBody_mA94E7D8EB2AA23BDF0C5C23175BC98B2CBE2DCCB (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadCRLF(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadCRLF_m0A00BE1B5479D26A93C6FC1ED5250C30A194C708 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadTrailer(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadTrailer_m5F9E21734592996F66F8BDDBF66D7AC9F4A90C1E (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Net.MonoChunkStream/Chunk::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Chunk__ctor_m85D8BE6C05ACCD31D613F2EC44FC12000795C95D (Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___chunk0, const RuntimeMethod* method); // System.Void System.Net.MonoChunkStream::ThrowProtocolViolation(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_ThrowProtocolViolation_mBDC853802F26D724EC129B027C98DF4F8BDC1C9A (String_t* ___message0, 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.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Net.MonoChunkStream::RemoveChunkExtension(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoChunkStream_RemoveChunkExtension_m58F135088F1995CD8F4F99DF5355E99A20794B0C (String_t* ___input0, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m00F320962D44E6BCE4884E6A5FE86F79331238A3 (String_t* ___s0, int32_t ___style1, 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.Net.WebHeaderCollection::Add(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_Add_m2001A99A04978C4DE11DAC26540C04C5EF5CC776 (WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * __this, String_t* ___header0, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebException__ctor_m7C17EA99B1FE182295AF99B968D67080AD4E2CCE (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___status2, WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * ___response3, 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 Mono.Net.Security.MonoTlsProviderFactory::InitializeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsProviderFactory_InitializeInternal_mE7081EBE541082D32462434FE7BD3B569D96B0EC (const RuntimeMethod* method); // System.Void Mono.Net.Security.MonoTlsProviderFactory::InitializeProviderRegistration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsProviderFactory_InitializeProviderRegistration_mF5C1469EC329E46E775B6C594EC83F84FC81F678 (const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::CreateDefaultProviderImpl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_CreateDefaultProviderImpl_m57FEE39A54F9A68C419666C89CE4C08943971233 (const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m764DC8FAE02378475423615A5C23DF0DE77E02A5 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m8923307936BE72D960404CD0447C05AAD5C17A0A (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * __this, Guid_t ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 *, Guid_t , const RuntimeMethod*))Dictionary_2_ContainsKey_mD9CC610B2FB999155FE23DF4B598AA50C99DEEA2_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m8327B844F83DB705B2E5E8B68ECE9DF3BAB852C5 (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * __this, Guid_t ___key0, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 *, Guid_t , MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 *, const RuntimeMethod*))Dictionary_2_Add_m3076F546E608981FCA3C2839235BAB82DB6AC3BF_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Security.Cryptography.X509Certificates.X509Helper2::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Helper2_Initialize_mC5FBA7005CCE51EDAB017099F372F0BD0D55A4FD (const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m91CBAC66FAA5126649251F4F536B83FB97BA272C (Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * __this, String_t* ___key0, Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 *, String_t*, Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C **, const RuntimeMethod*))Dictionary_2_TryGetValue_m048C13E0F44BDC16F7CF01D14E918A84EE72C62C_gshared)(__this, ___key0, ___value1, method); } // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // !0 System.Tuple`2::get_Item1() inline Guid_t Tuple_2_get_Item1_m8909C55AEC4D65FE394B8B22BCDA37D734EF3D4B_inline (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * __this, const RuntimeMethod* method) { return (( Guid_t (*) (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *, const RuntimeMethod*))Tuple_2_get_Item1_m8A951F0536E0215A434D4257CE2766C2F9EF84AA_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m94D45F7E96D45D0C714FB853B3112CE6EAB73948 (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * __this, Guid_t ___key0, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 *, Guid_t , MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m48D4BBB4E3341646A2729BF35C1AB86764EC5BE7_gshared)(__this, ___key0, ___value1, method); } // !1 System.Tuple`2::get_Item2() inline String_t* Tuple_2_get_Item2_mCA65B746F6C80B6BAC8ECEB7AB55B4AE1AE4F026_inline (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * __this, const RuntimeMethod* method) { return (( String_t* (*) (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *, const RuntimeMethod*))Tuple_2_get_Item2_m11C2BD2566E0232F4D93EEB3D2D9C6B04F134770_gshared_inline)(__this, method); } // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mC5CB5A08C61176CCBB34135AC90A3F629FA4679B (Type_t * ___type0, bool ___nonPublic1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::.ctor() inline void Dictionary_2__ctor_m46718D125ADD01D9762D224441A2D9B3CE79EA2B (Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mD6A4CDC156E16F5A545AF72D280CA59576E91F4A (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 *, const RuntimeMethod*))Dictionary_2__ctor_mEA363EC9E06CD7572F38BC96D68F0866C6D3B7EB_gshared)(__this, method); } // System.Boolean Mono.Unity.UnityTls::get_IsSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTls_get_IsSupported_m056D75A7037671BE51A245A5F87A4DF48E95AC56 (const RuntimeMethod* method); // System.Void System.Tuple`2::.ctor(!0,!1) inline void Tuple_2__ctor_m40AD0417C7692894654C3F5165CDF2CDF1202A3C (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * __this, Guid_t ___item10, String_t* ___item21, const RuntimeMethod* method) { (( void (*) (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *, Guid_t , String_t*, const RuntimeMethod*))Tuple_2__ctor_m2872BF766DA232F87D623606965F2E34A032416B_gshared)(__this, ___item10, ___item21, method); } // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) inline void Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8 (Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * __this, String_t* ___key0, Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 *, String_t*, Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *, const RuntimeMethod*))Dictionary_2_Add_m830DC29CD6F7128D4990D460CCCDE032E3B693D9_gshared)(__this, ___key0, ___value1, method); } // System.String System.Environment::GetEnvironmentVariable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_m75437F4EF4F42937CCFB216F940E51B628A9086E (String_t* ___variable0, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::LookupProvider(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_LookupProvider_m550564BE02F6B880427139A7377290C9B99D9F63 (String_t* ___name0, bool ___throwOnError1, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::GetProviderInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_GetProviderInternal_m7B5217364D955B85B95F50EF271947F721EDFC38 (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); // Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::get_TlsSettings() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * HttpWebRequest_get_TlsSettings_mD57C8AFBCF00FD71E557AE9F87A1765BC4AF720A_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::get_TlsProvider() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * HttpWebRequest_get_TlsProvider_m522A745ADDE50C0F25D25A366E35A9DB0D4DE281_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // Mono.Net.Security.ChainValidationHelper Mono.Net.Security.ChainValidationHelper::Create(Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings&,Mono.Net.Security.MonoTlsStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * ChainValidationHelper_Create_mD4BCBFE6D47F3B5906F8601220940DA4EB89711F (MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider0, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** ___settings1, MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * ___stream2, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F AsyncTaskMethodBuilder_1_Create_mA34110362D6355E1CF66EB2FD4686F03F9706662 (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mE593F9E703EBA7EF294FAC0F5C20F69AF4D08C26_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__17>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m6A381F7C249EAE3F4274DFFBDBDC8BE295F903B1 (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * __this, U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *, U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m06DBB6EBC3BCCE853A91EE29E6EDE596EB73450F_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * AsyncTaskMethodBuilder_1_get_Task_m1CC6A1431B22FEB84E8608D920C0A38A35C23502 (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * __this, const RuntimeMethod* method) { return (( Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * (*) (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m61DEC300353320E428E17DA0D59D61974F4415BB_gshared)(__this, method); } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m684256D394079487B0AA79F96D82FC1EF34A2123 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m7D346054B961190F3799970BC8C4F8EBD3689986 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m1A5701DA2CE23C171A59DDCE5EE8166528C1081E (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m324F3E0B02B746D5F460499F5A25988FD608AD7B (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method); // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_DefaultHashCodeProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultHashCodeProvider_mE46DC30844F61CA73DE162E5B9F04C0E0B85F6A0 (const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method); // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_DefaultComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultComparer_m4AB0D4BF050F498E9CC959059EA4BC251ED6F631 (const RuntimeMethod* method); // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_HashCodeProvider() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_HashCodeProvider_mE92F98439CCB3AFCFFA472631B45AC8CA8686F0D_inline (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, const RuntimeMethod* method); // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_Comparer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_Comparer_m556DC9797B932664AA69CDC71F0C7EF8E669AF79_inline (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_mE798CA7487C384162AE182B8E9DF80BD0CCFD3D8 (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * __this, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // System.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_mC1B3C29CD4B3FD3AAE2935CEC2E17B9E7BAF1159 (String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m705ADACFB52D6385DDB6B2525C1979ECBE6D5849 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.CompatibleComparer::.ctor(System.Collections.IComparer,System.Collections.IHashCodeProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompatibleComparer__ctor_mFAA5DFD1F5D8A144CBE12E74E8557CF5653A2DB0 (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, RuntimeObject* ___comparer0, RuntimeObject* ___hashCodeProvider1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseAdd(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseAdd_m1A0CA51397D274B23B10ECE78D2EE923C4FDC07F (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m112ADCD5297836A75FD5BFB576F7B14174FCC802 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m08A6EF344F497A176BD48FDB33FFEFBEAC70C87C (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry::.ctor(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectEntry__ctor_mB4018B4F844A8F7F3308B10CB017D6008DB0736B (NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.String System.Collections.Specialized.NameObjectCollectionBase::BaseGetKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameObjectCollectionBase_BaseGetKey_m0ED9A3D47A2808BF98BCBEAFB51D175127B9CFB1 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry System.Collections.Specialized.NameObjectCollectionBase::FindEntry(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * NameObjectCollectionBase_FindEntry_m5D2C7207AF84D9CFAE79399387115E44C5348C8F (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::.ctor(System.Collections.Specialized.NameObjectCollectionBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectKeysEnumerator__ctor_m684F9F2CC2934708B3F198D7F750D5030AD9CC80 (NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71 * __this, NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * ___coll0, const RuntimeMethod* method); // System.StringComparer System.StringComparer::get_InvariantCultureIgnoreCase() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * StringComparer_get_InvariantCultureIgnoreCase_m85A6670133D54B6CC852BCAA9A8F72455565B687_inline (const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_mA74DFF0CE0FB59430A786082F414813F276F130D (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Int32,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m9100CD7C0C24135A887EC01FCAA69EC0DBF0D463 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.DBNull) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m4BF6C086BA110F79E817D1F307D0B912E32BCA55 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * ___dummy0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_mAF5575543B8D937C34D00E9D7B6642BFAD74F37C (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, 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.Boolean System.Collections.Specialized.NameObjectCollectionBase::get_IsReadOnly() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_get_IsReadOnly_mFCB376BE86332546D47A4B983FD91FFF23558709_inline (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameValueCollection::InvalidateCachedArrays() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_InvalidateCachedArrays_mA7CA9F8B09DDFA9163FB77563C6FCB07762D23C8 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, const RuntimeMethod* method); // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m9ADF3F54E9A5D8151837C6E4652ED27CD1C06CFF (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.Collections.Specialized.NameValueCollection::GetAsOneString(System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_GetAsOneString_m3ADC3CAE35EB61CE55BC8D781C14EAFEE237DE68 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list0, const RuntimeMethod* method); // System.String[] System.Collections.Specialized.NameValueCollection::GetAsStringArray(System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* NameValueCollection_GetAsStringArray_m79210BFB2A2F0094D4601BE3FD7FF2EC097303F4 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseSet(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseSet_mDAD4979940B3ACC47B77A64AECCD0C69C2F9A015 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseRemove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseRemove_m301318FB3627302D115078FA8250D07A4B851A99 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_mDEFD71E2644E7080FBE6E79B9221673D02F64202 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Net.IPAddress[] System.Net.NclUtilities::get_LocalAddresses() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* NclUtilities_get_LocalAddresses_m7239F4DB692B12FD203F7ACF7FD74340542BBCB6 (const RuntimeMethod* method); // System.Boolean System.Net.IPAddress::Equals(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPAddress_Equals_m4B1CA27458D8182146569D0BC82A2D3A23346516 (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, RuntimeObject * ___comparandObj0, bool ___compareScopeId1, const RuntimeMethod* method); // System.String System.Net.Dns::GetHostName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Dns_GetHostName_m235D1E0FD888CE88E816294B8E687773E016E77E (const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostByName_m072CBDF5FD14C53FB28738920C62F05B6A63ED67 (String_t* ___hostName0, const RuntimeMethod* method); // System.Object System.Net.NclUtilities::get_LocalAddressesLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NclUtilities_get_LocalAddressesLock_mEFB560D71DD9D220AB2E30D27325D9FDBC7D8BFB (const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m21DDEFA19FB444CAA0D305057FDB47D13EFB3138 (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Net.IPHostEntry System.Net.NclUtilities::GetLocalHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * NclUtilities_GetLocalHost_m83AC9B72133A7BD39161AFD55F092133AAADFA54 (const RuntimeMethod* method); // System.String System.Net.IPHostEntry::get_HostName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* IPHostEntry_get_HostName_m93399E3B7017D91869B47746BD9EDF74BF347FD1_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Net.IPAddress[] System.Net.IPHostEntry::get_AddressList() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* IPHostEntry_get_AddressList_m466AC33C136531F42A5EDCD3A75E5B392075186F_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m5C3297290D34D4CB752DC331820B9B4CC7E89266 (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 *, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m1F7C317627442DB6E3B4F98C1FF1422A514B9535_inline (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 List_1_GetEnumerator_m55D5788E005348C5F09E26CA1B236330FE08F005 (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * __this, const RuntimeMethod* method) { return (( Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 (*) (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * Enumerator_get_Current_mF9116485CD3C49A22E75CD83647CF136485D940F_inline (Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 * __this, const RuntimeMethod* method) { return (( IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * (*) (Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 *, const RuntimeMethod*))Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mD8DFDF939F285F122483FB166AD165216A9A0662 (Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m99BDC485E0F50621E5402FB3396274F0B415728A (Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.String System.Net.WebExceptionMapping::GetWebStatusString(System.Net.WebExceptionStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WebExceptionMapping_GetWebStatusString_m95F105F6FBAFB410936E90EFAD6373521C921335 (int32_t ___status0, const RuntimeMethod* method); // System.Void System.Net.NetworkCredential::.ctor(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential__ctor_mFBBBBCA94F91EA965A2B3DD6DD52554245B6B41B (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, String_t* ___userName0, String_t* ___password1, String_t* ___domain2, const RuntimeMethod* method); // System.Void System.Net.NetworkCredential::set_UserName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential_set_UserName_m0906CE0D5CFA7972CD2DA08D9D2DD5ABEEEE55C8 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.NetworkCredential::set_Password(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential_set_Password_mD3D1EF31B8A2C9011A2439B249E3B2D55D1144F4 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.NetworkCredential::set_Domain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential_set_Domain_m122C82F6B1E78A1F0A86B9B314F479EB336DC354 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::InternalGetUserName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetUserName_m978EFE7B8858AFE08B5281B187357934B75BF2E9_inline (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::InternalGetPassword() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetPassword_m3A81BC2DFB8F5EE58FB8E4AFC25DE6B4D65176D6 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.Security.SecureString System.Net.UnsafeNclNativeMethods/SecureStringHelper::CreateSecureString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * SecureStringHelper_CreateSecureString_mD0C2BF056673EB4D998FB43FFD8B619BA3C56788 (String_t* ___plainString0, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::InternalGetDomain() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetDomain_m675D988E1EA47F5EA6111A318FA02A9F951924C2_inline (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.String System.Net.UnsafeNclNativeMethods/SecureStringHelper::CreateString(System.Security.SecureString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecureStringHelper_CreateString_m10D3E3942E265026FB1C5D8847112800958C44C3 (SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * ___secureString0, const RuntimeMethod* method); // System.Int32 System.Runtime.InteropServices.Marshal::GetLastWin32Error() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_GetLastWin32Error_mBC8033B9F7281E3EBC33B47D9108361A088ED4A7 (const RuntimeMethod* method); // System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__ctor_mF8FAD9681BA8B2EFBD1EDA7C690764FF60E85A6F (Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 * __this, int32_t ___error0, const RuntimeMethod* method); // System.Void System.ComponentModel.Win32Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__ctor_m712FC6079EE6F92FAB0B3DDAFD652B24FF163CC6 (Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.NetworkStream::InitNetworkStream(System.Net.Sockets.Socket,System.IO.FileAccess) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket0, int32_t ___Access1, 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.Object System.Net.Sockets.Socket::GetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___optionLevel0, int32_t ___optionName1, const RuntimeMethod* method); // System.Void System.Net.Sockets.NetworkStream::SetSocketTimeoutOption(System.Net.Sockets.SocketShutdown,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_SetSocketTimeoutOption_m9E73C579315BEB79DB9870FF3297E088D2897230 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, int32_t ___mode0, int32_t ___timeout1, bool ___silent2, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::get_Available() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_get_Available_mDAEF0D394D1130E69158CBE24A5687C772800E09 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_Blocking() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_Blocking_m808720CD768833CF2EB6F7F8AA462115AA3A1F8B_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_Connected() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Net.Sockets.SocketType System.Net.Sockets.Socket::get_SocketType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Socket_get_SocketType_m59C57C96B6DBA839FAFBB649491A059082D5D6F5_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Receive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_mA08EE1F9A870791CECAAC2FA2D4144ACBA6B4962 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Send(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_mF70EF17396CEA161F628B1923DA32463720D9A1E (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::InternalShutdown(System.Net.Sockets.SocketShutdown) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_InternalShutdown_mDA3F1ED617847E781AA826C43A833E7C978FD850 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___how0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Close(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Close_mEC9B67F2F0E51F7FBB9D6BC9F630AD52DF7D0E65 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___timeout0, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, bool ___disposing0, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginReceive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginReceive_mE0B06265B8AFC35DADCA4184D6C8B8A062BCDE73 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_EndReceive_m46B15199B81401BF6B7B76242C6E3A7E8156749C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginSend_mFB97AF214E7F82B0B38434F844DA755AF18E612C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_EndSend_mE56C2A95C12655CA7C3C6690382FC48B7E9AA45C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m82AF3404BDE49D13BE5860C622D484AA52F1DD3B (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___optionLevel0, int32_t ___optionName1, int32_t ___optionValue2, bool ___silent3, const RuntimeMethod* method); // Mono.Security.Interface.ICertificateValidator Mono.Net.Security.ChainValidationHelper::GetInternalValidator(Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ChainValidationHelper_GetInternalValidator_m43508ED2935C3133D8E3DF74A446BB67980B7958 (MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider0, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings1, 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.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454 (String_t* __this, String_t* ___value0, 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.Void System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback::.ctor(System.Object,System.IntPtr) inline void CreateValueCallback__ctor_m7045B48B67943D35DDEE60AD0DC39C5D3BFB804F (CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 *, RuntimeObject *, intptr_t, const RuntimeMethod*))CreateValueCallback__ctor_mB9ADC6D68C2AA74553916845F467C4B66886B9F2_gshared)(__this, ___object0, ___method1, method); } // !1 System.Runtime.CompilerServices.ConditionalWeakTable`2::GetValue(!0,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback) inline NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 * ConditionalWeakTable_2_GetValue_m47C76BCCE71C54705E6EF2D0E1890131B9E58C7D (ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * __this, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___key0, CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * ___createValueCallback1, const RuntimeMethod* method) { return (( NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 * (*) (ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F *, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *, CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 *, const RuntimeMethod*))ConditionalWeakTable_2_GetValue_mB51D411D93A879AE9CFEE8192F8277244481862F_gshared)(__this, ___key0, ___createValueCallback1, method); } // System.Net.Authorization Mono.Http.NtlmSession::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * NtlmSession_Authenticate_mB6D8793AD526536CCF6125081AAB225AC16CE2FA (NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 * __this, String_t* ___challenge0, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest1, RuntimeObject* ___credentials2, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::.ctor() inline void ConditionalWeakTable_2__ctor_mF6F15C6F43EB86F20B95101C1DBB940D178EB3D1 (ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * __this, const RuntimeMethod* method) { (( void (*) (ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F *, const RuntimeMethod*))ConditionalWeakTable_2__ctor_m8E40E9007C1DDFA6CBFECFEB3DB8B073A935C874_gshared)(__this, method); } // System.Void Mono.Http.NtlmClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmClient__ctor_m3D9978034518F3C84749A7F8315BAD280BDF2C81 (NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_UserName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_UserName_mFC41ED3D14796CA2B5C08EB0DE537A2F3EF02473 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_Domain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_mE4AA75C44CA2189FC66B95235C17CCE6ACFEDCBC (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_Password() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Password_m5EFE385E59C57168F8B8B43BE10196C4346AAFBB (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.Type1Message::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Type1Message__ctor_m395D0C93B2BB6810831A2D5DF36C15EFDC93DE08 (Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.Type1Message::set_Domain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Type1Message_set_Domain_m38C0D490939A07EE001A4F1CD68C0158E258096B (Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.Type1Message::set_Host(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Type1Message_set_Host_m4DADB35E49A8FBD538A1AD49E73C30973AB7BDB5 (Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * __this, String_t* ___value0, const RuntimeMethod* method); // Mono.Security.Protocol.Ntlm.NtlmFlags Mono.Security.Protocol.Ntlm.MessageBase::get_Flags() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MessageBase_get_Flags_mCE07CBFE2DC30070AF05C0CEAC5F9037A0F95388_inline (MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.MessageBase::set_Flags(Mono.Security.Protocol.Ntlm.NtlmFlags) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MessageBase_set_Flags_m541C31E93BBBD1DB08B57CD52070479CE33D6CA6_inline (MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 Mono.Security.Protocol.Ntlm.MessageBase::get_Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MessageBase_get_Type_m077A1703299E133EBBEC74D1A2273D9C2E8C0591_inline (MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * __this, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Convert_FromBase64String_mE08CC857316933F99470E768622A623AFF69C98C (String_t* ___s0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.Type2Message::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Type2Message__ctor_mF86941DD8A7EF8888CDF790C8E4FC49673D21FA0 (Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___message0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.Type3Message::.ctor(Mono.Security.Protocol.Ntlm.Type2Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Type3Message__ctor_mCE4962FBD2E02548911C84E16883C5A09000D216 (Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * __this, Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * ___type20, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.Type3Message::set_Username(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Type3Message_set_Username_m6FF8B1FAF6720A561A339F4DBFC9DC5138F3B3BF_inline (Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.Type3Message::set_Password(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Type3Message_set_Password_m73943B4C66A60ECFC287DE55FC0C284371A3F37C_inline (Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.Type3Message::set_Domain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Type3Message_set_Domain_mA62BE8C9225B57D959F636664EB4C44D6CF4F125 (Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_m1E5BBE288BBE22627A60548DB2F6FF7D6FDF1935 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void System.Net.Authorization::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Authorization__ctor_m17BCE19AB822863CDBA3CE2AECAC97FF2F53426A (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, String_t* ___token0, bool ___finished1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Oid::.ctor(System.String,System.Security.Cryptography.OidGroup,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid__ctor_m74A51E6D07E4EF2AEC66B6CAC03CFF60D072D3FF (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___oid0, int32_t ___group1, bool ___lookupFriendlyName2, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Utils::FindOidInfoWithFallback(System.UInt32,System.String,System.Security.Cryptography.OidGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Utils_FindOidInfoWithFallback_mCC7071A350EE1EA714F8FA28AA78E5AECEC89F77 (uint32_t ___key0, String_t* ___value1, int32_t ___group2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Oid::set_Value(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Oid_set_Value_mE13751778D2AC00F1CC962E42B35339BAEE45825_inline (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.OidEnumerator::.ctor(System.Security.Cryptography.OidCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OidEnumerator__ctor_m3BA079690E9B01B02B76FB694DCF279DAEC8E9D6 (OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 * __this, OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * ___oids0, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.OidCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OidCollection_get_Count_m35D85FFEC009FD8195DA9E0EE0CD5B66290FA3C6 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, const RuntimeMethod* method); // System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * OidCollection_get_Item_mB8F51EB0825BDE39504BC7090B8AEEE13D0A9967 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.SortedList::.ctor(System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList__ctor_m2F0DD5F83B3003852A05A5C3A2040AA448341932 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.Collections.SortedList System.Collections.SortedList::Synchronized(System.Collections.SortedList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * SortedList_Synchronized_m02D4CD6866B546887081463999924F342362DE51 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * ___list0, const RuntimeMethod* method); // System.Object System.Net.PathList::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method); // System.Int32 System.Net.CookieCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method); // System.OperatingSystem System.Environment::get_OSVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * Environment_get_OSVersion_mD767B6F1B5AAEA8D562031B872E0E16A5AF007ED (const RuntimeMethod* method); // System.PlatformID System.OperatingSystem::get_Platform() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline (OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * __this, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::AllocHGlobal(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D (int32_t ___cb0, const RuntimeMethod* method); // System.Int32 System.Platform::uname(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_uname_m02F26556CE32C3C6B69939290C5CD91037E7F596 (intptr_t ___buf0, const RuntimeMethod* method); // System.String System.Runtime.InteropServices.Marshal::PtrToStringAnsi(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E (intptr_t ___ptr0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::FreeHGlobal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390 (intptr_t ___hglobal0, const RuntimeMethod* method); // System.Void System.Platform::CheckOS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_CheckOS_m420CC4422F29D7C37BC562EECF3DCD99441E4431 (const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1F18709450BCA847F143F013E1EF227E21100E01 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882 (Exception_t * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_get_PublicOnly_m89E060DD6A46231A035DFA820F4DEF84D9958AB2 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAManaged_get_PublicOnly_m7C2ACC9429A47CD9B2C8EF9A881695BD3D6A7E06 (RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 * __this, const RuntimeMethod* method); // System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * RSA_Create_m6D6D31C8CA822545D72C7EAA114998C818E86571 (const RuntimeMethod* method); // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::get_DSA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSACryptoServiceProvider_get_PublicOnly_m3F1FEE073C9C4A8803CD6A77FC2B34F5628CC182 (DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * __this, const RuntimeMethod* method); // System.Security.Cryptography.DSA System.Security.Cryptography.DSA::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * DSA_Create_m452E35B6C2F32A24E08FF1C87AED07EF408A0D6B (const RuntimeMethod* method); // System.Void System.Security.Cryptography.Oid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid__ctor_mDB319C52BC09ED73F02F5BEC5950F728059405C2 (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsnEncodedData::.ctor(System.Security.Cryptography.Oid,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_m0F04E7F12ED0BD74616EF4451F1EDDE6622E01EA (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ___oid0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawData1, const RuntimeMethod* method); // System.String System.Security.Cryptography.Oid::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.AsnEncodedData::get_RawData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, const RuntimeMethod* method); // System.Security.Cryptography.RSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeRSA(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * PublicKey_DecodeRSA_mAFA51DF5F4A97F2AEF8E5F84815D79B2366A105A (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawPublicKey0, const RuntimeMethod* method); // System.Security.Cryptography.DSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeDSA(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * PublicKey_DecodeDSA_mACDFC1AD42B734E6144955146731BC6CFE9793E8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawPublicKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawParameters1, const RuntimeMethod* method); // System.String Locale::GetText(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m377490FF8608A28005E160E218629250BEA270D5 (String_t* ___fmt0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Byte Mono.Security.ASN1::get_Tag() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method); // System.String Locale::GetText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m94118D07BD4F9FA3FF780847BDC2FF61F7383FA5 (String_t* ___msg0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] Mono.Security.ASN1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2 (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.X509Certificates.PublicKey::GetUnsignedBigInteger(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PublicKey_GetUnsignedBigInteger_m9F5E097A1ECF5CC31BBA476E4BE92CA5B4EDED1C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___integer0, const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASN1_get_Count_mBF134B153CFA218C251FB692A25AA392DCF9F583 (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50 (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_m176DE0EB8A9F7FE1FD891B5DF91E05D3646A6F1E (DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * __this, int32_t ___dwKeySize0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m79459FB1F431E6F3D83F7C295A2DE7BB20D4FAC8 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, int32_t ___dwKeySize0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, int32_t ___options1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout2, bool ___useCache3, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::ValidateMatchTimeout(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex_ValidateMatchTimeout_m19BB5E905A2AA19DFF54B707454312C249E8EB1C (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout0, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380 (const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.Text.RegularExpressions.CachedCodeEntry System.Text.RegularExpressions.Regex::LookupCachedAndUpdate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * Regex_LookupCachedAndUpdate_m803B5B2AB140ACE54596DE9BA6D1F2489B1D93AC (String_t* ___key0, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexTree System.Text.RegularExpressions.RegexParser::Parse(System.String,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * RegexParser_Parse_mCBCAFB2D38EC68B245352E8DE699FE0F3C973A60 (String_t* ___re0, int32_t ___op1, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexWriter::Write(System.Text.RegularExpressions.RegexTree) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * RegexWriter_Write_m14AFCCD08A706F09258DB3758B3C78F04B87929E (RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * ___t0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::InitializeReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex_InitializeReferences_mE235C9E46D78418A5D0C2D20AD885CA08A7963CC (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.CachedCodeEntry System.Text.RegularExpressions.Regex::CacheCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * Regex_CacheCode_m32FF18EDE0B858DB864C27480A11C5A1F752D419 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___key0, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m50298DCBCD07D858EE19414052CB02EE4DDD3C2C (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m5BA9C047FEB3C93AD388668FA855CB1A63FB62A4 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, int32_t ___options1, const RuntimeMethod* method); // System.Int64 System.Runtime.Serialization.SerializationInfo::GetInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SerializationInfo_GetInt64_m13BC92A489CE4540FC55BB00D2A3460B0D9A0DEC (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int64_t ___ticks0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::get_Options() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Regex_get_Options_m96441AFDEDDDDC9AD8A21C54C1C05B63581154E2_inline (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method); // System.TimeSpan System.Text.RegularExpressions.Regex::get_MatchTimeout() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Regex_get_MatchTimeout_mA525D5C25A1DADC3AF1913D6E5FA6D8F0208309A_inline (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method); // System.Int64 System.TimeSpan::get_Ticks() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mD0C00DE59B4C6649A6BFA5EBC7D8618B46B967D5 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, int64_t ___value1, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_Equality(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_Equality_mBC8FB4A092244DAB16BF93E3D108433CEC12590F (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_LessThan(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_LessThan_mDE36E65264CC84C4336178221F8A85255885FAB6 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_LessThanOrEqual(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_LessThanOrEqual_m33EFB87CA4740452BB2F1B3D4B003DCACE8D7F05 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.AppDomain System.AppDomain::get_CurrentDomain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * AppDomain_get_CurrentDomain_mF99B3DA2C1E22F249D3A874A3B7F63C714C5F50F (const RuntimeMethod* method); // System.Object System.AppDomain::GetData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AppDomain_GetData_m3B7D0B3C44FF35B64775B888BAD9F696FF9C2639 (AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * __this, String_t* ___name0, 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.Boolean System.Text.RegularExpressions.Regex::UseOptionR() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_UseOptionR_m17558F506D3A7513656679A8F3DEEA0C50AAE90A (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m402142BA0715504CCC15EB3DEC02B24246F0FDAA (String_t* ___input0, String_t* ___pattern1, int32_t ___options2, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout3, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m872C1D85AC5BF891AC3C3FC789BBC4E2393FB859 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_mDDCAABF0AAA48842BD96EE728A7A6732D579DB6D (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Match_m172D74CF011CD3C89EA61D47BE7DEA1E689B5C7C (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.MatchCollection::.ctor(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchCollection__ctor_mB2FA3F30789018215F0D4C5FFF00379F5415AC37 (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, String_t* ___input1, int32_t ___beginning2, int32_t ___length3, int32_t ___startat4, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_Replace_mEF467DF273712918A52245B3147C33898B1B5EB5 (String_t* ___input0, String_t* ___pattern1, String_t* ___replacement2, int32_t ___options3, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout4, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_Replace_m47C8C4AF6A7F1D1A2728F9ADA7791F4EABA49E2F (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, String_t* ___replacement1, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_Replace_mDCC89468106F966C02DF2A0D7B56B305E95463EE (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, String_t* ___replacement1, int32_t ___count2, int32_t ___startat3, const RuntimeMethod* method); // System.Object System.Text.RegularExpressions.SharedReference::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SharedReference_Get_mABBA2F0DE65F82D90AAE425020F14676F313EB68 (SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * __this, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.RegexReplacement::get_Pattern() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RegexReplacement_get_Pattern_m15AB0E06009DB144BE40253F76F4C09D1AA865BA_inline (RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexReplacement System.Text.RegularExpressions.RegexParser::ParseReplacement(System.String,System.Collections.Hashtable,System.Int32,System.Collections.Hashtable,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * RegexParser_ParseReplacement_mCA7BD2139851BCD09934067473195341E2F19E1F (String_t* ___rep0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps1, int32_t ___capsize2, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames3, int32_t ___op4, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.SharedReference::Cache(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedReference_Cache_mA43A19BCE25BC113C767B8C3531B7A096C3B6262 (SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.RegexReplacement::Replace(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexReplacement_Replace_mE66A1F2D387B2ABA21E0BCEEA2DEA9BAEDEDCC60 (RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, String_t* ___input1, int32_t ___count2, int32_t ___startat3, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.ExclusiveReference::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExclusiveReference__ctor_m67E39E008F143F07C22A8424E051F6798B917089 (ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.SharedReference::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedReference__ctor_mCD9987FD08CB61180CE190A8DEF05E5AAF5C1087 (SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * __this, const RuntimeMethod* method); // System.Object System.Text.RegularExpressions.ExclusiveReference::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ExclusiveReference_Get_mA02D838F3B8772B83AD45D47E8C8275F8EA2A48A (ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Regex::UseOptionInvariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_UseOptionInvariant_m82E216D16CB2DA12B8B8DAA67CC2BE6BF4DF2470 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::.ctor(System.Text.RegularExpressions.RegexCode,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter__ctor_m58E5C9B14F78D108FC9277924C4A5DCC73AE832A (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.RegexRunner::Scan(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * RegexRunner_Scan_m2ADEF871B8873041D1224B4FE362BD4A943AC536 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, String_t* ___text1, int32_t ___textbeg2, int32_t ___textend3, int32_t ___textstart4, int32_t ___prevlen5, bool ___quick6, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeout7, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.ExclusiveReference::Release(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExclusiveReference_Release_m3D5A9BB7FFB13DBB21386F811936EFC6A358C1FC (ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * LinkedList_1_get_First_mDC0940BE1CA6E3F79983BC30604EEBD66ADDC4CD_inline (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * __this, const RuntimeMethod* method) { return (( LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * (*) (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *, const RuntimeMethod*))LinkedList_1_get_First_m572476A3C4A5CF4A2EBBDF50A76FF35493337871_gshared_inline)(__this, method); } // T System.Collections.Generic.LinkedListNode`1::get_Value() inline CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * LinkedListNode_1_get_Value_mBE1B48EFE1AA6B24762B11B4A14998F112F6D7CD_inline (LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * __this, const RuntimeMethod* method) { return (( CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * (*) (LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA *, const RuntimeMethod*))LinkedListNode_1_get_Value_m9A641BD5F0614D0060E19C703E9A756391DF7A32_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.LinkedList`1::Remove(System.Collections.Generic.LinkedListNode`1) inline void LinkedList_1_Remove_m600358679CC1950B15F9495B51190CBF780826B4 (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * __this, LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * ___node0, const RuntimeMethod* method) { (( void (*) (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *, LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA *, const RuntimeMethod*))LinkedList_1_Remove_m40B222689B278F7FAD91C86C1152F272D8AF19FB_gshared)(__this, ___node0, method); } // System.Void System.Collections.Generic.LinkedList`1::AddFirst(System.Collections.Generic.LinkedListNode`1) inline void LinkedList_1_AddFirst_mB1B30B118E4638CEED15B6C1A53ADBC8D62B7979 (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * __this, LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * ___node0, const RuntimeMethod* method) { (( void (*) (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *, LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA *, const RuntimeMethod*))LinkedList_1_AddFirst_m8F10C4D4F1C00D46F98361EABF8845292950E843_gshared)(__this, ___node0, method); } // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::get_Next() inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * LinkedListNode_1_get_Next_m3BE8FA9D030C90485A110854415C55EC9F2177DA (LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * __this, const RuntimeMethod* method) { return (( LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * (*) (LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA *, const RuntimeMethod*))LinkedListNode_1_get_Next_m414D0F863BD1835DD9116534EC70EBD5B0A14DEC_gshared)(__this, method); } // System.Void System.Text.RegularExpressions.CachedCodeEntry::.ctor(System.String,System.Collections.Hashtable,System.String[],System.Text.RegularExpressions.RegexCode,System.Collections.Hashtable,System.Int32,System.Text.RegularExpressions.ExclusiveReference,System.Text.RegularExpressions.SharedReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedCodeEntry__ctor_mFBEEE67EEFD35764488134D428A6BCABE54E52FC (CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * __this, String_t* ___key0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist2, RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code3, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps4, int32_t ___capsize5, ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runner6, SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___repl7, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddFirst(T) inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * LinkedList_1_AddFirst_mD006812FF8822B6CE1CA1497E2DB918069F18D0D (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * __this, CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * ___value0, const RuntimeMethod* method) { return (( LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * (*) (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *, CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 *, const RuntimeMethod*))LinkedList_1_AddFirst_m3A19CFDD2E8C5F0663B49E8417A2E83313BD73BF_gshared)(__this, ___value0, method); } // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() inline int32_t LinkedList_1_get_Count_mC4E2C15BD25B1511DF3C10A0252A60A73C6DF6DF_inline (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * __this, const RuntimeMethod* method) { return (( int32_t (*) (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *, const RuntimeMethod*))LinkedList_1_get_Count_m5AD2F760211A61C7FFD9BE298CFA10F1BF4BE54A_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.LinkedList`1::RemoveLast() inline void LinkedList_1_RemoveLast_m8915CCD6E20A447490A39727BE0F3DB5D26A38BD (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * __this, const RuntimeMethod* method) { (( void (*) (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *, const RuntimeMethod*))LinkedList_1_RemoveLast_m4F9C44B2E1CA5BCFA0965D6B64494EDB9C1ACDCE_gshared)(__this, method); } // System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromMilliseconds_m01A41D7CC4E748C1B1506FA14524EEBCBE9F93CF (double ___value0, const RuntimeMethod* method); // System.TimeSpan System.Text.RegularExpressions.Regex::InitDefaultMatchTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Regex_InitDefaultMatchTimeout_m59F33C35089C47C54703189F8DF4D5600A33F2DC (const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() inline void LinkedList_1__ctor_m52D5CEC939526CFC21378944079108F376088823 (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * __this, const RuntimeMethod* method) { (( void (*) (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *, const RuntimeMethod*))LinkedList_1__ctor_mF0412326B070EE3A04AB6BAC4836ED176A0F6186_gshared)(__this, 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.Char System.Char::ToLower(System.Char,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m60A275EC2DA1ED251F80FE314B7715B1D1EE0692 (Il2CppChar ___c0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m789F035A2EB48672C86BEDC9FDB72B22206A1ACA (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::MatchPattern(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexBoyerMoore_MatchPattern_m244689CC527B9B9EFB200E94FCC3C9A8B9210543 (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * __this, String_t* ___text0, int32_t ___index1, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.RegexCharClass::NegateCategory(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexCharClass_NegateCategory_m072F53A0339D3A8CE4E78305ED63514C2D677D23 (String_t* ___category0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping::.ctor(System.Char,System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8 (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE * __this, Il2CppChar ___chMin0, Il2CppChar ___chMax1, int32_t ___lcOp2, int32_t ___data3, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) inline void Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mBD7199657787018123B7B8F2B048B503D484C097_gshared)(__this, ___capacity0, method); } // System.String System.Char::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8 (Il2CppChar* __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_mE6BF870B04922441F9F2760E782DEE6EE682615A_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358 (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.Void System.Text.RegularExpressions.RegexCharClass::AddRange(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, Il2CppChar ___first0, Il2CppChar ___last1, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexCharClass::RangeCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexCharClass/SingleRange System.Text.RegularExpressions.RegexCharClass::GetRangeAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * RegexCharClass_GetRangeAt_m92D3897D77D2AD15415BA0DE4E8FB4FBBFFD092C (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06 (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * __this, SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *, SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Void System.Text.RegularExpressions.RegexCharClass/SingleRange::.ctor(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleRange__ctor_m886247FFB10501E4CDDC575B221D8CD1BC85E3B6 (SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * __this, Il2CppChar ___first0, Il2CppChar ___last1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_inline (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * (*) (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m4519CCC2D78183181E5B916CE527868718A804FD (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, String_t** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m048C13E0F44BDC16F7CF01D14E918A84EE72C62C_gshared)(__this, ___key0, ___value1, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline String_t* Dictionary_2_get_Item_mFCD5E71429358EE225039B602674518740D30141 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( String_t* (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_mB1398A10D048A0246178C59F95003BD338CE7394_gshared)(__this, ___key0, method); } // System.String System.Text.RegularExpressions.RegexCharClass::SetFromProperty(System.String,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexCharClass_SetFromProperty_mCE940B1239E86E18385BC053D40EA74DB6E444DF (String_t* ___capname0, bool ___invert1, String_t* ___pattern2, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddSet(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, String_t* ___set0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddLowercaseRange(System.Char,System.Char,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddLowercaseRange_m0715BCBBB26E5000E2F87CC555DFFD1EF97414B1 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, Il2CppChar ___chMin0, Il2CppChar ___chMax1, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture2, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddCategory(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddCategory_m75BF8C842C362F4D910FCB2BA59678BB71153C24 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, String_t* ___category0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddCategoryFromName(System.String,System.Boolean,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddCategoryFromName_m53A239A7DACD3D5A676505E6E296C4AB999BBA4C (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, String_t* ___categoryName0, bool ___invert1, bool ___caseInsensitive2, String_t* ___pattern3, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsNegated(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsNegated_m44BA8DC6E87254581A644FC420A31FBB7DF5E09E (String_t* ___set0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSubtraction(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsSubtraction_m442D7EB160CC33766FA9365B1BC0B705BB9C328B (String_t* ___charClass0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClass(System.Char,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClass_mBF20B9E1805FA10D4F807E7C185C5ACC45CA62D9 (Il2CppChar ___ch0, String_t* ___set1, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClassRecursive(System.Char,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClassRecursive_mC6D3AC73C05863813119E511F0D948F771E7010D (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClassInternal(System.Char,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClassInternal_m6BBDF7CB36ADDEB42D06E72FDBED23A0AF9430C4 (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, int32_t ___mySetLength3, int32_t ___myCategoryLength4, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInCategory(System.Char,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInCategory_m348268E60F423E6ACC9D3BEB62781F88B3D51310 (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, int32_t ___mySetLength3, int32_t ___myCategoryLength4, const RuntimeMethod* method); // System.Globalization.UnicodeCategory System.Char::GetUnicodeCategory(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Char_GetUnicodeCategory_mC1963B628B32D9B09438C025372240FD6B5A96A4 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInCategoryGroup(System.Char,System.Globalization.UnicodeCategory,System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInCategoryGroup_mE9288352C87A9BE8258AB76C0D4F4D6FEF470367 (Il2CppChar ___ch0, int32_t ___chcategory1, String_t* ___category2, int32_t* ___i3, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_mA78B7CA7BF0CA022525EA150EB6028F45E33C775 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexCharClass::ParseRecursive(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * RegexCharClass_ParseRecursive_m6B44210D734A59140B5DC06D0EBBE1D2D5072E0A (String_t* ___charClass0, int32_t ___start1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::.ctor(System.Boolean,System.Collections.Generic.List`1,System.Text.StringBuilder,System.Text.RegularExpressions.RegexCharClass) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass__ctor_m1751FAC691E10689BB486E5525B3D19F9523C5DB (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___negate0, List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * ___ranges1, StringBuilder_t * ___categories2, RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * ___subtraction3, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::Canonicalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_Canonicalize_mFD09C33130AD6323D1AFA7944B02DD68A5731A66 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Chars(System.Int32,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Chars_m57ED3E11363F83AC84E9B833E62D7D16DB4B4733 (StringBuilder_t * __this, int32_t ___index0, Il2CppChar ___value1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F (StringBuilder_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.RegexCharClass::ToStringClass() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexCharClass_ToStringClass_mFC6754E97F014AFE4B5138AD5386E9C76D1D3CD7 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass/SingleRangeComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleRangeComparer__ctor_mCEFF5ECE77E53783E5B8EAC98A5E194B6C743E73 (SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1) inline void List_1_Sort_mC10BC2F83C60822BB6EF31600483F023D06E8656 (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * __this, int32_t ___index0, int32_t ___count1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { (( void (*) (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))List_1_Sort_m39074137483A9477F2C3990C3073EC8C3693FC1E_gshared)(__this, ___index0, ___count1, ___comparer2, method); } // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) inline void List_1_set_Item_m8DACB7927C90150E7106C30D4EEB080504378576 (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * __this, int32_t ___index0, SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * ___value1, const RuntimeMethod* method) { (( void (*) (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *, int32_t, SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 *, const RuntimeMethod*))List_1_set_Item_m73674D291C1D6030C21A39003E4743D110ACC6A2_gshared)(__this, ___index0, ___value1, method); } // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) inline void List_1_RemoveRange_m84E8138D9C57275D0DC794C2614085B57D0AC433 (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { (( void (*) (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m0BBC3852B9B0719DDA7E6AFEF3C3E3CD165DF5AA_gshared)(__this, ___index0, ___count1, method); } // System.Int32 System.Array::GetLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070 (const RuntimeMethod* method); #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libc_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL uname(intptr_t); #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.IPv6AddressHelper::ParseCanonicalName(System.String,System.Int32,System.Boolean&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IPv6AddressHelper_ParseCanonicalName_mC503B03E3789401C8ECF2DC00C0F8CE7AEDF6DD5 (String_t* ___str0, int32_t ___start1, bool* ___isLoopback2, String_t** ___scopeId3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); s_Il2CppMethodInitialized = true; } uint16_t* V_0 = NULL; { uintptr_t L_0 = ((uintptr_t)((int32_t)16)); int8_t* L_1 = (int8_t*) (L_0 ? alloca(L_0) : NULL); memset(L_1, 0, L_0); V_0 = (uint16_t*)(L_1); uint16_t* L_2 = V_0; *((int64_t*)L_2) = (int64_t)((int64_t)((int64_t)0)); uint16_t* L_3 = V_0; *((int64_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)8))) = (int64_t)((int64_t)((int64_t)0)); bool* L_4 = ___isLoopback2; String_t* L_5 = ___str0; uint16_t* L_6 = V_0; int32_t L_7 = ___start1; String_t** L_8 = ___scopeId3; bool L_9; L_9 = IPv6AddressHelper_Parse_mEE8034CEF61D227A11D95A1D386EAFE1C415F35E(L_5, (uint16_t*)(uint16_t*)L_6, L_7, (String_t**)L_8, /*hidden argument*/NULL); *((int8_t*)L_4) = (int8_t)L_9; uint16_t* L_10 = V_0; String_t* L_11; L_11 = IPv6AddressHelper_CreateCanonicalName_mC4D2285C3C75F324F12D032512587F978C896DBB((uint16_t*)(uint16_t*)L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1, L_11, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, /*hidden argument*/NULL); return L_12; } } // System.String System.IPv6AddressHelper::CreateCanonicalName(System.UInt16*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IPv6AddressHelper_CreateCanonicalName_mC4D2285C3C75F324F12D032512587F978C896DBB (uint16_t* ___numbers0, 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mE3B72B1BB3B8DD41788D39A3AF38E6A94B241400_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m40417D9B18D29FD4A072DABC1449DACEF8009C6A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA62CFA71484048A37C3903DD1A89AD7E6DA67F61); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE40F0638FB44416320D32BC72A6D591325193B9C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF08DE2DA4F18517CA9EB7D620BCE4C585C642D91); s_Il2CppMethodInitialized = true; } KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; StringBuilder_t * V_2 = NULL; int32_t V_3 = 0; { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); bool L_0; L_0 = UriParser_get_ShouldUseLegacyV2Quirks_m999F115810F8CD526705FC7FE28DC78348BB6B58(/*hidden argument*/NULL); if (!L_0) { goto IL_0090; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)8); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; uint16_t* L_4 = ___numbers0; int32_t L_5 = *((uint16_t*)L_4); uint16_t L_6 = ((uint16_t)L_5); RuntimeObject * L_7 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_6); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_7); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_7); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_3; uint16_t* L_9 = ___numbers0; int32_t L_10 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2))); uint16_t L_11 = ((uint16_t)L_10); RuntimeObject * L_12 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_11); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_12); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_12); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_8; uint16_t* L_14 = ___numbers0; int32_t L_15 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2))))); uint16_t L_16 = ((uint16_t)L_15); RuntimeObject * L_17 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_16); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_17); (L_13)->SetAt(static_cast(2), (RuntimeObject *)L_17); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = L_13; uint16_t* L_19 = ___numbers0; int32_t L_20 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)2))))); uint16_t L_21 = ((uint16_t)L_20); RuntimeObject * L_22 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_21); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_22); (L_18)->SetAt(static_cast(3), (RuntimeObject *)L_22); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_23 = L_18; uint16_t* L_24 = ___numbers0; int32_t L_25 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_24, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)2))))); uint16_t L_26 = ((uint16_t)L_25); RuntimeObject * L_27 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_26); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_27); (L_23)->SetAt(static_cast(4), (RuntimeObject *)L_27); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_28 = L_23; uint16_t* L_29 = ___numbers0; int32_t L_30 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_29, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)2))))); uint16_t L_31 = ((uint16_t)L_30); RuntimeObject * L_32 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_31); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_32); (L_28)->SetAt(static_cast(5), (RuntimeObject *)L_32); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_33 = L_28; uint16_t* L_34 = ___numbers0; int32_t L_35 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)2))))); uint16_t L_36 = ((uint16_t)L_35); RuntimeObject * L_37 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_36); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_37); (L_33)->SetAt(static_cast(6), (RuntimeObject *)L_37); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_38 = L_33; uint16_t* L_39 = ___numbers0; int32_t L_40 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_39, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)2))))); uint16_t L_41 = ((uint16_t)L_40); RuntimeObject * L_42 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_41); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_42); (L_38)->SetAt(static_cast(7), (RuntimeObject *)L_42); String_t* L_43; L_43 = String_Format_m2CD22B92BC86D731EC55ED4D2A970491CBFD1C51(L_1, _stringLiteralA62CFA71484048A37C3903DD1A89AD7E6DA67F61, L_38, /*hidden argument*/NULL); return L_43; } IL_0090: { uint16_t* L_44 = ___numbers0; KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB L_45; L_45 = IPv6AddressHelper_FindCompressionRange_mD237D50AD02FDF745AA24607A9A4912C2E72AC67((uint16_t*)(uint16_t*)L_44, /*hidden argument*/NULL); V_0 = L_45; uint16_t* L_46 = ___numbers0; bool L_47; L_47 = IPv6AddressHelper_ShouldHaveIpv4Embedded_mE1C08E36D6A3F31AF7A22404F392DBCEC3D5C2A1((uint16_t*)(uint16_t*)L_46, /*hidden argument*/NULL); V_1 = L_47; StringBuilder_t * L_48 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_48, /*hidden argument*/NULL); V_2 = L_48; V_3 = 0; goto IL_01a4; } IL_00ab: { bool L_49 = V_1; if (!L_49) { goto IL_0123; } } { int32_t L_50 = V_3; if ((!(((uint32_t)L_50) == ((uint32_t)6)))) { goto IL_0123; } } { StringBuilder_t * L_51 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_52; L_52 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_53 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_54 = L_53; uint16_t* L_55 = ___numbers0; int32_t L_56 = V_3; int32_t L_57 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_55, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_56), (int32_t)2))))); int32_t L_58 = ((int32_t)((int32_t)L_57>>(int32_t)8)); RuntimeObject * L_59 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_58); NullCheck(L_54); ArrayElementTypeCheck (L_54, L_59); (L_54)->SetAt(static_cast(0), (RuntimeObject *)L_59); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_60 = L_54; uint16_t* L_61 = ___numbers0; int32_t L_62 = V_3; int32_t L_63 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_61, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_62), (int32_t)2))))); int32_t L_64 = ((int32_t)((int32_t)L_63&(int32_t)((int32_t)255))); RuntimeObject * L_65 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_64); NullCheck(L_60); ArrayElementTypeCheck (L_60, L_65); (L_60)->SetAt(static_cast(1), (RuntimeObject *)L_65); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_66 = L_60; uint16_t* L_67 = ___numbers0; int32_t L_68 = V_3; int32_t L_69 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_67, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1))), (int32_t)2))))); int32_t L_70 = ((int32_t)((int32_t)L_69>>(int32_t)8)); RuntimeObject * L_71 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_70); NullCheck(L_66); ArrayElementTypeCheck (L_66, L_71); (L_66)->SetAt(static_cast(2), (RuntimeObject *)L_71); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_72 = L_66; uint16_t* L_73 = ___numbers0; int32_t L_74 = V_3; int32_t L_75 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_73, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1))), (int32_t)2))))); int32_t L_76 = ((int32_t)((int32_t)L_75&(int32_t)((int32_t)255))); RuntimeObject * L_77 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_76); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_77); (L_72)->SetAt(static_cast(3), (RuntimeObject *)L_77); String_t* L_78; L_78 = String_Format_m2CD22B92BC86D731EC55ED4D2A970491CBFD1C51(L_52, _stringLiteralE40F0638FB44416320D32BC72A6D591325193B9C, L_72, /*hidden argument*/NULL); NullCheck(L_51); StringBuilder_t * L_79; L_79 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_51, L_78, /*hidden argument*/NULL); goto IL_01ab; } IL_0123: { int32_t L_80; L_80 = KeyValuePair_2_get_Key_mE3B72B1BB3B8DD41788D39A3AF38E6A94B241400_inline((KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Key_mE3B72B1BB3B8DD41788D39A3AF38E6A94B241400_RuntimeMethod_var); int32_t L_81 = V_3; if ((!(((uint32_t)L_80) == ((uint32_t)L_81)))) { goto IL_0139; } } { StringBuilder_t * L_82 = V_2; NullCheck(L_82); StringBuilder_t * L_83; L_83 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_82, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, /*hidden argument*/NULL); } IL_0139: { int32_t L_84; L_84 = KeyValuePair_2_get_Key_mE3B72B1BB3B8DD41788D39A3AF38E6A94B241400_inline((KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Key_mE3B72B1BB3B8DD41788D39A3AF38E6A94B241400_RuntimeMethod_var); int32_t L_85 = V_3; if ((((int32_t)L_84) > ((int32_t)L_85))) { goto IL_015b; } } { int32_t L_86; L_86 = KeyValuePair_2_get_Value_m40417D9B18D29FD4A072DABC1449DACEF8009C6A_inline((KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m40417D9B18D29FD4A072DABC1449DACEF8009C6A_RuntimeMethod_var); if ((!(((uint32_t)L_86) == ((uint32_t)7)))) { goto IL_015b; } } { StringBuilder_t * L_87 = V_2; NullCheck(L_87); StringBuilder_t * L_88; L_88 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_87, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, /*hidden argument*/NULL); goto IL_01ab; } IL_015b: { int32_t L_89; L_89 = KeyValuePair_2_get_Key_mE3B72B1BB3B8DD41788D39A3AF38E6A94B241400_inline((KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Key_mE3B72B1BB3B8DD41788D39A3AF38E6A94B241400_RuntimeMethod_var); int32_t L_90 = V_3; if ((((int32_t)L_89) > ((int32_t)L_90))) { goto IL_016f; } } { int32_t L_91 = V_3; int32_t L_92; L_92 = KeyValuePair_2_get_Value_m40417D9B18D29FD4A072DABC1449DACEF8009C6A_inline((KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *)(&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m40417D9B18D29FD4A072DABC1449DACEF8009C6A_RuntimeMethod_var); if ((((int32_t)L_91) <= ((int32_t)L_92))) { goto IL_01a0; } } IL_016f: { int32_t L_93 = V_3; if (!L_93) { goto IL_017e; } } { StringBuilder_t * L_94 = V_2; NullCheck(L_94); StringBuilder_t * L_95; L_95 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_94, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, /*hidden argument*/NULL); } IL_017e: { StringBuilder_t * L_96 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_97; L_97 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); uint16_t* L_98 = ___numbers0; int32_t L_99 = V_3; int32_t L_100 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_98, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_99), (int32_t)2))))); uint16_t L_101 = ((uint16_t)L_100); RuntimeObject * L_102 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_101); String_t* L_103; L_103 = String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB(L_97, _stringLiteralF08DE2DA4F18517CA9EB7D620BCE4C585C642D91, L_102, /*hidden argument*/NULL); NullCheck(L_96); StringBuilder_t * L_104; L_104 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_96, L_103, /*hidden argument*/NULL); } IL_01a0: { int32_t L_105 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)); } IL_01a4: { int32_t L_106 = V_3; if ((((int32_t)L_106) < ((int32_t)8))) { goto IL_00ab; } } IL_01ab: { StringBuilder_t * L_107 = V_2; NullCheck(L_107); String_t* L_108; L_108 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_107); return L_108; } } // System.Collections.Generic.KeyValuePair`2 System.IPv6AddressHelper::FindCompressionRange(System.UInt16*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB IPv6AddressHelper_FindCompressionRange_mD237D50AD02FDF745AA24607A9A4912C2E72AC67 (uint16_t* ___numbers0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2__ctor_mAC437FAF19B6F21DD90D59C629BA8F7967971E56_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = 0; V_1 = (-1); V_2 = 0; V_3 = 0; goto IL_002b; } IL_000a: { uint16_t* L_0 = ___numbers0; int32_t L_1 = V_3; int32_t L_2 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_1), (int32_t)2))))); if (L_2) { goto IL_0025; } } { int32_t L_3 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); int32_t L_4 = V_2; int32_t L_5 = V_0; if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_0027; } } { int32_t L_6 = V_2; V_0 = L_6; int32_t L_7 = V_3; int32_t L_8 = V_2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)), (int32_t)1)); goto IL_0027; } IL_0025: { V_2 = 0; } IL_0027: { int32_t L_9 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002b: { int32_t L_10 = V_3; if ((((int32_t)L_10) < ((int32_t)8))) { goto IL_000a; } } { int32_t L_11 = V_0; if ((((int32_t)L_11) < ((int32_t)2))) { goto IL_003f; } } { int32_t L_12 = V_1; int32_t L_13 = V_1; int32_t L_14 = V_0; KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB L_15; memset((&L_15), 0, sizeof(L_15)); KeyValuePair_2__ctor_mAC437FAF19B6F21DD90D59C629BA8F7967971E56((&L_15), L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)), (int32_t)1)), /*hidden argument*/KeyValuePair_2__ctor_mAC437FAF19B6F21DD90D59C629BA8F7967971E56_RuntimeMethod_var); return L_15; } IL_003f: { KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_mAC437FAF19B6F21DD90D59C629BA8F7967971E56((&L_16), (-1), (-1), /*hidden argument*/KeyValuePair_2__ctor_mAC437FAF19B6F21DD90D59C629BA8F7967971E56_RuntimeMethod_var); return L_16; } } // System.Boolean System.IPv6AddressHelper::ShouldHaveIpv4Embedded(System.UInt16*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_ShouldHaveIpv4Embedded_mE1C08E36D6A3F31AF7A22404F392DBCEC3D5C2A1 (uint16_t* ___numbers0, const RuntimeMethod* method) { { uint16_t* L_0 = ___numbers0; int32_t L_1 = *((uint16_t*)L_0); if (L_1) { goto IL_0060; } } { uint16_t* L_2 = ___numbers0; int32_t L_3 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)2))); if (L_3) { goto IL_0060; } } { uint16_t* L_4 = ___numbers0; int32_t L_5 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2))))); if (L_5) { goto IL_0060; } } { uint16_t* L_6 = ___numbers0; int32_t L_7 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)2))))); if (L_7) { goto IL_0060; } } { uint16_t* L_8 = ___numbers0; int32_t L_9 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)2))))); if (!L_9) { goto IL_0060; } } { uint16_t* L_10 = ___numbers0; int32_t L_11 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)2))))); if (L_11) { goto IL_0047; } } { uint16_t* L_12 = ___numbers0; int32_t L_13 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)2))))); if (!L_13) { goto IL_0045; } } { uint16_t* L_14 = ___numbers0; int32_t L_15 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)2))))); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)65535))))) { goto IL_0047; } } IL_0045: { return (bool)1; } IL_0047: { uint16_t* L_16 = ___numbers0; int32_t L_17 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)2))))); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)65535))))) { goto IL_0060; } } { uint16_t* L_18 = ___numbers0; int32_t L_19 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)2))))); if (L_19) { goto IL_0060; } } { return (bool)1; } IL_0060: { uint16_t* L_20 = ___numbers0; int32_t L_21 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_20, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)2))))); if (L_21) { goto IL_0079; } } { uint16_t* L_22 = ___numbers0; int32_t L_23 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)2))))); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)24318))))) { goto IL_0079; } } { return (bool)1; } IL_0079: { return (bool)0; } } // System.Boolean System.IPv6AddressHelper::InternalIsValid(System.Char*,System.Int32,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_InternalIsValid_m5DCE3337321A00C53961888EA71C3A78F74F3B89 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___validateStrictAddress3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; Il2CppChar V_9 = 0x0; int32_t G_B6_0 = 0; int32_t G_B52_0 = 0; int32_t G_B51_0 = 0; int32_t G_B53_0 = 0; int32_t G_B53_1 = 0; int32_t G_B58_0 = 0; { V_0 = 0; V_1 = 0; V_2 = (bool)0; V_3 = (bool)0; V_4 = (bool)0; V_5 = (bool)1; V_6 = 1; int32_t L_0 = ___start1; V_7 = L_0; goto IL_0145; } IL_0019: { bool L_1 = V_4; if (L_1) { goto IL_002c; } } { Il2CppChar* L_2 = ___name0; int32_t L_3 = V_7; int32_t L_4 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_3), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_5; L_5 = Uri_IsHexDigit_m676840243947DC57375B30552D79F9A312048BA2(L_4, /*hidden argument*/NULL); G_B6_0 = ((int32_t)(L_5)); goto IL_004a; } IL_002c: { Il2CppChar* L_6 = ___name0; int32_t L_7 = V_7; int32_t L_8 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_7), (int32_t)2))))); if ((((int32_t)L_8) < ((int32_t)((int32_t)48)))) { goto IL_0049; } } { Il2CppChar* L_9 = ___name0; int32_t L_10 = V_7; int32_t L_11 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_10), (int32_t)2))))); G_B6_0 = ((((int32_t)((((int32_t)L_11) > ((int32_t)((int32_t)57)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_004a; } IL_0049: { G_B6_0 = 0; } IL_004a: { if (!G_B6_0) { goto IL_0058; } } { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); V_5 = (bool)0; goto IL_013f; } IL_0058: { int32_t L_13 = V_1; if ((((int32_t)L_13) <= ((int32_t)4))) { goto IL_005e; } } { return (bool)0; } IL_005e: { int32_t L_14 = V_1; if (!L_14) { goto IL_006b; } } { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); int32_t L_16 = V_7; int32_t L_17 = V_1; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)); } IL_006b: { Il2CppChar* L_18 = ___name0; int32_t L_19 = V_7; int32_t L_20 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_19), (int32_t)2))))); V_9 = L_20; Il2CppChar L_21 = V_9; if ((!(((uint32_t)L_21) <= ((uint32_t)((int32_t)46))))) { goto IL_008f; } } { Il2CppChar L_22 = V_9; if ((((int32_t)L_22) == ((int32_t)((int32_t)37)))) { goto IL_00a6; } } { Il2CppChar L_23 = V_9; if ((((int32_t)L_23) == ((int32_t)((int32_t)46)))) { goto IL_0113; } } { goto IL_013b; } IL_008f: { Il2CppChar L_24 = V_9; if ((((int32_t)L_24) == ((int32_t)((int32_t)47)))) { goto IL_00fb; } } { Il2CppChar L_25 = V_9; if ((((int32_t)L_25) == ((int32_t)((int32_t)58)))) { goto IL_00d7; } } { Il2CppChar L_26 = V_9; if ((((int32_t)L_26) == ((int32_t)((int32_t)93)))) { goto IL_00cd; } } { goto IL_013b; } IL_00a6: { int32_t L_27 = V_7; int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); V_7 = L_28; int32_t* L_29 = ___end2; int32_t L_30 = *((int32_t*)L_29); if ((!(((uint32_t)L_28) == ((uint32_t)L_30)))) { goto IL_00b3; } } { return (bool)0; } IL_00b3: { Il2CppChar* L_31 = ___name0; int32_t L_32 = V_7; int32_t L_33 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_32), (int32_t)2))))); if ((((int32_t)L_33) == ((int32_t)((int32_t)93)))) { goto IL_00cd; } } { Il2CppChar* L_34 = ___name0; int32_t L_35 = V_7; int32_t L_36 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_35), (int32_t)2))))); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)47))))) { goto IL_00a6; } } { goto IL_00fb; } IL_00cd: { int32_t L_37 = V_7; ___start1 = L_37; int32_t* L_38 = ___end2; int32_t L_39 = *((int32_t*)L_38); V_7 = L_39; goto IL_013f; } IL_00d7: { int32_t L_40 = V_7; if ((((int32_t)L_40) <= ((int32_t)0))) { goto IL_00f6; } } { Il2CppChar* L_41 = ___name0; int32_t L_42 = V_7; int32_t L_43 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_41, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1))), (int32_t)2))))); if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)58))))) { goto IL_00f6; } } { bool L_44 = V_2; if (!L_44) { goto IL_00ef; } } { return (bool)0; } IL_00ef: { V_2 = (bool)1; V_5 = (bool)0; goto IL_013d; } IL_00f6: { V_5 = (bool)1; goto IL_013d; } IL_00fb: { bool L_45 = ___validateStrictAddress3; if (!L_45) { goto IL_0100; } } { return (bool)0; } IL_0100: { int32_t L_46 = V_0; bool L_47 = V_4; if (!((int32_t)((int32_t)((((int32_t)L_46) == ((int32_t)0))? 1 : 0)|(int32_t)L_47))) { goto IL_010b; } } { return (bool)0; } IL_010b: { V_4 = (bool)1; V_5 = (bool)1; goto IL_013d; } IL_0113: { bool L_48 = V_3; if (!L_48) { goto IL_0118; } } { return (bool)0; } IL_0118: { int32_t* L_49 = ___end2; int32_t L_50 = *((int32_t*)L_49); V_7 = L_50; Il2CppChar* L_51 = ___name0; int32_t L_52 = V_6; bool L_53; L_53 = IPv4AddressHelper_IsValid_mAECBB3F7A7CD2F4BF7553541394E8C1976EA56BF((Il2CppChar*)(Il2CppChar*)L_51, L_52, (int32_t*)(&V_7), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); if (L_53) { goto IL_012d; } } { return (bool)0; } IL_012d: { int32_t L_54 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); V_3 = (bool)1; int32_t L_55 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)1)); goto IL_013d; } IL_013b: { return (bool)0; } IL_013d: { V_1 = 0; } IL_013f: { int32_t L_56 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0145: { int32_t L_57 = V_7; int32_t* L_58 = ___end2; int32_t L_59 = *((int32_t*)L_58); if ((((int32_t)L_57) < ((int32_t)L_59))) { goto IL_0019; } } { bool L_60 = V_4; if (!L_60) { goto IL_015c; } } { int32_t L_61 = V_1; if ((((int32_t)L_61) < ((int32_t)1))) { goto IL_015a; } } { int32_t L_62 = V_1; if ((((int32_t)L_62) <= ((int32_t)2))) { goto IL_015c; } } IL_015a: { return (bool)0; } IL_015c: { bool L_63 = V_4; G_B51_0 = 8; if (L_63) { G_B52_0 = 8; goto IL_0164; } } { G_B53_0 = 0; G_B53_1 = G_B51_0; goto IL_0165; } IL_0164: { G_B53_0 = 1; G_B53_1 = G_B52_0; } IL_0165: { V_8 = ((int32_t)il2cpp_codegen_add((int32_t)G_B53_1, (int32_t)G_B53_0)); bool L_64 = V_5; if (L_64) { goto IL_0192; } } { int32_t L_65 = V_1; if ((((int32_t)L_65) > ((int32_t)4))) { goto IL_0192; } } { bool L_66 = V_2; if (L_66) { goto IL_017a; } } { int32_t L_67 = V_0; int32_t L_68 = V_8; G_B58_0 = ((((int32_t)L_67) == ((int32_t)L_68))? 1 : 0); goto IL_017f; } IL_017a: { int32_t L_69 = V_0; int32_t L_70 = V_8; G_B58_0 = ((((int32_t)L_69) < ((int32_t)L_70))? 1 : 0); } IL_017f: { if (!G_B58_0) { goto IL_0192; } } { int32_t L_71 = V_7; int32_t* L_72 = ___end2; int32_t L_73 = *((int32_t*)L_72); if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)))))) { goto IL_0190; } } { int32_t* L_74 = ___end2; int32_t L_75 = ___start1; *((int32_t*)L_74) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); return (bool)1; } IL_0190: { return (bool)0; } IL_0192: { return (bool)0; } } // System.Boolean System.IPv6AddressHelper::IsValid(System.Char*,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_IsValid_m9FB7DFCDF16172F1399DA2D7F8553909528E2C7F (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___name0; int32_t L_1 = ___start1; int32_t* L_2 = ___end2; bool L_3; L_3 = IPv6AddressHelper_InternalIsValid_m5DCE3337321A00C53961888EA71C3A78F74F3B89((Il2CppChar*)(Il2CppChar*)L_0, L_1, (int32_t*)L_2, (bool)0, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.IPv6AddressHelper::IsValidStrict(System.Char*,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_IsValidStrict_m27CCDE9F0DDD213D9E2DB927B19D0BFD9D479234 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___name0; int32_t L_1 = ___start1; int32_t* L_2 = ___end2; bool L_3; L_3 = IPv6AddressHelper_InternalIsValid_m5DCE3337321A00C53961888EA71C3A78F74F3B89((Il2CppChar*)(Il2CppChar*)L_0, L_1, (int32_t*)L_2, (bool)1, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.IPv6AddressHelper::Parse(System.String,System.UInt16*,System.Int32,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_Parse_mEE8034CEF61D227A11D95A1D386EAFE1C415F35E (String_t* ___address0, uint16_t* ___numbers1, int32_t ___start2, String_t** ___scopeId3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; { V_0 = 0; V_1 = 0; V_2 = (-1); V_3 = (bool)1; V_4 = 0; String_t* L_0 = ___address0; int32_t L_1 = ___start2; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)91))))) { goto IL_001b; } } { int32_t L_3 = ___start2; ___start2 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_001b: { int32_t L_4 = ___start2; V_5 = L_4; goto IL_01f1; } IL_0023: { String_t* L_5 = ___address0; int32_t L_6 = V_5; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); V_6 = L_7; Il2CppChar L_8 = V_6; if ((((int32_t)L_8) == ((int32_t)((int32_t)37)))) { goto IL_0047; } } { Il2CppChar L_9 = V_6; if ((((int32_t)L_9) == ((int32_t)((int32_t)47)))) { goto IL_0198; } } { Il2CppChar L_10 = V_6; if ((((int32_t)L_10) == ((int32_t)((int32_t)58)))) { goto IL_00a9; } } { goto IL_01d9; } IL_0047: { bool L_11 = V_3; if (!L_11) { goto IL_0059; } } { uint16_t* L_12 = ___numbers1; int32_t L_13 = V_1; int32_t L_14 = L_13; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); int32_t L_15 = V_0; *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))) = (int16_t)((int32_t)((uint16_t)L_15)); V_3 = (bool)0; } IL_0059: { int32_t L_16 = V_5; ___start2 = L_16; int32_t L_17 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); goto IL_006b; } IL_0065: { int32_t L_18 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_006b: { String_t* L_19 = ___address0; int32_t L_20 = V_5; NullCheck(L_19); Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_19, L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) == ((int32_t)((int32_t)93)))) { goto IL_0083; } } { String_t* L_22 = ___address0; int32_t L_23 = V_5; NullCheck(L_22); Il2CppChar L_24; L_24 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_22, L_23, /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)47))))) { goto IL_0065; } } IL_0083: { String_t** L_25 = ___scopeId3; String_t* L_26 = ___address0; int32_t L_27 = ___start2; int32_t L_28 = V_5; int32_t L_29 = ___start2; NullCheck(L_26); String_t* L_30; L_30 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_26, L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL); *((RuntimeObject **)L_25) = (RuntimeObject *)L_30; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_25, (void*)(RuntimeObject *)L_30); goto IL_0098; } IL_0092: { int32_t L_31 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0098: { String_t* L_32 = ___address0; int32_t L_33 = V_5; NullCheck(L_32); Il2CppChar L_34; L_34 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_32, L_33, /*hidden argument*/NULL); if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)93))))) { goto IL_0092; } } { goto IL_01f1; } IL_00a9: { uint16_t* L_35 = ___numbers1; int32_t L_36 = V_1; int32_t L_37 = L_36; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); int32_t L_38 = V_0; *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_35, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_37), (int32_t)2))))) = (int16_t)((int32_t)((uint16_t)L_38)); V_0 = 0; int32_t L_39 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); String_t* L_40 = ___address0; int32_t L_41 = V_5; NullCheck(L_40); Il2CppChar L_42; L_42 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_40, L_41, /*hidden argument*/NULL); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)58))))) { goto IL_00d4; } } { int32_t L_43 = V_1; V_2 = L_43; int32_t L_44 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); goto IL_00df; } IL_00d4: { int32_t L_45 = V_2; if ((((int32_t)L_45) >= ((int32_t)0))) { goto IL_00df; } } { int32_t L_46 = V_1; if ((((int32_t)L_46) < ((int32_t)6))) { goto IL_01f1; } } IL_00df: { int32_t L_47 = V_5; V_7 = L_47; goto IL_0158; } IL_00e5: { String_t* L_48 = ___address0; int32_t L_49 = V_7; NullCheck(L_48); Il2CppChar L_50; L_50 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_48, L_49, /*hidden argument*/NULL); if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)46))))) { goto IL_0152; } } { goto IL_00f9; } IL_00f3: { int32_t L_51 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_00f9: { String_t* L_52 = ___address0; int32_t L_53 = V_7; NullCheck(L_52); Il2CppChar L_54; L_54 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_52, L_53, /*hidden argument*/NULL); if ((((int32_t)L_54) == ((int32_t)((int32_t)93)))) { goto IL_011d; } } { String_t* L_55 = ___address0; int32_t L_56 = V_7; NullCheck(L_55); Il2CppChar L_57; L_57 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_55, L_56, /*hidden argument*/NULL); if ((((int32_t)L_57) == ((int32_t)((int32_t)47)))) { goto IL_011d; } } { String_t* L_58 = ___address0; int32_t L_59 = V_7; NullCheck(L_58); Il2CppChar L_60; L_60 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_58, L_59, /*hidden argument*/NULL); if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)37))))) { goto IL_00f3; } } IL_011d: { String_t* L_61 = ___address0; int32_t L_62 = V_5; int32_t L_63 = V_7; int32_t L_64; L_64 = IPv4AddressHelper_ParseHostNumber_m692F37F43732F30533E07772167EDBEF183BE00E(L_61, L_62, L_63, /*hidden argument*/NULL); V_0 = L_64; uint16_t* L_65 = ___numbers1; int32_t L_66 = V_1; int32_t L_67 = L_66; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); int32_t L_68 = V_0; *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_65, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_67), (int32_t)2))))) = (int16_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_68>>(int32_t)((int32_t)16))))); uint16_t* L_69 = ___numbers1; int32_t L_70 = V_1; int32_t L_71 = L_70; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); int32_t L_72 = V_0; *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_69, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_71), (int32_t)2))))) = (int16_t)((int32_t)((uint16_t)L_72)); int32_t L_73 = V_7; V_5 = L_73; V_0 = 0; V_3 = (bool)0; goto IL_01f1; } IL_0152: { int32_t L_74 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); } IL_0158: { String_t* L_75 = ___address0; int32_t L_76 = V_7; NullCheck(L_75); Il2CppChar L_77; L_77 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_75, L_76, /*hidden argument*/NULL); if ((((int32_t)L_77) == ((int32_t)((int32_t)93)))) { goto IL_01f1; } } { String_t* L_78 = ___address0; int32_t L_79 = V_7; NullCheck(L_78); Il2CppChar L_80; L_80 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_78, L_79, /*hidden argument*/NULL); if ((((int32_t)L_80) == ((int32_t)((int32_t)58)))) { goto IL_01f1; } } { String_t* L_81 = ___address0; int32_t L_82 = V_7; NullCheck(L_81); Il2CppChar L_83; L_83 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_81, L_82, /*hidden argument*/NULL); if ((((int32_t)L_83) == ((int32_t)((int32_t)37)))) { goto IL_01f1; } } { String_t* L_84 = ___address0; int32_t L_85 = V_7; NullCheck(L_84); Il2CppChar L_86; L_86 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_84, L_85, /*hidden argument*/NULL); if ((((int32_t)L_86) == ((int32_t)((int32_t)47)))) { goto IL_01f1; } } { int32_t L_87 = V_7; int32_t L_88 = V_5; if ((((int32_t)L_87) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)4))))) { goto IL_00e5; } } { goto IL_01f1; } IL_0198: { bool L_89 = V_3; if (!L_89) { goto IL_01aa; } } { uint16_t* L_90 = ___numbers1; int32_t L_91 = V_1; int32_t L_92 = L_91; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); int32_t L_93 = V_0; *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_90, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_92), (int32_t)2))))) = (int16_t)((int32_t)((uint16_t)L_93)); V_3 = (bool)0; } IL_01aa: { int32_t L_94 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); goto IL_01cb; } IL_01b2: { int32_t L_95 = V_4; String_t* L_96 = ___address0; int32_t L_97 = V_5; NullCheck(L_96); Il2CppChar L_98; L_98 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_96, L_97, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_95, (int32_t)((int32_t)10))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)((int32_t)48))))); int32_t L_99 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)); } IL_01cb: { String_t* L_100 = ___address0; int32_t L_101 = V_5; NullCheck(L_100); Il2CppChar L_102; L_102 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_100, L_101, /*hidden argument*/NULL); if ((!(((uint32_t)L_102) == ((uint32_t)((int32_t)93))))) { goto IL_01b2; } } { goto IL_01f1; } IL_01d9: { int32_t L_103 = V_0; String_t* L_104 = ___address0; int32_t L_105 = V_5; int32_t L_106 = L_105; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)); NullCheck(L_104); Il2CppChar L_107; L_107 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_104, L_106, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_108; L_108 = Uri_FromHex_mA14A33DB60EBA018558CEF8F7EB5B1FBFECFAD8B(L_107, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)((int32_t)16))), (int32_t)L_108)); } IL_01f1: { int32_t L_109 = V_5; String_t* L_110 = ___address0; NullCheck(L_110); int32_t L_111; L_111 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_110, /*hidden argument*/NULL); if ((((int32_t)L_109) >= ((int32_t)L_111))) { goto IL_020a; } } { String_t* L_112 = ___address0; int32_t L_113 = V_5; NullCheck(L_112); Il2CppChar L_114; L_114 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_112, L_113, /*hidden argument*/NULL); if ((!(((uint32_t)L_114) == ((uint32_t)((int32_t)93))))) { goto IL_0023; } } IL_020a: { bool L_115 = V_3; if (!L_115) { goto IL_021a; } } { uint16_t* L_116 = ___numbers1; int32_t L_117 = V_1; int32_t L_118 = L_117; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)1)); int32_t L_119 = V_0; *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_116, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_118), (int32_t)2))))) = (int16_t)((int32_t)((uint16_t)L_119)); } IL_021a: { int32_t L_120 = V_2; if ((((int32_t)L_120) <= ((int32_t)0))) { goto IL_025b; } } { V_8 = 7; int32_t L_121 = V_1; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_121, (int32_t)1)); int32_t L_122 = V_1; int32_t L_123 = V_2; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_122, (int32_t)L_123)); goto IL_0256; } IL_022d: { uint16_t* L_124 = ___numbers1; int32_t L_125 = V_8; int32_t L_126 = L_125; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_126, (int32_t)1)); uint16_t* L_127 = ___numbers1; int32_t L_128 = V_9; int32_t L_129 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_127, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_128), (int32_t)2))))); *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_124, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_126), (int32_t)2))))) = (int16_t)L_129; uint16_t* L_130 = ___numbers1; int32_t L_131 = V_9; int32_t L_132 = L_131; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_132, (int32_t)1)); *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_130, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_132), (int32_t)2))))) = (int16_t)0; int32_t L_133 = V_10; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_133, (int32_t)1)); } IL_0256: { int32_t L_134 = V_10; if ((((int32_t)L_134) > ((int32_t)0))) { goto IL_022d; } } IL_025b: { uint16_t* L_135 = ___numbers1; int32_t L_136 = *((uint16_t*)L_135); if (L_136) { goto IL_02d2; } } { uint16_t* L_137 = ___numbers1; int32_t L_138 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_137, (int32_t)2))); if (L_138) { goto IL_02d2; } } { uint16_t* L_139 = ___numbers1; int32_t L_140 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_139, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2))))); if (L_140) { goto IL_02d2; } } { uint16_t* L_141 = ___numbers1; int32_t L_142 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_141, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)2))))); if (L_142) { goto IL_02d2; } } { uint16_t* L_143 = ___numbers1; int32_t L_144 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_143, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)2))))); if (L_144) { goto IL_02d2; } } { uint16_t* L_145 = ___numbers1; int32_t L_146 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_145, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)2))))); if (L_146) { goto IL_029c; } } { uint16_t* L_147 = ___numbers1; int32_t L_148 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_147, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)2))))); if (L_148) { goto IL_029c; } } { uint16_t* L_149 = ___numbers1; int32_t L_150 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_149, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)2))))); if ((((int32_t)L_150) == ((int32_t)1))) { goto IL_02d0; } } IL_029c: { uint16_t* L_151 = ___numbers1; int32_t L_152 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_151, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)2))))); if ((!(((uint32_t)L_152) == ((uint32_t)((int32_t)32512))))) { goto IL_02ce; } } { uint16_t* L_153 = ___numbers1; int32_t L_154 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_153, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)2))))); if ((!(((uint32_t)L_154) == ((uint32_t)1)))) { goto IL_02ce; } } { uint16_t* L_155 = ___numbers1; int32_t L_156 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_155, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)2))))); if (!L_156) { goto IL_02cc; } } { uint16_t* L_157 = ___numbers1; int32_t L_158 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_157, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)2))))); return (bool)((((int32_t)L_158) == ((int32_t)((int32_t)65535)))? 1 : 0); } IL_02cc: { return (bool)1; } IL_02ce: { return (bool)0; } IL_02d0: { return (bool)1; } IL_02d2: { 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.ComponentModel.Int16Converter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Int16Converter__ctor_m4F4E6E68FBDBC778F893D30D9A63F3086D0C87FD (Int16Converter_t06F8132C8D9EB4AACD2798F07FF71AA0F4D23363 * __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m18967D5B511402093936893A249438FB94D5BDA3(__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.ComponentModel.Int32Converter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Int32Converter__ctor_m3A8A43E94E6267B6978193DA829E2F84189F03B1 (Int32Converter_t7CB6D229AF03701BFDDC546C8C398AAF320BA094 * __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m18967D5B511402093936893A249438FB94D5BDA3(__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.ComponentModel.Int64Converter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Int64Converter__ctor_m50555C51D87CC6D5E48252B0356968B0F457C3B7 (Int64Converter_t397B7C232C9417FB27D70380FD5C9287819F19F5 * __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m18967D5B511402093936893A249438FB94D5BDA3(__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.Net.InternalException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalException__ctor_mD1CD1128C58BBD0C276E4218668A3840DB16E2BE (InternalException_tC23D90FD6F24F6AFC7163A5F8AF3D4AF817D2184 * __this, const RuntimeMethod* method) { { SystemException__ctor_m54043F92E08342467699C9618B84A119033D4B99(__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.ComponentModel.InvalidEnumArgumentException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidEnumArgumentException__ctor_m2F90ECAD9B02CAA483C6D5CE2951210DF2960942 (InvalidEnumArgumentException_t900DF12581D586D2D9538FBB6F568175243D6637 * __this, const RuntimeMethod* method) { { InvalidEnumArgumentException__ctor_m9F82770D492E88AD5D679EE8A52400E5993CD2C9(__this, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.InvalidEnumArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidEnumArgumentException__ctor_m9F82770D492E88AD5D679EE8A52400E5993CD2C9 (InvalidEnumArgumentException_t900DF12581D586D2D9538FBB6F568175243D6637 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.InvalidEnumArgumentException::.ctor(System.String,System.Int32,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidEnumArgumentException__ctor_mAE5068B990F9D8AD596FE95B591CA6441048D25E (InvalidEnumArgumentException_t900DF12581D586D2D9538FBB6F568175243D6637 * __this, String_t* ___argumentName0, int32_t ___invalidValue1, Type_t * ___enumClass2, 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*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral443F4C4E0724E859C348938724B926BE877FC5FE); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; String_t* L_2 = ___argumentName0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_CurrentCulture_m45CEB001D1509B8171C3557DD56C7521A0F5803E(/*hidden argument*/NULL); String_t* L_5; L_5 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&___invalidValue1), L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_3; Type_t * L_7 = ___enumClass2; NullCheck(L_7); String_t* L_8; L_8 = VirtFuncInvoker0< 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(2), (RuntimeObject *)L_8); String_t* L_9; L_9 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(_stringLiteral443F4C4E0724E859C348938724B926BE877FC5FE, L_6, /*hidden argument*/NULL); String_t* L_10 = ___argumentName0; ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(__this, L_9, L_10, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.InvalidEnumArgumentException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidEnumArgumentException__ctor_mD66B8D9407ABD1314AAC88CDDD9F73CC4FAED3A1 (InvalidEnumArgumentException_t900DF12581D586D2D9538FBB6F568175243D6637 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; ArgumentException__ctor_m95833EB3FF48C75962637E97E056E84C5F608CC5(__this, L_0, L_1, /*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.Net.Configuration.Ipv6Element::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ipv6Element__ctor_m028AE74FB04F381B2B9D34FEB50093224820B173 (Ipv6Element_t6ABD4A6C83A5FBB22931FF90A597DBEFBDCB7B68 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ipv6Element__ctor_m028AE74FB04F381B2B9D34FEB50093224820B173_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(Ipv6Element__ctor_m028AE74FB04F381B2B9D34FEB50093224820B173_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.Ipv6Element::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * Ipv6Element_get_Properties_mD8016B80F04EF4AE6501BD889313DE91D5E00253 (Ipv6Element_t6ABD4A6C83A5FBB22931FF90A597DBEFBDCB7B68 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ipv6Element_get_Properties_mD8016B80F04EF4AE6501BD889313DE91D5E00253_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(Ipv6Element_get_Properties_mD8016B80F04EF4AE6501BD889313DE91D5E00253_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)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.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_mB6188E33378F14F14241DF9BEC16504D8913C1DF (Il2CppChar ___unicode0, bool ___isQuery1, const RuntimeMethod* method) { { Il2CppChar L_0 = ___unicode0; if ((((int32_t)L_0) < ((int32_t)((int32_t)160)))) { goto IL_0010; } } { Il2CppChar L_1 = ___unicode0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)55295)))) { goto IL_0049; } } IL_0010: { Il2CppChar L_2 = ___unicode0; if ((((int32_t)L_2) < ((int32_t)((int32_t)63744)))) { goto IL_0020; } } { Il2CppChar L_3 = ___unicode0; if ((((int32_t)L_3) <= ((int32_t)((int32_t)64975)))) { goto IL_0049; } } IL_0020: { Il2CppChar L_4 = ___unicode0; if ((((int32_t)L_4) < ((int32_t)((int32_t)65008)))) { goto IL_0030; } } { Il2CppChar L_5 = ___unicode0; if ((((int32_t)L_5) <= ((int32_t)((int32_t)65519)))) { goto IL_0049; } } IL_0030: { bool L_6 = ___isQuery1; if (!L_6) { goto IL_0047; } } { Il2CppChar L_7 = ___unicode0; if ((((int32_t)L_7) < ((int32_t)((int32_t)57344)))) { goto IL_0047; } } { Il2CppChar L_8 = ___unicode0; return (bool)((((int32_t)((((int32_t)L_8) > ((int32_t)((int32_t)63743)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0047: { return (bool)0; } IL_0049: { return (bool)1; } } // System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Char,System.Boolean&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_mFC301B32EBD30C5039D7FC366221539142925911 (Il2CppChar ___highSurr0, Il2CppChar ___lowSurr1, bool* ___surrogatePair2, bool ___isQuery3, 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*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05ECDE4FA37D99AB9C256356029BDA339AC0909A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F4997869821EE2A85E8697700968CDB3A43E09A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15428EFDE6CBC42BB38ECB1C1ED2BC18985A61C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18F30814AAC5E0346EF626D2C4D69E75BB8092D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BB3A73D1E65DCBE7CA53AF078C885143F1E6CB8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BF0DF290BFCF779AD20AF65993E83C1BABDE338); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CBA9DA268DC043D5D48F9B1A91E94AC5F76EAF8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32A14D70913B30E357C574C847E795B24E48CAC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41D84AC5D8F16FBF1E5198F982B2A1BC9DA66EEE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48AE4960538AEA6C629E58F3554B6E9A7D26D9E0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C5033300573C261BEFC85B31F928B42D1767A20); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E30C21F5452337FC417E80E84D2E63331BF74BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62E7D3DB20849B131752FF5F49A8178D44DC3C0F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76B42114875193483A08D74CEEFED1552FD328AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral893234A48A938BC927582C6857B067656A459E82); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FF7E1714A1569B390FACA3E974DC3E6F734EE44); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA49E0D7ABF2BBFCF5C0D687E40C671557E3766C7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB4A2A1A4E24D5E7EAF8EC59DB9F81A65F47FBB0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBAC2173B4A90E0CCDFDFF632E8EDD9EE26861557); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB27FD8C1492058DA5D90548581B4866E1A7D640); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC59EA632EEBD5205EC137D1B018FF86AE5FC29F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC939E97413EFE99419879B0916E1BE14BAA53F0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCA42FF3A79C1E42FD11406835C7F646CD446470); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD02A34301E6D4991BF9384E388591B78D87B74D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD325F94C66794EB0B3E8C4CEF310C06AF86E0A6D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA6B345F08D5EDFABC1A4FE87C7580A22CB2C4FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE11D1474ED58671D7630AF4937D80F0F3E7A5896); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF170C3C541112A47757D834CCBAB9C979FF6DDD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF66B249911CEEC9157882862B05470085C28541); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF573A277D927617DD82553D63A8E5EC8F6165ECD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBA7DE9CE5677EA11663546DA9E63CB203A71D1B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC9B4C75B4026AF1BA70A16680CA49724A8B5E88); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; { V_0 = (bool)0; bool* L_0 = ___surrogatePair2; *((int8_t*)L_0) = (int8_t)0; Il2CppChar L_1 = ___highSurr0; Il2CppChar L_2 = ___lowSurr1; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3; L_3 = Char_IsSurrogatePair_m960C18FB79F2ACE337058E4EEDDDFAA0625F62A5(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_020e; } } { bool* L_4 = ___surrogatePair2; *((int8_t*)L_4) = (int8_t)1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = L_5; Il2CppChar L_7 = ___highSurr0; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Il2CppChar)L_7); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = L_6; Il2CppChar L_9 = ___lowSurr1; NullCheck(L_8); (L_8)->SetAt(static_cast(1), (Il2CppChar)L_9); String_t* L_10; L_10 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_8, /*hidden argument*/NULL); V_1 = L_10; String_t* L_11 = V_1; int32_t L_12; L_12 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_11, _stringLiteral2BB3A73D1E65DCBE7CA53AF078C885143F1E6CB8, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)0))) { goto IL_0047; } } { String_t* L_13 = V_1; int32_t L_14; L_14 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_13, _stringLiteral893234A48A938BC927582C6857B067656A459E82, /*hidden argument*/NULL); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_020c; } } IL_0047: { String_t* L_15 = V_1; int32_t L_16; L_16 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_15, _stringLiteralCCA42FF3A79C1E42FD11406835C7F646CD446470, /*hidden argument*/NULL); if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_0066; } } { String_t* L_17 = V_1; int32_t L_18; L_18 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_17, _stringLiteral62E7D3DB20849B131752FF5F49A8178D44DC3C0F, /*hidden argument*/NULL); if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_020c; } } IL_0066: { String_t* L_19 = V_1; int32_t L_20; L_20 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_19, _stringLiteralBB27FD8C1492058DA5D90548581B4866E1A7D640, /*hidden argument*/NULL); if ((((int32_t)L_20) < ((int32_t)0))) { goto IL_0085; } } { String_t* L_21 = V_1; int32_t L_22; L_22 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_21, _stringLiteral18F30814AAC5E0346EF626D2C4D69E75BB8092D8, /*hidden argument*/NULL); if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_020c; } } IL_0085: { String_t* L_23 = V_1; int32_t L_24; L_24 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_23, _stringLiteralD325F94C66794EB0B3E8C4CEF310C06AF86E0A6D, /*hidden argument*/NULL); if ((((int32_t)L_24) < ((int32_t)0))) { goto IL_00a4; } } { String_t* L_25 = V_1; int32_t L_26; L_26 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_25, _stringLiteral76B42114875193483A08D74CEEFED1552FD328AC, /*hidden argument*/NULL); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_020c; } } IL_00a4: { String_t* L_27 = V_1; int32_t L_28; L_28 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_27, _stringLiteralE11D1474ED58671D7630AF4937D80F0F3E7A5896, /*hidden argument*/NULL); if ((((int32_t)L_28) < ((int32_t)0))) { goto IL_00c3; } } { String_t* L_29 = V_1; int32_t L_30; L_30 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_29, _stringLiteralC59EA632EEBD5205EC137D1B018FF86AE5FC29F0, /*hidden argument*/NULL); if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_020c; } } IL_00c3: { String_t* L_31 = V_1; int32_t L_32; L_32 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_31, _stringLiteral9FF7E1714A1569B390FACA3E974DC3E6F734EE44, /*hidden argument*/NULL); if ((((int32_t)L_32) < ((int32_t)0))) { goto IL_00e2; } } { String_t* L_33 = V_1; int32_t L_34; L_34 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_33, _stringLiteralBAC2173B4A90E0CCDFDFF632E8EDD9EE26861557, /*hidden argument*/NULL); if ((((int32_t)L_34) <= ((int32_t)0))) { goto IL_020c; } } IL_00e2: { String_t* L_35 = V_1; int32_t L_36; L_36 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_35, _stringLiteral15428EFDE6CBC42BB38ECB1C1ED2BC18985A61C8, /*hidden argument*/NULL); if ((((int32_t)L_36) < ((int32_t)0))) { goto IL_0101; } } { String_t* L_37 = V_1; int32_t L_38; L_38 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_37, _stringLiteral5E30C21F5452337FC417E80E84D2E63331BF74BE, /*hidden argument*/NULL); if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_020c; } } IL_0101: { String_t* L_39 = V_1; int32_t L_40; L_40 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_39, _stringLiteralDA6B345F08D5EDFABC1A4FE87C7580A22CB2C4FB, /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)0))) { goto IL_0120; } } { String_t* L_41 = V_1; int32_t L_42; L_42 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_41, _stringLiteral0F4997869821EE2A85E8697700968CDB3A43E09A, /*hidden argument*/NULL); if ((((int32_t)L_42) <= ((int32_t)0))) { goto IL_020c; } } IL_0120: { String_t* L_43 = V_1; int32_t L_44; L_44 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_43, _stringLiteralEF66B249911CEEC9157882862B05470085C28541, /*hidden argument*/NULL); if ((((int32_t)L_44) < ((int32_t)0))) { goto IL_013f; } } { String_t* L_45 = V_1; int32_t L_46; L_46 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_45, _stringLiteralC939E97413EFE99419879B0916E1BE14BAA53F0D, /*hidden argument*/NULL); if ((((int32_t)L_46) <= ((int32_t)0))) { goto IL_020c; } } IL_013f: { String_t* L_47 = V_1; int32_t L_48; L_48 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_47, _stringLiteralFBA7DE9CE5677EA11663546DA9E63CB203A71D1B, /*hidden argument*/NULL); if ((((int32_t)L_48) < ((int32_t)0))) { goto IL_015e; } } { String_t* L_49 = V_1; int32_t L_50; L_50 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_49, _stringLiteral2BF0DF290BFCF779AD20AF65993E83C1BABDE338, /*hidden argument*/NULL); if ((((int32_t)L_50) <= ((int32_t)0))) { goto IL_020c; } } IL_015e: { String_t* L_51 = V_1; int32_t L_52; L_52 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_51, _stringLiteralAB4A2A1A4E24D5E7EAF8EC59DB9F81A65F47FBB0, /*hidden argument*/NULL); if ((((int32_t)L_52) < ((int32_t)0))) { goto IL_017d; } } { String_t* L_53 = V_1; int32_t L_54; L_54 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_53, _stringLiteral48AE4960538AEA6C629E58F3554B6E9A7D26D9E0, /*hidden argument*/NULL); if ((((int32_t)L_54) <= ((int32_t)0))) { goto IL_020c; } } IL_017d: { String_t* L_55 = V_1; int32_t L_56; L_56 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_55, _stringLiteralA49E0D7ABF2BBFCF5C0D687E40C671557E3766C7, /*hidden argument*/NULL); if ((((int32_t)L_56) < ((int32_t)0))) { goto IL_0199; } } { String_t* L_57 = V_1; int32_t L_58; L_58 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_57, _stringLiteral05ECDE4FA37D99AB9C256356029BDA339AC0909A, /*hidden argument*/NULL); if ((((int32_t)L_58) <= ((int32_t)0))) { goto IL_020c; } } IL_0199: { String_t* L_59 = V_1; int32_t L_60; L_60 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_59, _stringLiteral2CBA9DA268DC043D5D48F9B1A91E94AC5F76EAF8, /*hidden argument*/NULL); if ((((int32_t)L_60) < ((int32_t)0))) { goto IL_01b5; } } { String_t* L_61 = V_1; int32_t L_62; L_62 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_61, _stringLiteral4C5033300573C261BEFC85B31F928B42D1767A20, /*hidden argument*/NULL); if ((((int32_t)L_62) <= ((int32_t)0))) { goto IL_020c; } } IL_01b5: { String_t* L_63 = V_1; int32_t L_64; L_64 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_63, _stringLiteralF573A277D927617DD82553D63A8E5EC8F6165ECD, /*hidden argument*/NULL); if ((((int32_t)L_64) < ((int32_t)0))) { goto IL_01d1; } } { String_t* L_65 = V_1; int32_t L_66; L_66 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_65, _stringLiteralD02A34301E6D4991BF9384E388591B78D87B74D5, /*hidden argument*/NULL); if ((((int32_t)L_66) <= ((int32_t)0))) { goto IL_020c; } } IL_01d1: { bool L_67 = ___isQuery3; if (!L_67) { goto IL_020e; } } { String_t* L_68 = V_1; int32_t L_69; L_69 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_68, _stringLiteral32A14D70913B30E357C574C847E795B24E48CAC2, /*hidden argument*/NULL); if ((((int32_t)L_69) < ((int32_t)0))) { goto IL_01f0; } } { String_t* L_70 = V_1; int32_t L_71; L_71 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_70, _stringLiteralFC9B4C75B4026AF1BA70A16680CA49724A8B5E88, /*hidden argument*/NULL); if ((((int32_t)L_71) <= ((int32_t)0))) { goto IL_020c; } } IL_01f0: { String_t* L_72 = V_1; int32_t L_73; L_73 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_72, _stringLiteral41D84AC5D8F16FBF1E5198F982B2A1BC9DA66EEE, /*hidden argument*/NULL); if ((((int32_t)L_73) < ((int32_t)0))) { goto IL_020e; } } { String_t* L_74 = V_1; int32_t L_75; L_75 = String_CompareOrdinal_mFDCC5702BF15DBA49C5E89677B7BCBA827284B07(L_74, _stringLiteralEF170C3C541112A47757D834CCBAB9C979FF6DDD, /*hidden argument*/NULL); if ((((int32_t)L_75) > ((int32_t)0))) { goto IL_020e; } } IL_020c: { V_0 = (bool)1; } IL_020e: { bool L_76 = V_0; return L_76; } } // System.Boolean System.IriHelper::CheckIsReserved(System.Char,System.UriComponents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIsReserved_m7AA6D0211099F95C92B6547A92E24D138178CEF1 (Il2CppChar ___ch0, int32_t ___component1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___component1; if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_002b; } } { int32_t L_1 = ___component1; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_002b; } } { int32_t L_2 = ___component1; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_002b; } } { int32_t L_3 = ___component1; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_002b; } } { int32_t L_4 = ___component1; if ((((int32_t)L_4) == ((int32_t)((int32_t)16)))) { goto IL_002b; } } { int32_t L_5 = ___component1; if ((((int32_t)L_5) == ((int32_t)((int32_t)32)))) { goto IL_002b; } } { int32_t L_6 = ___component1; if ((((int32_t)L_6) == ((int32_t)((int32_t)64)))) { goto IL_002b; } } { int32_t L_7 = ___component1; if (!L_7) { goto IL_0024; } } { return (bool)0; } IL_0024: { Il2CppChar L_8 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_9; L_9 = Uri_IsGenDelim_mF469685EA7CA5F907AD5838A4E839F79CF2E6D0C(L_8, /*hidden argument*/NULL); return L_9; } IL_002b: { int32_t L_10 = ___component1; if ((((int32_t)L_10) > ((int32_t)4))) { goto IL_003c; } } { int32_t L_11 = ___component1; if ((((int32_t)L_11) == ((int32_t)2))) { goto IL_0050; } } { int32_t L_12 = ___component1; if ((((int32_t)L_12) == ((int32_t)4))) { goto IL_0070; } } { goto IL_00d2; } IL_003c: { int32_t L_13 = ___component1; if ((((int32_t)L_13) == ((int32_t)((int32_t)16)))) { goto IL_0095; } } { int32_t L_14 = ___component1; if ((((int32_t)L_14) == ((int32_t)((int32_t)32)))) { goto IL_00b0; } } { int32_t L_15 = ___component1; if ((((int32_t)L_15) == ((int32_t)((int32_t)64)))) { goto IL_00c1; } } { goto IL_00d2; } IL_0050: { Il2CppChar L_16 = ___ch0; if ((((int32_t)L_16) == ((int32_t)((int32_t)47)))) { goto IL_006e; } } { Il2CppChar L_17 = ___ch0; if ((((int32_t)L_17) == ((int32_t)((int32_t)63)))) { goto IL_006e; } } { Il2CppChar L_18 = ___ch0; if ((((int32_t)L_18) == ((int32_t)((int32_t)35)))) { goto IL_006e; } } { Il2CppChar L_19 = ___ch0; if ((((int32_t)L_19) == ((int32_t)((int32_t)91)))) { goto IL_006e; } } { Il2CppChar L_20 = ___ch0; if ((((int32_t)L_20) == ((int32_t)((int32_t)93)))) { goto IL_006e; } } { Il2CppChar L_21 = ___ch0; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)64))))) { goto IL_00d2; } } IL_006e: { return (bool)1; } IL_0070: { Il2CppChar L_22 = ___ch0; if ((((int32_t)L_22) == ((int32_t)((int32_t)58)))) { goto IL_0093; } } { Il2CppChar L_23 = ___ch0; if ((((int32_t)L_23) == ((int32_t)((int32_t)47)))) { goto IL_0093; } } { Il2CppChar L_24 = ___ch0; if ((((int32_t)L_24) == ((int32_t)((int32_t)63)))) { goto IL_0093; } } { Il2CppChar L_25 = ___ch0; if ((((int32_t)L_25) == ((int32_t)((int32_t)35)))) { goto IL_0093; } } { Il2CppChar L_26 = ___ch0; if ((((int32_t)L_26) == ((int32_t)((int32_t)91)))) { goto IL_0093; } } { Il2CppChar L_27 = ___ch0; if ((((int32_t)L_27) == ((int32_t)((int32_t)93)))) { goto IL_0093; } } { Il2CppChar L_28 = ___ch0; if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)64))))) { goto IL_00d2; } } IL_0093: { return (bool)1; } IL_0095: { Il2CppChar L_29 = ___ch0; if ((((int32_t)L_29) == ((int32_t)((int32_t)47)))) { goto IL_00ae; } } { Il2CppChar L_30 = ___ch0; if ((((int32_t)L_30) == ((int32_t)((int32_t)63)))) { goto IL_00ae; } } { Il2CppChar L_31 = ___ch0; if ((((int32_t)L_31) == ((int32_t)((int32_t)35)))) { goto IL_00ae; } } { Il2CppChar L_32 = ___ch0; if ((((int32_t)L_32) == ((int32_t)((int32_t)91)))) { goto IL_00ae; } } { Il2CppChar L_33 = ___ch0; if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)93))))) { goto IL_00d2; } } IL_00ae: { return (bool)1; } IL_00b0: { Il2CppChar L_34 = ___ch0; if ((((int32_t)L_34) == ((int32_t)((int32_t)35)))) { goto IL_00bf; } } { Il2CppChar L_35 = ___ch0; if ((((int32_t)L_35) == ((int32_t)((int32_t)91)))) { goto IL_00bf; } } { Il2CppChar L_36 = ___ch0; if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)93))))) { goto IL_00d2; } } IL_00bf: { return (bool)1; } IL_00c1: { Il2CppChar L_37 = ___ch0; if ((((int32_t)L_37) == ((int32_t)((int32_t)35)))) { goto IL_00d0; } } { Il2CppChar L_38 = ___ch0; if ((((int32_t)L_38) == ((int32_t)((int32_t)91)))) { goto IL_00d0; } } { Il2CppChar L_39 = ___ch0; if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)93))))) { goto IL_00d2; } } IL_00d0: { return (bool)1; } IL_00d2: { return (bool)0; } } // System.String System.IriHelper::EscapeUnescapeIri(System.Char*,System.Int32,System.Int32,System.UriComponents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IriHelper_EscapeUnescapeIri_m846C85843F5A21CA5F152D328243E33C0266DFF5 (Il2CppChar* ___pInput0, int32_t ___start1, int32_t ___end2, int32_t ___component3, 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*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecoderReplacementFallback_t8DA345EC4EF3A35A2667365F691EE69408A62130_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IriHelper_EscapeUnescapeIri_m846C85843F5A21CA5F152D328243E33C0266DFF5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 V_2; memset((&V_2), 0, sizeof(V_2)); Il2CppChar* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; Il2CppChar V_7 = 0x0; bool V_8 = false; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; Il2CppChar V_15 = 0x0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_16 = NULL; Il2CppChar* V_17 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_18 = NULL; uint8_t* V_19 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_20 = NULL; int32_t V_21 = 0; int32_t V_22 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B40_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B39_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B41_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B42_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B44_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B43_0 = NULL; Il2CppChar* G_B51_0 = NULL; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * G_B51_1 = NULL; Il2CppChar* G_B50_0 = NULL; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * G_B50_1 = NULL; int32_t G_B52_0 = 0; Il2CppChar* G_B52_1 = NULL; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * G_B52_2 = NULL; { int32_t L_0 = ___end2; int32_t L_1 = ___start1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1))); V_0 = L_2; V_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = V_0; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_4; L_4 = GCHandle_Alloc_m51C5BC1D6902ADA3B9C297C1A96DB322A6403201((RuntimeObject *)(RuntimeObject *)L_3, 3, /*hidden argument*/NULL); V_2 = L_4; intptr_t L_5; L_5 = GCHandle_AddrOfPinnedObject_m0604506F2BDCD2DC8C167FBC3BF3E965888F7589((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_2), /*hidden argument*/NULL); void* L_6; L_6 = IntPtr_op_Explicit_mA5998CF146607D3A77FAC10688695E26BD8141BC((intptr_t)L_5, /*hidden argument*/NULL); V_3 = (Il2CppChar*)L_6; V_4 = 0; int32_t L_7 = ___start1; V_5 = L_7; V_6 = 0; V_8 = (bool)0; V_9 = (bool)0; goto IL_03cb; } IL_0034: { V_8 = (bool)0; V_9 = (bool)0; Il2CppChar* L_8 = ___pInput0; int32_t L_9 = V_5; int32_t L_10 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_9), (int32_t)2))))); int32_t L_11 = L_10; V_7 = L_11; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)37))))) { goto IL_022f; } } { int32_t L_12 = V_5; int32_t L_13 = ___end2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2))) >= ((int32_t)L_13))) { goto IL_0215; } } { Il2CppChar* L_14 = ___pInput0; int32_t L_15 = V_5; int32_t L_16 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))), (int32_t)2))))); Il2CppChar* L_17 = ___pInput0; int32_t L_18 = V_5; int32_t L_19 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)2))), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); Il2CppChar L_20; L_20 = UriHelper_EscapedAscii_m7AC352E3E869E7E5642C973397FA6C2696F9A573(L_16, L_19, /*hidden argument*/NULL); V_7 = L_20; Il2CppChar L_21 = V_7; if ((((int32_t)L_21) == ((int32_t)((int32_t)65535)))) { goto IL_0093; } } { Il2CppChar L_22 = V_7; if ((((int32_t)L_22) == ((int32_t)((int32_t)37)))) { goto IL_0093; } } { Il2CppChar L_23 = V_7; int32_t L_24 = ___component3; bool L_25; L_25 = IriHelper_CheckIsReserved_m7AA6D0211099F95C92B6547A92E24D138178CEF1(L_23, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_0093; } } { Il2CppChar L_26 = V_7; IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); bool L_27; L_27 = UriHelper_IsNotSafeForUnescape_m033CF009114BEB2E119AE37C22DAF1EA04432E78(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00e1; } } IL_0093: { Il2CppChar* L_28 = V_3; int32_t L_29 = V_6; int32_t L_30 = L_29; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); Il2CppChar* L_31 = ___pInput0; int32_t L_32 = V_5; int32_t L_33 = L_32; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); int32_t L_34 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_33), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_30), (int32_t)2))))) = (int16_t)L_34; Il2CppChar* L_35 = V_3; int32_t L_36 = V_6; int32_t L_37 = L_36; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); Il2CppChar* L_38 = ___pInput0; int32_t L_39 = V_5; int32_t L_40 = L_39; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); int32_t L_41 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_38, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_40), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_35, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_37), (int32_t)2))))) = (int16_t)L_41; Il2CppChar* L_42 = V_3; int32_t L_43 = V_6; int32_t L_44 = L_43; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); Il2CppChar* L_45 = ___pInput0; int32_t L_46 = V_5; int32_t L_47 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_45, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_46), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_44), (int32_t)2))))) = (int16_t)L_47; goto IL_03c5; } IL_00e1: { Il2CppChar L_48 = V_7; if ((((int32_t)L_48) > ((int32_t)((int32_t)127)))) { goto IL_0101; } } { Il2CppChar* L_49 = V_3; int32_t L_50 = V_6; int32_t L_51 = L_50; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); Il2CppChar L_52 = V_7; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_51), (int32_t)2))))) = (int16_t)L_52; int32_t L_53 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)2)); goto IL_03c5; } IL_0101: { int32_t L_54 = V_5; V_10 = L_54; V_11 = 1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = V_1; if (L_55) { goto IL_0115; } } { int32_t L_56 = ___end2; int32_t L_57 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)L_57))); V_1 = L_58; } IL_0115: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_59 = V_1; Il2CppChar L_60 = V_7; NullCheck(L_59); (L_59)->SetAt(static_cast(0), (uint8_t)((int32_t)((uint8_t)L_60))); int32_t L_61 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)3)); goto IL_0178; } IL_0123: { Il2CppChar* L_62 = ___pInput0; int32_t L_63 = V_5; int32_t L_64 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_62, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_63), (int32_t)2))))); int32_t L_65 = L_64; V_7 = L_65; if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)37))))) { goto IL_017d; } } { int32_t L_66 = V_5; int32_t L_67 = ___end2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)2))) >= ((int32_t)L_67))) { goto IL_017d; } } { Il2CppChar* L_68 = ___pInput0; int32_t L_69 = V_5; int32_t L_70 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_68, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1))), (int32_t)2))))); Il2CppChar* L_71 = ___pInput0; int32_t L_72 = V_5; int32_t L_73 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_71, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)2))), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); Il2CppChar L_74; L_74 = UriHelper_EscapedAscii_m7AC352E3E869E7E5642C973397FA6C2696F9A573(L_70, L_73, /*hidden argument*/NULL); V_7 = L_74; Il2CppChar L_75 = V_7; if ((((int32_t)L_75) == ((int32_t)((int32_t)65535)))) { goto IL_017d; } } { Il2CppChar L_76 = V_7; if ((((int32_t)L_76) < ((int32_t)((int32_t)128)))) { goto IL_017d; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = V_1; int32_t L_78 = V_11; int32_t L_79 = L_78; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); Il2CppChar L_80 = V_7; NullCheck(L_77); (L_77)->SetAt(static_cast(L_79), (uint8_t)((int32_t)((uint8_t)L_80))); int32_t L_81 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)3)); } IL_0178: { int32_t L_82 = V_5; int32_t L_83 = ___end2; if ((((int32_t)L_82) < ((int32_t)L_83))) { goto IL_0123; } } IL_017d: { int32_t L_84 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_84, (int32_t)1)); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_85; L_85 = Encoding_get_UTF8_mA1F9F8EACB3EEA1583247AA10DCE51C3A0A13469(/*hidden argument*/NULL); NullCheck(L_85); RuntimeObject * L_86; L_86 = VirtFuncInvoker0< RuntimeObject * >::Invoke(9 /* System.Object System.Text.Encoding::Clone() */, L_85); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_87 = ((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)CastclassClass((RuntimeObject*)L_86, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_il2cpp_TypeInfo_var)); EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 * L_88 = (EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418 *)il2cpp_codegen_object_new(EncoderReplacementFallback_t61E36A507D7FA8034B49F86DBE560EC77A6A8418_il2cpp_TypeInfo_var); EncoderReplacementFallback__ctor_m07299910DC3D3F6B9F8F37A4ADD40A500F97D1D4(L_88, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); NullCheck(L_87); Encoding_set_EncoderFallback_m75BA39C6302BD7EFBB4A48B02C406A14789B244A(L_87, L_88, /*hidden argument*/NULL); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_89 = L_87; DecoderReplacementFallback_t8DA345EC4EF3A35A2667365F691EE69408A62130 * L_90 = (DecoderReplacementFallback_t8DA345EC4EF3A35A2667365F691EE69408A62130 *)il2cpp_codegen_object_new(DecoderReplacementFallback_t8DA345EC4EF3A35A2667365F691EE69408A62130_il2cpp_TypeInfo_var); DecoderReplacementFallback__ctor_m7E6C273B2682E373C787568EB0BB0B2E4B6C2253(L_90, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); NullCheck(L_89); Encoding_set_DecoderFallback_m771EA02DA99D57E19B6FC48E8C3A46F8A6D4CBB8(L_89, L_90, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_91 = V_1; NullCheck(L_91); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_92 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_91)->max_length)))); V_12 = L_92; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_93 = V_1; int32_t L_94 = V_11; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_95 = V_12; NullCheck(L_89); int32_t L_96; L_96 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(24 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_89, L_93, 0, L_94, L_95, 0); V_13 = L_96; int32_t L_97 = V_13; if (!L_97) { goto IL_01e9; } } { Il2CppChar* L_98 = V_3; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_99 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_100 = V_12; int32_t L_101 = V_13; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_102 = V_1; int32_t L_103 = V_11; int32_t L_104 = ___component3; IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); UriHelper_MatchUTF8Sequence_mADC2C714DF505B425E34F2404F600955939A0BE4((Il2CppChar*)(Il2CppChar*)L_98, L_99, (int32_t*)(&V_6), L_100, L_101, L_102, L_103, (bool)((((int32_t)L_104) == ((int32_t)((int32_t)32)))? 1 : 0), (bool)1, /*hidden argument*/NULL); goto IL_02e6; } IL_01e9: { int32_t L_105 = V_10; V_14 = L_105; goto IL_020a; } IL_01ef: { Il2CppChar* L_106 = V_3; int32_t L_107 = V_6; int32_t L_108 = L_107; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); Il2CppChar* L_109 = ___pInput0; int32_t L_110 = V_14; int32_t L_111 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_109, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_110), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_106, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_108), (int32_t)2))))) = (int16_t)L_111; int32_t L_112 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)); } IL_020a: { int32_t L_113 = V_14; int32_t L_114 = V_5; if ((((int32_t)L_113) <= ((int32_t)L_114))) { goto IL_01ef; } } { goto IL_02e6; } IL_0215: { Il2CppChar* L_115 = V_3; int32_t L_116 = V_6; int32_t L_117 = L_116; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)1)); Il2CppChar* L_118 = ___pInput0; int32_t L_119 = V_5; int32_t L_120 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_118, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_119), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_115, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_117), (int32_t)2))))) = (int16_t)L_120; goto IL_02e6; } IL_022f: { Il2CppChar L_121 = V_7; if ((((int32_t)L_121) <= ((int32_t)((int32_t)127)))) { goto IL_02d1; } } { Il2CppChar L_122 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_123; L_123 = Char_IsHighSurrogate_m7D86B7AAB5A60B8A4A925BFDF331426B82077EF3(L_122, /*hidden argument*/NULL); if (!L_123) { goto IL_029e; } } { int32_t L_124 = V_5; int32_t L_125 = ___end2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1))) >= ((int32_t)L_125))) { goto IL_029e; } } { Il2CppChar* L_126 = ___pInput0; int32_t L_127 = V_5; int32_t L_128 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_126, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1))), (int32_t)2))))); V_15 = L_128; Il2CppChar L_129 = V_7; Il2CppChar L_130 = V_15; int32_t L_131 = ___component3; bool L_132; L_132 = IriHelper_CheckIriUnicodeRange_mFC301B32EBD30C5039D7FC366221539142925911(L_129, L_130, (bool*)(&V_9), (bool)((((int32_t)L_131) == ((int32_t)((int32_t)32)))? 1 : 0), /*hidden argument*/NULL); V_8 = (bool)((((int32_t)L_132) == ((int32_t)0))? 1 : 0); bool L_133 = V_8; if (L_133) { goto IL_02e6; } } { Il2CppChar* L_134 = V_3; int32_t L_135 = V_6; int32_t L_136 = L_135; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)1)); Il2CppChar* L_137 = ___pInput0; int32_t L_138 = V_5; int32_t L_139 = L_138; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1)); int32_t L_140 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_137, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_139), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_134, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_136), (int32_t)2))))) = (int16_t)L_140; Il2CppChar* L_141 = V_3; int32_t L_142 = V_6; int32_t L_143 = L_142; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)1)); Il2CppChar* L_144 = ___pInput0; int32_t L_145 = V_5; int32_t L_146 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_144, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_145), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_141, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_143), (int32_t)2))))) = (int16_t)L_146; goto IL_02e6; } IL_029e: { Il2CppChar L_147 = V_7; int32_t L_148 = ___component3; bool L_149; L_149 = IriHelper_CheckIriUnicodeRange_mB6188E33378F14F14241DF9BEC16504D8913C1DF(L_147, (bool)((((int32_t)L_148) == ((int32_t)((int32_t)32)))? 1 : 0), /*hidden argument*/NULL); if (!L_149) { goto IL_02cc; } } { Il2CppChar L_150 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_151; L_151 = Uri_IsBidiControlCharacter_m7671F6F9F367BD504B78C686233ED322EF5BF10B(L_150, /*hidden argument*/NULL); if (L_151) { goto IL_02e6; } } { Il2CppChar* L_152 = V_3; int32_t L_153 = V_6; int32_t L_154 = L_153; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)1)); Il2CppChar* L_155 = ___pInput0; int32_t L_156 = V_5; int32_t L_157 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_155, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_156), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_152, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_154), (int32_t)2))))) = (int16_t)L_157; goto IL_02e6; } IL_02cc: { V_8 = (bool)1; goto IL_02e6; } IL_02d1: { Il2CppChar* L_158 = V_3; int32_t L_159 = V_6; int32_t L_160 = L_159; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1)); Il2CppChar* L_161 = ___pInput0; int32_t L_162 = V_5; int32_t L_163 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_161, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_162), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_158, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_160), (int32_t)2))))) = (int16_t)L_163; } IL_02e6: { bool L_164 = V_8; if (!L_164) { goto IL_03c5; } } { int32_t L_165 = V_4; if ((((int32_t)L_165) >= ((int32_t)((int32_t)12)))) { goto IL_0357; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_166 = V_0; NullCheck(L_166); if (((int64_t)((int32_t)((int32_t)(((RuntimeArray*)L_166)->max_length))) + (int64_t)((int32_t)90) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)((int32_t)(((RuntimeArray*)L_166)->max_length))) + (int64_t)((int32_t)90) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), IriHelper_EscapeUnescapeIri_m846C85843F5A21CA5F152D328243E33C0266DFF5_RuntimeMethod_var); int32_t L_167 = V_4; if (((int64_t)L_167 + (int64_t)((int32_t)90) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_167 + (int64_t)((int32_t)90) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), IriHelper_EscapeUnescapeIri_m846C85843F5A21CA5F152D328243E33C0266DFF5_RuntimeMethod_var); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)((int32_t)90))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_168 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_166)->max_length))), (int32_t)((int32_t)90)))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_169 = L_168; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_170 = L_169; V_18 = L_170; G_B39_0 = L_169; if (!L_170) { G_B40_0 = L_169; goto IL_0311; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_171 = V_18; NullCheck(L_171); G_B40_0 = G_B39_0; if (((int32_t)((int32_t)(((RuntimeArray*)L_171)->max_length)))) { G_B41_0 = G_B39_0; goto IL_0317; } } IL_0311: { V_17 = (Il2CppChar*)((uintptr_t)0); G_B42_0 = G_B40_0; goto IL_0322; } IL_0317: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_172 = V_18; NullCheck(L_172); V_17 = (Il2CppChar*)((uintptr_t)((L_172)->GetAddressAt(static_cast(0)))); G_B42_0 = G_B41_0; } IL_0322: { Il2CppChar* L_173 = V_17; Il2CppChar* L_174 = V_3; int32_t L_175 = V_6; Buffer_Memcpy_mFCAC6D582E27341B5A6A929A78F5E6653A238722((uint8_t*)(uint8_t*)L_173, (uint8_t*)(uint8_t*)L_174, ((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)2)), /*hidden argument*/NULL); V_18 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL; bool L_176; L_176 = GCHandle_get_IsAllocated_mEDA4DAC6AD6D881110E96CAFDAB78C068F5B144D((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_2), /*hidden argument*/NULL); G_B43_0 = G_B42_0; if (!L_176) { G_B44_0 = G_B42_0; goto IL_0341; } } { GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_2), /*hidden argument*/NULL); G_B44_0 = G_B43_0; } IL_0341: { V_0 = G_B44_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_177 = V_0; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_178; L_178 = GCHandle_Alloc_m51C5BC1D6902ADA3B9C297C1A96DB322A6403201((RuntimeObject *)(RuntimeObject *)L_177, 3, /*hidden argument*/NULL); V_2 = L_178; intptr_t L_179; L_179 = GCHandle_AddrOfPinnedObject_m0604506F2BDCD2DC8C167FBC3BF3E965888F7589((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_2), /*hidden argument*/NULL); void* L_180; L_180 = IntPtr_op_Explicit_mA5998CF146607D3A77FAC10688695E26BD8141BC((intptr_t)L_179, /*hidden argument*/NULL); V_3 = (Il2CppChar*)L_180; } IL_0357: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_181 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); V_16 = L_181; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_182 = V_16; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_183 = L_182; V_20 = L_183; if (!L_183) { goto IL_036c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_184 = V_20; NullCheck(L_184); if (((int32_t)((int32_t)(((RuntimeArray*)L_184)->max_length)))) { goto IL_0372; } } IL_036c: { V_19 = (uint8_t*)((uintptr_t)0); goto IL_037d; } IL_0372: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_185 = V_20; NullCheck(L_185); V_19 = (uint8_t*)((uintptr_t)((L_185)->GetAddressAt(static_cast(0)))); } IL_037d: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_186; L_186 = Encoding_get_UTF8_mA1F9F8EACB3EEA1583247AA10DCE51C3A0A13469(/*hidden argument*/NULL); Il2CppChar* L_187 = ___pInput0; int32_t L_188 = V_5; bool L_189 = V_9; G_B50_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_187, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_188), (int32_t)2)))); G_B50_1 = L_186; if (L_189) { G_B51_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_187, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_188), (int32_t)2)))); G_B51_1 = L_186; goto IL_0390; } } { G_B52_0 = 1; G_B52_1 = G_B50_0; G_B52_2 = G_B50_1; goto IL_0391; } IL_0390: { G_B52_0 = 2; G_B52_1 = G_B51_0; G_B52_2 = G_B51_1; } IL_0391: { uint8_t* L_190 = V_19; NullCheck(G_B52_2); int32_t L_191; L_191 = VirtFuncInvoker4< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t >::Invoke(19 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32) */, G_B52_2, (Il2CppChar*)(Il2CppChar*)G_B52_1, G_B52_0, (uint8_t*)(uint8_t*)L_190, 4); V_21 = L_191; int32_t L_192 = V_4; int32_t L_193 = V_21; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_192, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_193, (int32_t)3)))); V_22 = 0; goto IL_03bc; } IL_03a9: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_194 = V_16; int32_t L_195 = V_22; NullCheck(L_194); int32_t L_196 = L_195; uint8_t L_197 = (L_194)->GetAt(static_cast(L_196)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_198 = V_0; IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); UriHelper_EscapeAsciiChar_m514B5A9B356DB789631EC00662F65EE43A5B7B97(L_197, L_198, (int32_t*)(&V_6), /*hidden argument*/NULL); int32_t L_199 = V_22; V_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_199, (int32_t)1)); } IL_03bc: { int32_t L_200 = V_22; int32_t L_201 = V_21; if ((((int32_t)L_200) < ((int32_t)L_201))) { goto IL_03a9; } } { V_20 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_03c5: { int32_t L_202 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)1)); } IL_03cb: { int32_t L_203 = V_5; int32_t L_204 = ___end2; if ((((int32_t)L_203) < ((int32_t)L_204))) { goto IL_0034; } } { bool L_205; L_205 = GCHandle_get_IsAllocated_mEDA4DAC6AD6D881110E96CAFDAB78C068F5B144D((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_2), /*hidden argument*/NULL); if (!L_205) { goto IL_03e3; } } { GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_2), /*hidden argument*/NULL); } IL_03e3: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_206 = V_0; int32_t L_207 = V_6; String_t* L_208; L_208 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_206, 0, L_207, /*hidden argument*/NULL); return L_208; } } #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.Net.LazyAsyncResult/ThreadContext System.Net.LazyAsyncResult::get_CurrentThreadContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * LazyAsyncResult_get_CurrentThreadContext_mD04A3FE7D38E5DEC8BADF5B95877279D09B96188 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * V_0 = NULL; { ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * L_0 = ((LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_il2cpp_TypeInfo_var))->get_t_ThreadContext_0(); V_0 = L_0; ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * L_1 = V_0; if (L_1) { goto IL_0015; } } { ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * L_2 = (ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 *)il2cpp_codegen_object_new(ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3_il2cpp_TypeInfo_var); ThreadContext__ctor_mE89CF3AF57457840698C5046CD32EF8B02CDC40A(L_2, /*hidden argument*/NULL); V_0 = L_2; ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * L_3 = V_0; ((LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_il2cpp_TypeInfo_var))->set_t_ThreadContext_0(L_3); } IL_0015: { ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * L_4 = V_0; return L_4; } } // System.Void System.Net.LazyAsyncResult::.ctor(System.Object,System.Object,System.AsyncCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LazyAsyncResult__ctor_mFDA41A66486C2099F4C4EB69B464BFF0E6E0D8F5 (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, RuntimeObject * ___myObject0, RuntimeObject * ___myState1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___myCallBack2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___myObject0; __this->set_m_AsyncObject_1(L_0); RuntimeObject * L_1 = ___myState1; __this->set_m_AsyncState_2(L_1); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_2 = ___myCallBack2; __this->set_m_AsyncCallback_3(L_2); IL2CPP_RUNTIME_CLASS_INIT(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * L_3 = ((DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var))->get_Value_0(); __this->set_m_Result_4(L_3); return; } } // System.Object System.Net.LazyAsyncResult::get_AsyncObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_get_AsyncObject_m8ACB19F0E9711613E0984A2605A7CD3B7ACEE37C (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_AsyncObject_1(); return L_0; } } // System.Object System.Net.LazyAsyncResult::get_AsyncState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_get_AsyncState_mCB9983108FC8971A44D20F760DE18E69EFDDA646 (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_AsyncState_2(); return L_0; } } // System.Threading.WaitHandle System.Net.LazyAsyncResult::get_AsyncWaitHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * LazyAsyncResult_get_AsyncWaitHandle_mCCBF09BE244D26842581D2058B13B09D9DC7C206 (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * V_0 = NULL; { __this->set_m_UserEvent_6((bool)1); int32_t L_0 = __this->get_m_IntCompleted_5(); if (L_0) { goto IL_0021; } } { int32_t* L_1 = __this->get_address_of_m_IntCompleted_5(); int32_t L_2; L_2 = Interlocked_CompareExchange_m7EBFB07A7B97F6413261B302A509C280E5E11400((int32_t*)L_1, ((int32_t)-2147483648LL), 0, /*hidden argument*/NULL); } IL_0021: { RuntimeObject * L_3 = __this->get_m_Event_7(); V_0 = ((ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)CastclassSealed((RuntimeObject*)L_3, ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var)); goto IL_0038; } IL_002f: { bool L_4; L_4 = LazyAsyncResult_LazilyCreateEvent_m821224E938E16E225251F7CA33A2B146F822D5EC(__this, (ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA **)(&V_0), /*hidden argument*/NULL); } IL_0038: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_5 = V_0; if (!L_5) { goto IL_002f; } } { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_6 = V_0; return L_6; } } // System.Boolean System.Net.LazyAsyncResult::LazilyCreateEvent(System.Threading.ManualResetEvent&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LazyAsyncResult_LazilyCreateEvent_m821224E938E16E225251F7CA33A2B146F822D5EC (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** ___waitHandle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** L_0 = ___waitHandle0; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_1 = (ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)il2cpp_codegen_object_new(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); ManualResetEvent__ctor_mF80BD5B0955BDA8CD514F48EBFF48698E5D03850(L_1, (bool)0, /*hidden argument*/NULL); *((RuntimeObject **)L_0) = (RuntimeObject *)L_1; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_1); } IL_0008: try { // begin try (depth: 1) { RuntimeObject ** L_2 = __this->get_address_of_m_Event_7(); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** L_3 = ___waitHandle0; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_4 = *((ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA **)L_3); RuntimeObject * L_5; L_5 = Interlocked_CompareExchange_mE7ECC993E32D2E6334567DB7C3CF56C15DAF0C95((RuntimeObject **)L_2, L_4, NULL, /*hidden argument*/NULL); if (L_5) { goto IL_002c; } } IL_0018: { bool L_6; L_6 = LazyAsyncResult_get_InternalPeekCompleted_mFC74F0FA177B7C8386E798906A50387288365DEF(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0028; } } IL_0020: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** L_7 = ___waitHandle0; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_8 = *((ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA **)L_7); NullCheck(L_8); bool L_9; L_9 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_8, /*hidden argument*/NULL); } IL_0028: { V_0 = (bool)1; goto IL_0059; } IL_002c: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** L_10 = ___waitHandle0; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_11 = *((ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA **)L_10); NullCheck(L_11); VirtActionInvoker0::Invoke(13 /* System.Void System.Threading.WaitHandle::Close() */, L_11); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** L_12 = ___waitHandle0; RuntimeObject * L_13 = __this->get_m_Event_7(); *((RuntimeObject **)L_12) = (RuntimeObject *)((ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)CastclassSealed((RuntimeObject*)L_13, ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_12, (void*)(RuntimeObject *)((ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)CastclassSealed((RuntimeObject*)L_13, ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var))); V_0 = (bool)0; goto IL_0059; } } // 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_0044; } throw e; } CATCH_0044: { // begin catch(System.Object) { __this->set_m_Event_7(NULL); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** L_14 = ___waitHandle0; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_15 = *((ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA **)L_14); if (!L_15) { goto IL_0057; } } IL_0050: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** L_16 = ___waitHandle0; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_17 = *((ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA **)L_16); NullCheck(L_17); VirtActionInvoker0::Invoke(13 /* System.Void System.Threading.WaitHandle::Close() */, L_17); } IL_0057: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LazyAsyncResult_LazilyCreateEvent_m821224E938E16E225251F7CA33A2B146F822D5EC_RuntimeMethod_var))); } } // end catch (depth: 1) IL_0059: { bool L_18 = V_0; return L_18; } } // System.Boolean System.Net.LazyAsyncResult::get_CompletedSynchronously() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LazyAsyncResult_get_CompletedSynchronously_m65594BF95B8298F5764BB63A789DF6CEA658782A (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_IntCompleted_5(); V_0 = L_0; int32_t L_1 = V_0; if (L_1) { goto IL_001c; } } { int32_t* L_2 = __this->get_address_of_m_IntCompleted_5(); int32_t L_3; L_3 = Interlocked_CompareExchange_m7EBFB07A7B97F6413261B302A509C280E5E11400((int32_t*)L_2, ((int32_t)-2147483648LL), 0, /*hidden argument*/NULL); V_0 = L_3; } IL_001c: { int32_t L_4 = V_0; return (bool)((((int32_t)L_4) > ((int32_t)0))? 1 : 0); } } // System.Boolean System.Net.LazyAsyncResult::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LazyAsyncResult_get_IsCompleted_mAFE99853AF0218509257AE85FE20144A244393C3 (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_IntCompleted_5(); V_0 = L_0; int32_t L_1 = V_0; if (L_1) { goto IL_001c; } } { int32_t* L_2 = __this->get_address_of_m_IntCompleted_5(); int32_t L_3; L_3 = Interlocked_CompareExchange_m7EBFB07A7B97F6413261B302A509C280E5E11400((int32_t*)L_2, ((int32_t)-2147483648LL), 0, /*hidden argument*/NULL); V_0 = L_3; } IL_001c: { int32_t L_4 = V_0; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)2147483647LL)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Net.LazyAsyncResult::get_InternalPeekCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LazyAsyncResult_get_InternalPeekCompleted_mFC74F0FA177B7C8386E798906A50387288365DEF (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_IntCompleted_5(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void System.Net.LazyAsyncResult::ProtectedInvokeCallback(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LazyAsyncResult_ProtectedInvokeCallback_mB9317AC9B30205D1D84B82F8F4C0674928EFC19E (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, RuntimeObject * ___result0, intptr_t ___userToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___result0; IL2CPP_RUNTIME_CLASS_INIT(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * L_1 = ((DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var))->get_Value_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 *)L_1)))) { goto IL_0013; } } { 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*)&_stringLiteral228835A6E22383C9BC1AAFD065E6D63FA30BF27B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LazyAsyncResult_ProtectedInvokeCallback_mB9317AC9B30205D1D84B82F8F4C0674928EFC19E_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = __this->get_m_IntCompleted_5(); if (((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL)))) { goto IL_006b; } } { int32_t* L_4 = __this->get_address_of_m_IntCompleted_5(); int32_t L_5; L_5 = Interlocked_Increment_mD50D990259C12C6193F7E1516F352A998126A6D2((int32_t*)L_4, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)2147483647LL)))) == ((uint32_t)1)))) { goto IL_006b; } } { RuntimeObject * L_6 = __this->get_m_Result_4(); IL2CPP_RUNTIME_CLASS_INIT(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * L_7 = ((DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var))->get_Value_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_6) == ((RuntimeObject*)(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 *)L_7)))) { goto IL_0049; } } { RuntimeObject * L_8 = ___result0; __this->set_m_Result_4(L_8); } IL_0049: { RuntimeObject * L_9 = __this->get_m_Event_7(); V_0 = ((ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)CastclassSealed((RuntimeObject*)L_9, ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var)); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_10 = V_0; if (!L_10) { goto IL_0064; } } IL_0058: try { // begin try (depth: 1) ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_11 = V_0; NullCheck(L_11); bool L_12; L_12 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_11, /*hidden argument*/NULL); goto IL_0064; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0061; } throw e; } CATCH_0061: { // begin catch(System.ObjectDisposedException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0064; } // end catch (depth: 1) IL_0064: { intptr_t L_13 = ___userToken1; VirtActionInvoker1< intptr_t >::Invoke(8 /* System.Void System.Net.LazyAsyncResult::Complete(System.IntPtr) */, __this, (intptr_t)L_13); } IL_006b: { return; } } // System.Void System.Net.LazyAsyncResult::InvokeCallback(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LazyAsyncResult_InvokeCallback_m3AD664A494F2821C00A7E07BCE9B4FD63A2BC369 (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, RuntimeObject * ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___result0; LazyAsyncResult_ProtectedInvokeCallback_mB9317AC9B30205D1D84B82F8F4C0674928EFC19E(__this, L_0, (intptr_t)(0), /*hidden argument*/NULL); return; } } // System.Void System.Net.LazyAsyncResult::Complete(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LazyAsyncResult_Complete_m65AC5DCDD0B1EAF8702194A03D24B415F99A6E49 (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, intptr_t ___userToken0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyAsyncResult_WorkerThreadComplete_m5F2BECD93B121A2BDFBE3AD9C8E60460FA1C7ACC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * L_0; L_0 = LazyAsyncResult_get_CurrentThreadContext_mD04A3FE7D38E5DEC8BADF5B95877279D09B96188(/*hidden argument*/NULL); V_1 = L_0; } IL_0008: try { // begin try (depth: 1) { ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * L_1 = V_1; ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * L_2 = L_1; NullCheck(L_2); int32_t L_3 = L_2->get_m_NestedIOCount_0(); NullCheck(L_2); L_2->set_m_NestedIOCount_0(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_4 = __this->get_m_AsyncCallback_3(); if (!L_4) { goto IL_004a; } } IL_001e: { ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->get_m_NestedIOCount_0(); if ((((int32_t)L_6) < ((int32_t)((int32_t)50)))) { goto IL_003e; } } IL_0028: { WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_7 = (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)il2cpp_codegen_object_new(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5(L_7, __this, (intptr_t)((intptr_t)LazyAsyncResult_WorkerThreadComplete_m5F2BECD93B121A2BDFBE3AD9C8E60460FA1C7ACC_RuntimeMethod_var), /*hidden argument*/NULL); bool L_8; L_8 = ThreadPool_QueueUserWorkItem_mD79AC0FABADDD44F0099F2B05685E26D79558CE8(L_7, /*hidden argument*/NULL); V_0 = (bool)1; IL2CPP_LEAVE(0x64, FINALLY_004c); } IL_003e: { AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_9 = __this->get_m_AsyncCallback_3(); NullCheck(L_9); AsyncCallback_Invoke_mFCCCB843AEC4B5B3FC89BCED2BA839783920EA47(L_9, __this, /*hidden argument*/NULL); } IL_004a: { IL2CPP_LEAVE(0x64, FINALLY_004c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004c; } FINALLY_004c: { // begin finally (depth: 1) { ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * L_10 = V_1; ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * L_11 = L_10; NullCheck(L_11); int32_t L_12 = L_11->get_m_NestedIOCount_0(); NullCheck(L_11); L_11->set_m_NestedIOCount_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))); bool L_13 = V_0; if (L_13) { goto IL_0063; } } IL_005d: { VirtActionInvoker0::Invoke(9 /* System.Void System.Net.LazyAsyncResult::Cleanup() */, __this); } IL_0063: { IL2CPP_END_FINALLY(76) } } // end finally (depth: 1) IL2CPP_CLEANUP(76) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x64, IL_0064) } IL_0064: { return; } } // System.Void System.Net.LazyAsyncResult::WorkerThreadComplete(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LazyAsyncResult_WorkerThreadComplete_m5F2BECD93B121A2BDFBE3AD9C8E60460FA1C7ACC (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_0 = __this->get_m_AsyncCallback_3(); NullCheck(L_0); AsyncCallback_Invoke_mFCCCB843AEC4B5B3FC89BCED2BA839783920EA47(L_0, __this, /*hidden argument*/NULL); IL2CPP_LEAVE(0x15, FINALLY_000e); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000e; } FINALLY_000e: { // begin finally (depth: 1) VirtActionInvoker0::Invoke(9 /* System.Void System.Net.LazyAsyncResult::Cleanup() */, __this); IL2CPP_END_FINALLY(14) } // end finally (depth: 1) IL2CPP_CLEANUP(14) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x15, IL_0015) } IL_0015: { return; } } // System.Void System.Net.LazyAsyncResult::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LazyAsyncResult_Cleanup_m5382F96236C1F0ED05304E68A0136C19AC870AB5 (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, const RuntimeMethod* method) { { return; } } // System.Object System.Net.LazyAsyncResult::InternalWaitForCompletion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_InternalWaitForCompletion_mCCAD893C368BE34C22A5DC9137356C5784F916E5 (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = LazyAsyncResult_WaitForCompletion_mFD63E1FA929C91833D3B6C71CAE665C2325CDC10(__this, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.Object System.Net.LazyAsyncResult::WaitForCompletion(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_WaitForCompletion_mFD63E1FA929C91833D3B6C71CAE665C2325CDC10 (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, bool ___snap0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * V_0 = NULL; bool V_1 = false; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; bool G_B3_0 = false; { V_0 = (ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)NULL; V_1 = (bool)0; bool L_0 = ___snap0; if (L_0) { goto IL_000f; } } { bool L_1; L_1 = LazyAsyncResult_get_InternalPeekCompleted_mFC74F0FA177B7C8386E798906A50387288365DEF(__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0015; } IL_000f: { bool L_2; L_2 = LazyAsyncResult_get_IsCompleted_mAFE99853AF0218509257AE85FE20144A244393C3(__this, /*hidden argument*/NULL); G_B3_0 = L_2; } IL_0015: { if (G_B3_0) { goto IL_002f; } } { RuntimeObject * L_3 = __this->get_m_Event_7(); V_0 = ((ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)CastclassSealed((RuntimeObject*)L_3, ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var)); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_4 = V_0; if (L_4) { goto IL_002f; } } { bool L_5; L_5 = LazyAsyncResult_LazilyCreateEvent_m821224E938E16E225251F7CA33A2B146F822D5EC(__this, (ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA **)(&V_0), /*hidden argument*/NULL); V_1 = L_5; } IL_002f: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_6 = V_0; if (!L_6) { goto IL_0073; } } IL_0032: try { // begin try (depth: 1) try { // begin try (depth: 2) ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_7, (-1), (bool)0); IL2CPP_LEAVE(0x73, FINALLY_0040); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003d; } throw e; } CATCH_003d: { // begin catch(System.ObjectDisposedException) IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0x73, FINALLY_0040); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0040; } FINALLY_0040: { // begin finally (depth: 1) { bool L_9 = V_1; if (!L_9) { goto IL_006c; } } IL_0043: { bool L_10 = __this->get_m_UserEvent_6(); if (L_10) { goto IL_006c; } } IL_004b: { RuntimeObject * L_11 = __this->get_m_Event_7(); V_2 = ((ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)CastclassSealed((RuntimeObject*)L_11, ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var)); __this->set_m_Event_7(NULL); bool L_12 = __this->get_m_UserEvent_6(); if (L_12) { goto IL_006c; } } IL_0066: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_13 = V_2; NullCheck(L_13); VirtActionInvoker0::Invoke(13 /* System.Void System.Threading.WaitHandle::Close() */, L_13); } IL_006c: { IL2CPP_END_FINALLY(64) } } // end finally (depth: 1) IL2CPP_CLEANUP(64) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x73, IL_0073) } IL_006d: { Thread_SpinWait_mA0EB0BC98B5CAB26A50E2FF3050B7DDF600CEDB5(1, /*hidden argument*/NULL); } IL_0073: { RuntimeObject * L_14 = __this->get_m_Result_4(); IL2CPP_RUNTIME_CLASS_INIT(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * L_15 = ((DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var))->get_Value_0(); if ((((RuntimeObject*)(RuntimeObject *)L_14) == ((RuntimeObject*)(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 *)L_15))) { goto IL_006d; } } { RuntimeObject * L_16 = __this->get_m_Result_4(); return L_16; } } #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.Net.Sockets.LingerOption::.ctor(System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LingerOption__ctor_m939C73C595D32F9A58592AC9FD8D66924C48E51A (LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * __this, bool ___enable0, int32_t ___seconds1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); bool L_0 = ___enable0; LingerOption_set_Enabled_m3F544534413C4239E4A0A6D39AE8FF28EEF04207_inline(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___seconds1; LingerOption_set_LingerTime_m4BF89E47E5A4D261B800DD00A8B73DA7EE719C37_inline(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.LingerOption::set_Enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LingerOption_set_Enabled_m3F544534413C4239E4A0A6D39AE8FF28EEF04207 (LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_enabled_0(L_0); return; } } // System.Void System.Net.Sockets.LingerOption::set_LingerTime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LingerOption_set_LingerTime_m4BF89E47E5A4D261B800DD00A8B73DA7EE719C37 (LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_lingerTime_1(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.Collections.Specialized.ListDictionary::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary__ctor_m9B69C39CDA7C506487D47DFE0AD7CF59B0C4C82F (ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.ListDictionary::.ctor(System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary__ctor_mEF3028294A42FC5771EBED7DC1DCB104E284A79A (ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___comparer0; __this->set_comparer_3(L_0); return; } } // System.Object System.Collections.Specialized.ListDictionary::get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ListDictionary_get_Item_m234AF1C6B763954DA1EC8BD5C74BA2D16E8D74DC (ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1)), /*hidden argument*/NULL); 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_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListDictionary_get_Item_m234AF1C6B763954DA1EC8BD5C74BA2D16E8D74DC_RuntimeMethod_var))); } IL_0018: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_3 = __this->get_head_0(); V_0 = L_3; RuntimeObject* L_4 = __this->get_comparer_3(); if (L_4) { goto IL_0076; } } { goto IL_004a; } IL_0029: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6 = L_5->get_key_0(); V_1 = L_6; RuntimeObject * L_7 = V_1; if (!L_7) { goto IL_0043; } } { RuntimeObject * L_8 = V_1; RuntimeObject * L_9 = ___key0; NullCheck(L_8); bool L_10; L_10 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_8, L_9); if (!L_10) { goto IL_0043; } } { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = L_11->get_value_1(); return L_12; } IL_0043: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_13 = V_0; NullCheck(L_13); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_14 = L_13->get_next_2(); V_0 = L_14; } IL_004a: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_15 = V_0; if (L_15) { goto IL_0029; } } { goto IL_0079; } IL_004f: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = L_16->get_key_0(); V_2 = L_17; RuntimeObject * L_18 = V_2; if (!L_18) { goto IL_006f; } } { RuntimeObject* L_19 = __this->get_comparer_3(); RuntimeObject * L_20 = V_2; RuntimeObject * L_21 = ___key0; NullCheck(L_19); int32_t L_22; L_22 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, L_19, L_20, L_21); if (L_22) { goto IL_006f; } } { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_23 = V_0; NullCheck(L_23); RuntimeObject * L_24 = L_23->get_value_1(); return L_24; } IL_006f: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_25 = V_0; NullCheck(L_25); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_26 = L_25->get_next_2(); V_0 = L_26; } IL_0076: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_27 = V_0; if (L_27) { goto IL_004f; } } IL_0079: { return NULL; } } // System.Void System.Collections.Specialized.ListDictionary::set_Item(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary_set_Item_m68050184A6FE6BB7B33891F19FE8D87D458499AD (ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * V_0 = NULL; DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * V_1 = NULL; DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * V_2 = NULL; RuntimeObject * V_3 = NULL; int32_t G_B6_0 = 0; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1)), /*hidden argument*/NULL); 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_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListDictionary_set_Item_m68050184A6FE6BB7B33891F19FE8D87D458499AD_RuntimeMethod_var))); } IL_0018: { int32_t L_3 = __this->get_version_1(); __this->set_version_1(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); V_0 = (DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 *)NULL; DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_4 = __this->get_head_0(); V_1 = L_4; goto IL_0064; } IL_0031: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6 = L_5->get_key_0(); V_3 = L_6; RuntimeObject* L_7 = __this->get_comparer_3(); if (!L_7) { goto IL_0052; } } { RuntimeObject* L_8 = __this->get_comparer_3(); RuntimeObject * L_9 = V_3; RuntimeObject * L_10 = ___key0; NullCheck(L_8); int32_t L_11; L_11 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, L_8, L_9, L_10); G_B6_0 = ((((int32_t)L_11) == ((int32_t)0))? 1 : 0); goto IL_0059; } IL_0052: { RuntimeObject * L_12 = V_3; RuntimeObject * L_13 = ___key0; NullCheck(L_12); bool L_14; L_14 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_12, L_13); G_B6_0 = ((int32_t)(L_14)); } IL_0059: { if (G_B6_0) { goto IL_0067; } } { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_15 = V_1; V_0 = L_15; DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_16 = V_1; NullCheck(L_16); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_17 = L_16->get_next_2(); V_1 = L_17; } IL_0064: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_18 = V_1; if (L_18) { goto IL_0031; } } IL_0067: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_19 = V_1; if (!L_19) { goto IL_0072; } } { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_20 = V_1; RuntimeObject * L_21 = ___value1; NullCheck(L_20); L_20->set_value_1(L_21); return; } IL_0072: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_22 = (DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 *)il2cpp_codegen_object_new(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89_il2cpp_TypeInfo_var); DictionaryNode__ctor_m38EC4C8C8EF2A5ABDD91B178DDB0CF0E0D7D15E2(L_22, /*hidden argument*/NULL); V_2 = L_22; DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_23 = V_2; RuntimeObject * L_24 = ___key0; NullCheck(L_23); L_23->set_key_0(L_24); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_25 = V_2; RuntimeObject * L_26 = ___value1; NullCheck(L_25); L_25->set_value_1(L_26); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_27 = V_0; if (!L_27) { goto IL_0092; } } { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_28 = V_0; DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_29 = V_2; NullCheck(L_28); L_28->set_next_2(L_29); goto IL_0099; } IL_0092: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_30 = V_2; __this->set_head_0(L_30); } IL_0099: { int32_t L_31 = __this->get_count_2(); __this->set_count_2(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))); return; } } // System.Int32 System.Collections.Specialized.ListDictionary::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListDictionary_get_Count_m63B5332C669C858EBC423472A502528612C890F1 (ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_count_2(); return L_0; } } // System.Void System.Collections.Specialized.ListDictionary::Add(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary_Add_mD622807A74E5FF8AF27DFF445307D81DFCFADB28 (ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * V_0 = NULL; DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * V_1 = NULL; DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * V_2 = NULL; RuntimeObject * V_3 = NULL; int32_t G_B6_0 = 0; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1)), /*hidden argument*/NULL); 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_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListDictionary_Add_mD622807A74E5FF8AF27DFF445307D81DFCFADB28_RuntimeMethod_var))); } IL_0018: { int32_t L_3 = __this->get_version_1(); __this->set_version_1(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); V_0 = (DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 *)NULL; DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_4 = __this->get_head_0(); V_1 = L_4; goto IL_0074; } IL_0031: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6 = L_5->get_key_0(); V_3 = L_6; RuntimeObject* L_7 = __this->get_comparer_3(); if (!L_7) { goto IL_0052; } } { RuntimeObject* L_8 = __this->get_comparer_3(); RuntimeObject * L_9 = V_3; RuntimeObject * L_10 = ___key0; NullCheck(L_8); int32_t L_11; L_11 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, L_8, L_9, L_10); G_B6_0 = ((((int32_t)L_11) == ((int32_t)0))? 1 : 0); goto IL_0059; } IL_0052: { RuntimeObject * L_12 = V_3; RuntimeObject * L_13 = ___key0; NullCheck(L_12); bool L_14; L_14 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_12, L_13); G_B6_0 = ((int32_t)(L_14)); } IL_0059: { if (!G_B6_0) { goto IL_006b; } } { String_t* L_15; L_15 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46A01A440913AE3A82489D220ACF899D570C29A7)), /*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*)&ListDictionary_Add_mD622807A74E5FF8AF27DFF445307D81DFCFADB28_RuntimeMethod_var))); } IL_006b: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_17 = V_1; V_0 = L_17; DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_18 = V_1; NullCheck(L_18); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_19 = L_18->get_next_2(); V_1 = L_19; } IL_0074: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_20 = V_1; if (L_20) { goto IL_0031; } } { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_21 = (DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 *)il2cpp_codegen_object_new(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89_il2cpp_TypeInfo_var); DictionaryNode__ctor_m38EC4C8C8EF2A5ABDD91B178DDB0CF0E0D7D15E2(L_21, /*hidden argument*/NULL); V_2 = L_21; DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_22 = V_2; RuntimeObject * L_23 = ___key0; NullCheck(L_22); L_22->set_key_0(L_23); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_24 = V_2; RuntimeObject * L_25 = ___value1; NullCheck(L_24); L_24->set_value_1(L_25); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_26 = V_0; if (!L_26) { goto IL_0097; } } { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_27 = V_0; DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_28 = V_2; NullCheck(L_27); L_27->set_next_2(L_28); goto IL_009e; } IL_0097: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_29 = V_2; __this->set_head_0(L_29); } IL_009e: { int32_t L_30 = __this->get_count_2(); __this->set_count_2(((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1))); return; } } // System.Boolean System.Collections.Specialized.ListDictionary::Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListDictionary_Contains_m06D47395FA7A1B7379C8BBFD38D7A8CFEB721D08 (ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t G_B6_0 = 0; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1)), /*hidden argument*/NULL); 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_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListDictionary_Contains_m06D47395FA7A1B7379C8BBFD38D7A8CFEB721D08_RuntimeMethod_var))); } IL_0018: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_3 = __this->get_head_0(); V_0 = L_3; goto IL_0054; } IL_0021: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5 = L_4->get_key_0(); V_1 = L_5; RuntimeObject* L_6 = __this->get_comparer_3(); if (!L_6) { goto IL_0042; } } { RuntimeObject* L_7 = __this->get_comparer_3(); RuntimeObject * L_8 = V_1; RuntimeObject * L_9 = ___key0; NullCheck(L_7); int32_t L_10; L_10 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, L_7, L_8, L_9); G_B6_0 = ((((int32_t)L_10) == ((int32_t)0))? 1 : 0); goto IL_0049; } IL_0042: { RuntimeObject * L_11 = V_1; RuntimeObject * L_12 = ___key0; NullCheck(L_11); bool L_13; L_13 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_11, L_12); G_B6_0 = ((int32_t)(L_13)); } IL_0049: { if (!G_B6_0) { goto IL_004d; } } { return (bool)1; } IL_004d: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_14 = V_0; NullCheck(L_14); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_15 = L_14->get_next_2(); V_0 = L_15; } IL_0054: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_16 = V_0; if (L_16) { goto IL_0021; } } { return (bool)0; } } // System.Void System.Collections.Specialized.ListDictionary::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionary_CopyTo_mBF4FD9B59407ABF719E2565E788A2DC9A4769564 (ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * V_0 = NULL; { RuntimeArray * L_0 = ___array0; 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*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListDictionary_CopyTo_mBF4FD9B59407ABF719E2565E788A2DC9A4769564_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0027; } } { String_t* L_3; L_3 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListDictionary_CopyTo_mBF4FD9B59407ABF719E2565E788A2DC9A4769564_RuntimeMethod_var))); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck(L_5); int32_t L_6; L_6 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_5, /*hidden argument*/NULL); int32_t L_7 = ___index1; int32_t L_8 = __this->get_count_2(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0047; } } { String_t* L_9; L_9 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral34AE52A4D26F1742129FB49939AAFD990890D6C0)), /*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*)&ListDictionary_CopyTo_mBF4FD9B59407ABF719E2565E788A2DC9A4769564_RuntimeMethod_var))); } IL_0047: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_11 = __this->get_head_0(); V_0 = L_11; goto IL_0079; } IL_0050: { RuntimeArray * L_12 = ___array0; DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = L_13->get_key_0(); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_15 = V_0; NullCheck(L_15); RuntimeObject * L_16 = L_15->get_value_1(); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_17; memset((&L_17), 0, sizeof(L_17)); DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4((&L_17), L_14, L_16, /*hidden argument*/NULL); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_18 = L_17; RuntimeObject * L_19 = Box(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var, &L_18); int32_t L_20 = ___index1; NullCheck(L_12); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_12, L_19, L_20, /*hidden argument*/NULL); int32_t L_21 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_22 = V_0; NullCheck(L_22); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_23 = L_22->get_next_2(); V_0 = L_23; } IL_0079: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_24 = V_0; if (L_24) { goto IL_0050; } } { return; } } // System.Collections.IDictionaryEnumerator System.Collections.Specialized.ListDictionary::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_GetEnumerator_m6B44040F7259D5F7F1E15F4A4FA0FAE38BFEE236 (ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C * L_0 = (NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C *)il2cpp_codegen_object_new(NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C_il2cpp_TypeInfo_var); NodeEnumerator__ctor_m96E6D528E4C4D03DF5FE2C904501B77246EE5B17(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Collections.IEnumerator System.Collections.Specialized.ListDictionary::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_System_Collections_IEnumerable_GetEnumerator_m6412355259E0F0D8959F9785D34F0748511F3783 (ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C * L_0 = (NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C *)il2cpp_codegen_object_new(NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C_il2cpp_TypeInfo_var); NodeEnumerator__ctor_m96E6D528E4C4D03DF5FE2C904501B77246EE5B17(L_0, __this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Security.LocalCertSelectionCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalCertSelectionCallback__ctor_mE564871B196549FDEA64C011A4AA00339FA0281F (LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.LocalCertSelectionCallback::Invoke(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * LocalCertSelectionCallback_Invoke_m2869B1DB69FB6390DB8035B41C0594762111D484 (LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * __this, String_t* ___targetHost0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___localCertificates1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___remoteCertificate2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___acceptableIssuers3, const RuntimeMethod* method) { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * result = NULL; DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 4) { // open typedef X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * (*FunctionPointerType) (String_t*, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod); } else { // closed typedef X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * (*FunctionPointerType) (void*, String_t*, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod); } } else if (___parameterCount != 4) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* >::Invoke(targetMethod, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3); else result = GenericVirtFuncInvoker3< X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* >::Invoke(targetMethod, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3); else result = VirtFuncInvoker3< X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3); } } else { typedef X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * (*FunctionPointerType) (String_t*, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker4< X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, String_t*, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* >::Invoke(targetMethod, targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3); else result = GenericVirtFuncInvoker4< X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, String_t*, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* >::Invoke(targetMethod, targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, String_t*, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3); else result = VirtFuncInvoker4< X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, String_t*, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3); } } else { if (___parameterCount == 3) { typedef X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * (*FunctionPointerType) (String_t*, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod); } else { typedef X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * (*FunctionPointerType) (void*, String_t*, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod); } } } } return result; } // System.IAsyncResult System.Net.Security.LocalCertSelectionCallback::BeginInvoke(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[],System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LocalCertSelectionCallback_BeginInvoke_m860EA4273F9EFFF06603F25C69326ABE2DA8CD96 (LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * __this, String_t* ___targetHost0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___localCertificates1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___remoteCertificate2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___acceptableIssuers3, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { void *__d_args[5] = {0}; __d_args[0] = ___targetHost0; __d_args[1] = ___localCertificates1; __d_args[2] = ___remoteCertificate2; __d_args[3] = ___acceptableIssuers3; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);; } // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.LocalCertSelectionCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * LocalCertSelectionCallback_EndInvoke_m79DC5879439F10FC1D1C00A060C455733D7F321A (LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)__result;; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::get_Empty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Match_get_Empty_m9A41D555DBBAA2134C3A722D16FB985E715FE31F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_0 = ((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields*)il2cpp_codegen_static_fields_for(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var))->get__empty_7(); return L_0; } } // System.Void System.Text.RegularExpressions.Match::.ctor(System.Text.RegularExpressions.Regex,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match__ctor_mB01F9576125C09E5DFAD425523FF0C0FF16000A5 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, int32_t ___capcount1, String_t* ___text2, int32_t ___begpos3, int32_t ___len4, int32_t ___startpos5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); IL2CPP_RUNTIME_CLASS_INIT(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_il2cpp_TypeInfo_var); Group__ctor_m5FE82FDB5B4EE244EB46909ACC099806555EB32F(__this, L_0, L_1, 0, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, /*hidden argument*/NULL); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_2 = ___regex0; __this->set__regex_9(L_2); int32_t L_3 = ___capcount1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_3); __this->set__matchcount_15(L_4); int32_t L_5 = ___capcount1; Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_6 = (Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF*)(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF*)SZArrayNew(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_il2cpp_TypeInfo_var, (uint32_t)L_5); __this->set__matches_14(L_6); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_7 = __this->get__matches_14(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = ((Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 *)__this)->get__caps_4(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_8); int32_t L_9 = ___begpos3; __this->set__textbeg_10(L_9); int32_t L_10 = ___begpos3; int32_t L_11 = ___len4; __this->set__textend_12(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11))); int32_t L_12 = ___startpos5; __this->set__textstart_13(L_12); __this->set__balancing_16((bool)0); return; } } // System.Void System.Text.RegularExpressions.Match::Reset(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match_Reset_m6C8293B576685831F43AACF255D2DAC5898662DB (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, String_t* ___text1, int32_t ___textbeg2, int32_t ___textend3, int32_t ___textstart4, const RuntimeMethod* method) { int32_t V_0 = 0; { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_0 = ___regex0; __this->set__regex_9(L_0); String_t* L_1 = ___text1; ((Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)__this)->set__text_0(L_1); int32_t L_2 = ___textbeg2; __this->set__textbeg_10(L_2); int32_t L_3 = ___textend3; __this->set__textend_12(L_3); int32_t L_4 = ___textstart4; __this->set__textstart_13(L_4); V_0 = 0; goto IL_0036; } IL_0029: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = __this->get__matchcount_15(); int32_t L_6 = V_0; NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (int32_t)0); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0036: { int32_t L_8 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = __this->get__matchcount_15(); NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))) { goto IL_0029; } } { __this->set__balancing_16((bool)0); return; } } // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * Match_get_Groups_m4FB7AAC1E08BF8710992FA9C07A8357115EFE6D2 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * L_0 = __this->get__groupcoll_8(); if (L_0) { goto IL_0015; } } { GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * L_1 = (GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 *)il2cpp_codegen_object_new(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556_il2cpp_TypeInfo_var); GroupCollection__ctor_m7DC940E706407EAE4AC45F297F021CD11F26CF6A(L_1, __this, (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)NULL, /*hidden argument*/NULL); __this->set__groupcoll_8(L_1); } IL_0015: { GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * L_2 = __this->get__groupcoll_8(); return L_2; } } // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::NextMatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Match_NextMatch_m6C6550D7A4885CADF936BF856E0BDE28FAD77A63 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, const RuntimeMethod* method) { { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_0 = __this->get__regex_9(); if (L_0) { goto IL_000a; } } { return __this; } IL_000a: { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_1 = __this->get__regex_9(); int32_t L_2 = ((Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)__this)->get__length_2(); String_t* L_3 = ((Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)__this)->get__text_0(); int32_t L_4 = __this->get__textbeg_10(); int32_t L_5 = __this->get__textend_12(); int32_t L_6 = __this->get__textbeg_10(); int32_t L_7 = __this->get__textpos_11(); NullCheck(L_1); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_8; L_8 = Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB(L_1, (bool)0, L_2, L_3, L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), L_7, /*hidden argument*/NULL); return L_8; } } // System.String System.Text.RegularExpressions.Match::GroupToStringImpl(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Match_GroupToStringImpl_mD4E730B7A61C21307E0047CD541968871B361067 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___groupnum0, 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; } int32_t V_0 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get__matchcount_15(); int32_t L_1 = ___groupnum0; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; int32_t L_4 = V_0; if (L_4) { goto 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; } IL_0012: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_6 = __this->get__matches_14(); int32_t L_7 = ___groupnum0; NullCheck(L_6); int32_t L_8 = L_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_6)->GetAt(static_cast(L_8)); V_1 = L_9; String_t* L_10 = ((Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)__this)->get__text_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = V_1; int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)2)); int32_t L_14 = (L_11)->GetAt(static_cast(L_13)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = V_1; int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)2)), (int32_t)1)); int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_10); String_t* L_19; L_19 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_10, L_14, L_18, /*hidden argument*/NULL); return L_19; } } // System.String System.Text.RegularExpressions.Match::LastGroupToStringImpl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Match_LastGroupToStringImpl_mA8B7094C2B4A31D5ABBDCF575302E6731A2D3E05 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get__matchcount_15(); NullCheck(L_0); String_t* L_1; L_1 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(6 /* System.String System.Text.RegularExpressions.Match::GroupToStringImpl(System.Int32) */, __this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)1))); return L_1; } } // System.Void System.Text.RegularExpressions.Match::AddMatch(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match_AddMatch_m5B128123CBA71A35E471CFF1AAE1013A7722DFA2 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___cap0, int32_t ___start1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; int32_t V_3 = 0; { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_0 = __this->get__matches_14(); int32_t L_1 = ___cap0; NullCheck(L_0); int32_t L_2 = L_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_0)->GetAt(static_cast(L_2)); if (L_3) { goto IL_0018; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_4 = __this->get__matches_14(); int32_t L_5 = ___cap0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(L_5), (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_6); } IL_0018: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = __this->get__matchcount_15(); int32_t L_8 = ___cap0; NullCheck(L_7); int32_t L_9 = L_8; int32_t L_10 = (L_7)->GetAt(static_cast(L_9)); V_0 = L_10; int32_t L_11 = V_0; Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_12 = __this->get__matches_14(); int32_t L_13 = ___cap0; NullCheck(L_12); int32_t L_14 = L_13; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)2)), (int32_t)2))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_0061; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_16 = __this->get__matches_14(); int32_t L_17 = ___cap0; NullCheck(L_16); int32_t L_18 = L_17; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_16)->GetAt(static_cast(L_18)); V_1 = L_19; int32_t L_20 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)8))); V_2 = L_21; V_3 = 0; goto IL_0052; } IL_0048: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = V_2; int32_t L_23 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = V_1; int32_t L_25 = V_3; NullCheck(L_24); int32_t L_26 = L_25; int32_t L_27 = (L_24)->GetAt(static_cast(L_26)); NullCheck(L_22); (L_22)->SetAt(static_cast(L_23), (int32_t)L_27); int32_t L_28 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0052: { int32_t L_29 = V_3; int32_t L_30 = V_0; if ((((int32_t)L_29) < ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_30, (int32_t)2))))) { goto IL_0048; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_31 = __this->get__matches_14(); int32_t L_32 = ___cap0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = V_2; NullCheck(L_31); ArrayElementTypeCheck (L_31, L_33); (L_31)->SetAt(static_cast(L_32), (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_33); } IL_0061: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_34 = __this->get__matches_14(); int32_t L_35 = ___cap0; NullCheck(L_34); int32_t L_36 = L_35; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_34)->GetAt(static_cast(L_36)); int32_t L_38 = V_0; int32_t L_39 = ___start1; NullCheck(L_37); (L_37)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_38, (int32_t)2))), (int32_t)L_39); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_40 = __this->get__matches_14(); int32_t L_41 = ___cap0; NullCheck(L_40); int32_t L_42 = L_41; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_43 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_40)->GetAt(static_cast(L_42)); int32_t L_44 = V_0; int32_t L_45 = ___len2; NullCheck(L_43); (L_43)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_44, (int32_t)2)), (int32_t)1))), (int32_t)L_45); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_46 = __this->get__matchcount_15(); int32_t L_47 = ___cap0; int32_t L_48 = V_0; NullCheck(L_46); (L_46)->SetAt(static_cast(L_47), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1))); return; } } // System.Void System.Text.RegularExpressions.Match::BalanceMatch(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match_BalanceMatch_mF04DF97CE9E41B8A85C54212B43B5DF381218BE5 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___cap0, const RuntimeMethod* method) { int32_t V_0 = 0; { __this->set__balancing_16((bool)1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get__matchcount_15(); int32_t L_1 = ___cap0; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)), (int32_t)2)); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_4 = __this->get__matches_14(); int32_t L_5 = ___cap0; NullCheck(L_4); int32_t L_6 = L_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_4)->GetAt(static_cast(L_6)); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; int32_t L_10 = (L_7)->GetAt(static_cast(L_9)); if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_002f; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_11 = __this->get__matches_14(); int32_t L_12 = ___cap0; NullCheck(L_11); int32_t L_13 = L_12; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_11)->GetAt(static_cast(L_13)); int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; int32_t L_17 = (L_14)->GetAt(static_cast(L_16)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-3), (int32_t)L_17)); } IL_002f: { int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)2)); int32_t L_19 = V_0; if ((((int32_t)L_19) < ((int32_t)0))) { goto IL_0062; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_20 = __this->get__matches_14(); int32_t L_21 = ___cap0; NullCheck(L_20); int32_t L_22 = L_21; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_20)->GetAt(static_cast(L_22)); int32_t L_24 = V_0; NullCheck(L_23); int32_t L_25 = L_24; int32_t L_26 = (L_23)->GetAt(static_cast(L_25)); if ((((int32_t)L_26) >= ((int32_t)0))) { goto IL_0062; } } { int32_t L_27 = ___cap0; Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_28 = __this->get__matches_14(); int32_t L_29 = ___cap0; NullCheck(L_28); int32_t L_30 = L_29; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_28)->GetAt(static_cast(L_30)); int32_t L_32 = V_0; NullCheck(L_31); int32_t L_33 = L_32; int32_t L_34 = (L_31)->GetAt(static_cast(L_33)); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_35 = __this->get__matches_14(); int32_t L_36 = ___cap0; NullCheck(L_35); int32_t L_37 = L_36; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_35)->GetAt(static_cast(L_37)); int32_t L_39 = V_0; NullCheck(L_38); int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); int32_t L_41 = (L_38)->GetAt(static_cast(L_40)); VirtActionInvoker3< int32_t, int32_t, int32_t >::Invoke(7 /* System.Void System.Text.RegularExpressions.Match::AddMatch(System.Int32,System.Int32,System.Int32) */, __this, L_27, L_34, L_41); return; } IL_0062: { int32_t L_42 = ___cap0; int32_t L_43 = V_0; int32_t L_44 = V_0; VirtActionInvoker3< int32_t, int32_t, int32_t >::Invoke(7 /* System.Void System.Text.RegularExpressions.Match::AddMatch(System.Int32,System.Int32,System.Int32) */, __this, L_42, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-3), (int32_t)L_43)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-4), (int32_t)L_44))); return; } } // System.Void System.Text.RegularExpressions.Match::RemoveMatch(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match_RemoveMatch_mF21E3166D8D461D44952E96C9CD7CFA8E776EA5F (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___cap0, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get__matchcount_15(); int32_t L_1 = ___cap0; NullCheck(L_0); int32_t* L_2 = ((L_0)->GetAddressAt(static_cast(L_1))); int32_t L_3 = *((int32_t*)L_2); *((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); return; } } // System.Boolean System.Text.RegularExpressions.Match::IsMatched(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Match_IsMatched_m1491C04ADB99BCB81D84BC5D85C31B4F45965C3C (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___cap0, const RuntimeMethod* method) { { int32_t L_0 = ___cap0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get__matchcount_15(); NullCheck(L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_0033; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = __this->get__matchcount_15(); int32_t L_3 = ___cap0; NullCheck(L_2); int32_t L_4 = L_3; int32_t L_5 = (L_2)->GetAt(static_cast(L_4)); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0033; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_6 = __this->get__matches_14(); int32_t L_7 = ___cap0; NullCheck(L_6); int32_t L_8 = L_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_6)->GetAt(static_cast(L_8)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = __this->get__matchcount_15(); int32_t L_11 = ___cap0; NullCheck(L_10); int32_t L_12 = L_11; int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_9); int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)2)), (int32_t)1)); int32_t L_15 = (L_9)->GetAt(static_cast(L_14)); return (bool)((((int32_t)((((int32_t)L_15) == ((int32_t)((int32_t)-2)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0033: { return (bool)0; } } // System.Int32 System.Text.RegularExpressions.Match::MatchIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Match_MatchIndex_mFDD766CF18E4F508DEE3E2E24F6046DE66D1B808 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___cap0, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_0 = __this->get__matches_14(); int32_t L_1 = ___cap0; NullCheck(L_0); int32_t L_2 = L_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_0)->GetAt(static_cast(L_2)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get__matchcount_15(); int32_t L_5 = ___cap0; NullCheck(L_4); int32_t L_6 = L_5; int32_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_3); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)), (int32_t)2)); int32_t L_9 = (L_3)->GetAt(static_cast(L_8)); V_0 = L_9; int32_t L_10 = V_0; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_001c; } } { int32_t L_11 = V_0; return L_11; } IL_001c: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_12 = __this->get__matches_14(); int32_t L_13 = ___cap0; NullCheck(L_12); int32_t L_14 = L_13; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_12)->GetAt(static_cast(L_14)); int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-3), (int32_t)L_16)); int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); return L_18; } } // System.Int32 System.Text.RegularExpressions.Match::MatchLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Match_MatchLength_m9D6E7D98CC4B2EBE26070D3A8D88428B515D417A (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___cap0, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_0 = __this->get__matches_14(); int32_t L_1 = ___cap0; NullCheck(L_0); int32_t L_2 = L_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_0)->GetAt(static_cast(L_2)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get__matchcount_15(); int32_t L_5 = ___cap0; NullCheck(L_4); int32_t L_6 = L_5; int32_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_3); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)), (int32_t)1)); int32_t L_9 = (L_3)->GetAt(static_cast(L_8)); V_0 = L_9; int32_t L_10 = V_0; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_001c; } } { int32_t L_11 = V_0; return L_11; } IL_001c: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_12 = __this->get__matches_14(); int32_t L_13 = ___cap0; NullCheck(L_12); int32_t L_14 = L_13; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_12)->GetAt(static_cast(L_14)); int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-3), (int32_t)L_16)); int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); return L_18; } } // System.Void System.Text.RegularExpressions.Match::Tidy(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match_Tidy_mA9C76513AF185747A5F9E73790701ABD3D2B09A4 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___textpos0, const RuntimeMethod* method) { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_0 = __this->get__matches_14(); NullCheck(L_0); int32_t L_1 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_0)->GetAt(static_cast(L_1)); V_0 = L_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = V_0; NullCheck(L_3); int32_t L_4 = 0; int32_t L_5 = (L_3)->GetAt(static_cast(L_4)); ((Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)__this)->set__index_1(L_5); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = V_0; NullCheck(L_6); int32_t L_7 = 1; int32_t L_8 = (L_6)->GetAt(static_cast(L_7)); ((Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)__this)->set__length_2(L_8); int32_t L_9 = ___textpos0; __this->set__textpos_11(L_9); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = __this->get__matchcount_15(); NullCheck(L_10); int32_t L_11 = 0; int32_t L_12 = (L_10)->GetAt(static_cast(L_11)); ((Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 *)__this)->set__capcount_5(L_12); bool L_13 = __this->get__balancing_16(); if (!L_13) { goto IL_00c3; } } { V_1 = 0; goto IL_00b1; } IL_003f: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = __this->get__matchcount_15(); int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = L_15; int32_t L_17 = (L_14)->GetAt(static_cast(L_16)); V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_17, (int32_t)2)); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_18 = __this->get__matches_14(); int32_t L_19 = V_1; NullCheck(L_18); int32_t L_20 = L_19; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_18)->GetAt(static_cast(L_20)); V_3 = L_21; V_4 = 0; V_4 = 0; goto IL_0068; } IL_005b: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = V_3; int32_t L_23 = V_4; NullCheck(L_22); int32_t L_24 = L_23; int32_t L_25 = (L_22)->GetAt(static_cast(L_24)); if ((((int32_t)L_25) < ((int32_t)0))) { goto IL_006d; } } { int32_t L_26 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0068: { int32_t L_27 = V_4; int32_t L_28 = V_2; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_005b; } } IL_006d: { int32_t L_29 = V_4; V_5 = L_29; goto IL_009c; } IL_0073: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_30 = V_3; int32_t L_31 = V_4; NullCheck(L_30); int32_t L_32 = L_31; int32_t L_33 = (L_30)->GetAt(static_cast(L_32)); if ((((int32_t)L_33) >= ((int32_t)0))) { goto IL_0082; } } { int32_t L_34 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)); goto IL_0096; } IL_0082: { int32_t L_35 = V_4; int32_t L_36 = V_5; if ((((int32_t)L_35) == ((int32_t)L_36))) { goto IL_0090; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = V_3; int32_t L_38 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = V_3; int32_t L_40 = V_4; NullCheck(L_39); int32_t L_41 = L_40; int32_t L_42 = (L_39)->GetAt(static_cast(L_41)); NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (int32_t)L_42); } IL_0090: { int32_t L_43 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_0096: { int32_t L_44 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_009c: { int32_t L_45 = V_4; int32_t L_46 = V_2; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_0073; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_47 = __this->get__matchcount_15(); int32_t L_48 = V_1; int32_t L_49 = V_5; NullCheck(L_47); (L_47)->SetAt(static_cast(L_48), (int32_t)((int32_t)((int32_t)L_49/(int32_t)2))); int32_t L_50 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_00b1: { int32_t L_51 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_52 = __this->get__matchcount_15(); NullCheck(L_52); if ((((int32_t)L_51) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length)))))) { goto IL_003f; } } { __this->set__balancing_16((bool)0); } IL_00c3: { return; } } // System.Void System.Text.RegularExpressions.Match::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match__cctor_m7256E63C1A15FF54906616D058557E92802FBA95 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_1 = (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)il2cpp_codegen_object_new(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); Match__ctor_mB01F9576125C09E5DFAD425523FF0C0FF16000A5(L_1, (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)NULL, 1, L_0, 0, 0, 0, /*hidden argument*/NULL); ((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields*)il2cpp_codegen_static_fields_for(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var))->set__empty_7(L_1); return; } } // System.Void System.Text.RegularExpressions.Match::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match__ctor_mC2AE5A1EBC553A0E6BBA59603674183FF5E80CCC (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match__ctor_mC2AE5A1EBC553A0E6BBA59603674183FF5E80CCC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(Match__ctor_mC2AE5A1EBC553A0E6BBA59603674183FF5E80CCC_RuntimeMethod_var); 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.Text.RegularExpressions.MatchCollection::.ctor(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchCollection__ctor_mB2FA3F30789018215F0D4C5FFF00379F5415AC37 (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, String_t* ___input1, int32_t ___beginning2, int32_t ___length3, int32_t ___startat4, 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; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___startat4; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0015; } } { int32_t L_1 = ___startat4; String_t* L_2 = ___input1; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_002a; } } IL_0015: { String_t* L_4; L_4 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB596320AE4D74537B29168E9BDF95B753E2B5301)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB132716D89EF0EE2CEF39498DA0895B2449AB344)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MatchCollection__ctor_mB2FA3F30789018215F0D4C5FFF00379F5415AC37_RuntimeMethod_var))); } IL_002a: { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_6 = ___regex0; __this->set__regex_0(L_6); String_t* L_7 = ___input1; __this->set__input_3(L_7); int32_t L_8 = ___beginning2; __this->set__beginning_4(L_8); int32_t L_9 = ___length3; __this->set__length_5(L_9); int32_t L_10 = ___startat4; __this->set__startat_6(L_10); __this->set__prevlen_7((-1)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_11 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_11, /*hidden argument*/NULL); __this->set__matches_1(L_11); __this->set__done_2((bool)0); return; } } // System.Text.RegularExpressions.Match System.Text.RegularExpressions.MatchCollection::GetMatch(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * MatchCollection_GetMatch_m7C693363C6B2100ED58BD5B85C3CCCE1D858E342 (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * V_0 = NULL; { int32_t L_0 = ___i0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0006; } } { return (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)NULL; } IL_0006: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = __this->get__matches_1(); NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); int32_t L_3 = ___i0; if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0026; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = __this->get__matches_1(); int32_t L_5 = ___i0; NullCheck(L_4); RuntimeObject * L_6; L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5); return ((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_6, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var)); } IL_0026: { bool L_7 = __this->get__done_2(); if (!L_7) { goto IL_0030; } } { return (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)NULL; } IL_0030: { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_8 = __this->get__regex_0(); int32_t L_9 = __this->get__prevlen_7(); String_t* L_10 = __this->get__input_3(); int32_t L_11 = __this->get__beginning_4(); int32_t L_12 = __this->get__length_5(); int32_t L_13 = __this->get__startat_6(); NullCheck(L_8); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_14; L_14 = Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB(L_8, (bool)0, L_9, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); V_0 = L_14; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_15 = V_0; NullCheck(L_15); bool L_16; L_16 = Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_006c; } } { __this->set__done_2((bool)1); return (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)NULL; } IL_006c: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_17 = __this->get__matches_1(); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_18 = V_0; NullCheck(L_17); int32_t L_19; L_19 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_17, L_18); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_20 = V_0; NullCheck(L_20); int32_t L_21 = ((Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)L_20)->get__length_2(); __this->set__prevlen_7(L_21); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_22 = V_0; NullCheck(L_22); int32_t L_23 = L_22->get__textpos_11(); __this->set__startat_6(L_23); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_24 = __this->get__matches_1(); NullCheck(L_24); int32_t L_25; L_25 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_24); int32_t L_26 = ___i0; if ((((int32_t)L_25) <= ((int32_t)L_26))) { goto IL_0030; } } { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_27 = V_0; return L_27; } } // System.Int32 System.Text.RegularExpressions.MatchCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MatchCollection_get_Count_m1476DA408DBD9D6EAD231F2AF1320E0990CF287D (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__done_2(); if (!L_0) { goto IL_0014; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = __this->get__matches_1(); NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); return L_2; } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var); int32_t L_3 = ((MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_StaticFields*)il2cpp_codegen_static_fields_for(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var))->get_infinite_8(); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_4; L_4 = MatchCollection_GetMatch_m7C693363C6B2100ED58BD5B85C3CCCE1D858E342(__this, L_3, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = __this->get__matches_1(); NullCheck(L_5); int32_t L_6; L_6 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_5); return L_6; } } // System.Void System.Text.RegularExpressions.MatchCollection::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchCollection_CopyTo_mD72903F019CA31813B8A842A18CA4761484CFB21 (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (!L_0) { goto IL_001c; } } { RuntimeArray * L_1 = ___array0; NullCheck(L_1); int32_t L_2; L_2 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_001c; } } { String_t* L_3; L_3 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), /*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*)&MatchCollection_CopyTo_mD72903F019CA31813B8A842A18CA4761484CFB21_RuntimeMethod_var))); } IL_001c: { int32_t L_5; L_5 = MatchCollection_get_Count_m1476DA408DBD9D6EAD231F2AF1320E0990CF287D(__this, /*hidden argument*/NULL); } IL_0023: try { // begin try (depth: 1) ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = __this->get__matches_1(); RuntimeArray * L_7 = ___array0; int32_t L_8 = ___arrayIndex1; NullCheck(L_6); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(30 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_6, L_7, L_8); goto IL_0044; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0032; } throw e; } CATCH_0032: { // begin catch(System.ArrayTypeMismatchException) V_0 = ((ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 *)); String_t* L_9; L_9 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), /*hidden argument*/NULL); ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 * L_10 = V_0; 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_m2D82228EC0D314063BFC7BB308A43927D1D76852(L_11, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MatchCollection_CopyTo_mD72903F019CA31813B8A842A18CA4761484CFB21_RuntimeMethod_var))); } // end catch (depth: 1) IL_0044: { return; } } // System.Collections.IEnumerator System.Text.RegularExpressions.MatchCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MatchCollection_GetEnumerator_mB4DEC015B69A67D38E6F7E14D63C64047BDCF76F (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 * L_0 = (MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 *)il2cpp_codegen_object_new(MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735_il2cpp_TypeInfo_var); MatchEnumerator__ctor_mAC068C23A5E2366435764453E8E80C8B5803AD31(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Text.RegularExpressions.MatchCollection::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchCollection__cctor_mE9CB46F2626FF50D3337193BB55A1B6C0BFC44BC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_StaticFields*)il2cpp_codegen_static_fields_for(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var))->set_infinite_8(((int32_t)2147483647LL)); return; } } // System.Void System.Text.RegularExpressions.MatchCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchCollection__ctor_mA95FE66298AA5AE593EE40B3A7ED76F1011829C1 (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MatchCollection__ctor_mA95FE66298AA5AE593EE40B3A7ED76F1011829C1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(MatchCollection__ctor_mA95FE66298AA5AE593EE40B3A7ED76F1011829C1_RuntimeMethod_var); 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.Text.RegularExpressions.MatchEnumerator::.ctor(System.Text.RegularExpressions.MatchCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchEnumerator__ctor_mAC068C23A5E2366435764453E8E80C8B5803AD31 (MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 * __this, MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * ___matchcoll0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * L_0 = ___matchcoll0; __this->set__matchcoll_0(L_0); return; } } // System.Boolean System.Text.RegularExpressions.MatchEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MatchEnumerator_MoveNext_m1088424FEAD89A2693A0CF9200041A5C5B9DC052 (MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__done_3(); if (!L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * L_1 = __this->get__matchcoll_0(); int32_t L_2 = __this->get__curindex_2(); NullCheck(L_1); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_3; L_3 = MatchCollection_GetMatch_m7C693363C6B2100ED58BD5B85C3CCCE1D858E342(L_1, L_2, /*hidden argument*/NULL); __this->set__match_1(L_3); int32_t L_4 = __this->get__curindex_2(); __this->set__curindex_2(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_5 = __this->get__match_1(); if (L_5) { goto IL_0040; } } { __this->set__done_3((bool)1); return (bool)0; } IL_0040: { return (bool)1; } } // System.Object System.Text.RegularExpressions.MatchEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MatchEnumerator_get_Current_m2FB7B386869A6C4F5EC5327603EF79E8135BDEC1 (MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 * __this, const RuntimeMethod* method) { { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_0 = __this->get__match_1(); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*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*)&MatchEnumerator_get_Current_m2FB7B386869A6C4F5EC5327603EF79E8135BDEC1_RuntimeMethod_var))); } IL_0018: { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_3 = __this->get__match_1(); return L_3; } } // System.Void System.Text.RegularExpressions.MatchEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchEnumerator_Reset_m70B97522C32C01A38648D591B8BA3A8990186311 (MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 * __this, const RuntimeMethod* method) { { __this->set__curindex_2(0); __this->set__done_3((bool)0); __this->set__match_1((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)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.Text.RegularExpressions.MatchSparse::.ctor(System.Text.RegularExpressions.Regex,System.Collections.Hashtable,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchSparse__ctor_mA6CA132A5DA7D9ADED1D0FF1D7AD786109D33624 (MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694 * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps1, int32_t ___capcount2, String_t* ___text3, int32_t ___begpos4, int32_t ___len5, int32_t ___startpos6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_0 = ___regex0; int32_t L_1 = ___capcount2; String_t* L_2 = ___text3; int32_t L_3 = ___begpos4; int32_t L_4 = ___len5; int32_t L_5 = ___startpos6; IL2CPP_RUNTIME_CLASS_INIT(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); Match__ctor_mB01F9576125C09E5DFAD425523FF0C0FF16000A5(__this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = ___caps1; __this->set__caps_17(L_6); return; } } // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.MatchSparse::get_Groups() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * MatchSparse_get_Groups_mAF4486FB3D52F65427B855B5F410192543B99DB3 (MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * L_0 = ((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)__this)->get__groupcoll_8(); if (L_0) { goto IL_001a; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get__caps_17(); GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * L_2 = (GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 *)il2cpp_codegen_object_new(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556_il2cpp_TypeInfo_var); GroupCollection__ctor_m7DC940E706407EAE4AC45F297F021CD11F26CF6A(L_2, __this, L_1, /*hidden argument*/NULL); ((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)__this)->set__groupcoll_8(L_2); } IL_001a: { GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * L_3 = ((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)__this)->get__groupcoll_8(); return L_3; } } #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.Net.NetworkInformation.MibIPGlobalProperties::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MibIPGlobalProperties__ctor_m64009FA9C2EDC7E97A8BFDADD97F30699037CAA6 (MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B * __this, String_t* ___procDir0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F5C30709A18EDFC49B2BF15394C17FB119F30AD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3468AB44B71564C19903B982B65E8FC9D8FAB681); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39018BD2B1E6B53A73300485415B9C67EBBB8E8A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C90CD7979AE994720DF188BE3332941EFE0422B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC55A81D36282A546B820600CC854C7337938C6B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF039187B83496487A3C33AE7AF2F88D59D3934FC); s_Il2CppMethodInitialized = true; } { UnixIPGlobalProperties__ctor_mF2ADB564F94ABCB20CB71DDE34FAB070BA12A868(__this, /*hidden argument*/NULL); String_t* L_0 = ___procDir0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Path_Combine_mBAC6F82953008479983594F7F95101F46310C32D(L_0, _stringLiteral3468AB44B71564C19903B982B65E8FC9D8FAB681, /*hidden argument*/NULL); __this->set_StatisticsFile_1(L_1); String_t* L_2 = ___procDir0; String_t* L_3; L_3 = Path_Combine_mBAC6F82953008479983594F7F95101F46310C32D(L_2, _stringLiteral1F5C30709A18EDFC49B2BF15394C17FB119F30AD, /*hidden argument*/NULL); __this->set_StatisticsFileIPv6_2(L_3); String_t* L_4 = ___procDir0; String_t* L_5; L_5 = Path_Combine_mBAC6F82953008479983594F7F95101F46310C32D(L_4, _stringLiteralEC55A81D36282A546B820600CC854C7337938C6B, /*hidden argument*/NULL); __this->set_TcpFile_3(L_5); String_t* L_6 = ___procDir0; String_t* L_7; L_7 = Path_Combine_mBAC6F82953008479983594F7F95101F46310C32D(L_6, _stringLiteral39018BD2B1E6B53A73300485415B9C67EBBB8E8A, /*hidden argument*/NULL); __this->set_Tcp6File_4(L_7); String_t* L_8 = ___procDir0; String_t* L_9; L_9 = Path_Combine_mBAC6F82953008479983594F7F95101F46310C32D(L_8, _stringLiteralF039187B83496487A3C33AE7AF2F88D59D3934FC, /*hidden argument*/NULL); __this->set_UdpFile_5(L_9); String_t* L_10 = ___procDir0; String_t* L_11; L_11 = Path_Combine_mBAC6F82953008479983594F7F95101F46310C32D(L_10, _stringLiteral8C90CD7979AE994720DF188BE3332941EFE0422B, /*hidden argument*/NULL); __this->set_Udp6File_6(L_11); return; } } // System.Void System.Net.NetworkInformation.MibIPGlobalProperties::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MibIPGlobalProperties__cctor_mF7E6B5BFD692BEDABBBCB5718D7FE50B65D8FC42 (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*)&MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Il2CppChar)((int32_t)32)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (Il2CppChar)((int32_t)9)); ((MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B_StaticFields*)il2cpp_codegen_static_fields_for(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B_il2cpp_TypeInfo_var))->set_wsChars_7(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.Security.MobileAuthenticatedStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.SslStream,Mono.Security.Interface.MonoTlsSettings,Mono.Security.Interface.MonoTlsProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream__ctor_m0D8FB103726E0824BEFD3033D067F7F4EA13EF3B (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___innerStream0, bool ___leaveInnerStreamOpen1, SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * ___owner2, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings3, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); __this->set_ioLock_14(L_0); IL2CPP_RUNTIME_CLASS_INIT(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var); int32_t L_1 = ((MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields*)il2cpp_codegen_static_fields_for(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var))->get_nextId_21(); int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); ((MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields*)il2cpp_codegen_static_fields_for(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var))->set_nextId_21(L_2); __this->set_ID_22(L_2); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___innerStream0; bool L_4 = ___leaveInnerStreamOpen1; AuthenticatedStream__ctor_mDE77A28CCC056362108DCDE9345EE3F6D73AF509(__this, L_3, L_4, /*hidden argument*/NULL); SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * L_5 = ___owner2; __this->set_U3CSslStreamU3Ek__BackingField_18(L_5); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_6 = ___settings3; __this->set_U3CSettingsU3Ek__BackingField_19(L_6); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_7 = ___provider4; __this->set_U3CProviderU3Ek__BackingField_20(L_7); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_8 = (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 *)il2cpp_codegen_object_new(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638_il2cpp_TypeInfo_var); BufferOffsetSize2__ctor_mE4644CFB0D6AC7297E01282C7B898D119E18E8D2(L_8, ((int32_t)16834), /*hidden argument*/NULL); __this->set_readBuffer_12(L_8); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_9 = (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 *)il2cpp_codegen_object_new(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638_il2cpp_TypeInfo_var); BufferOffsetSize2__ctor_mE4644CFB0D6AC7297E01282C7B898D119E18E8D2(L_9, ((int32_t)16384), /*hidden argument*/NULL); __this->set_writeBuffer_13(L_9); return; } } // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MobileAuthenticatedStream::get_Settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * MobileAuthenticatedStream_get_Settings_m12C7E669BE45126A55BADAB2B707BC0F722EB610 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_0 = __this->get_U3CSettingsU3Ek__BackingField_19(); return L_0; } } // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MobileAuthenticatedStream::get_Provider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MobileAuthenticatedStream_get_Provider_mBAD82128219CDFBF15FB864B10C7B0028B3B5293 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_0 = __this->get_U3CProviderU3Ek__BackingField_20(); return L_0; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::CheckThrow(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_CheckThrow_mC8397F4398D9B5675EC3DE5612E31C2CECE89080 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___authSuccessCheck0, bool ___shutdownCheck1, const RuntimeMethod* method) { { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_0 = __this->get_lastException_8(); if (!L_0) { goto IL_0013; } } { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_1 = __this->get_lastException_8(); NullCheck(L_1); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095(L_1, /*hidden argument*/NULL); } IL_0013: { bool L_2 = ___authSuccessCheck0; if (!L_2) { goto IL_0029; } } { bool L_3; L_3 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Net.Security.AuthenticatedStream::get_IsAuthenticated() */, __this); if (L_3) { goto IL_0029; } } { 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral00045BEB4E25927218B1459FF5C9438A7C8C07B7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_CheckThrow_mC8397F4398D9B5675EC3DE5612E31C2CECE89080_RuntimeMethod_var))); } IL_0029: { bool L_5 = ___shutdownCheck1; if (!L_5) { goto IL_003f; } } { bool L_6 = __this->get_shutdown_16(); if (!L_6) { goto IL_003f; } } { 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral21A3BA98CA9A7E573D0A549E82022237715538AD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_CheckThrow_mC8397F4398D9B5675EC3DE5612E31C2CECE89080_RuntimeMethod_var))); } IL_003f: { return; } } // System.Exception Mono.Net.Security.MobileAuthenticatedStream::GetSSPIException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * MobileAuthenticatedStream_GetSSPIException_mB537031FBA16D66DA25143AFC929151C153DC51F (Exception_t * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B5A0438F4523FBE0B6941C88468C47294D2BFB8); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ___e0; if (((OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB *)IsInstClass((RuntimeObject*)L_0, OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Exception_t * L_1 = ___e0; if (((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IsInstClass((RuntimeObject*)L_1, IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Exception_t * L_2 = ___e0; if (((ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)IsInstClass((RuntimeObject*)L_2, ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Exception_t * L_3 = ___e0; if (!((AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 *)IsInstClass((RuntimeObject*)L_3, AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390_il2cpp_TypeInfo_var))) { goto IL_0022; } } IL_0020: { Exception_t * L_4 = ___e0; return L_4; } IL_0022: { Exception_t * L_5 = ___e0; AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 * L_6 = (AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 *)il2cpp_codegen_object_new(AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390_il2cpp_TypeInfo_var); AuthenticationException__ctor_mA0752219534B87AA44CA1F8F65920A91F2D5E513(L_6, _stringLiteral5B5A0438F4523FBE0B6941C88468C47294D2BFB8, L_5, /*hidden argument*/NULL); return L_6; } } // System.Exception Mono.Net.Security.MobileAuthenticatedStream::GetIOException(System.Exception,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * MobileAuthenticatedStream_GetIOException_mD87AC8EB8C53986E371A40EF467AFC5DE233CA1D (Exception_t * ___e0, String_t* ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ___e0; if (((OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB *)IsInstClass((RuntimeObject*)L_0, OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Exception_t * L_1 = ___e0; if (((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IsInstClass((RuntimeObject*)L_1, IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Exception_t * L_2 = ___e0; if (((ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)IsInstClass((RuntimeObject*)L_2, ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Exception_t * L_3 = ___e0; if (!((AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 *)IsInstClass((RuntimeObject*)L_3, AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390_il2cpp_TypeInfo_var))) { goto IL_0022; } } IL_0020: { Exception_t * L_4 = ___e0; return L_4; } IL_0022: { String_t* L_5 = ___message1; Exception_t * L_6 = ___e0; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_7 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var); IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(L_7, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.MobileAuthenticatedStream::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * MobileAuthenticatedStream_SetException_m5B0A18C66D1431C6EF3A43BFA7964BD376F57896 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, Exception_t * ___e0, const RuntimeMethod* method) { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * V_0 = NULL; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * G_B2_0 = NULL; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * G_B1_0 = NULL; { Exception_t * L_0 = ___e0; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_1; L_1 = ExceptionDispatchInfo_Capture_m2576BA3BF8758CA1B34DF06BD78707EFC8DEE3E1(L_0, /*hidden argument*/NULL); V_0 = L_1; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** L_2 = __this->get_address_of_lastException_8(); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_3 = V_0; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_4; L_4 = InterlockedCompareExchangeImpl((ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 **)L_2, L_3, (ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)NULL); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_5 = L_4; G_B1_0 = L_5; if (L_5) { G_B2_0 = L_5; goto IL_0019; } } { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_6 = V_0; G_B2_0 = L_6; } IL_0019: { return G_B2_0; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::AuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_AuthenticateAsClient_m54333EB0B910C87E197A05F1C15D6544DB33BDD1 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, String_t* ___targetHost0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates1, int32_t ___enabledSslProtocols2, bool ___checkCertificateRevocation3, const RuntimeMethod* method) { { String_t* L_0 = ___targetHost0; int32_t L_1 = ___enabledSslProtocols2; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_2 = ___clientCertificates1; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_3; L_3 = MobileAuthenticatedStream_ProcessAuthentication_m178A7A98E02403F5CD941B3C49B580686643E373(__this, (bool)1, (bool)0, L_0, L_1, (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL, L_2, (bool)0, /*hidden argument*/NULL); NullCheck(L_3); Task_Wait_m794A821EEA0F3071EDA168A8CEED6CA60C8D0E40(L_3, /*hidden argument*/NULL); return; } } // System.Threading.Tasks.Task Mono.Net.Security.MobileAuthenticatedStream::AuthenticateAsClientAsync(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * MobileAuthenticatedStream_AuthenticateAsClientAsync_mAEB1458E00859473D7182F54F316E8D62CE28BC0 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, String_t* ___targetHost0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates1, int32_t ___enabledSslProtocols2, bool ___checkCertificateRevocation3, const RuntimeMethod* method) { { String_t* L_0 = ___targetHost0; int32_t L_1 = ___enabledSslProtocols2; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_2 = ___clientCertificates1; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_3; L_3 = MobileAuthenticatedStream_ProcessAuthentication_m178A7A98E02403F5CD941B3C49B580686643E373(__this, (bool)0, (bool)0, L_0, L_1, (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL, L_2, (bool)0, /*hidden argument*/NULL); return L_3; } } // System.Net.Security.AuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream::get_AuthenticatedStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * MobileAuthenticatedStream_get_AuthenticatedStream_m5DF2DEFCE6B26E196FCA94F3E53DF6F0DEF6C622 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { return __this; } } // System.Threading.Tasks.Task Mono.Net.Security.MobileAuthenticatedStream::ProcessAuthentication(System.Boolean,System.Boolean,System.String,System.Security.Authentication.SslProtocols,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * MobileAuthenticatedStream_ProcessAuthentication_m178A7A98E02403F5CD941B3C49B580686643E373 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___runSynchronously0, bool ___serverMode1, String_t* ___targetHost2, int32_t ___enabledProtocols3, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate4, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates5, bool ___clientCertRequired6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mF7DD3EE57D8F0AA832316B43FB4635C1DC9953B6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_5(__this); bool L_0 = ___runSynchronously0; (&V_0)->set_runSynchronously_6(L_0); bool L_1 = ___serverMode1; (&V_0)->set_serverMode_2(L_1); String_t* L_2 = ___targetHost2; (&V_0)->set_targetHost_4(L_2); int32_t L_3 = ___enabledProtocols3; (&V_0)->set_enabledProtocols_7(L_3); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_4 = ___serverCertificate4; (&V_0)->set_serverCertificate_3(L_4); X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_5 = ___clientCertificates5; (&V_0)->set_clientCertificates_8(L_5); bool L_6 = ___clientCertRequired6; (&V_0)->set_clientCertRequired_9(L_6); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B L_7; L_7 = AsyncTaskMethodBuilder_Create_m156BFD7083AC20B1EFCD990D6DA52E51928EC521(/*hidden argument*/NULL); (&V_0)->set_U3CU3Et__builder_1(L_7); (&V_0)->set_U3CU3E1__state_0((-1)); U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F L_8 = V_0; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B L_9 = L_8.get_U3CU3Et__builder_1(); V_1 = L_9; AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mF7DD3EE57D8F0AA832316B43FB4635C1DC9953B6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(&V_1), (U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mF7DD3EE57D8F0AA832316B43FB4635C1DC9953B6_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_10 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_11; L_11 = AsyncTaskMethodBuilder_get_Task_m130181C15F259D4FAAD717BF53402A1FD0AD19F4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_10, /*hidden argument*/NULL); return L_11; } } // System.IAsyncResult Mono.Net.Security.MobileAuthenticatedStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MobileAuthenticatedStream_BeginRead_m2299EDE0D418F86FF6D7CA812B2DF4F3B07D82DA (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * L_3 = (AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA *)il2cpp_codegen_object_new(AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA_il2cpp_TypeInfo_var); AsyncReadRequest__ctor_m97269914BB6F589C30C0B3580114757CD9BB6D0A(L_3, __this, (bool)0, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5; L_5 = CancellationToken_get_None_mB04BA0EF2CFF1C232295CD0DFD31E68B8B618F93(/*hidden argument*/NULL); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_6; L_6 = MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883(__this, 0, L_4, L_5, /*hidden argument*/NULL); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_7 = ___asyncCallback3; RuntimeObject * L_8 = ___asyncState4; RuntimeObject* L_9; L_9 = TaskToApm_Begin_m34D665AEDA2542EDB75EDE5E3693040A4AC01B64(L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_EndRead_mF64C5AE2022C2E6E32FBD7DE9CAF6204488F42A8 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskToApm_End_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m7C1AE8C035021A7D7FC1C6F4A4A7D6815147856B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___asyncResult0; int32_t L_1; L_1 = TaskToApm_End_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m7C1AE8C035021A7D7FC1C6F4A4A7D6815147856B(L_0, /*hidden argument*/TaskToApm_End_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m7C1AE8C035021A7D7FC1C6F4A4A7D6815147856B_RuntimeMethod_var); return L_1; } } // System.IAsyncResult Mono.Net.Security.MobileAuthenticatedStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MobileAuthenticatedStream_BeginWrite_m444A84556523CD3607B0C3811B07BF7AD4B6E466 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * L_3 = (AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA *)il2cpp_codegen_object_new(AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA_il2cpp_TypeInfo_var); AsyncWriteRequest__ctor_m23D8ED46901F944741CD1EA551CF171421D16416(L_3, __this, (bool)0, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5; L_5 = CancellationToken_get_None_mB04BA0EF2CFF1C232295CD0DFD31E68B8B618F93(/*hidden argument*/NULL); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_6; L_6 = MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883(__this, 1, L_4, L_5, /*hidden argument*/NULL); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_7 = ___asyncCallback3; RuntimeObject * L_8 = ___asyncState4; RuntimeObject* L_9; L_9 = TaskToApm_Begin_m34D665AEDA2542EDB75EDE5E3693040A4AC01B64(L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_EndWrite_mF32510E6ACF5029C4FFA0084687DBA67780935AD (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___asyncResult0; TaskToApm_End_mCD7CA9BEFCE391BD5B1DAA9528E095D8E7E307F5(L_0, /*hidden argument*/NULL); return; } } // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_Read_m91B1888817700E4B4D059CDE6FCD78A3DCAE6C19 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_get_Result_m71D1165F8F30E8EDD34A98DBC72B55B15825D005_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * L_3 = (AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA *)il2cpp_codegen_object_new(AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA_il2cpp_TypeInfo_var); AsyncReadRequest__ctor_m97269914BB6F589C30C0B3580114757CD9BB6D0A(L_3, __this, (bool)1, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5; L_5 = CancellationToken_get_None_mB04BA0EF2CFF1C232295CD0DFD31E68B8B618F93(/*hidden argument*/NULL); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_6; L_6 = MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883(__this, 0, L_4, L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7; L_7 = Task_1_get_Result_m71D1165F8F30E8EDD34A98DBC72B55B15825D005(L_6, /*hidden argument*/Task_1_get_Result_m71D1165F8F30E8EDD34A98DBC72B55B15825D005_RuntimeMethod_var); return L_7; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_Write_m6E0F97F71B3E8EE7F188C2E75AFBFFE3C33C69FB (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * L_3 = (AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA *)il2cpp_codegen_object_new(AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA_il2cpp_TypeInfo_var); AsyncWriteRequest__ctor_m23D8ED46901F944741CD1EA551CF171421D16416(L_3, __this, (bool)1, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5; L_5 = CancellationToken_get_None_mB04BA0EF2CFF1C232295CD0DFD31E68B8B618F93(/*hidden argument*/NULL); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_6; L_6 = MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883(__this, 1, L_4, L_5, /*hidden argument*/NULL); NullCheck(L_6); Task_Wait_m794A821EEA0F3071EDA168A8CEED6CA60C8D0E40(L_6, /*hidden argument*/NULL); return; } } // System.Threading.Tasks.Task`1 Mono.Net.Security.MobileAuthenticatedStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * MobileAuthenticatedStream_ReadAsync_m518A7BCD987093B19EB9CAAE57631CB0BAFE0C8F (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * L_3 = (AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA *)il2cpp_codegen_object_new(AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA_il2cpp_TypeInfo_var); AsyncReadRequest__ctor_m97269914BB6F589C30C0B3580114757CD9BB6D0A(L_3, __this, (bool)0, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * L_4 = V_0; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = ___cancellationToken3; Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_6; L_6 = MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883(__this, 0, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Threading.Tasks.Task Mono.Net.Security.MobileAuthenticatedStream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * MobileAuthenticatedStream_WriteAsync_m4F9F9B8C926E8B5AACBA1B7DF15638A4055E7AA8 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * L_3 = (AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA *)il2cpp_codegen_object_new(AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA_il2cpp_TypeInfo_var); AsyncWriteRequest__ctor_m23D8ED46901F944741CD1EA551CF171421D16416(L_3, __this, (bool)0, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * L_4 = V_0; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = ___cancellationToken3; Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_6; L_6 = MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883(__this, 1, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Threading.Tasks.Task`1 Mono.Net.Security.MobileAuthenticatedStream::StartOperation(Mono.Net.Security.MobileAuthenticatedStream/OperationType,Mono.Net.Security.AsyncProtocolRequest,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, int32_t ___type0, AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncRequest1, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m5DBF8B74685F57AC69CCC99E568198B813368258_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mA1C18AF1599EBF797FCB48A733637890744A4778_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mBDB1391B253BA22D609CAD85B27F9BD50D0CF658_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_2(__this); int32_t L_0 = ___type0; (&V_0)->set_type_3(L_0); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_1 = ___asyncRequest1; (&V_0)->set_asyncRequest_4(L_1); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = ___cancellationToken2; (&V_0)->set_cancellationToken_5(L_2); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A L_3; L_3 = AsyncTaskMethodBuilder_1_Create_m5DBF8B74685F57AC69CCC99E568198B813368258(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_m5DBF8B74685F57AC69CCC99E568198B813368258_RuntimeMethod_var); (&V_0)->set_U3CU3Et__builder_1(L_3); (&V_0)->set_U3CU3E1__state_0((-1)); U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD L_4 = V_0; AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A L_5 = L_4.get_U3CU3Et__builder_1(); V_1 = L_5; AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mA1C18AF1599EBF797FCB48A733637890744A4778((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)(&V_1), (U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mA1C18AF1599EBF797FCB48A733637890744A4778_RuntimeMethod_var); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * L_6 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_7; L_7 = AsyncTaskMethodBuilder_1_get_Task_mBDB1391B253BA22D609CAD85B27F9BD50D0CF658((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)L_6, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_mBDB1391B253BA22D609CAD85B27F9BD50D0CF658_RuntimeMethod_var); return L_7; } } // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::InternalRead(System.Byte[],System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_InternalRead_mC430180F8FD5AA589FD7AE5044A89F9B6F1427D8 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, bool* ___outWantMore3, const RuntimeMethod* method) { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; Exception_t * V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * G_B2_0 = NULL; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * G_B1_0 = NULL; IL_0000: try { // begin try (depth: 1) { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_0 = __this->get_asyncHandshakeRequest_9(); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0010; } } IL_0009: { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_2 = __this->get_asyncReadRequest_10(); G_B2_0 = L_2; } IL_0010: { V_0 = G_B2_0; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_3 = V_0; BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_4 = __this->get_readBuffer_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___buffer0; int32_t L_6 = ___offset1; int32_t L_7 = ___size2; ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_8; L_8 = MobileAuthenticatedStream_InternalRead_m86C071DC37153DC3E055BCCD6E932CEB5AA65ED3(__this, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_9 = L_8; int32_t L_10 = L_9.get_Item1_0(); V_1 = L_10; bool L_11 = L_9.get_Item2_1(); V_2 = L_11; bool* L_12 = ___outWantMore3; bool L_13 = V_2; *((int8_t*)L_12) = (int8_t)L_13; int32_t L_14 = V_1; V_3 = L_14; goto IL_0053; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0036; } throw e; } CATCH_0036: { // begin catch(System.Exception) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_15 = V_4; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var))); Exception_t * L_16; L_16 = MobileAuthenticatedStream_GetIOException_mD87AC8EB8C53986E371A40EF467AFC5DE233CA1D(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA25F6BDE622F13BBCD87A785C8019A938EF75A7B)), /*hidden argument*/NULL); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_17; L_17 = MobileAuthenticatedStream_SetException_m5B0A18C66D1431C6EF3A43BFA7964BD376F57896(__this, L_16, /*hidden argument*/NULL); bool* L_18 = ___outWantMore3; *((int8_t*)L_18) = (int8_t)0; V_3 = (-1); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0053; } // end catch (depth: 1) IL_0053: { int32_t L_19 = V_3; return L_19; } } // System.ValueTuple`2 Mono.Net.Security.MobileAuthenticatedStream::InternalRead(Mono.Net.Security.AsyncProtocolRequest,Mono.Net.Security.BufferOffsetSize,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE MobileAuthenticatedStream_InternalRead_m86C071DC37153DC3E055BCCD6E932CEB5AA65ED3 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncRequest0, BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * ___internalBuffer1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B7_0 = 0; int32_t G_B6_0 = 0; int32_t G_B8_0 = 0; int32_t G_B8_1 = 0; { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_0 = ___asyncRequest0; if (L_0) { goto IL_0009; } } { 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_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_InternalRead_m86C071DC37153DC3E055BCCD6E932CEB5AA65ED3_RuntimeMethod_var))); } IL_0009: { BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_2 = ___internalBuffer1; NullCheck(L_2); int32_t L_3 = L_2->get_Size_2(); if (L_3) { goto IL_0039; } } { BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_4 = ___internalBuffer1; NullCheck(L_4); bool L_5 = L_4->get_Complete_4(); if (L_5) { goto IL_0039; } } { BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_6 = ___internalBuffer1; BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_7 = ___internalBuffer1; int32_t L_8 = 0; V_1 = L_8; NullCheck(L_7); L_7->set_Size_2(L_8); int32_t L_9 = V_1; NullCheck(L_6); L_6->set_Offset_1(L_9); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_10 = ___asyncRequest0; int32_t L_11 = ___size4; NullCheck(L_10); AsyncProtocolRequest_RequestRead_mD0C4C34F3D1602E8F138D93D6CF39A1CF89CB25A(L_10, L_11, /*hidden argument*/NULL); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_12; memset((&L_12), 0, sizeof(L_12)); ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C((&L_12), 0, (bool)1, /*hidden argument*/ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_RuntimeMethod_var); return L_12; } IL_0039: { BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_13 = ___internalBuffer1; NullCheck(L_13); int32_t L_14 = L_13->get_Size_2(); int32_t L_15 = ___size4; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_16; L_16 = Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B(L_14, L_15, /*hidden argument*/NULL); V_0 = L_16; BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_17 = ___internalBuffer1; NullCheck(L_17); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = L_17->get_Buffer_0(); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_19 = ___internalBuffer1; NullCheck(L_19); int32_t L_20 = L_19->get_Offset_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___buffer2; int32_t L_22 = ___offset3; int32_t L_23 = V_0; Buffer_BlockCopy_mF4642D7BB69FA7570F69E323F4597A2166065612((RuntimeArray *)(RuntimeArray *)L_18, L_20, (RuntimeArray *)(RuntimeArray *)L_21, L_22, L_23, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_24 = ___internalBuffer1; BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_25 = L_24; NullCheck(L_25); int32_t L_26 = L_25->get_Offset_1(); int32_t L_27 = V_0; NullCheck(L_25); L_25->set_Offset_1(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27))); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_28 = ___internalBuffer1; BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_29 = L_28; NullCheck(L_29); int32_t L_30 = L_29->get_Size_2(); int32_t L_31 = V_0; NullCheck(L_29); L_29->set_Size_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))); int32_t L_32 = V_0; BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_33 = ___internalBuffer1; NullCheck(L_33); bool L_34 = L_33->get_Complete_4(); G_B6_0 = L_32; if (L_34) { G_B7_0 = L_32; goto IL_0088; } } { int32_t L_35 = V_0; int32_t L_36 = ___size4; G_B8_0 = ((((int32_t)L_35) < ((int32_t)L_36))? 1 : 0); G_B8_1 = G_B6_0; goto IL_0089; } IL_0088: { G_B8_0 = 0; G_B8_1 = G_B7_0; } IL_0089: { ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_37; memset((&L_37), 0, sizeof(L_37)); ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C((&L_37), G_B8_1, (bool)G_B8_0, /*hidden argument*/ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_RuntimeMethod_var); return L_37; } } // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::InternalWrite(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileAuthenticatedStream_InternalWrite_m272A619B00CBE6704AAD300536D176AF4BF4F76F (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * V_0 = NULL; bool V_1 = false; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * G_B2_0 = NULL; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * G_B1_0 = NULL; IL_0000: try { // begin try (depth: 1) { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_0 = __this->get_asyncHandshakeRequest_9(); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0010; } } IL_0009: { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_2 = __this->get_asyncWriteRequest_11(); G_B2_0 = L_2; } IL_0010: { V_0 = G_B2_0; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_3 = V_0; BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_4 = __this->get_writeBuffer_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___buffer0; int32_t L_6 = ___offset1; int32_t L_7 = ___size2; bool L_8; L_8 = MobileAuthenticatedStream_InternalWrite_mAC3D67F3F2A6BE41320B01433AC26BFAD2063A74(__this, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; goto IL_003b; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0024; } throw e; } CATCH_0024: { // begin catch(System.Exception) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var))); Exception_t * L_10; L_10 = MobileAuthenticatedStream_GetIOException_mD87AC8EB8C53986E371A40EF467AFC5DE233CA1D(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E96087CB3CFB8FA010625C93BB4A5CF8279FF69)), /*hidden argument*/NULL); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_11; L_11 = MobileAuthenticatedStream_SetException_m5B0A18C66D1431C6EF3A43BFA7964BD376F57896(__this, L_10, /*hidden argument*/NULL); V_1 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003b; } // end catch (depth: 1) IL_003b: { bool L_12 = V_1; return L_12; } } // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::InternalWrite(Mono.Net.Security.AsyncProtocolRequest,Mono.Net.Security.BufferOffsetSize2,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileAuthenticatedStream_InternalWrite_mAC3D67F3F2A6BE41320B01433AC26BFAD2063A74 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncRequest0, BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * ___internalBuffer1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method) { { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_0 = ___asyncRequest0; if (L_0) { goto IL_0031; } } { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_1 = __this->get_lastException_8(); if (!L_1) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t* L_2 = __this->get_address_of_closeRequested_15(); int32_t L_3; L_3 = Interlocked_Exchange_m611B2BAD98101E850E6FC87FCC1F342C84A3270A((int32_t*)L_2, 1, /*hidden argument*/NULL); if (L_3) { goto IL_0023; } } { BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_4 = ___internalBuffer1; NullCheck(L_4); BufferOffsetSize2_Reset_mE4DE740467F990ED792FB4966B367091B27BBAB4(L_4, /*hidden argument*/NULL); goto IL_0031; } IL_0023: { BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_5 = ___internalBuffer1; NullCheck(L_5); int32_t L_6; L_6 = BufferOffsetSize_get_Remaining_m2DE18A3119D97C30B3EE54B9C6260030413B089D(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0031; } } { 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_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_InternalWrite_mAC3D67F3F2A6BE41320B01433AC26BFAD2063A74_RuntimeMethod_var))); } IL_0031: { BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_8 = ___internalBuffer1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___buffer2; int32_t L_10 = ___offset3; int32_t L_11 = ___size4; NullCheck(L_8); BufferOffsetSize2_AppendData_m5AFEF21E75273C3BF7FCD4B4433A49D088587F29(L_8, L_9, L_10, L_11, /*hidden argument*/NULL); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_12 = ___asyncRequest0; if (!L_12) { goto IL_0045; } } { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_13 = ___asyncRequest0; NullCheck(L_13); AsyncProtocolRequest_RequestWrite_m75F0A9A2A611CC2BB267ADE4FF36E98148F413E7(L_13, /*hidden argument*/NULL); } IL_0045: { return (bool)1; } } // System.Threading.Tasks.Task`1 Mono.Net.Security.MobileAuthenticatedStream::InnerRead(System.Boolean,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * MobileAuthenticatedStream_InnerRead_m791585462E4A887702A9BF3650FCBE0BAC98FABF (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___sync0, int32_t ___requestedSize1, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m5DBF8B74685F57AC69CCC99E568198B813368258_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_m1551B6D819EAF33FF0009D76E3173410AB669EC9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mBDB1391B253BA22D609CAD85B27F9BD50D0CF658_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_2(__this); bool L_0 = ___sync0; (&V_0)->set_sync_5(L_0); int32_t L_1 = ___requestedSize1; (&V_0)->set_requestedSize_4(L_1); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = ___cancellationToken2; (&V_0)->set_cancellationToken_3(L_2); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A L_3; L_3 = AsyncTaskMethodBuilder_1_Create_m5DBF8B74685F57AC69CCC99E568198B813368258(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_m5DBF8B74685F57AC69CCC99E568198B813368258_RuntimeMethod_var); (&V_0)->set_U3CU3Et__builder_1(L_3); (&V_0)->set_U3CU3E1__state_0((-1)); U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 L_4 = V_0; AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A L_5 = L_4.get_U3CU3Et__builder_1(); V_1 = L_5; AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_m1551B6D819EAF33FF0009D76E3173410AB669EC9((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)(&V_1), (U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_m1551B6D819EAF33FF0009D76E3173410AB669EC9_RuntimeMethod_var); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * L_6 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_7; L_7 = AsyncTaskMethodBuilder_1_get_Task_mBDB1391B253BA22D609CAD85B27F9BD50D0CF658((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)L_6, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_mBDB1391B253BA22D609CAD85B27F9BD50D0CF658_RuntimeMethod_var); return L_7; } } // System.Threading.Tasks.Task Mono.Net.Security.MobileAuthenticatedStream::InnerWrite(System.Boolean,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * MobileAuthenticatedStream_InnerWrite_m9B4A4FCF793834DCBF434ADFFBC43B4D215EB52F (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___sync0, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m8766D02676D8310992655EABCAE1FD39B6F4137D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_3(__this); bool L_0 = ___sync0; (&V_0)->set_sync_4(L_0); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = ___cancellationToken1; (&V_0)->set_cancellationToken_2(L_1); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B L_2; L_2 = AsyncTaskMethodBuilder_Create_m156BFD7083AC20B1EFCD990D6DA52E51928EC521(/*hidden argument*/NULL); (&V_0)->set_U3CU3Et__builder_1(L_2); (&V_0)->set_U3CU3E1__state_0((-1)); U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B L_3 = V_0; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B L_4 = L_3.get_U3CU3Et__builder_1(); V_1 = L_4; AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m8766D02676D8310992655EABCAE1FD39B6F4137D((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(&V_1), (U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m8766D02676D8310992655EABCAE1FD39B6F4137D_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_5 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_6; L_6 = AsyncTaskMethodBuilder_get_Task_m130181C15F259D4FAAD717BF53402A1FD0AD19F4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_5, /*hidden argument*/NULL); return L_6; } } // Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.MobileAuthenticatedStream::ProcessHandshake(Mono.Net.Security.AsyncOperationStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_ProcessHandshake_m49D890591613A8EBE1B80CBDB5056FAF501D1BF5 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, int32_t ___status0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = __this->get_ioLock_14(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); int32_t L_2 = ___status0; if (L_2) { goto IL_0023; } } IL_0014: { MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_3 = __this->get_xobileTlsContext_7(); NullCheck(L_3); VirtActionInvoker0::Invoke(6 /* System.Void Mono.Net.Security.MobileTlsContext::StartHandshake() */, L_3); V_3 = 1; IL2CPP_LEAVE(0x79, FINALLY_006f); } IL_0023: { int32_t L_4 = ___status0; if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_0032; } } IL_0027: { IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_5 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96DDBF9A4A89732F34FC5A0EF7DBBB4E91C5BCC8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_ProcessHandshake_m49D890591613A8EBE1B80CBDB5056FAF501D1BF5_RuntimeMethod_var))); } IL_0032: { int32_t L_6 = ___status0; if ((((int32_t)L_6) == ((int32_t)1))) { goto IL_003c; } } IL_0036: { 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_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_ProcessHandshake_m49D890591613A8EBE1B80CBDB5056FAF501D1BF5_RuntimeMethod_var))); } IL_003c: { V_2 = 1; MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_8 = __this->get_xobileTlsContext_7(); NullCheck(L_8); bool L_9; L_9 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean Mono.Net.Security.MobileTlsContext::ProcessHandshake() */, L_8); if (!L_9) { goto IL_0058; } } IL_004b: { MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_10 = __this->get_xobileTlsContext_7(); NullCheck(L_10); VirtActionInvoker0::Invoke(8 /* System.Void Mono.Net.Security.MobileTlsContext::FinishHandshake() */, L_10); V_2 = 3; } IL_0058: { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_11 = __this->get_lastException_8(); if (!L_11) { goto IL_006b; } } IL_0060: { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_12 = __this->get_lastException_8(); NullCheck(L_12); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095(L_12, /*hidden argument*/NULL); } IL_006b: { int32_t L_13 = V_2; V_3 = L_13; IL2CPP_LEAVE(0x79, FINALLY_006f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006f; } FINALLY_006f: { // begin finally (depth: 1) { bool L_14 = V_1; if (!L_14) { goto IL_0078; } } IL_0072: { RuntimeObject * L_15 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_15, /*hidden argument*/NULL); } IL_0078: { IL2CPP_END_FINALLY(111) } } // end finally (depth: 1) IL2CPP_CLEANUP(111) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x79, IL_0079) } IL_0079: { int32_t L_16 = V_3; return L_16; } } // System.ValueTuple`2 Mono.Net.Security.MobileAuthenticatedStream::ProcessRead(Mono.Net.Security.BufferOffsetSize) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE MobileAuthenticatedStream_ProcessRead_m2DA627144AF178A8F0F54F58E6630C2F68202D12 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * ___userBuffer0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE G_B2_0; memset((&G_B2_0), 0, sizeof(G_B2_0)); { RuntimeObject * L_0 = __this->get_ioLock_14(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_2 = __this->get_xobileTlsContext_7(); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_3 = ___userBuffer0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3->get_Buffer_0(); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_5 = ___userBuffer0; NullCheck(L_5); int32_t L_6 = L_5->get_Offset_1(); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_7 = ___userBuffer0; NullCheck(L_7); int32_t L_8 = L_7->get_Size_2(); NullCheck(L_2); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_9; L_9 = VirtFuncInvoker3< ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE , ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(10 /* System.ValueTuple`2 Mono.Net.Security.MobileTlsContext::Read(System.Byte[],System.Int32,System.Int32) */, L_2, L_4, L_6, L_8); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_10 = __this->get_lastException_8(); G_B2_0 = L_9; if (!L_10) { G_B3_0 = L_9; goto IL_0041; } } IL_0036: { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_11 = __this->get_lastException_8(); NullCheck(L_11); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095(L_11, /*hidden argument*/NULL); G_B3_0 = G_B2_0; } IL_0041: { V_2 = G_B3_0; IL2CPP_LEAVE(0x4E, FINALLY_0044); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: { // begin finally (depth: 1) { bool L_12 = V_1; if (!L_12) { goto IL_004d; } } IL_0047: { RuntimeObject * L_13 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_13, /*hidden argument*/NULL); } IL_004d: { IL2CPP_END_FINALLY(68) } } // end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4E, IL_004e) } IL_004e: { ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_14 = V_2; return L_14; } } // System.ValueTuple`2 Mono.Net.Security.MobileAuthenticatedStream::ProcessWrite(Mono.Net.Security.BufferOffsetSize) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE MobileAuthenticatedStream_ProcessWrite_m26B164259C3550E33F5CDF2C4CB491CFF3F4C9B9 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * ___userBuffer0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE G_B2_0; memset((&G_B2_0), 0, sizeof(G_B2_0)); { RuntimeObject * L_0 = __this->get_ioLock_14(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_2 = __this->get_xobileTlsContext_7(); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_3 = ___userBuffer0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3->get_Buffer_0(); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_5 = ___userBuffer0; NullCheck(L_5); int32_t L_6 = L_5->get_Offset_1(); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_7 = ___userBuffer0; NullCheck(L_7); int32_t L_8 = L_7->get_Size_2(); NullCheck(L_2); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_9; L_9 = VirtFuncInvoker3< ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE , ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(11 /* System.ValueTuple`2 Mono.Net.Security.MobileTlsContext::Write(System.Byte[],System.Int32,System.Int32) */, L_2, L_4, L_6, L_8); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_10 = __this->get_lastException_8(); G_B2_0 = L_9; if (!L_10) { G_B3_0 = L_9; goto IL_0041; } } IL_0036: { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_11 = __this->get_lastException_8(); NullCheck(L_11); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095(L_11, /*hidden argument*/NULL); G_B3_0 = G_B2_0; } IL_0041: { V_2 = G_B3_0; IL2CPP_LEAVE(0x4E, FINALLY_0044); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: { // begin finally (depth: 1) { bool L_12 = V_1; if (!L_12) { goto IL_004d; } } IL_0047: { RuntimeObject * L_13 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_13, /*hidden argument*/NULL); } IL_004d: { IL2CPP_END_FINALLY(68) } } // end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4E, IL_004e) } IL_004e: { ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_14 = V_2; return L_14; } } // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::get_IsAuthenticated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileAuthenticatedStream_get_IsAuthenticated_mC3633B71C753DA01E8DBD81BF5298500662ECDDA (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B5_0 = 0; { RuntimeObject * L_0 = __this->get_ioLock_14(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_2 = __this->get_xobileTlsContext_7(); if (!L_2) { goto IL_002e; } } IL_0019: { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_3 = __this->get_lastException_8(); if (L_3) { goto IL_002e; } } IL_0021: { MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_4 = __this->get_xobileTlsContext_7(); NullCheck(L_4); bool L_5; L_5 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean Mono.Net.Security.MobileTlsContext::get_IsAuthenticated() */, L_4); G_B5_0 = ((int32_t)(L_5)); goto IL_002f; } IL_002e: { G_B5_0 = 0; } IL_002f: { V_2 = (bool)G_B5_0; IL2CPP_LEAVE(0x3C, FINALLY_0032); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0032; } FINALLY_0032: { // begin finally (depth: 1) { bool L_6 = V_1; if (!L_6) { goto IL_003b; } } IL_0035: { RuntimeObject * L_7 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_7, /*hidden argument*/NULL); } IL_003b: { IL2CPP_END_FINALLY(50) } } // end finally (depth: 1) IL2CPP_CLEANUP(50) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3C, IL_003c) } IL_003c: { bool L_8 = V_2; return L_8; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_Dispose_m26864896490F078C981103A7927BDF91A39B33B7 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD644D3A09E6018C0DD586854D34E1CD3EE727A0); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { RuntimeObject * L_0 = __this->get_ioLock_14(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 2) { RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_2 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_2, _stringLiteralBD644D3A09E6018C0DD586854D34E1CD3EE727A0, /*hidden argument*/NULL); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_3; L_3 = ExceptionDispatchInfo_Capture_m2576BA3BF8758CA1B34DF06BD78707EFC8DEE3E1(L_2, /*hidden argument*/NULL); __this->set_lastException_8(L_3); MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_4 = __this->get_xobileTlsContext_7(); if (!L_4) { goto IL_0040; } } IL_002e: { MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_5 = __this->get_xobileTlsContext_7(); NullCheck(L_5); MobileTlsContext_Dispose_mDD54934F58E124A19D89712EA3524008E5CAC050(L_5, /*hidden argument*/NULL); __this->set_xobileTlsContext_7((MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF *)NULL); } IL_0040: { IL2CPP_LEAVE(0x54, FINALLY_0042); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: { // begin finally (depth: 2) { bool L_6 = V_1; if (!L_6) { goto IL_004b; } } IL_0045: { RuntimeObject * L_7 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_7, /*hidden argument*/NULL); } IL_004b: { IL2CPP_END_FINALLY(66) } } // end finally (depth: 2) IL2CPP_CLEANUP(66) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x54, FINALLY_004c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004c; } FINALLY_004c: { // begin finally (depth: 1) bool L_8 = ___disposing0; AuthenticatedStream_Dispose_m922381D0775D8A14FF01E106A47EAEF318EA982E(__this, L_8, /*hidden argument*/NULL); IL2CPP_END_FINALLY(76) } // end finally (depth: 1) IL2CPP_CLEANUP(76) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x54, IL_0054) } IL_0054: { return; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_Flush_m199FE316A80E60239A917644253970986B9E7583 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Flush() */, L_0); return; } } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileAuthenticatedStream::get_InternalLocalCertificate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * MobileAuthenticatedStream_get_InternalLocalCertificate_m92ADFDBB94D1A2173175C92FC3CCCE6A71FDB199 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * G_B6_0 = NULL; { RuntimeObject * L_0 = __this->get_ioLock_14(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); MobileAuthenticatedStream_CheckThrow_mC8397F4398D9B5675EC3DE5612E31C2CECE89080(__this, (bool)0, (bool)0, /*hidden argument*/NULL); MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_2 = __this->get_xobileTlsContext_7(); if (L_2) { goto IL_0025; } } IL_0021: { V_2 = (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL; IL2CPP_LEAVE(0x57, FINALLY_004d); } IL_0025: { MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_3 = __this->get_xobileTlsContext_7(); NullCheck(L_3); bool L_4; L_4 = MobileTlsContext_get_IsServer_m6BA80FEC5C2FF9BEA15AB24562DAB28E2082361B_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_003f; } } IL_0032: { MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_5 = __this->get_xobileTlsContext_7(); NullCheck(L_5); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_6; L_6 = VirtFuncInvoker0< X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * >::Invoke(9 /* System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileTlsContext::get_LocalClientCertificate() */, L_5); G_B6_0 = L_6; goto IL_004a; } IL_003f: { MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_7 = __this->get_xobileTlsContext_7(); NullCheck(L_7); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_8; L_8 = MobileTlsContext_get_LocalServerCertificate_m4320272E1E2E02C77CB7521158C3E45565AB2A3E_inline(L_7, /*hidden argument*/NULL); G_B6_0 = L_8; } IL_004a: { V_2 = G_B6_0; IL2CPP_LEAVE(0x57, FINALLY_004d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004d; } FINALLY_004d: { // begin finally (depth: 1) { bool L_9 = V_1; if (!L_9) { goto IL_0056; } } IL_0050: { RuntimeObject * L_10 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_10, /*hidden argument*/NULL); } IL_0056: { IL2CPP_END_FINALLY(77) } } // end finally (depth: 1) IL2CPP_CLEANUP(77) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x57, IL_0057) } IL_0057: { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_11 = V_2; return L_11; } } // System.Int64 Mono.Net.Security.MobileAuthenticatedStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t MobileAuthenticatedStream_Seek_mE638919C187C89E8EEB4415565A1608C01100265 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_Seek_mE638919C187C89E8EEB4415565A1608C01100265_RuntimeMethod_var))); } } // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileAuthenticatedStream_get_CanRead_mD5EE416A9C812C7A5BA93A3F3AC3F4CD3CD7D5E7 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Net.Security.AuthenticatedStream::get_IsAuthenticated() */, __this); if (!L_0) { goto IL_0014; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1; L_1 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_1); return L_2; } IL_0014: { return (bool)0; } } // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileAuthenticatedStream_get_CanWrite_m6892AB7DA9B4EC279CFC64BABA5BC2F81E26E37F (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Net.Security.AuthenticatedStream::get_IsAuthenticated() */, __this); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1; L_1 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_1); if (!((int32_t)((int32_t)L_0&(int32_t)L_2))) { goto IL_001e; } } { bool L_3 = __this->get_shutdown_16(); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_001e: { return (bool)0; } } // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileAuthenticatedStream_get_CanSeek_mF4B1F3F83D9B6EE8AF5984CA6911D42AE9181805 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int64 Mono.Net.Security.MobileAuthenticatedStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t MobileAuthenticatedStream_get_Length_m26B4552100F40FE8CEF547787BDBACC469528599 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1; L_1 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_0); return L_1; } } // System.Int64 Mono.Net.Security.MobileAuthenticatedStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t MobileAuthenticatedStream_get_Position_mBADC7270050681E68FFDABCBB5EEC6D6C0B4171D (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1; L_1 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_0); return L_1; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_set_Position_m34CF317339FC45361ED4CFB074E5F1ADA4EE1FA5 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, int64_t ___value0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_set_Position_m34CF317339FC45361ED4CFB074E5F1ADA4EE1FA5_RuntimeMethod_var))); } } // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::get_ReadTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_get_ReadTimeout_m08E7A1C46ACA653B8624E3CD0357FFB2F61D9249 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 System.IO.Stream::get_ReadTimeout() */, L_0); return L_1; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::set_ReadTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_set_ReadTimeout_mBE551C47A9E8F41C80F07E1191EEFE08341ABE04 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, int32_t ___value0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(14 /* System.Void System.IO.Stream::set_ReadTimeout(System.Int32) */, L_0, L_1); return; } } // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::get_WriteTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_get_WriteTimeout_m89405014AAA907C0AAF95E0E6A27F13BA9484D25 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.Stream::get_WriteTimeout() */, L_0); return L_1; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream__cctor_m4734B1B618B5FE689C1FDC350A69E134CA9BD634 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields*)il2cpp_codegen_static_fields_for(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var))->set_uniqueNameInteger_17(((int32_t)123)); return; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::b__67_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_U3CInnerWriteU3Eb__67_0_m63D62194859ED8623C24783D737CA11D06501E97 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_1 = __this->get_writeBuffer_13(); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_1)->get_Buffer_0(); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_3 = __this->get_writeBuffer_13(); NullCheck(L_3); int32_t L_4 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_3)->get_Offset_1(); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_5 = __this->get_writeBuffer_13(); NullCheck(L_5); int32_t L_6 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_5)->get_Size_2(); NullCheck(L_0); VirtActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(28 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_2, L_4, L_6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.Security.MobileTlsContext::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.String,System.Security.Authentication.SslProtocols,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileTlsContext__ctor_m656F47DCC938252723AFFDAE365DA1CA56A5C95B (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___serverMode1, String_t* ___targetHost2, int32_t ___enabledProtocols3, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate4, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates5, bool ___askForClientCert6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificateValidationHelper_t919B07F5B0AE5544BFF05A5555E4479F93272C9C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = ___parent0; __this->set_parent_0(L_0); bool L_1 = ___serverMode1; __this->set_serverMode_1(L_1); String_t* L_2 = ___targetHost2; __this->set_targetHost_2(L_2); int32_t L_3 = ___enabledProtocols3; __this->set_enabledProtocols_4(L_3); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_4 = ___serverCertificate4; __this->set_serverCertificate_5(L_4); X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_5 = ___clientCertificates5; __this->set_clientCertificates_6(L_5); bool L_6 = ___askForClientCert6; __this->set_askForClientCert_7(L_6); String_t* L_7 = ___targetHost2; __this->set_serverName_3(L_7); String_t* L_8 = __this->get_serverName_3(); bool L_9; L_9 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0074; } } { String_t* L_10 = __this->get_serverName_3(); NullCheck(L_10); int32_t L_11; L_11 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_10, ((int32_t)58), /*hidden argument*/NULL); V_0 = L_11; int32_t L_12 = V_0; if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_0074; } } { String_t* L_13 = __this->get_serverName_3(); int32_t L_14 = V_0; NullCheck(L_13); String_t* L_15; L_15 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_13, 0, L_14, /*hidden argument*/NULL); __this->set_serverName_3(L_15); } IL_0074: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_16 = ___parent0; NullCheck(L_16); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_17; L_17 = MobileAuthenticatedStream_get_Settings_m12C7E669BE45126A55BADAB2B707BC0F722EB610_inline(L_16, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_18 = ___parent0; NullCheck(L_18); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_19; L_19 = MobileAuthenticatedStream_get_Provider_mBAD82128219CDFBF15FB864B10C7B0028B3B5293_inline(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CertificateValidationHelper_t919B07F5B0AE5544BFF05A5555E4479F93272C9C_il2cpp_TypeInfo_var); RuntimeObject* L_20; L_20 = CertificateValidationHelper_GetInternalValidator_mCCDE6C5DA9A02065407D69464B0D5B80B8E3E33B(L_17, L_19, /*hidden argument*/NULL); __this->set_certificateValidator_8(L_20); return; } } // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileTlsContext::get_Parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * MobileTlsContext_get_Parent_mA247FA590751030497F9B039ED3543748981EDC3 (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = __this->get_parent_0(); return L_0; } } // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MobileTlsContext::get_Settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * MobileTlsContext_get_Settings_m960574D1AA3C5F8FA078E05662093E419195FF6E (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = __this->get_parent_0(); NullCheck(L_0); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_1; L_1 = MobileAuthenticatedStream_get_Settings_m12C7E669BE45126A55BADAB2B707BC0F722EB610_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean Mono.Net.Security.MobileTlsContext::get_IsServer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileTlsContext_get_IsServer_m6BA80FEC5C2FF9BEA15AB24562DAB28E2082361B (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_serverMode_1(); return L_0; } } // System.String Mono.Net.Security.MobileTlsContext::get_TargetHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MobileTlsContext_get_TargetHost_m6054EE6F51F62C51B2479225DF80673B5FA47C42 (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_targetHost_2(); return L_0; } } // System.String Mono.Net.Security.MobileTlsContext::get_ServerName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MobileTlsContext_get_ServerName_mDB9D97589ED6FF43DC54F753C4338691DA302B07 (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_serverName_3(); return L_0; } } // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Net.Security.MobileTlsContext::get_ClientCertificates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * MobileTlsContext_get_ClientCertificates_mC93FBAF7928EC1E3E1E4A47E99E6863FA8FAFBC6 (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_0 = __this->get_clientCertificates_6(); return L_0; } } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileTlsContext::get_LocalServerCertificate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * MobileTlsContext_get_LocalServerCertificate_m4320272E1E2E02C77CB7521158C3E45565AB2A3E (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_0 = __this->get_serverCertificate_5(); return L_0; } } // System.Boolean Mono.Net.Security.MobileTlsContext::ValidateCertificate(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileTlsContext_ValidateCertificate_m54BB8BC9C5C0703F52BD92F73F32C9E29D7754BC (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___leaf0, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICertificateValidator2_t22CB731C71E60368AFF5F7B89098AEEDB2A66B6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * V_0 = NULL; { RuntimeObject* L_0 = __this->get_certificateValidator_8(); String_t* L_1; L_1 = MobileTlsContext_get_TargetHost_m6054EE6F51F62C51B2479225DF80673B5FA47C42_inline(__this, /*hidden argument*/NULL); bool L_2; L_2 = MobileTlsContext_get_IsServer_m6BA80FEC5C2FF9BEA15AB24562DAB28E2082361B_inline(__this, /*hidden argument*/NULL); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_3 = ___leaf0; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_4 = ___chain1; NullCheck(L_0); ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_5; L_5 = InterfaceFuncInvoker4< ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 *, String_t*, bool, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * >::Invoke(0 /* Mono.Security.Interface.ValidationResult Mono.Security.Interface.ICertificateValidator2::ValidateCertificate(System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain) */, ICertificateValidator2_t22CB731C71E60368AFF5F7B89098AEEDB2A66B6A_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3, L_4); V_0 = L_5; ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_6 = V_0; if (!L_6) { goto IL_002f; } } { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = ValidationResult_get_Trusted_mFDD8BFA1C1EC21DC970A55810381205D7841D35A_inline(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_002f; } } { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = ValidationResult_get_UserDenied_m1E4095C966C2AC586B421485A171FF6BA45DE002_inline(L_9, /*hidden argument*/NULL); return (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0); } IL_002f: { return (bool)0; } } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileTlsContext::SelectClientCertificate(System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * MobileTlsContext_SelectClientCertificate_m0BD84B3C86150115C8141884B98D78C95FA7ABBC (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___acceptableIssuers1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * V_0 = NULL; { RuntimeObject* L_0 = __this->get_certificateValidator_8(); String_t* L_1; L_1 = MobileTlsContext_get_TargetHost_m6054EE6F51F62C51B2479225DF80673B5FA47C42_inline(__this, /*hidden argument*/NULL); X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_2; L_2 = MobileTlsContext_get_ClientCertificates_mC93FBAF7928EC1E3E1E4A47E99E6863FA8FAFBC6_inline(__this, /*hidden argument*/NULL); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_3 = ___serverCertificate0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = ___acceptableIssuers1; NullCheck(L_0); bool L_5; L_5 = InterfaceFuncInvoker5< bool, String_t*, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** >::Invoke(1 /* System.Boolean Mono.Security.Interface.ICertificateValidator::SelectClientCertificate(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[],System.Security.Cryptography.X509Certificates.X509Certificate&) */, ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3, L_4, (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 **)(&V_0)); if (!L_5) { goto IL_001f; } } { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_6 = V_0; return L_6; } IL_001f: { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_7 = __this->get_clientCertificates_6(); if (!L_7) { goto IL_0034; } } { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_8 = __this->get_clientCertificates_6(); NullCheck(L_8); int32_t L_9; L_9 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0036; } } IL_0034: { return (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL; } IL_0036: { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_10 = __this->get_clientCertificates_6(); NullCheck(L_10); int32_t L_11; L_11 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_0051; } } { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_12 = __this->get_clientCertificates_6(); NullCheck(L_12); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_13; L_13 = X509CertificateCollection_get_Item_mF0F62ACA6DB4482B2F055563F3A88CFDB92377FA(L_12, 0, /*hidden argument*/NULL); return L_13; } IL_0051: { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_14 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileTlsContext_SelectClientCertificate_m0BD84B3C86150115C8141884B98D78C95FA7ABBC_RuntimeMethod_var))); } } // System.Void Mono.Net.Security.MobileTlsContext::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileTlsContext_Dispose_mDD54934F58E124A19D89712EA3524008E5CAC050 (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtActionInvoker1< bool >::Invoke(13 /* System.Void Mono.Net.Security.MobileTlsContext::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mFF908DB65A7128F68FC8CAEA84AA753B439FE40E(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Net.Security.MobileTlsContext::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileTlsContext_Dispose_m8689020FD9EAEF86AA65046E9A8DF23239B9BADD (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Void Mono.Net.Security.MobileTlsContext::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileTlsContext_Finalize_m530A5F255410FD4FE9D22182B9F26376C1FB5D55 (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(13 /* System.Void Mono.Net.Security.MobileTlsContext::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x10, FINALLY_0009); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0009; } FINALLY_0009: { // begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) } // end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10, IL_0010) } IL_0010: { 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.Net.MonoChunkStream::.ctor(System.Byte[],System.Int32,System.Int32,System.Net.WebHeaderCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream__ctor_m0983391DA1D85F1C99A7156057AC9B4391C80D5A (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___headers3, const RuntimeMethod* method) { { WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_0 = ___headers3; MonoChunkStream__ctor_mD2D5FA0ACB85A6CC731CB9C793339E507A6C8AE0(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___size2; MonoChunkStream_Write_m137C8C8D13524480B95A13C03AD732BAA179ACDF(__this, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Net.MonoChunkStream::.ctor(System.Net.WebHeaderCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream__ctor_mD2D5FA0ACB85A6CC731CB9C793339E507A6C8AE0 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___headers0, 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*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_0 = ___headers0; __this->set_headers_0(L_0); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_1, /*hidden argument*/NULL); __this->set_saved_5(L_1); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_2, /*hidden argument*/NULL); __this->set_chunks_9(L_2); __this->set_chunkSize_1((-1)); __this->set_totalWritten_3(0); return; } } // System.Void System.Net.MonoChunkStream::ResetBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_ResetBuffer_m1378860F1775891DFFD8783EA7D51D9D1EB757AF (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, const RuntimeMethod* method) { { __this->set_chunkSize_1((-1)); __this->set_chunkRead_2(0); __this->set_totalWritten_3(0); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_chunks_9(); NullCheck(L_0); VirtActionInvoker0::Invoke(26 /* System.Void System.Collections.ArrayList::Clear() */, L_0); return; } } // System.Void System.Net.MonoChunkStream::WriteAndReadBack(System.Byte[],System.Int32,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_WriteAndReadBack_mE6CB867432CBBB655C866E139C16A7FFBD53E45A (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t* ___read3, const RuntimeMethod* method) { { int32_t L_0 = ___offset1; int32_t* L_1 = ___read3; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_2))) <= ((int32_t)0))) { goto IL_0015; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; int32_t L_4 = ___offset1; int32_t L_5 = ___offset1; int32_t* L_6 = ___read3; int32_t L_7 = *((int32_t*)L_6); MonoChunkStream_Write_m137C8C8D13524480B95A13C03AD732BAA179ACDF(__this, L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_7)), /*hidden argument*/NULL); } IL_0015: { int32_t* L_8 = ___read3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___buffer0; int32_t L_10 = ___offset1; int32_t L_11 = ___size2; int32_t L_12; L_12 = MonoChunkStream_Read_m43A4085433F66530A42EF59AAB3A0D51E6E5891A(__this, L_9, L_10, L_11, /*hidden argument*/NULL); *((int32_t*)L_8) = (int32_t)L_12; return; } } // System.Int32 System.Net.MonoChunkStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_Read_m43A4085433F66530A42EF59AAB3A0D51E6E5891A (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; int32_t L_3; L_3 = MonoChunkStream_ReadFromChunks_m37D5FAEAFECA57D507F64766999D57A95EEA0D2A(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Net.MonoChunkStream::ReadFromChunks(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadFromChunks_m37D5FAEAFECA57D507F64766999D57A95EEA0D2A (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mEF8A760076D03AD35EF56D1DD492D7A43BB80816_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mC21A26A205998A3D388FE5E59415B31279C4AF6A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mFA390B776A13DA73477D64A206A002B9E9FE5708_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m9FC924CB218DD5F5E30F48E374ADAEDEA9AFA79C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mCFF0C391B38543FCFEB148E2F311C41C4BDF4160_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m866EDEEAA6B501A636343218C0988F1C41F71624_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t59478D999576758E965737A3361AFC7391C2BB15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; List_1_t59478D999576758E965737A3361AFC7391C2BB15 * V_2 = NULL; int32_t V_3 = 0; Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * V_4 = NULL; Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD V_5; memset((&V_5), 0, sizeof(V_5)); Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_chunks_9(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); V_0 = L_1; V_1 = 0; int32_t L_2 = V_0; List_1_t59478D999576758E965737A3361AFC7391C2BB15 * L_3 = (List_1_t59478D999576758E965737A3361AFC7391C2BB15 *)il2cpp_codegen_object_new(List_1_t59478D999576758E965737A3361AFC7391C2BB15_il2cpp_TypeInfo_var); List_1__ctor_m866EDEEAA6B501A636343218C0988F1C41F71624(L_3, L_2, /*hidden argument*/List_1__ctor_m866EDEEAA6B501A636343218C0988F1C41F71624_RuntimeMethod_var); V_2 = L_3; V_3 = 0; goto IL_0061; } IL_0019: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = __this->get_chunks_9(); int32_t L_5 = V_3; NullCheck(L_4); RuntimeObject * L_6; L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5); V_4 = ((Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 *)CastclassClass((RuntimeObject*)L_6, Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951_il2cpp_TypeInfo_var)); Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_7 = V_4; NullCheck(L_7); int32_t L_8 = L_7->get_Offset_1(); Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_9 = V_4; NullCheck(L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = L_9->get_Bytes_0(); NullCheck(L_10); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))))) { goto IL_0048; } } { List_1_t59478D999576758E965737A3361AFC7391C2BB15 * L_11 = V_2; Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_12 = V_4; NullCheck(L_11); List_1_Add_m9FC924CB218DD5F5E30F48E374ADAEDEA9AFA79C(L_11, L_12, /*hidden argument*/List_1_Add_m9FC924CB218DD5F5E30F48E374ADAEDEA9AFA79C_RuntimeMethod_var); goto IL_005d; } IL_0048: { int32_t L_13 = V_1; Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_14 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___buffer0; int32_t L_16 = ___offset1; int32_t L_17 = V_1; int32_t L_18 = ___size2; int32_t L_19 = V_1; NullCheck(L_14); int32_t L_20; L_20 = Chunk_Read_mD196D23B6CCE13436E9654D5690B120A27D767F9(L_14, L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_20)); int32_t L_21 = V_1; int32_t L_22 = ___size2; if ((((int32_t)L_21) == ((int32_t)L_22))) { goto IL_0065; } } IL_005d: { int32_t L_23 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0061: { int32_t L_24 = V_3; int32_t L_25 = V_0; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0019; } } IL_0065: { List_1_t59478D999576758E965737A3361AFC7391C2BB15 * L_26 = V_2; NullCheck(L_26); Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD L_27; L_27 = List_1_GetEnumerator_mCFF0C391B38543FCFEB148E2F311C41C4BDF4160(L_26, /*hidden argument*/List_1_GetEnumerator_mCFF0C391B38543FCFEB148E2F311C41C4BDF4160_RuntimeMethod_var); V_5 = L_27; } IL_006d: try { // begin try (depth: 1) { goto IL_0085; } IL_006f: { Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_28; L_28 = Enumerator_get_Current_mFA390B776A13DA73477D64A206A002B9E9FE5708_inline((Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD *)(&V_5), /*hidden argument*/Enumerator_get_Current_mFA390B776A13DA73477D64A206A002B9E9FE5708_RuntimeMethod_var); V_6 = L_28; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_29 = __this->get_chunks_9(); Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_30 = V_6; NullCheck(L_29); VirtActionInvoker1< RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_29, L_30); } IL_0085: { bool L_31; L_31 = Enumerator_MoveNext_mC21A26A205998A3D388FE5E59415B31279C4AF6A((Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD *)(&V_5), /*hidden argument*/Enumerator_MoveNext_mC21A26A205998A3D388FE5E59415B31279C4AF6A_RuntimeMethod_var); if (L_31) { goto IL_006f; } } IL_008e: { IL2CPP_LEAVE(0x9E, FINALLY_0090); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0090; } FINALLY_0090: { // begin finally (depth: 1) Enumerator_Dispose_mEF8A760076D03AD35EF56D1DD492D7A43BB80816((Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD *)(&V_5), /*hidden argument*/Enumerator_Dispose_mEF8A760076D03AD35EF56D1DD492D7A43BB80816_RuntimeMethod_var); IL2CPP_END_FINALLY(144) } // end finally (depth: 1) IL2CPP_CLEANUP(144) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9E, IL_009e) } IL_009e: { int32_t L_32 = V_1; return L_32; } } // System.Void System.Net.MonoChunkStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_Write_m137C8C8D13524480B95A13C03AD732BAA179ACDF (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { { int32_t L_0 = ___offset1; int32_t L_1 = ___size2; if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_000e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = ___size2; MonoChunkStream_InternalWrite_m5470C15DE29BA1C8DB49A76C55CDF15F964FE34F(__this, L_2, (int32_t*)(&___offset1), L_3, /*hidden argument*/NULL); } IL_000e: { return; } } // System.Void System.Net.MonoChunkStream::InternalWrite(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_InternalWrite_m5470C15DE29BA1C8DB49A76C55CDF15F964FE34F (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method) { { int32_t L_0 = __this->get_state_4(); if (!L_0) { goto IL_0011; } } { int32_t L_1 = __this->get_state_4(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0044; } } IL_0011: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t* L_3 = ___offset1; int32_t L_4 = ___size2; int32_t L_5; L_5 = MonoChunkStream_GetChunkSize_m6C80D3EEFADE084F993AAAFF2CA0F2DC494446C4(__this, L_2, (int32_t*)L_3, L_4, /*hidden argument*/NULL); __this->set_state_4(L_5); int32_t L_6 = __this->get_state_4(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_002a; } } { return; } IL_002a: { StringBuilder_t * L_7 = __this->get_saved_5(); NullCheck(L_7); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_7, 0, /*hidden argument*/NULL); __this->set_sawCR_6((bool)0); __this->set_gotit_7((bool)0); } IL_0044: { int32_t L_8 = __this->get_state_4(); if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_006b; } } { int32_t* L_9 = ___offset1; int32_t L_10 = *((int32_t*)L_9); int32_t L_11 = ___size2; if ((((int32_t)L_10) >= ((int32_t)L_11))) { goto IL_006b; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___buffer0; int32_t* L_13 = ___offset1; int32_t L_14 = ___size2; int32_t L_15; L_15 = MonoChunkStream_ReadBody_mA94E7D8EB2AA23BDF0C5C23175BC98B2CBE2DCCB(__this, L_12, (int32_t*)L_13, L_14, /*hidden argument*/NULL); __this->set_state_4(L_15); int32_t L_16 = __this->get_state_4(); if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_006b; } } { return; } IL_006b: { int32_t L_17 = __this->get_state_4(); if ((!(((uint32_t)L_17) == ((uint32_t)3)))) { goto IL_0099; } } { int32_t* L_18 = ___offset1; int32_t L_19 = *((int32_t*)L_18); int32_t L_20 = ___size2; if ((((int32_t)L_19) >= ((int32_t)L_20))) { goto IL_0099; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___buffer0; int32_t* L_22 = ___offset1; int32_t L_23 = ___size2; int32_t L_24; L_24 = MonoChunkStream_ReadCRLF_m0A00BE1B5479D26A93C6FC1ED5250C30A194C708(__this, L_21, (int32_t*)L_22, L_23, /*hidden argument*/NULL); __this->set_state_4(L_24); int32_t L_25 = __this->get_state_4(); if ((!(((uint32_t)L_25) == ((uint32_t)3)))) { goto IL_0092; } } { return; } IL_0092: { __this->set_sawCR_6((bool)0); } IL_0099: { int32_t L_26 = __this->get_state_4(); if ((!(((uint32_t)L_26) == ((uint32_t)4)))) { goto IL_00da; } } { int32_t* L_27 = ___offset1; int32_t L_28 = *((int32_t*)L_27); int32_t L_29 = ___size2; if ((((int32_t)L_28) >= ((int32_t)L_29))) { goto IL_00da; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ___buffer0; int32_t* L_31 = ___offset1; int32_t L_32 = ___size2; int32_t L_33; L_33 = MonoChunkStream_ReadTrailer_m5F9E21734592996F66F8BDDBF66D7AC9F4A90C1E(__this, L_30, (int32_t*)L_31, L_32, /*hidden argument*/NULL); __this->set_state_4(L_33); int32_t L_34 = __this->get_state_4(); if ((!(((uint32_t)L_34) == ((uint32_t)4)))) { goto IL_00c0; } } { return; } IL_00c0: { StringBuilder_t * L_35 = __this->get_saved_5(); NullCheck(L_35); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_35, 0, /*hidden argument*/NULL); __this->set_sawCR_6((bool)0); __this->set_gotit_7((bool)0); } IL_00da: { int32_t* L_36 = ___offset1; int32_t L_37 = *((int32_t*)L_36); int32_t L_38 = ___size2; if ((((int32_t)L_37) >= ((int32_t)L_38))) { goto IL_00e8; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = ___buffer0; int32_t* L_40 = ___offset1; int32_t L_41 = ___size2; MonoChunkStream_InternalWrite_m5470C15DE29BA1C8DB49A76C55CDF15F964FE34F(__this, L_39, (int32_t*)L_40, L_41, /*hidden argument*/NULL); } IL_00e8: { return; } } // System.Boolean System.Net.MonoChunkStream::get_WantMore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoChunkStream_get_WantMore_m83CC3A4E18F848C35EF9853D7E2FB49A329B8127 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_chunkRead_2(); int32_t L_1 = __this->get_chunkSize_1(); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0020; } } { int32_t L_2 = __this->get_chunkSize_1(); if (L_2) { goto IL_0020; } } { int32_t L_3 = __this->get_state_4(); return (bool)((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0); } IL_0020: { return (bool)1; } } // System.Boolean System.Net.MonoChunkStream::get_DataAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoChunkStream_get_DataAvailable_mA4A5DF49C69DA98965B564B7EF510D8B17E4D6DE (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * V_2 = NULL; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_chunks_9(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); V_0 = L_1; V_1 = 0; goto IL_0057; } IL_0010: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_chunks_9(); int32_t L_3 = V_1; NullCheck(L_2); RuntimeObject * L_4; L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); V_2 = ((Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 *)CastclassClass((RuntimeObject*)L_4, Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951_il2cpp_TypeInfo_var)); Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_5 = V_2; if (!L_5) { goto IL_0053; } } { Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_6 = V_2; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6->get_Bytes_0(); if (!L_7) { goto IL_0053; } } { Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_8 = V_2; NullCheck(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = L_8->get_Bytes_0(); NullCheck(L_9); if (!(((RuntimeArray*)L_9)->max_length)) { goto IL_0053; } } { Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_10 = V_2; NullCheck(L_10); int32_t L_11 = L_10->get_Offset_1(); Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_12 = V_2; NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = L_12->get_Bytes_0(); NullCheck(L_13); if ((((int32_t)L_11) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))) { goto IL_0053; } } { int32_t L_14 = __this->get_state_4(); return (bool)((((int32_t)((((int32_t)L_14) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0053: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0057: { int32_t L_16 = V_1; int32_t L_17 = V_0; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0010; } } { return (bool)0; } } // System.Int32 System.Net.MonoChunkStream::get_ChunkLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_get_ChunkLeft_m5E5FD7651D4CD801F84B2C5FE6DC0953AA332E45 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_chunkSize_1(); int32_t L_1 = __this->get_chunkRead_2(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); } } // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadBody(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadBody_mA94E7D8EB2AA23BDF0C5C23175BC98B2CBE2DCCB (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, 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*)&Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { int32_t L_0 = __this->get_chunkSize_1(); if (L_0) { goto IL_000a; } } { return (int32_t)(3); } IL_000a: { int32_t L_1 = ___size2; int32_t* L_2 = ___offset1; int32_t L_3 = *((int32_t*)L_2); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3)); int32_t L_4 = V_0; int32_t L_5 = __this->get_chunkRead_2(); int32_t L_6 = __this->get_chunkSize_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) <= ((int32_t)L_6))) { goto IL_002d; } } { int32_t L_7 = __this->get_chunkSize_1(); int32_t L_8 = __this->get_chunkRead_2(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)); } IL_002d: { int32_t L_9 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_9); V_1 = L_10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___buffer0; int32_t* L_12 = ___offset1; int32_t L_13 = *((int32_t*)L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; int32_t L_15 = V_0; Buffer_BlockCopy_mF4642D7BB69FA7570F69E323F4597A2166065612((RuntimeArray *)(RuntimeArray *)L_11, L_13, (RuntimeArray *)(RuntimeArray *)L_14, 0, L_15, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_16 = __this->get_chunks_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_18 = (Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 *)il2cpp_codegen_object_new(Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951_il2cpp_TypeInfo_var); Chunk__ctor_m85D8BE6C05ACCD31D613F2EC44FC12000795C95D(L_18, L_17, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_19; L_19 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_16, L_18); int32_t* L_20 = ___offset1; int32_t* L_21 = ___offset1; int32_t L_22 = *((int32_t*)L_21); int32_t L_23 = V_0; *((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)); int32_t L_24 = __this->get_chunkRead_2(); int32_t L_25 = V_0; __this->set_chunkRead_2(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25))); int32_t L_26 = __this->get_totalWritten_3(); int32_t L_27 = V_0; __this->set_totalWritten_3(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27))); int32_t L_28 = __this->get_chunkRead_2(); int32_t L_29 = __this->get_chunkSize_1(); if ((((int32_t)L_28) == ((int32_t)L_29))) { goto IL_0083; } } { return (int32_t)(2); } IL_0083: { return (int32_t)(3); } } // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::GetChunkSize(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_GetChunkSize_m6C80D3EEFADE084F993AAAFF2CA0F2DC494446C4 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CCE5D845BBEE6292F6A3AB608263498E949E9D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53786921F1AD5D172D1CE8526E26E0A3D7913514); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral979BC2B542E7AF134EC213020BB5DF6FE843A685); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t V_1 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { __this->set_chunkRead_2(0); __this->set_chunkSize_1(0); V_0 = 0; goto IL_0085; } IL_0012: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t* L_1 = ___offset1; int32_t* L_2 = ___offset1; int32_t L_3 = *((int32_t*)L_2); V_1 = L_3; int32_t L_4 = V_1; *((int32_t*)L_1) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); int32_t L_5 = V_1; NullCheck(L_0); int32_t L_6 = L_5; uint8_t L_7 = (L_0)->GetAt(static_cast(L_6)); V_0 = L_7; Il2CppChar L_8 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)13))))) { goto IL_003e; } } { bool L_9 = __this->get_sawCR_6(); if (!L_9) { goto IL_0035; } } { MonoChunkStream_ThrowProtocolViolation_mBDC853802F26D724EC129B027C98DF4F8BDC1C9A(_stringLiteral53786921F1AD5D172D1CE8526E26E0A3D7913514, /*hidden argument*/NULL); } IL_0035: { __this->set_sawCR_6((bool)1); goto IL_0085; } IL_003e: { bool L_10 = __this->get_sawCR_6(); if (!L_10) { goto IL_004b; } } { Il2CppChar L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)10)))) { goto IL_008a; } } IL_004b: { Il2CppChar L_12 = V_0; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)32))))) { goto IL_0057; } } { __this->set_gotit_7((bool)1); } IL_0057: { bool L_13 = __this->get_gotit_7(); if (L_13) { goto IL_006c; } } { StringBuilder_t * L_14 = __this->get_saved_5(); Il2CppChar L_15 = V_0; NullCheck(L_14); StringBuilder_t * L_16; L_16 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_14, L_15, /*hidden argument*/NULL); } IL_006c: { StringBuilder_t * L_17 = __this->get_saved_5(); NullCheck(L_17); int32_t L_18; L_18 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) <= ((int32_t)((int32_t)20)))) { goto IL_0085; } } { MonoChunkStream_ThrowProtocolViolation_mBDC853802F26D724EC129B027C98DF4F8BDC1C9A(_stringLiteral3CCE5D845BBEE6292F6A3AB608263498E949E9D9, /*hidden argument*/NULL); } IL_0085: { int32_t* L_19 = ___offset1; int32_t L_20 = *((int32_t*)L_19); int32_t L_21 = ___size2; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0012; } } IL_008a: { bool L_22 = __this->get_sawCR_6(); if (!L_22) { goto IL_0097; } } { Il2CppChar L_23 = V_0; if ((((int32_t)L_23) == ((int32_t)((int32_t)10)))) { goto IL_00e6; } } IL_0097: { int32_t* L_24 = ___offset1; int32_t L_25 = *((int32_t*)L_24); int32_t L_26 = ___size2; if ((((int32_t)L_25) >= ((int32_t)L_26))) { goto IL_00a6; } } { MonoChunkStream_ThrowProtocolViolation_mBDC853802F26D724EC129B027C98DF4F8BDC1C9A(_stringLiteral979BC2B542E7AF134EC213020BB5DF6FE843A685, /*hidden argument*/NULL); } IL_00a6: { } IL_00a7: try { // begin try (depth: 1) { StringBuilder_t * L_27 = __this->get_saved_5(); NullCheck(L_27); int32_t L_28; L_28 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_27, /*hidden argument*/NULL); if ((((int32_t)L_28) <= ((int32_t)0))) { goto IL_00d5; } } IL_00b5: { StringBuilder_t * L_29 = __this->get_saved_5(); NullCheck(L_29); String_t* L_30; L_30 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_29); String_t* L_31; L_31 = MonoChunkStream_RemoveChunkExtension_m58F135088F1995CD8F4F99DF5355E99A20794B0C(L_30, /*hidden argument*/NULL); int32_t L_32; L_32 = Int32_Parse_m00F320962D44E6BCE4884E6A5FE86F79331238A3(L_31, ((int32_t)515), /*hidden argument*/NULL); __this->set_chunkSize_1(L_32); } IL_00d5: { goto IL_00e4; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00d7; } throw e; } CATCH_00d7: { // begin catch(System.Exception) MonoChunkStream_ThrowProtocolViolation_mBDC853802F26D724EC129B027C98DF4F8BDC1C9A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67921229B6193521250B21AF59D7AC8F873790B9)), /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e4; } // end catch (depth: 1) IL_00e4: { return (int32_t)(1); } IL_00e6: { __this->set_chunkRead_2(0); } IL_00ed: try { // begin try (depth: 1) StringBuilder_t * L_33 = __this->get_saved_5(); NullCheck(L_33); String_t* L_34; L_34 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_33); String_t* L_35; L_35 = MonoChunkStream_RemoveChunkExtension_m58F135088F1995CD8F4F99DF5355E99A20794B0C(L_34, /*hidden argument*/NULL); int32_t L_36; L_36 = Int32_Parse_m00F320962D44E6BCE4884E6A5FE86F79331238A3(L_35, ((int32_t)515), /*hidden argument*/NULL); __this->set_chunkSize_1(L_36); goto IL_011c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_010f; } throw e; } CATCH_010f: { // begin catch(System.Exception) MonoChunkStream_ThrowProtocolViolation_mBDC853802F26D724EC129B027C98DF4F8BDC1C9A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67921229B6193521250B21AF59D7AC8F873790B9)), /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_011c; } // end catch (depth: 1) IL_011c: { int32_t L_37 = __this->get_chunkSize_1(); if (L_37) { goto IL_012d; } } { __this->set_trailerState_8(2); return (int32_t)(4); } IL_012d: { return (int32_t)(2); } } // System.String System.Net.MonoChunkStream::RemoveChunkExtension(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoChunkStream_RemoveChunkExtension_m58F135088F1995CD8F4F99DF5355E99A20794B0C (String_t* ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___input0; NullCheck(L_0); int32_t L_1; L_1 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_0, ((int32_t)59), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_000f; } } { String_t* L_3 = ___input0; return L_3; } IL_000f: { String_t* L_4 = ___input0; int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6; L_6 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_4, 0, L_5, /*hidden argument*/NULL); return L_6; } } // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadCRLF(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadCRLF_m0A00BE1B5479D26A93C6FC1ED5250C30A194C708 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral586F383F16AFD38E91989C32484F444ACCEE3FB0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E1A1E5945048F0A93714B01CCB25B74F3B5E8AB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_sawCR_6(); if (L_0) { goto IL_002f; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t* L_2 = ___offset1; int32_t* L_3 = ___offset1; int32_t L_4 = *((int32_t*)L_3); V_0 = L_4; int32_t L_5 = V_0; *((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_0; NullCheck(L_1); int32_t L_7 = L_6; uint8_t L_8 = (L_1)->GetAt(static_cast(L_7)); if ((((int32_t)L_8) == ((int32_t)((int32_t)13)))) { goto IL_0021; } } { MonoChunkStream_ThrowProtocolViolation_mBDC853802F26D724EC129B027C98DF4F8BDC1C9A(_stringLiteral8E1A1E5945048F0A93714B01CCB25B74F3B5E8AB, /*hidden argument*/NULL); } IL_0021: { __this->set_sawCR_6((bool)1); int32_t* L_9 = ___offset1; int32_t L_10 = *((int32_t*)L_9); int32_t L_11 = ___size2; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_002f; } } { return (int32_t)(3); } IL_002f: { bool L_12 = __this->get_sawCR_6(); if (!L_12) { goto IL_0050; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___buffer0; int32_t* L_14 = ___offset1; int32_t* L_15 = ___offset1; int32_t L_16 = *((int32_t*)L_15); V_0 = L_16; int32_t L_17 = V_0; *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); int32_t L_18 = V_0; NullCheck(L_13); int32_t L_19 = L_18; uint8_t L_20 = (L_13)->GetAt(static_cast(L_19)); if ((((int32_t)L_20) == ((int32_t)((int32_t)10)))) { goto IL_0050; } } { MonoChunkStream_ThrowProtocolViolation_mBDC853802F26D724EC129B027C98DF4F8BDC1C9A(_stringLiteral586F383F16AFD38E91989C32484F444ACCEE3FB0, /*hidden argument*/NULL); } IL_0050: { return (int32_t)(0); } } // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadTrailer(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadTrailer_m5F9E21734592996F66F8BDDBF66D7AC9F4A90C1E (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, 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*)&_stringLiteral3CD75B0CA0355471E3BE304EAA59F1C7068E0A14); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F92197AA4E8B6EEFF26E4527BBF892AFC42586A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB44BC866BCF32F61826D77340C1B8702E45E593C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t V_1 = 0; String_t* V_2 = NULL; StringReader_t74E352C280EAC22C878867444978741F19E1F895 * V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; int32_t G_B19_0 = 0; String_t* G_B19_1 = NULL; StringBuilder_t * G_B19_2 = NULL; int32_t G_B18_0 = 0; String_t* G_B18_1 = NULL; StringBuilder_t * G_B18_2 = NULL; int32_t G_B20_0 = 0; int32_t G_B20_1 = 0; String_t* G_B20_2 = NULL; StringBuilder_t * G_B20_3 = NULL; { V_0 = 0; int32_t L_0 = __this->get_trailerState_8(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0041; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t* L_2 = ___offset1; int32_t L_3 = *((int32_t*)L_2); NullCheck(L_1); int32_t L_4 = L_3; uint8_t L_5 = (L_1)->GetAt(static_cast(L_4)); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)13))))) { goto IL_0041; } } { StringBuilder_t * L_6 = __this->get_saved_5(); NullCheck(L_6); int32_t L_7; L_7 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0041; } } { int32_t* L_8 = ___offset1; int32_t* L_9 = ___offset1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); int32_t* L_11 = ___offset1; int32_t L_12 = *((int32_t*)L_11); int32_t L_13 = ___size2; if ((((int32_t)L_12) >= ((int32_t)L_13))) { goto IL_003b; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___buffer0; int32_t* L_15 = ___offset1; int32_t L_16 = *((int32_t*)L_15); NullCheck(L_14); int32_t L_17 = L_16; uint8_t L_18 = (L_14)->GetAt(static_cast(L_17)); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)10))))) { goto IL_003b; } } { int32_t* L_19 = ___offset1; int32_t* L_20 = ___offset1; int32_t L_21 = *((int32_t*)L_20); *((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); return (int32_t)(0); } IL_003b: { int32_t* L_22 = ___offset1; int32_t* L_23 = ___offset1; int32_t L_24 = *((int32_t*)L_23); *((int32_t*)L_22) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)); } IL_0041: { int32_t L_25 = __this->get_trailerState_8(); V_1 = L_25; V_2 = _stringLiteral7F92197AA4E8B6EEFF26E4527BBF892AFC42586A; goto IL_00cc; } IL_0050: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___buffer0; int32_t* L_27 = ___offset1; int32_t* L_28 = ___offset1; int32_t L_29 = *((int32_t*)L_28); V_5 = L_29; int32_t L_30 = V_5; *((int32_t*)L_27) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); int32_t L_31 = V_5; NullCheck(L_26); int32_t L_32 = L_31; uint8_t L_33 = (L_26)->GetAt(static_cast(L_32)); V_0 = L_33; int32_t L_34 = V_1; if (!L_34) { goto IL_0066; } } { int32_t L_35 = V_1; if ((!(((uint32_t)L_35) == ((uint32_t)2)))) { goto IL_0071; } } IL_0066: { Il2CppChar L_36 = V_0; if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)13))))) { goto IL_0071; } } { int32_t L_37 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); goto IL_00cc; } IL_0071: { int32_t L_38 = V_1; if ((((int32_t)L_38) == ((int32_t)1))) { goto IL_0079; } } { int32_t L_39 = V_1; if ((!(((uint32_t)L_39) == ((uint32_t)3)))) { goto IL_0084; } } IL_0079: { Il2CppChar L_40 = V_0; if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)10))))) { goto IL_0084; } } { int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); goto IL_00cc; } IL_0084: { int32_t L_42 = V_1; if ((((int32_t)L_42) <= ((int32_t)0))) { goto IL_00cc; } } { StringBuilder_t * L_43 = __this->get_saved_5(); String_t* L_44 = V_2; StringBuilder_t * L_45 = __this->get_saved_5(); NullCheck(L_45); int32_t L_46; L_46 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_45, /*hidden argument*/NULL); G_B18_0 = 0; G_B18_1 = L_44; G_B18_2 = L_43; if (!L_46) { G_B19_0 = 0; G_B19_1 = L_44; G_B19_2 = L_43; goto IL_00a0; } } { int32_t L_47 = V_1; G_B20_0 = L_47; G_B20_1 = G_B18_0; G_B20_2 = G_B18_1; G_B20_3 = G_B18_2; goto IL_00a3; } IL_00a0: { int32_t L_48 = V_1; G_B20_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)2)); G_B20_1 = G_B19_0; G_B20_2 = G_B19_1; G_B20_3 = G_B19_2; } IL_00a3: { NullCheck(G_B20_2); String_t* L_49; L_49 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(G_B20_2, G_B20_1, G_B20_0, /*hidden argument*/NULL); NullCheck(G_B20_3); StringBuilder_t * L_50; L_50 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(G_B20_3, L_49, /*hidden argument*/NULL); V_1 = 0; StringBuilder_t * L_51 = __this->get_saved_5(); NullCheck(L_51); int32_t L_52; L_52 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_51, /*hidden argument*/NULL); if ((((int32_t)L_52) <= ((int32_t)((int32_t)4196)))) { goto IL_00cc; } } { MonoChunkStream_ThrowProtocolViolation_mBDC853802F26D724EC129B027C98DF4F8BDC1C9A(_stringLiteral3CD75B0CA0355471E3BE304EAA59F1C7068E0A14, /*hidden argument*/NULL); } IL_00cc: { int32_t* L_53 = ___offset1; int32_t L_54 = *((int32_t*)L_53); int32_t L_55 = ___size2; if ((((int32_t)L_54) >= ((int32_t)L_55))) { goto IL_00d8; } } { int32_t L_56 = V_1; if ((((int32_t)L_56) < ((int32_t)4))) { goto IL_0050; } } IL_00d8: { int32_t L_57 = V_1; if ((((int32_t)L_57) >= ((int32_t)4))) { goto IL_00f4; } } { int32_t L_58 = V_1; __this->set_trailerState_8(L_58); int32_t* L_59 = ___offset1; int32_t L_60 = *((int32_t*)L_59); int32_t L_61 = ___size2; if ((((int32_t)L_60) >= ((int32_t)L_61))) { goto IL_00f2; } } { MonoChunkStream_ThrowProtocolViolation_mBDC853802F26D724EC129B027C98DF4F8BDC1C9A(_stringLiteralB44BC866BCF32F61826D77340C1B8702E45E593C, /*hidden argument*/NULL); } IL_00f2: { return (int32_t)(4); } IL_00f4: { StringBuilder_t * L_62 = __this->get_saved_5(); NullCheck(L_62); String_t* L_63; L_63 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_62); StringReader_t74E352C280EAC22C878867444978741F19E1F895 * L_64 = (StringReader_t74E352C280EAC22C878867444978741F19E1F895 *)il2cpp_codegen_object_new(StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); StringReader__ctor_m7CC29D8E83F4813395ACA9CF4F756B1BCE09A7EE(L_64, L_63, /*hidden argument*/NULL); V_3 = L_64; goto IL_0114; } IL_0107: { WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_65 = __this->get_headers_0(); String_t* L_66 = V_4; NullCheck(L_65); WebHeaderCollection_Add_m2001A99A04978C4DE11DAC26540C04C5EF5CC776(L_65, L_66, /*hidden argument*/NULL); } IL_0114: { StringReader_t74E352C280EAC22C878867444978741F19E1F895 * L_67 = V_3; NullCheck(L_67); String_t* L_68; L_68 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadLine() */, L_67); String_t* L_69 = L_68; V_4 = L_69; if (!L_69) { goto IL_012d; } } { String_t* L_70 = V_4; bool L_71; L_71 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_70, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (L_71) { goto IL_0107; } } IL_012d: { return (int32_t)(0); } } // System.Void System.Net.MonoChunkStream::ThrowProtocolViolation(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_ThrowProtocolViolation_mBDC853802F26D724EC129B027C98DF4F8BDC1C9A (String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_1 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_m7C17EA99B1FE182295AF99B968D67080AD4E2CCE(L_1, L_0, (Exception_t *)NULL, ((int32_t)11), (WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoChunkStream_ThrowProtocolViolation_mBDC853802F26D724EC129B027C98DF4F8BDC1C9A_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Util.MonoPInvokeCallbackAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoPInvokeCallbackAttribute__ctor_m38A1F94D97EA55DC3B5AEC44EB89A0F266BAFE92 (MonoPInvokeCallbackAttribute_t69538D44A3EDF035036BAF120F1D9B105A60464A * __this, Type_t * ___t0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__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 // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::GetProviderInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_GetProviderInternal_m7B5217364D955B85B95F50EF271947F721EDFC38 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_locker_0(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProviderFactory_InitializeInternal_mE7081EBE541082D32462434FE7BD3B569D96B0EC(/*hidden argument*/NULL); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_2 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_defaultProvider_2(); V_2 = L_2; IL2CPP_LEAVE(0x27, FINALLY_001d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001d; } FINALLY_001d: { // begin finally (depth: 1) { bool L_3 = V_1; if (!L_3) { goto IL_0026; } } IL_0020: { RuntimeObject * L_4 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_4, /*hidden argument*/NULL); } IL_0026: { IL2CPP_END_FINALLY(29) } } // end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x27, IL_0027) } IL_0027: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_5 = V_2; return L_5; } } // System.Void Mono.Net.Security.MonoTlsProviderFactory::InitializeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsProviderFactory_InitializeInternal_mE7081EBE541082D32462434FE7BD3B569D96B0EC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m8327B844F83DB705B2E5E8B68ECE9DF3BAB852C5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m8923307936BE72D960404CD0447C05AAD5C17A0A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * V_2 = NULL; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_locker_0(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); bool L_2 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_initialized_1(); if (!L_2) { goto IL_0019; } } IL_0017: { IL2CPP_LEAVE(0x81, FINALLY_0077); } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProviderFactory_InitializeProviderRegistration_mF5C1469EC329E46E775B6C594EC83F84FC81F678(/*hidden argument*/NULL); } IL_001e: try { // begin try (depth: 2) IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_3; L_3 = MonoTlsProviderFactory_CreateDefaultProviderImpl_m57FEE39A54F9A68C419666C89CE4C08943971233(/*hidden argument*/NULL); V_2 = L_3; goto IL_0033; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0026; } throw e; } CATCH_0026: { // begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_4 = V_3; NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_5 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m764DC8FAE02378475423615A5C23DF0DE77E02A5(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE92283747E37A297B07C2D57B4A8BC7A97D44A74)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoTlsProviderFactory_InitializeInternal_mE7081EBE541082D32462434FE7BD3B569D96B0EC_RuntimeMethod_var))); } // end catch (depth: 2) IL_0033: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_6 = V_2; if (L_6) { goto IL_0041; } } IL_0036: { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_7 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE92283747E37A297B07C2D57B4A8BC7A97D44A74)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoTlsProviderFactory_InitializeInternal_mE7081EBE541082D32462434FE7BD3B569D96B0EC_RuntimeMethod_var))); } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * L_8 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerCache_4(); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_9 = V_2; NullCheck(L_9); Guid_t L_10; L_10 = VirtFuncInvoker0< Guid_t >::Invoke(4 /* System.Guid Mono.Security.Interface.MonoTlsProvider::get_ID() */, L_9); NullCheck(L_8); bool L_11; L_11 = Dictionary_2_ContainsKey_m8923307936BE72D960404CD0447C05AAD5C17A0A(L_8, L_10, /*hidden argument*/Dictionary_2_ContainsKey_m8923307936BE72D960404CD0447C05AAD5C17A0A_RuntimeMethod_var); if (L_11) { goto IL_0064; } } IL_0053: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * L_12 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerCache_4(); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_13 = V_2; NullCheck(L_13); Guid_t L_14; L_14 = VirtFuncInvoker0< Guid_t >::Invoke(4 /* System.Guid Mono.Security.Interface.MonoTlsProvider::get_ID() */, L_13); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_15 = V_2; NullCheck(L_12); Dictionary_2_Add_m8327B844F83DB705B2E5E8B68ECE9DF3BAB852C5(L_12, L_14, L_15, /*hidden argument*/Dictionary_2_Add_m8327B844F83DB705B2E5E8B68ECE9DF3BAB852C5_RuntimeMethod_var); } IL_0064: { X509Helper2_Initialize_mC5FBA7005CCE51EDAB017099F372F0BD0D55A4FD(/*hidden argument*/NULL); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_16 = V_2; IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_defaultProvider_2(L_16); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_initialized_1((bool)1); IL2CPP_LEAVE(0x81, FINALLY_0077); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0077; } FINALLY_0077: { // begin finally (depth: 1) { bool L_17 = V_1; if (!L_17) { goto IL_0080; } } IL_007a: { RuntimeObject * L_18 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_18, /*hidden argument*/NULL); } IL_0080: { IL2CPP_END_FINALLY(119) } } // end finally (depth: 1) IL2CPP_CLEANUP(119) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x81, IL_0081) } IL_0081: { return; } } // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::LookupProvider(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_LookupProvider_m550564BE02F6B880427139A7377290C9B99D9F63 (String_t* ___name0, bool ___throwOnError1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m8327B844F83DB705B2E5E8B68ECE9DF3BAB852C5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m91CBAC66FAA5126649251F4F536B83FB97BA272C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m94D45F7E96D45D0C714FB853B3112CE6EAB73948_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_LookupProvider_m550564BE02F6B880427139A7377290C9B99D9F63_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_get_Item1_m8909C55AEC4D65FE394B8B22BCDA37D734EF3D4B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_get_Item2_mCA65B746F6C80B6BAC8ECEB7AB55B4AE1AE4F026_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m352011F0BD77A90121051EA8F841D7D45D14B92D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * V_2 = NULL; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * V_3 = NULL; Type_t * V_4 = NULL; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_locker_0(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProviderFactory_InitializeProviderRegistration_mF5C1469EC329E46E775B6C594EC83F84FC81F678(/*hidden argument*/NULL); Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_2 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); String_t* L_3 = ___name0; NullCheck(L_2); bool L_4; L_4 = Dictionary_2_TryGetValue_m91CBAC66FAA5126649251F4F536B83FB97BA272C(L_2, L_3, (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C **)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m91CBAC66FAA5126649251F4F536B83FB97BA272C_RuntimeMethod_var); if (L_4) { goto IL_0040; } } IL_0024: { bool L_5 = ___throwOnError1; if (!L_5) { goto IL_0038; } } IL_0027: { String_t* L_6 = ___name0; String_t* L_7; L_7 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF36146B1871734889391881FED19110261D6A78A)), L_6, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_8 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoTlsProviderFactory_LookupProvider_m550564BE02F6B880427139A7377290C9B99D9F63_RuntimeMethod_var))); } IL_0038: { V_5 = (MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 *)NULL; IL2CPP_LEAVE(0xEF, FINALLY_00e5); } IL_0040: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * L_9 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerCache_4(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_10 = V_2; NullCheck(L_10); Guid_t L_11; L_11 = Tuple_2_get_Item1_m8909C55AEC4D65FE394B8B22BCDA37D734EF3D4B_inline(L_10, /*hidden argument*/Tuple_2_get_Item1_m8909C55AEC4D65FE394B8B22BCDA37D734EF3D4B_RuntimeMethod_var); NullCheck(L_9); bool L_12; L_12 = Dictionary_2_TryGetValue_m94D45F7E96D45D0C714FB853B3112CE6EAB73948(L_9, L_11, (MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 **)(&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m94D45F7E96D45D0C714FB853B3112CE6EAB73948_RuntimeMethod_var); if (!L_12) { goto IL_005c; } } IL_0054: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_13 = V_3; V_5 = L_13; IL2CPP_LEAVE(0xEF, FINALLY_00e5); } IL_005c: { Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_14 = V_2; NullCheck(L_14); String_t* L_15; L_15 = Tuple_2_get_Item2_mCA65B746F6C80B6BAC8ECEB7AB55B4AE1AE4F026_inline(L_14, /*hidden argument*/Tuple_2_get_Item2_mCA65B746F6C80B6BAC8ECEB7AB55B4AE1AE4F026_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16; L_16 = il2cpp_codegen_get_type(Type_GetType_m352011F0BD77A90121051EA8F841D7D45D14B92D_RuntimeMethod_var, L_15, (bool)0, MonoTlsProviderFactory_LookupProvider_m550564BE02F6B880427139A7377290C9B99D9F63_RuntimeMethod_var); V_4 = L_16; Type_t * L_17 = V_4; bool L_18; L_18 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_17, (Type_t *)NULL, /*hidden argument*/NULL); bool L_19 = ___throwOnError1; if (!((int32_t)((int32_t)L_18&(int32_t)L_19))) { goto IL_008c; } } IL_0076: { Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_20 = V_2; NullCheck(L_20); String_t* L_21; L_21 = Tuple_2_get_Item2_mCA65B746F6C80B6BAC8ECEB7AB55B4AE1AE4F026_inline(L_20, /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Tuple_2_get_Item2_mCA65B746F6C80B6BAC8ECEB7AB55B4AE1AE4F026_RuntimeMethod_var))); String_t* L_22; L_22 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8FD38829970030D94E5815DAB6ED73CBC728EBBF)), L_21, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_23 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoTlsProviderFactory_LookupProvider_m550564BE02F6B880427139A7377290C9B99D9F63_RuntimeMethod_var))); } IL_008c: { } IL_008d: try { // begin try (depth: 2) Type_t * L_24 = V_4; RuntimeObject * L_25; L_25 = Activator_CreateInstance_mC5CB5A08C61176CCBB34135AC90A3F629FA4679B(L_24, (bool)1, /*hidden argument*/NULL); V_3 = ((MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 *)CastclassClass((RuntimeObject*)L_25, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7_il2cpp_TypeInfo_var)); goto IL_00b3; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_009d; } throw e; } CATCH_009d: { // begin catch(System.Exception) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Type_t * L_26 = V_4; String_t* L_27; L_27 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63AC9DC645168B914A535F5C7342717758BEEFAF)), L_26, /*hidden argument*/NULL); Exception_t * L_28 = V_6; NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_29 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m764DC8FAE02378475423615A5C23DF0DE77E02A5(L_29, L_27, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoTlsProviderFactory_LookupProvider_m550564BE02F6B880427139A7377290C9B99D9F63_RuntimeMethod_var))); } // end catch (depth: 2) IL_00b3: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_30 = V_3; if (L_30) { goto IL_00cf; } } IL_00b6: { bool L_31 = ___throwOnError1; if (!L_31) { goto IL_00ca; } } IL_00b9: { String_t* L_32 = ___name0; String_t* L_33; L_33 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF36146B1871734889391881FED19110261D6A78A)), L_32, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_34 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_34, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoTlsProviderFactory_LookupProvider_m550564BE02F6B880427139A7377290C9B99D9F63_RuntimeMethod_var))); } IL_00ca: { V_5 = (MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 *)NULL; IL2CPP_LEAVE(0xEF, FINALLY_00e5); } IL_00cf: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * L_35 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerCache_4(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_36 = V_2; NullCheck(L_36); Guid_t L_37; L_37 = Tuple_2_get_Item1_m8909C55AEC4D65FE394B8B22BCDA37D734EF3D4B_inline(L_36, /*hidden argument*/Tuple_2_get_Item1_m8909C55AEC4D65FE394B8B22BCDA37D734EF3D4B_RuntimeMethod_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_38 = V_3; NullCheck(L_35); Dictionary_2_Add_m8327B844F83DB705B2E5E8B68ECE9DF3BAB852C5(L_35, L_37, L_38, /*hidden argument*/Dictionary_2_Add_m8327B844F83DB705B2E5E8B68ECE9DF3BAB852C5_RuntimeMethod_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_39 = V_3; V_5 = L_39; IL2CPP_LEAVE(0xEF, FINALLY_00e5); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e5; } FINALLY_00e5: { // begin finally (depth: 1) { bool L_40 = V_1; if (!L_40) { goto IL_00ee; } } IL_00e8: { RuntimeObject * L_41 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_41, /*hidden argument*/NULL); } IL_00ee: { IL2CPP_END_FINALLY(229) } } // end finally (depth: 1) IL2CPP_CLEANUP(229) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xEF, IL_00ef) } IL_00ef: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_42 = V_5; return L_42; } } // System.Void Mono.Net.Security.MonoTlsProviderFactory::InitializeProviderRegistration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsProviderFactory_InitializeProviderRegistration_mF5C1469EC329E46E775B6C594EC83F84FC81F678 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m46718D125ADD01D9762D224441A2D9B3CE79EA2B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mD6A4CDC156E16F5A545AF72D280CA59576E91F4A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2__ctor_m40AD0417C7692894654C3F5165CDF2CDF1202A3C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F83BE0D6326B760AD76E78EDEB68B73ED006B6D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78B3723E9E7DC2FC6BBC85752CD7AA342CF070FF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D552BA8BBFFCD85EFDE066E4246951389138C69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93F62CF47DF0D24493DE0B2AAF703EF5DE975C8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F1213AA6EEF9116A55D707F375372E7AE4811E0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC1D8466CFE269E28819446A9477DFA99679394E); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * V_2 = NULL; Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * V_3 = NULL; Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * V_4 = NULL; Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_locker_0(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_2 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); if (!L_2) { goto IL_001c; } } IL_0017: { IL2CPP_LEAVE(0xFE, FINALLY_00f4); } IL_001c: { Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_3 = (Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 *)il2cpp_codegen_object_new(Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30_il2cpp_TypeInfo_var); Dictionary_2__ctor_m46718D125ADD01D9762D224441A2D9B3CE79EA2B(L_3, /*hidden argument*/Dictionary_2__ctor_m46718D125ADD01D9762D224441A2D9B3CE79EA2B_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_providerRegistration_3(L_3); Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * L_4 = (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 *)il2cpp_codegen_object_new(Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301_il2cpp_TypeInfo_var); Dictionary_2__ctor_mD6A4CDC156E16F5A545AF72D280CA59576E91F4A(L_4, /*hidden argument*/Dictionary_2__ctor_mD6A4CDC156E16F5A545AF72D280CA59576E91F4A_RuntimeMethod_var); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_providerCache_4(L_4); bool L_5; L_5 = UnityTls_get_IsSupported_m056D75A7037671BE51A245A5F87A4DF48E95AC56(/*hidden argument*/NULL); if (!L_5) { goto IL_006f; } } IL_0037: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Guid_t L_6 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_UnityTlsId_5(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_7 = (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *)il2cpp_codegen_object_new(Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C_il2cpp_TypeInfo_var); Tuple_2__ctor_m40AD0417C7692894654C3F5165CDF2CDF1202A3C(L_7, L_6, _stringLiteral3F83BE0D6326B760AD76E78EDEB68B73ED006B6D, /*hidden argument*/Tuple_2__ctor_m40AD0417C7692894654C3F5165CDF2CDF1202A3C_RuntimeMethod_var); V_5 = L_7; Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_8 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_9 = V_5; NullCheck(L_8); Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8(L_8, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, L_9, /*hidden argument*/Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8_RuntimeMethod_var); Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_10 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_11 = V_5; NullCheck(L_10); Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8(L_10, _stringLiteral9F1213AA6EEF9116A55D707F375372E7AE4811E0, L_11, /*hidden argument*/Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8_RuntimeMethod_var); IL2CPP_LEAVE(0xFE, FINALLY_00f4); } IL_006f: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Guid_t L_12 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_AppleTlsId_6(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_13 = (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *)il2cpp_codegen_object_new(Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C_il2cpp_TypeInfo_var); Tuple_2__ctor_m40AD0417C7692894654C3F5165CDF2CDF1202A3C(L_13, L_12, _stringLiteralDC1D8466CFE269E28819446A9477DFA99679394E, /*hidden argument*/Tuple_2__ctor_m40AD0417C7692894654C3F5165CDF2CDF1202A3C_RuntimeMethod_var); V_2 = L_13; Guid_t L_14 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_LegacyId_8(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_15 = (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *)il2cpp_codegen_object_new(Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C_il2cpp_TypeInfo_var); Tuple_2__ctor_m40AD0417C7692894654C3F5165CDF2CDF1202A3C(L_15, L_14, _stringLiteral93F62CF47DF0D24493DE0B2AAF703EF5DE975C8D, /*hidden argument*/Tuple_2__ctor_m40AD0417C7692894654C3F5165CDF2CDF1202A3C_RuntimeMethod_var); V_3 = L_15; Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_16 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_17 = V_3; NullCheck(L_16); Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8(L_16, _stringLiteral7D552BA8BBFFCD85EFDE066E4246951389138C69, L_17, /*hidden argument*/Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8_RuntimeMethod_var); V_4 = (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *)NULL; bool L_18; L_18 = il2cpp_codegen_platform_is_osx_or_ios(); if (!L_18) { goto IL_00bb; } } IL_00a9: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_19 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_20 = V_2; NullCheck(L_19); Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8(L_19, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, L_20, /*hidden argument*/Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8_RuntimeMethod_var); goto IL_00e2; } IL_00bb: { Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_21 = V_4; if (!L_21) { goto IL_00d2; } } IL_00bf: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_22 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_23 = V_4; NullCheck(L_22); Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8(L_22, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, L_23, /*hidden argument*/Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8_RuntimeMethod_var); goto IL_00e2; } IL_00d2: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_24 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_25 = V_3; NullCheck(L_24); Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8(L_24, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, L_25, /*hidden argument*/Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8_RuntimeMethod_var); } IL_00e2: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_26 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_27 = V_2; NullCheck(L_26); Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8(L_26, _stringLiteral78B3723E9E7DC2FC6BBC85752CD7AA342CF070FF, L_27, /*hidden argument*/Dictionary_2_Add_m050A774C478E587703C3CC7445C0527B7991EBF8_RuntimeMethod_var); IL2CPP_LEAVE(0xFE, FINALLY_00f4); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f4; } FINALLY_00f4: { // begin finally (depth: 1) { bool L_28 = V_1; if (!L_28) { goto IL_00fd; } } IL_00f7: { RuntimeObject * L_29 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_29, /*hidden argument*/NULL); } IL_00fd: { IL2CPP_END_FINALLY(244) } } // end finally (depth: 1) IL2CPP_CLEANUP(244) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xFE, IL_00fe) } IL_00fe: { return; } } // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::CreateDefaultProviderImpl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_CreateDefaultProviderImpl_m57FEE39A54F9A68C419666C89CE4C08943971233 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B011A2F05732EE2D8F05125670B35D80E4C0155); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0; L_0 = Environment_GetEnvironmentVariable_m75437F4EF4F42937CCFB216F940E51B628A9086E(_stringLiteral9B011A2F05732EE2D8F05125670B35D80E4C0155, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; bool L_2; L_2 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { V_0 = _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044; } IL_0019: { String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_4; L_4 = MonoTlsProviderFactory_LookupProvider_m550564BE02F6B880427139A7377290C9B99D9F63(L_3, (bool)1, /*hidden argument*/NULL); return L_4; } } // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::GetProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_GetProvider_m464F894E37D5322B5F94EEAAECE25A62C9B7F12C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * G_B2_0 = NULL; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * G_B1_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_0; L_0 = MonoTlsProviderFactory_GetProviderInternal_m7B5217364D955B85B95F50EF271947F721EDFC38(/*hidden argument*/NULL); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0013; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB70E03551FDDF9A760853AF17904CB8088C65A47)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoTlsProviderFactory_GetProvider_m464F894E37D5322B5F94EEAAECE25A62C9B7F12C_RuntimeMethod_var))); } IL_0013: { return G_B2_0; } } // System.Void Mono.Net.Security.MonoTlsProviderFactory::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsProviderFactory__cctor_m4FFEEFA11353AAE8390E17B93046A60A85BFFDA0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72FE9C12E1AB46DB8B8914B5C68022117A630A66); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73FA04677D2EC5BD9AE931264820FA6E454A3008); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9E1478B8D72599051CCFC890ADE5E685453A124); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBB621ED7B9025FA2DDD168BF1DEBFF75375C3FB); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_locker_0(L_0); Guid_t L_1; memset((&L_1), 0, sizeof(L_1)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_1), _stringLiteral73FA04677D2EC5BD9AE931264820FA6E454A3008, /*hidden argument*/NULL); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_UnityTlsId_5(L_1); Guid_t L_2; memset((&L_2), 0, sizeof(L_2)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_2), _stringLiteralB9E1478B8D72599051CCFC890ADE5E685453A124, /*hidden argument*/NULL); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_AppleTlsId_6(L_2); Guid_t L_3; memset((&L_3), 0, sizeof(L_3)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_3), _stringLiteralEBB621ED7B9025FA2DDD168BF1DEBFF75375C3FB, /*hidden argument*/NULL); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_BtlsId_7(L_3); Guid_t L_4; memset((&L_4), 0, sizeof(L_4)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_4), _stringLiteral72FE9C12E1AB46DB8B8914B5C68022117A630A66, /*hidden argument*/NULL); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_LegacyId_8(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebRequest Mono.Net.Security.MonoTlsStream::get_Request() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * MonoTlsStream_get_Request_m5CE0E7D32A482AFFEA41907117E3519B23C92F83 (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, const RuntimeMethod* method) { { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_0 = __this->get_request_2(); return L_0; } } // System.Net.WebExceptionStatus Mono.Net.Security.MonoTlsStream::get_ExceptionStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoTlsStream_get_ExceptionStatus_m790CC2AAD7D1BE95C884D0BB91D6EF4B1A8856FF (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_status_5(); return L_0; } } // System.Boolean Mono.Net.Security.MonoTlsStream::get_CertificateValidationFailed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoTlsStream_get_CertificateValidationFailed_mF9670263A9DF5CFD0E8C0FD5D38153A24694A8AE (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CCertificateValidationFailedU3Ek__BackingField_6(); return L_0; } } // System.Void Mono.Net.Security.MonoTlsStream::set_CertificateValidationFailed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsStream_set_CertificateValidationFailed_m0CB02DA5133C5B1D5E8CB9794A3BAEC3BDC5E0B9 (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCertificateValidationFailedU3Ek__BackingField_6(L_0); return; } } // System.Void Mono.Net.Security.MonoTlsStream::.ctor(System.Net.HttpWebRequest,System.Net.Sockets.NetworkStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsStream__ctor_mCD79785E4129D92AEC28A2241616A44981F6BEE1 (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request0, NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * ___networkStream1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * G_B2_0 = NULL; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * G_B2_1 = NULL; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * G_B1_0 = NULL; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * G_B1_1 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_0 = ___request0; __this->set_request_2(L_0); NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_1 = ___networkStream1; __this->set_networkStream_1(L_1); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_2 = ___request0; NullCheck(L_2); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_3; L_3 = HttpWebRequest_get_TlsSettings_mD57C8AFBCF00FD71E557AE9F87A1765BC4AF720A_inline(L_2, /*hidden argument*/NULL); __this->set_settings_3(L_3); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_4 = ___request0; NullCheck(L_4); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_5; L_5 = HttpWebRequest_get_TlsProvider_m522A745ADDE50C0F25D25A366E35A9DB0D4DE281_inline(L_4, /*hidden argument*/NULL); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_6 = L_5; G_B1_0 = L_6; G_B1_1 = __this; if (L_6) { G_B2_0 = L_6; G_B2_1 = __this; goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_7; L_7 = MonoTlsProviderFactory_GetProviderInternal_m7B5217364D955B85B95F50EF271947F721EDFC38(/*hidden argument*/NULL); G_B2_0 = L_7; G_B2_1 = G_B1_1; } IL_0030: { NullCheck(G_B2_1); G_B2_1->set_provider_0(G_B2_0); __this->set_status_5(((int32_t)10)); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_8 = __this->get_provider_0(); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** L_9 = __this->get_address_of_settings_3(); ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * L_10; L_10 = ChainValidationHelper_Create_mD4BCBFE6D47F3B5906F8601220940DA4EB89711F(L_8, (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 **)L_9, __this, /*hidden argument*/NULL); return; } } // System.Threading.Tasks.Task`1 Mono.Net.Security.MonoTlsStream::CreateStream(System.Net.WebConnectionTunnel,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * MonoTlsStream_CreateStream_mBD75F08F189BB5EE0F2CCB765217BCEF99F78BE2 (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * ___tunnel0, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mA34110362D6355E1CF66EB2FD4686F03F9706662_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m6A381F7C249EAE3F4274DFFBDBDC8BE295F903B1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m1CC6A1431B22FEB84E8608D920C0A38A35C23502_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 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_2(__this); WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * L_0 = ___tunnel0; (&V_0)->set_tunnel_4(L_0); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = ___cancellationToken1; (&V_0)->set_cancellationToken_5(L_1); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F L_2; L_2 = AsyncTaskMethodBuilder_1_Create_mA34110362D6355E1CF66EB2FD4686F03F9706662(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_mA34110362D6355E1CF66EB2FD4686F03F9706662_RuntimeMethod_var); (&V_0)->set_U3CU3Et__builder_1(L_2); (&V_0)->set_U3CU3E1__state_0((-1)); U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 L_3 = V_0; AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F L_4 = L_3.get_U3CU3Et__builder_1(); V_1 = L_4; AsyncTaskMethodBuilder_1_Start_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m6A381F7C249EAE3F4274DFFBDBDC8BE295F903B1((AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *)(&V_1), (U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m6A381F7C249EAE3F4274DFFBDBDC8BE295F903B1_RuntimeMethod_var); AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * L_5 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * L_6; L_6 = AsyncTaskMethodBuilder_1_get_Task_m1CC6A1431B22FEB84E8608D920C0A38A35C23502((AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *)L_5, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_m1CC6A1431B22FEB84E8608D920C0A38A35C23502_RuntimeMethod_var); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Collections.Specialized.NameObjectCollectionBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_mA74DFF0CE0FB59430A786082F414813F276F130D (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_0 = ((NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var))->get_defaultComparer_7(); NameObjectCollectionBase__ctor_m684256D394079487B0AA79F96D82FC1EF34A2123(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m684256D394079487B0AA79F96D82FC1EF34A2123 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * G_B2_0 = NULL; NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * G_B1_0 = NULL; RuntimeObject* G_B3_0 = NULL; NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * G_B3_1 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___equalityComparer0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000d; } } { RuntimeObject* L_1 = ___equalityComparer0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0014; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_2 = ((NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var))->get_defaultComparer_7(); V_0 = L_2; RuntimeObject* L_3 = V_0; G_B3_0 = L_3; G_B3_1 = G_B2_0; } IL_0014: { NullCheck(G_B3_1); G_B3_1->set__keyComparer_2(G_B3_0); NameObjectCollectionBase_Reset_m7D346054B961190F3799970BC8C4F8EBD3689986(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Int32,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m9100CD7C0C24135A887EC01FCAA69EC0DBF0D463 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___equalityComparer1; NameObjectCollectionBase__ctor_m684256D394079487B0AA79F96D82FC1EF34A2123(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___capacity0; NameObjectCollectionBase_Reset_m1A5701DA2CE23C171A59DDCE5EE8166528C1081E(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.DBNull) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m4BF6C086BA110F79E817D1F307D0B912E32BCA55 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * ___dummy0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_mAF5575543B8D937C34D00E9D7B6642BFAD74F37C (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; __this->set__serializationInfo_5(L_0); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_GetObjectData_mF4EA432DCE051F52DD8CA3C091F606D8C216D9DA (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_2 = NULL; CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * V_3 = NULL; int32_t V_4 = 0; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * V_5 = NULL; { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; 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*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_GetObjectData_mF4EA432DCE051F52DD8CA3C091F606D8C216D9DA_RuntimeMethod_var))); } IL_000e: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; bool L_3 = __this->get__readOnly_0(); NullCheck(L_2); SerializationInfo_AddValue_m324F3E0B02B746D5F460499F5A25988FD608AD7B(L_2, _stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA, L_3, /*hidden argument*/NULL); RuntimeObject* L_4 = __this->get__keyComparer_2(); IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_5 = ((NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var))->get_defaultComparer_7(); if ((!(((RuntimeObject*)(RuntimeObject*)L_4) == ((RuntimeObject*)(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 *)L_5)))) { goto IL_0065; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___info0; RuntimeObject* L_7; L_7 = CompatibleComparer_get_DefaultHashCodeProvider_mE46DC30844F61CA73DE162E5B9F04C0E0B85F6A0(/*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_8, /*hidden argument*/NULL); NullCheck(L_6); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_6, _stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133, L_7, L_9, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___info0; RuntimeObject* L_11; L_11 = CompatibleComparer_get_DefaultComparer_m4AB0D4BF050F498E9CC959059EA4BC251ED6F631(/*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var) }; Type_t * L_13; L_13 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_12, /*hidden argument*/NULL); NullCheck(L_10); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_10, _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, L_11, L_13, /*hidden argument*/NULL); goto IL_0107; } IL_0065: { RuntimeObject* L_14 = __this->get__keyComparer_2(); if (L_14) { goto IL_009b; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_15 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_16 = { reinterpret_cast (IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17; L_17 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_16, /*hidden argument*/NULL); NullCheck(L_15); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_15, _stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133, NULL, L_17, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_18 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_19 = { reinterpret_cast (IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var) }; Type_t * L_20; L_20 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_19, /*hidden argument*/NULL); NullCheck(L_18); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_18, _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, NULL, L_20, /*hidden argument*/NULL); goto IL_0107; } IL_009b: { RuntimeObject* L_21 = __this->get__keyComparer_2(); if (!((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F *)IsInstClass((RuntimeObject*)L_21, CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var))) { goto IL_00ec; } } { RuntimeObject* L_22 = __this->get__keyComparer_2(); V_3 = ((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F *)CastclassClass((RuntimeObject*)L_22, CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var)); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_23 = ___info0; CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * L_24 = V_3; NullCheck(L_24); RuntimeObject* L_25; L_25 = CompatibleComparer_get_HashCodeProvider_mE92F98439CCB3AFCFFA472631B45AC8CA8686F0D_inline(L_24, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27; L_27 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_26, /*hidden argument*/NULL); NullCheck(L_23); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_23, _stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133, L_25, L_27, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_28 = ___info0; CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * L_29 = V_3; NullCheck(L_29); RuntimeObject* L_30; L_30 = CompatibleComparer_get_Comparer_m556DC9797B932664AA69CDC71F0C7EF8E669AF79_inline(L_29, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_31 = { reinterpret_cast (IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var) }; Type_t * L_32; L_32 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_31, /*hidden argument*/NULL); NullCheck(L_28); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_28, _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, L_30, L_32, /*hidden argument*/NULL); goto IL_0107; } IL_00ec: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_33 = ___info0; RuntimeObject* L_34 = __this->get__keyComparer_2(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_35 = { reinterpret_cast (IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_36; L_36 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_35, /*hidden argument*/NULL); NullCheck(L_33); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_33, _stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88, L_34, L_36, /*hidden argument*/NULL); } IL_0107: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_37 = __this->get__entriesArray_1(); NullCheck(L_37); int32_t L_38; L_38 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_37); V_0 = L_38; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_39 = ___info0; int32_t L_40 = V_0; NullCheck(L_39); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_39, _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C, L_40, /*hidden argument*/NULL); int32_t L_41 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_42 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_41); V_1 = L_42; int32_t L_43 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_44 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_43); V_2 = L_44; V_4 = 0; goto IL_0162; } IL_0132: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_45 = __this->get__entriesArray_1(); int32_t L_46 = V_4; NullCheck(L_45); RuntimeObject * L_47; L_47 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_45, L_46); V_5 = ((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)CastclassClass((RuntimeObject*)L_47, NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_48 = V_1; int32_t L_49 = V_4; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_50 = V_5; NullCheck(L_50); String_t* L_51 = L_50->get_Key_0(); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_51); (L_48)->SetAt(static_cast(L_49), (String_t*)L_51); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_52 = V_2; int32_t L_53 = V_4; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_54 = V_5; NullCheck(L_54); RuntimeObject * L_55 = L_54->get_Value_1(); NullCheck(L_52); ArrayElementTypeCheck (L_52, L_55); (L_52)->SetAt(static_cast(L_53), (RuntimeObject *)L_55); int32_t L_56 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0162: { int32_t L_57 = V_4; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_0132; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_59 = ___info0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_60 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_61 = { reinterpret_cast (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_62; L_62 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_61, /*hidden argument*/NULL); NullCheck(L_59); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_59, _stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745, (RuntimeObject *)(RuntimeObject *)L_60, L_62, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_63 = ___info0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_64 = V_2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_65 = { reinterpret_cast (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var) }; Type_t * L_66; L_66 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_65, /*hidden argument*/NULL); NullCheck(L_63); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_63, _stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763, (RuntimeObject *)(RuntimeObject *)L_64, L_66, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_67 = ___info0; int32_t L_68 = __this->get__version_6(); NullCheck(L_67); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_67, _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1, L_68, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::OnDeserialization(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_OnDeserialization_m8C86FE5E896571CDA1C4335CFC799F20ACFBC3B5 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1); s_Il2CppMethodInitialized = true; } SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_3 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; bool V_7 = false; int32_t V_8 = 0; SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * V_9 = NULL; String_t* V_10 = NULL; uint32_t V_11 = 0; int32_t V_12 = 0; { RuntimeObject* L_0 = __this->get__keyComparer_2(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_1 = __this->get__serializationInfo_5(); if (L_1) { goto IL_0017; } } { SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_2 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_mE798CA7487C384162AE182B8E9DF80BD0CCFD3D8(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_OnDeserialization_m8C86FE5E896571CDA1C4335CFC799F20ACFBC3B5_RuntimeMethod_var))); } IL_0017: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_3 = __this->get__serializationInfo_5(); V_0 = L_3; __this->set__serializationInfo_5((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)NULL); V_1 = (bool)0; V_2 = 0; V_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL; V_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; V_5 = (RuntimeObject*)NULL; V_6 = (RuntimeObject*)NULL; V_7 = (bool)0; V_8 = 0; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = V_0; NullCheck(L_4); SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_5; L_5 = SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575(L_4, /*hidden argument*/NULL); V_9 = L_5; goto IL_025a; } IL_0047: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_6 = V_9; NullCheck(L_6); String_t* L_7; L_7 = SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480(L_6, /*hidden argument*/NULL); V_10 = L_7; String_t* L_8 = V_10; uint32_t L_9; L_9 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mC1B3C29CD4B3FD3AAE2935CEC2E17B9E7BAF1159(L_8, /*hidden argument*/NULL); V_11 = L_9; uint32_t L_10 = V_11; if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)1573770551))))) { goto IL_00a2; } } { uint32_t L_11 = V_11; if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)1202781175))))) { goto IL_0085; } } { uint32_t L_12 = V_11; if ((((int32_t)L_12) == ((int32_t)((int32_t)891156946)))) { goto IL_010b; } } { uint32_t L_13 = V_11; if ((((int32_t)L_13) == ((int32_t)((int32_t)1202781175)))) { goto IL_00df; } } { goto IL_025a; } IL_0085: { uint32_t L_14 = V_11; if ((((int32_t)L_14) == ((int32_t)((int32_t)1228509323)))) { goto IL_0121; } } { uint32_t L_15 = V_11; if ((((int32_t)L_15) == ((int32_t)((int32_t)1573770551)))) { goto IL_0179; } } { goto IL_025a; } IL_00a2: { uint32_t L_16 = V_11; if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)1944240600))))) { goto IL_00c5; } } { uint32_t L_17 = V_11; if ((((int32_t)L_17) == ((int32_t)((int32_t)1613443821)))) { goto IL_014d; } } { uint32_t L_18 = V_11; if ((((int32_t)L_18) == ((int32_t)((int32_t)1944240600)))) { goto IL_00f5; } } { goto IL_025a; } IL_00c5: { uint32_t L_19 = V_11; if ((((int32_t)L_19) == ((int32_t)((int32_t)-1924324773)))) { goto IL_0163; } } { uint32_t L_20 = V_11; if ((((int32_t)L_20) == ((int32_t)((int32_t)-504907628)))) { goto IL_0137; } } { goto IL_025a; } IL_00df: { String_t* L_21 = V_10; bool L_22; L_22 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_21, _stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA, /*hidden argument*/NULL); if (L_22) { goto IL_018f; } } { goto IL_025a; } IL_00f5: { String_t* L_23 = V_10; bool L_24; L_24 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_23, _stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133, /*hidden argument*/NULL); if (L_24) { goto IL_01a0; } } { goto IL_025a; } IL_010b: { String_t* L_25 = V_10; bool L_26; L_26 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_25, _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, /*hidden argument*/NULL); if (L_26) { goto IL_01c1; } } { goto IL_025a; } IL_0121: { String_t* L_27 = V_10; bool L_28; L_28 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_27, _stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88, /*hidden argument*/NULL); if (L_28) { goto IL_01df; } } { goto IL_025a; } IL_0137: { String_t* L_29 = V_10; bool L_30; L_30 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_29, _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C, /*hidden argument*/NULL); if (L_30) { goto IL_0201; } } { goto IL_025a; } IL_014d: { String_t* L_31 = V_10; bool L_32; L_32 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_31, _stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745, /*hidden argument*/NULL); if (L_32) { goto IL_020f; } } { goto IL_025a; } IL_0163: { String_t* L_33 = V_10; bool L_34; L_34 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_33, _stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763, /*hidden argument*/NULL); if (L_34) { goto IL_022c; } } { goto IL_025a; } IL_0179: { String_t* L_35 = V_10; bool L_36; L_36 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_35, _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1, /*hidden argument*/NULL); if (L_36) { goto IL_024a; } } { goto IL_025a; } IL_018f: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_37 = V_0; NullCheck(L_37); bool L_38; L_38 = SerializationInfo_GetBoolean_m705ADACFB52D6385DDB6B2525C1979ECBE6D5849(L_37, _stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA, /*hidden argument*/NULL); V_1 = L_38; goto IL_025a; } IL_01a0: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_39 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_40 = { reinterpret_cast (IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_41; L_41 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_40, /*hidden argument*/NULL); NullCheck(L_39); RuntimeObject * L_42; L_42 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_39, _stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133, L_41, /*hidden argument*/NULL); V_5 = ((RuntimeObject*)Castclass((RuntimeObject*)L_42, IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_il2cpp_TypeInfo_var)); goto IL_025a; } IL_01c1: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_43 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_44 = { reinterpret_cast (IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45; L_45 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_44, /*hidden argument*/NULL); NullCheck(L_43); RuntimeObject * L_46; L_46 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_43, _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, L_45, /*hidden argument*/NULL); V_6 = ((RuntimeObject*)Castclass((RuntimeObject*)L_46, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var)); goto IL_025a; } IL_01df: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_47 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_48 = { reinterpret_cast (IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_49; L_49 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_48, /*hidden argument*/NULL); NullCheck(L_47); RuntimeObject * L_50; L_50 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_47, _stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88, L_49, /*hidden argument*/NULL); __this->set__keyComparer_2(((RuntimeObject*)Castclass((RuntimeObject*)L_50, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var))); goto IL_025a; } IL_0201: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_51 = V_0; NullCheck(L_51); int32_t L_52; L_52 = SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30(L_51, _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C, /*hidden argument*/NULL); V_2 = L_52; goto IL_025a; } IL_020f: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_53 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_54 = { reinterpret_cast (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_55; L_55 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_54, /*hidden argument*/NULL); NullCheck(L_53); RuntimeObject * L_56; L_56 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_53, _stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745, L_55, /*hidden argument*/NULL); V_3 = ((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)Castclass((RuntimeObject*)L_56, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)); goto IL_025a; } IL_022c: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_57 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_58 = { reinterpret_cast (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_59; L_59 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_58, /*hidden argument*/NULL); NullCheck(L_57); RuntimeObject * L_60; L_60 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_57, _stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763, L_59, /*hidden argument*/NULL); V_4 = ((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_60, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); goto IL_025a; } IL_024a: { V_7 = (bool)1; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_61 = V_0; NullCheck(L_61); int32_t L_62; L_62 = SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30(L_61, _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1, /*hidden argument*/NULL); V_8 = L_62; } IL_025a: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_63 = V_9; NullCheck(L_63); bool L_64; L_64 = SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F(L_63, /*hidden argument*/NULL); if (L_64) { goto IL_0047; } } { RuntimeObject* L_65 = __this->get__keyComparer_2(); if (L_65) { goto IL_028b; } } { RuntimeObject* L_66 = V_6; if (!L_66) { goto IL_0276; } } { RuntimeObject* L_67 = V_5; if (L_67) { goto IL_027c; } } IL_0276: { SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_68 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_mE798CA7487C384162AE182B8E9DF80BD0CCFD3D8(L_68, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_68, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_OnDeserialization_m8C86FE5E896571CDA1C4335CFC799F20ACFBC3B5_RuntimeMethod_var))); } IL_027c: { RuntimeObject* L_69 = V_6; RuntimeObject* L_70 = V_5; CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * L_71 = (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F *)il2cpp_codegen_object_new(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var); CompatibleComparer__ctor_mFAA5DFD1F5D8A144CBE12E74E8557CF5653A2DB0(L_71, L_69, L_70, /*hidden argument*/NULL); __this->set__keyComparer_2(L_71); } IL_028b: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_72 = V_3; if (!L_72) { goto IL_0292; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_73 = V_4; if (L_73) { goto IL_0298; } } IL_0292: { SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_74 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_mE798CA7487C384162AE182B8E9DF80BD0CCFD3D8(L_74, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_OnDeserialization_m8C86FE5E896571CDA1C4335CFC799F20ACFBC3B5_RuntimeMethod_var))); } IL_0298: { int32_t L_75 = V_2; NameObjectCollectionBase_Reset_m1A5701DA2CE23C171A59DDCE5EE8166528C1081E(__this, L_75, /*hidden argument*/NULL); V_12 = 0; goto IL_02b9; } IL_02a4: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_76 = V_3; int32_t L_77 = V_12; NullCheck(L_76); int32_t L_78 = L_77; String_t* L_79 = (L_76)->GetAt(static_cast(L_78)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_80 = V_4; int32_t L_81 = V_12; NullCheck(L_80); int32_t L_82 = L_81; RuntimeObject * L_83 = (L_80)->GetAt(static_cast(L_82)); NameObjectCollectionBase_BaseAdd_m1A0CA51397D274B23B10ECE78D2EE923C4FDC07F(__this, L_79, L_83, /*hidden argument*/NULL); int32_t L_84 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); } IL_02b9: { int32_t L_85 = V_12; int32_t L_86 = V_2; if ((((int32_t)L_85) < ((int32_t)L_86))) { goto IL_02a4; } } { bool L_87 = V_1; __this->set__readOnly_0(L_87); bool L_88 = V_7; if (!L_88) { goto IL_02d1; } } { int32_t L_89 = V_8; __this->set__version_6(L_89); } IL_02d1: { return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m7D346054B961190F3799970BC8C4F8EBD3689986 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, 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); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_0, /*hidden argument*/NULL); __this->set__entriesArray_1(L_0); RuntimeObject* L_1 = __this->get__keyComparer_2(); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m112ADCD5297836A75FD5BFB576F7B14174FCC802(L_2, L_1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set__entriesTable_3(L_2); il2cpp_codegen_memory_barrier(); __this->set__nullKeyEntry_4((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)NULL); int32_t L_3 = __this->get__version_6(); __this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m1A5701DA2CE23C171A59DDCE5EE8166528C1081E (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___capacity0, 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); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___capacity0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37(L_1, L_0, /*hidden argument*/NULL); __this->set__entriesArray_1(L_1); int32_t L_2 = ___capacity0; RuntimeObject* L_3 = __this->get__keyComparer_2(); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m08A6EF344F497A176BD48FDB33FFEFBEAC70C87C(L_4, L_2, L_3, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set__entriesTable_3(L_4); il2cpp_codegen_memory_barrier(); __this->set__nullKeyEntry_4((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)NULL); int32_t L_5 = __this->get__version_6(); __this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry System.Collections.Specialized.NameObjectCollectionBase::FindEntry(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * NameObjectCollectionBase_FindEntry_m5D2C7207AF84D9CFAE79399387115E44C5348C8F (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___key0; if (!L_0) { goto IL_0017; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get__entriesTable_3(); il2cpp_codegen_memory_barrier(); String_t* L_2 = ___key0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2); return ((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)CastclassClass((RuntimeObject*)L_3, NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var)); } IL_0017: { NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_4 = __this->get__nullKeyEntry_4(); il2cpp_codegen_memory_barrier(); return L_4; } } // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_get_IsReadOnly_mFCB376BE86332546D47A4B983FD91FFF23558709 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__readOnly_0(); return L_0; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseAdd(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseAdd_m1A0CA51397D274B23B10ECE78D2EE923C4FDC07F (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * V_0 = NULL; { bool L_0 = __this->get__readOnly_0(); if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_BaseAdd_m1A0CA51397D274B23B10ECE78D2EE923C4FDC07F_RuntimeMethod_var))); } IL_0018: { String_t* L_3 = ___name0; RuntimeObject * L_4 = ___value1; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_5 = (NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)il2cpp_codegen_object_new(NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var); NameObjectEntry__ctor_mB4018B4F844A8F7F3308B10CB017D6008DB0736B(L_5, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = ___name0; if (!L_6) { goto IL_0044; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = __this->get__entriesTable_3(); il2cpp_codegen_memory_barrier(); String_t* L_8 = ___name0; NullCheck(L_7); RuntimeObject * L_9; L_9 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8); if (L_9) { goto IL_0057; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_10 = __this->get__entriesTable_3(); il2cpp_codegen_memory_barrier(); String_t* L_11 = ___name0; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_12 = V_0; NullCheck(L_10); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_10, L_11, L_12); goto IL_0057; } IL_0044: { NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_13 = __this->get__nullKeyEntry_4(); il2cpp_codegen_memory_barrier(); if (L_13) { goto IL_0057; } } { NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_14 = V_0; il2cpp_codegen_memory_barrier(); __this->set__nullKeyEntry_4(L_14); } IL_0057: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_15 = __this->get__entriesArray_1(); NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_16 = V_0; NullCheck(L_15); int32_t L_17; L_17 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_16); int32_t L_18 = __this->get__version_6(); __this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseRemove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseRemove_m301318FB3627302D115078FA8250D07A4B851A99 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get__readOnly_0(); if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_BaseRemove_m301318FB3627302D115078FA8250D07A4B851A99_RuntimeMethod_var))); } IL_0018: { String_t* L_3 = ___name0; if (!L_3) { goto IL_0064; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = __this->get__entriesTable_3(); il2cpp_codegen_memory_barrier(); String_t* L_5 = ___name0; NullCheck(L_4); VirtActionInvoker1< RuntimeObject * >::Invoke(27 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_4, L_5); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = __this->get__entriesArray_1(); NullCheck(L_6); int32_t L_7; L_7 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_6); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_005e; } IL_0039: { RuntimeObject* L_8 = __this->get__keyComparer_2(); String_t* L_9 = ___name0; int32_t L_10 = V_0; String_t* L_11; L_11 = NameObjectCollectionBase_BaseGetKey_m0ED9A3D47A2808BF98BCBEAFB51D175127B9CFB1(__this, L_10, /*hidden argument*/NULL); NullCheck(L_8); bool L_12; L_12 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, L_8, L_9, L_11); if (!L_12) { goto IL_005a; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = __this->get__entriesArray_1(); int32_t L_14 = V_0; NullCheck(L_13); VirtActionInvoker1< int32_t >::Invoke(37 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_13, L_14); } IL_005a: { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); } IL_005e: { int32_t L_16 = V_0; if ((((int32_t)L_16) >= ((int32_t)0))) { goto IL_0039; } } { goto IL_009a; } IL_0064: { il2cpp_codegen_memory_barrier(); __this->set__nullKeyEntry_4((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_17 = __this->get__entriesArray_1(); NullCheck(L_17); int32_t L_18; L_18 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_17); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); goto IL_0096; } IL_007d: { int32_t L_19 = V_1; String_t* L_20; L_20 = NameObjectCollectionBase_BaseGetKey_m0ED9A3D47A2808BF98BCBEAFB51D175127B9CFB1(__this, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0092; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_21 = __this->get__entriesArray_1(); int32_t L_22 = V_1; NullCheck(L_21); VirtActionInvoker1< int32_t >::Invoke(37 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_21, L_22); } IL_0092: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); } IL_0096: { int32_t L_24 = V_1; if ((((int32_t)L_24) >= ((int32_t)0))) { goto IL_007d; } } IL_009a: { int32_t L_25 = __this->get__version_6(); __this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))); return; } } // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m9ADF3F54E9A5D8151837C6E4652ED27CD1C06CFF (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, const RuntimeMethod* method) { NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * V_0 = NULL; { String_t* L_0 = ___name0; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_1; L_1 = NameObjectCollectionBase_FindEntry_m5D2C7207AF84D9CFAE79399387115E44C5348C8F(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_2 = V_0; if (L_2) { goto IL_000d; } } { return NULL; } IL_000d: { NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = L_3->get_Value_1(); return L_4; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseSet(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseSet_mDAD4979940B3ACC47B77A64AECCD0C69C2F9A015 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method) { NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * V_0 = NULL; { bool L_0 = __this->get__readOnly_0(); if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_BaseSet_mDAD4979940B3ACC47B77A64AECCD0C69C2F9A015_RuntimeMethod_var))); } IL_0018: { String_t* L_3 = ___name0; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_4; L_4 = NameObjectCollectionBase_FindEntry_m5D2C7207AF84D9CFAE79399387115E44C5348C8F(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_5 = V_0; if (!L_5) { goto IL_0039; } } { NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_6 = V_0; RuntimeObject * L_7 = ___value1; NullCheck(L_6); L_6->set_Value_1(L_7); int32_t L_8 = __this->get__version_6(); __this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); return; } IL_0039: { String_t* L_9 = ___name0; RuntimeObject * L_10 = ___value1; NameObjectCollectionBase_BaseAdd_m1A0CA51397D274B23B10ECE78D2EE923C4FDC07F(__this, L_9, L_10, /*hidden argument*/NULL); return; } } // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_mDEFD71E2644E7080FBE6E79B9221673D02F64202 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__entriesArray_1(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); NullCheck(((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var))); RuntimeObject * L_3 = ((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var))->get_Value_1(); return L_3; } } // System.String System.Collections.Specialized.NameObjectCollectionBase::BaseGetKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameObjectCollectionBase_BaseGetKey_m0ED9A3D47A2808BF98BCBEAFB51D175127B9CFB1 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__entriesArray_1(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); NullCheck(((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var))); String_t* L_3 = ((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var))->get_Key_0(); return L_3; } } // System.Collections.IEnumerator System.Collections.Specialized.NameObjectCollectionBase::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NameObjectCollectionBase_GetEnumerator_m02D0640D271E51652CC9E1B50C6795CA19761E88 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71 * L_0 = (NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71 *)il2cpp_codegen_object_new(NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71_il2cpp_TypeInfo_var); NameObjectKeysEnumerator__ctor_m684F9F2CC2934708B3F198D7F750D5030AD9CC80(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NameObjectCollectionBase_get_Count_mA6E8285C71420239BF891DF0FFCC60E68E660D25 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__entriesArray_1(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mE984B0745168F2F0FCAD2F9CC36E525592EDFC20 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeArray * L_0 = ___array0; 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*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mE984B0745168F2F0FCAD2F9CC36E525592EDFC20_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck(L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { String_t* L_4; L_4 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral45F384B655DDF6A33BF7B0E551F80B07399CA472)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mE984B0745168F2F0FCAD2F9CC36E525592EDFC20_RuntimeMethod_var))); } IL_0027: { int32_t L_6 = ___index1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0055; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (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_8 = L_7; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9; L_9 = CultureInfo_get_CurrentCulture_m45CEB001D1509B8171C3557DD56C7521A0F5803E(/*hidden argument*/NULL); String_t* L_10; L_10 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&___index1), L_9, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_10); String_t* L_11; L_11 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3FB7B372D879A173F88B1B57D2B19E95BABF6F3A)), L_8, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mE984B0745168F2F0FCAD2F9CC36E525592EDFC20_RuntimeMethod_var))); } IL_0055: { RuntimeArray * L_13 = ___array0; NullCheck(L_13); int32_t L_14; L_14 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_13, /*hidden argument*/NULL); int32_t L_15 = ___index1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_16 = __this->get__entriesArray_1(); NullCheck(L_16); int32_t L_17; L_17 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_16); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15))) >= ((int32_t)L_17))) { goto IL_007a; } } { String_t* L_18; L_18 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral34AE52A4D26F1742129FB49939AAFD990890D6C0)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_19 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mE984B0745168F2F0FCAD2F9CC36E525592EDFC20_RuntimeMethod_var))); } IL_007a: { RuntimeObject* L_20; L_20 = VirtFuncInvoker0< RuntimeObject* >::Invoke(11 /* System.Collections.IEnumerator System.Collections.Specialized.NameObjectCollectionBase::GetEnumerator() */, __this); V_0 = L_20; goto IL_0095; } IL_0083: { RuntimeArray * L_21 = ___array0; RuntimeObject* L_22 = V_0; NullCheck(L_22); RuntimeObject * L_23; L_23 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_22); int32_t L_24 = ___index1; int32_t L_25 = L_24; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); NullCheck(L_21); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_21, L_23, L_25, /*hidden argument*/NULL); } IL_0095: { RuntimeObject* L_26 = V_0; NullCheck(L_26); bool L_27; L_27 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_26); if (L_27) { goto IL_0083; } } { return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__cctor_m8F6F233008097CCECEC2D8092C44C704A3F5A6CE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_0; L_0 = StringComparer_get_InvariantCultureIgnoreCase_m85A6670133D54B6CC852BCAA9A8F72455565B687_inline(/*hidden argument*/NULL); ((NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var))->set_defaultComparer_7(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.Collections.Specialized.NameValueCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m78B698FEF3EFEE917D0EBAA0DEDCFD1BD9AA6323 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); NameObjectCollectionBase__ctor_mA74DFF0CE0FB59430A786082F414813F276F130D(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.Int32,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m3FB82F83A2B13FC647CECDF8610D53B52F52170F (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___capacity0; RuntimeObject* L_1 = ___equalityComparer1; IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); NameObjectCollectionBase__ctor_m9100CD7C0C24135A887EC01FCAA69EC0DBF0D463(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.DBNull) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection__ctor_mA7D338E7E6795829EE4E64D8834A41C2CE898FBB (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * ___dummy0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * L_0 = ___dummy0; IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); NameObjectCollectionBase__ctor_m4BF6C086BA110F79E817D1F307D0B912E32BCA55(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m69DC8832F5EC7DD21DE701866B84A639570AC8D5 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); NameObjectCollectionBase__ctor_mAF5575543B8D937C34D00E9D7B6642BFAD74F37C(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::InvalidateCachedArrays() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_InvalidateCachedArrays_mA7CA9F8B09DDFA9163FB77563C6FCB07762D23C8 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, const RuntimeMethod* method) { { __this->set__all_8((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL); __this->set__allKeys_9((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL); return; } } // System.String System.Collections.Specialized.NameValueCollection::GetAsOneString(System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_GetAsOneString_m3ADC3CAE35EB61CE55BC8D781C14EAFEE237DE68 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list0, 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; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; int32_t G_B3_0 = 0; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ___list0; if (L_0) { goto IL_0006; } } { G_B3_0 = 0; goto IL_000c; } IL_0006: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = ___list0; NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); G_B3_0 = L_2; } IL_000c: { V_0 = G_B3_0; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_001e; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = ___list0; NullCheck(L_4); RuntimeObject * L_5; L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, 0); return ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); } IL_001e: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)1))) { goto IL_0063; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = ___list0; NullCheck(L_7); RuntimeObject * L_8; L_8 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_7, 0); StringBuilder_t * L_9 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77(L_9, ((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_9; V_2 = 1; goto IL_0058; } IL_0038: { StringBuilder_t * L_10 = V_1; NullCheck(L_10); StringBuilder_t * L_11; L_11 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_10, ((int32_t)44), /*hidden argument*/NULL); StringBuilder_t * L_12 = V_1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = ___list0; int32_t L_14 = V_2; NullCheck(L_13); RuntimeObject * L_15; L_15 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_13, L_14); NullCheck(L_12); StringBuilder_t * L_16; L_16 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_12, ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0058: { int32_t L_18 = V_2; int32_t L_19 = V_0; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0038; } } { StringBuilder_t * L_20 = V_1; NullCheck(L_20); String_t* L_21; L_21 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20); return L_21; } IL_0063: { return (String_t*)NULL; } } // System.String[] System.Collections.Specialized.NameValueCollection::GetAsStringArray(System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* NameValueCollection_GetAsStringArray_m79210BFB2A2F0094D4601BE3FD7FF2EC097303F4 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t G_B3_0 = 0; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ___list0; if (L_0) { goto IL_0006; } } { G_B3_0 = 0; goto IL_000c; } IL_0006: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = ___list0; NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); G_B3_0 = L_2; } IL_000c: { V_0 = G_B3_0; int32_t L_3 = V_0; if (L_3) { goto IL_0012; } } { return (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL; } IL_0012: { int32_t L_4 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_4); V_1 = L_5; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = ___list0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = V_1; int32_t L_8 = V_0; NullCheck(L_6); VirtActionInvoker4< int32_t, RuntimeArray *, int32_t, int32_t >::Invoke(31 /* System.Void System.Collections.ArrayList::CopyTo(System.Int32,System.Array,System.Int32,System.Int32) */, L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, L_8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = V_1; return L_9; } } // System.Void System.Collections.Specialized.NameValueCollection::Add(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_Add_m2058D4136F9DC4A11836DF6B1AB4853387898B2C (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, String_t* ___name0, String_t* ___value1, 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; { bool L_0; L_0 = NameObjectCollectionBase_get_IsReadOnly_mFCB376BE86332546D47A4B983FD91FFF23558709_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameValueCollection_Add_m2058D4136F9DC4A11836DF6B1AB4853387898B2C_RuntimeMethod_var))); } IL_0018: { NameValueCollection_InvalidateCachedArrays_mA7CA9F8B09DDFA9163FB77563C6FCB07762D23C8(__this, /*hidden argument*/NULL); String_t* L_3 = ___name0; RuntimeObject * L_4; L_4 = NameObjectCollectionBase_BaseGet_m9ADF3F54E9A5D8151837C6E4652ED27CD1C06CFF(__this, L_3, /*hidden argument*/NULL); V_0 = ((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)CastclassClass((RuntimeObject*)L_4, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = V_0; if (L_5) { goto IL_0049; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37(L_6, 1, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = ___value1; if (!L_7) { goto IL_0040; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_8 = V_0; String_t* L_9 = ___value1; NullCheck(L_8); int32_t L_10; L_10 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, L_9); } IL_0040: { String_t* L_11 = ___name0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_12 = V_0; NameObjectCollectionBase_BaseAdd_m1A0CA51397D274B23B10ECE78D2EE923C4FDC07F(__this, L_11, L_12, /*hidden argument*/NULL); return; } IL_0049: { String_t* L_13 = ___value1; if (!L_13) { goto IL_0054; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_14 = V_0; String_t* L_15 = ___value1; NullCheck(L_14); int32_t L_16; L_16 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_14, L_15); } IL_0054: { return; } } // System.String System.Collections.Specialized.NameValueCollection::Get(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_Get_mDEC8EB5C5FAA1B34B99C6AAA50F0F575296DB1F1 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, String_t* ___name0, 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; } { String_t* L_0 = ___name0; RuntimeObject * L_1; L_1 = NameObjectCollectionBase_BaseGet_m9ADF3F54E9A5D8151837C6E4652ED27CD1C06CFF(__this, L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = NameValueCollection_GetAsOneString_m3ADC3CAE35EB61CE55BC8D781C14EAFEE237DE68(((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)CastclassClass((RuntimeObject*)L_1, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.String[] System.Collections.Specialized.NameValueCollection::GetValues(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* NameValueCollection_GetValues_mF6E7959EDDA51B0E1F86D31AC90E949ADAF4A0DD (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, String_t* ___name0, 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; } { String_t* L_0 = ___name0; RuntimeObject * L_1; L_1 = NameObjectCollectionBase_BaseGet_m9ADF3F54E9A5D8151837C6E4652ED27CD1C06CFF(__this, L_0, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2; L_2 = NameValueCollection_GetAsStringArray_m79210BFB2A2F0094D4601BE3FD7FF2EC097303F4(((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)CastclassClass((RuntimeObject*)L_1, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.Void System.Collections.Specialized.NameValueCollection::Set(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_Set_mE479F82E6045A7447D4CFA7040FF63CC5CCD1329 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, String_t* ___name0, String_t* ___value1, 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; { bool L_0; L_0 = NameObjectCollectionBase_get_IsReadOnly_mFCB376BE86332546D47A4B983FD91FFF23558709_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameValueCollection_Set_mE479F82E6045A7447D4CFA7040FF63CC5CCD1329_RuntimeMethod_var))); } IL_0018: { NameValueCollection_InvalidateCachedArrays_mA7CA9F8B09DDFA9163FB77563C6FCB07762D23C8(__this, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37(L_3, 1, /*hidden argument*/NULL); V_0 = L_3; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = V_0; String_t* L_5 = ___value1; NullCheck(L_4); int32_t L_6; L_6 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5); String_t* L_7 = ___name0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_8 = V_0; NameObjectCollectionBase_BaseSet_mDAD4979940B3ACC47B77A64AECCD0C69C2F9A015(__this, L_7, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_Remove_mFA1B8B38078E7B158E18CF9B6D1A211F071082D0 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, String_t* ___name0, const RuntimeMethod* method) { { NameValueCollection_InvalidateCachedArrays_mA7CA9F8B09DDFA9163FB77563C6FCB07762D23C8(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; NameObjectCollectionBase_BaseRemove_m301318FB3627302D115078FA8250D07A4B851A99(__this, L_0, /*hidden argument*/NULL); return; } } // System.String System.Collections.Specialized.NameValueCollection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_get_Item_mCA21B55D4454D35073475B2966BA0F9207D16FED (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1; L_1 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(14 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.String) */, __this, L_0); return L_1; } } // System.Void System.Collections.Specialized.NameValueCollection::set_Item(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_set_Item_m068F8AB7B8D0EDFD8A9DA582E80A20ACF9E8D692 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___value1; VirtActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Collections.Specialized.NameValueCollection::Set(System.String,System.String) */, __this, L_0, L_1); return; } } // System.String System.Collections.Specialized.NameValueCollection::Get(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_Get_m0CF4D7CB8B22A2B269CFD472A17494F592E470E7 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, int32_t ___index0, 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; } { int32_t L_0 = ___index0; RuntimeObject * L_1; L_1 = NameObjectCollectionBase_BaseGet_mDEFD71E2644E7080FBE6E79B9221673D02F64202(__this, L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = NameValueCollection_GetAsOneString_m3ADC3CAE35EB61CE55BC8D781C14EAFEE237DE68(((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)CastclassClass((RuntimeObject*)L_1, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.String System.Collections.Specialized.NameValueCollection::GetKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_GetKey_m56EE50398F41A0A52AA2E7759B511BFAC068125D (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; String_t* L_1; L_1 = NameObjectCollectionBase_BaseGetKey_m0ED9A3D47A2808BF98BCBEAFB51D175127B9CFB1(__this, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Net.NclUtilities::IsAddressLocal(System.Net.IPAddress) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NclUtilities_IsAddressLocal_m4474A84AC878C3CCEB22885291F2FFB0FF3FE474 (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___ipAddress0, const RuntimeMethod* method) { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* V_0 = NULL; int32_t V_1 = 0; { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_0; L_0 = NclUtilities_get_LocalAddresses_m7239F4DB692B12FD203F7ACF7FD74340542BBCB6(/*hidden argument*/NULL); V_0 = L_0; V_1 = 0; goto IL_001c; } IL_000a: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_1 = ___ipAddress0; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_1); bool L_6; L_6 = IPAddress_Equals_m4B1CA27458D8182146569D0BC82A2D3A23346516(L_1, L_5, (bool)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0018; } } { return (bool)1; } IL_0018: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001c: { int32_t L_8 = V_1; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_9 = V_0; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))) { goto IL_000a; } } { return (bool)0; } } // System.Net.IPHostEntry System.Net.NclUtilities::GetLocalHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * NclUtilities_GetLocalHost_m83AC9B72133A7BD39161AFD55F092133AAADFA54 (const RuntimeMethod* method) { { String_t* L_0; L_0 = Dns_GetHostName_m235D1E0FD888CE88E816294B8E687773E016E77E(/*hidden argument*/NULL); IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_1; L_1 = Dns_GetHostByName_m072CBDF5FD14C53FB28738920C62F05B6A63ED67(L_0, /*hidden argument*/NULL); return L_1; } } // System.Net.IPAddress[] System.Net.NclUtilities::get_LocalAddresses() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* NclUtilities_get_LocalAddresses_m7239F4DB692B12FD203F7ACF7FD74340542BBCB6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m99BDC485E0F50621E5402FB3396274F0B415728A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mD8DFDF939F285F122483FB166AD165216A9A0662_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mF9116485CD3C49A22E75CD83647CF136485D940F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m5C3297290D34D4CB752DC331820B9B4CC7E89266_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m55D5788E005348C5F09E26CA1B236330FE08F005_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m21DDEFA19FB444CAA0D305057FDB47D13EFB3138_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m1F7C317627442DB6E3B4F98C1FF1422A514B9535_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * V_3 = NULL; int32_t V_4 = 0; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* V_5 = NULL; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * V_6 = NULL; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* V_7 = NULL; int32_t V_8 = 0; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* V_9 = NULL; int32_t V_10 = 0; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * V_11 = NULL; Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 V_12; memset((&V_12), 0, sizeof(V_12)); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * V_13 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_0 = ((NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var))->get__LocalAddresses_0(); il2cpp_codegen_memory_barrier(); V_0 = L_0; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_1 = V_0; if (!L_1) { goto IL_000d; } } { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_2 = V_0; return L_2; } IL_000d: { RuntimeObject * L_3; L_3 = NclUtilities_get_LocalAddressesLock_mEFB560D71DD9D220AB2E30D27325D9FDBC7D8BFB(/*hidden argument*/NULL); V_1 = L_3; V_2 = (bool)0; } IL_0015: try { // begin try (depth: 1) { RuntimeObject * L_4 = V_1; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_4, (bool*)(&V_2), /*hidden argument*/NULL); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_5 = ((NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var))->get__LocalAddresses_0(); il2cpp_codegen_memory_barrier(); V_0 = L_5; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_6 = V_0; if (!L_6) { goto IL_0030; } } IL_0028: { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_7 = V_0; V_5 = L_7; IL2CPP_LEAVE(0x108, FINALLY_00fe); } IL_0030: { List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * L_8 = (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 *)il2cpp_codegen_object_new(List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651_il2cpp_TypeInfo_var); List_1__ctor_m21DDEFA19FB444CAA0D305057FDB47D13EFB3138(L_8, /*hidden argument*/List_1__ctor_m21DDEFA19FB444CAA0D305057FDB47D13EFB3138_RuntimeMethod_var); V_3 = L_8; } IL_0036: try { // begin try (depth: 2) { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_9; L_9 = NclUtilities_GetLocalHost_m83AC9B72133A7BD39161AFD55F092133AAADFA54(/*hidden argument*/NULL); V_6 = L_9; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_10 = V_6; if (!L_10) { goto IL_00a5; } } IL_0041: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_11 = V_6; NullCheck(L_11); String_t* L_12; L_12 = IPHostEntry_get_HostName_m93399E3B7017D91869B47746BD9EDF74BF347FD1_inline(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0072; } } IL_004a: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_13 = V_6; NullCheck(L_13); String_t* L_14; L_14 = IPHostEntry_get_HostName_m93399E3B7017D91869B47746BD9EDF74BF347FD1_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15; L_15 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_14, ((int32_t)46), /*hidden argument*/NULL); V_8 = L_15; int32_t L_16 = V_8; if ((((int32_t)L_16) == ((int32_t)(-1)))) { goto IL_0072; } } IL_005f: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_17 = V_6; NullCheck(L_17); String_t* L_18; L_18 = IPHostEntry_get_HostName_m93399E3B7017D91869B47746BD9EDF74BF347FD1_inline(L_17, /*hidden argument*/NULL); int32_t L_19 = V_8; NullCheck(L_18); String_t* L_20; L_20 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_18, L_19, /*hidden argument*/NULL); ((NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var))->set__LocalDomainName_2(L_20); } IL_0072: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_21 = V_6; NullCheck(L_21); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_22; L_22 = IPHostEntry_get_AddressList_m466AC33C136531F42A5EDCD3A75E5B392075186F_inline(L_21, /*hidden argument*/NULL); V_7 = L_22; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_23 = V_7; if (!L_23) { goto IL_00a5; } } IL_007f: { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_24 = V_7; V_9 = L_24; V_10 = 0; goto IL_009d; } IL_0088: { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_25 = V_9; int32_t L_26 = V_10; NullCheck(L_25); int32_t L_27 = L_26; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_28 = (L_25)->GetAt(static_cast(L_27)); V_11 = L_28; List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * L_29 = V_3; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_30 = V_11; NullCheck(L_29); List_1_Add_m5C3297290D34D4CB752DC331820B9B4CC7E89266(L_29, L_30, /*hidden argument*/List_1_Add_m5C3297290D34D4CB752DC331820B9B4CC7E89266_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_009d: { int32_t L_32 = V_10; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_33 = V_9; NullCheck(L_33); if ((((int32_t)L_32) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))) { goto IL_0088; } } IL_00a5: { goto IL_00aa; } } // end try (depth: 2) 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_00a7; } throw e; } CATCH_00a7: { // begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00aa; } // end catch (depth: 2) IL_00aa: { List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * L_34 = V_3; NullCheck(L_34); int32_t L_35; L_35 = List_1_get_Count_m1F7C317627442DB6E3B4F98C1FF1422A514B9535_inline(L_34, /*hidden argument*/List_1_get_Count_m1F7C317627442DB6E3B4F98C1FF1422A514B9535_RuntimeMethod_var); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_36 = (IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB*)(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB*)SZArrayNew(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var, (uint32_t)L_35); V_0 = L_36; V_4 = 0; List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * L_37 = V_3; NullCheck(L_37); Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 L_38; L_38 = List_1_GetEnumerator_m55D5788E005348C5F09E26CA1B236330FE08F005(L_37, /*hidden argument*/List_1_GetEnumerator_m55D5788E005348C5F09E26CA1B236330FE08F005_RuntimeMethod_var); V_12 = L_38; } IL_00c1: try { // begin try (depth: 2) { goto IL_00d8; } IL_00c3: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_39; L_39 = Enumerator_get_Current_mF9116485CD3C49A22E75CD83647CF136485D940F_inline((Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 *)(&V_12), /*hidden argument*/Enumerator_get_Current_mF9116485CD3C49A22E75CD83647CF136485D940F_RuntimeMethod_var); V_13 = L_39; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_40 = V_0; int32_t L_41 = V_4; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_42 = V_13; NullCheck(L_40); ArrayElementTypeCheck (L_40, L_42); (L_40)->SetAt(static_cast(L_41), (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE *)L_42); int32_t L_43 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00d8: { bool L_44; L_44 = Enumerator_MoveNext_mD8DFDF939F285F122483FB166AD165216A9A0662((Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 *)(&V_12), /*hidden argument*/Enumerator_MoveNext_mD8DFDF939F285F122483FB166AD165216A9A0662_RuntimeMethod_var); if (L_44) { goto IL_00c3; } } IL_00e1: { IL2CPP_LEAVE(0xF1, FINALLY_00e3); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e3; } FINALLY_00e3: { // begin finally (depth: 2) Enumerator_Dispose_m99BDC485E0F50621E5402FB3396274F0B415728A((Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 *)(&V_12), /*hidden argument*/Enumerator_Dispose_m99BDC485E0F50621E5402FB3396274F0B415728A_RuntimeMethod_var); IL2CPP_END_FINALLY(227) } // end finally (depth: 2) IL2CPP_CLEANUP(227) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF1, IL_00f1) } IL_00f1: { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_45 = V_0; il2cpp_codegen_memory_barrier(); ((NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var))->set__LocalAddresses_0(L_45); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_46 = V_0; V_5 = L_46; IL2CPP_LEAVE(0x108, FINALLY_00fe); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00fe; } FINALLY_00fe: { // begin finally (depth: 1) { bool L_47 = V_2; if (!L_47) { goto IL_0107; } } IL_0101: { RuntimeObject * L_48 = V_1; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_48, /*hidden argument*/NULL); } IL_0107: { IL2CPP_END_FINALLY(254) } } // end finally (depth: 1) IL2CPP_CLEANUP(254) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x108, IL_0108) } IL_0108: { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_49 = V_5; return L_49; } } // System.Object System.Net.NclUtilities::get_LocalAddressesLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NclUtilities_get_LocalAddressesLock_mEFB560D71DD9D220AB2E30D27325D9FDBC7D8BFB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ((NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var))->get__LocalAddressesLock_1(); if (L_0) { goto IL_0018; } } { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); RuntimeObject * L_2; L_2 = Interlocked_CompareExchange_mE7ECC993E32D2E6334567DB7C3CF56C15DAF0C95((RuntimeObject **)(((NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var))->get_address_of__LocalAddressesLock_1()), L_1, NULL, /*hidden argument*/NULL); } IL_0018: { RuntimeObject * L_3 = ((NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var))->get__LocalAddressesLock_1(); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Net.NetRes::GetWebStatusString(System.String,System.Net.WebExceptionStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetRes_GetWebStatusString_m6E2428C203EDAB9380F19ADBD0F55FCFA59C31A0 (String_t* ___Res0, int32_t ___Status1, 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*)&WebExceptionMapping_t3406C6654BD7E0196A7491671169FD9EC25BC326_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { int32_t L_0 = ___Status1; IL2CPP_RUNTIME_CLASS_INIT(WebExceptionMapping_t3406C6654BD7E0196A7491671169FD9EC25BC326_il2cpp_TypeInfo_var); String_t* L_1; L_1 = WebExceptionMapping_GetWebStatusString_m95F105F6FBAFB410936E90EFAD6373521C921335(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(L_1, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = ___Res0; String_t* L_4; L_4 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(L_3, /*hidden argument*/NULL); V_0 = L_4; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = CultureInfo_get_CurrentCulture_m45CEB001D1509B8171C3557DD56C7521A0F5803E(/*hidden argument*/NULL); String_t* L_6 = V_0; String_t* L_7 = V_1; String_t* L_8; L_8 = String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB(L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.String System.Net.NetRes::GetWebStatusString(System.Net.WebExceptionStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetRes_GetWebStatusString_m05E44832503D06D7EE8144EB3F18B4155F907183 (int32_t ___Status0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebExceptionMapping_t3406C6654BD7E0196A7491671169FD9EC25BC326_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___Status0; IL2CPP_RUNTIME_CLASS_INIT(WebExceptionMapping_t3406C6654BD7E0196A7491671169FD9EC25BC326_il2cpp_TypeInfo_var); String_t* L_1; L_1 = WebExceptionMapping_GetWebStatusString_m95F105F6FBAFB410936E90EFAD6373521C921335(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.NetSectionGroup::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSectionGroup__ctor_m7AB7B5CA35F2D7C06B047BD0B480AD6F2C067570 (NetSectionGroup_t6140365E450BA572B37299B8CF1715BB1144BFF2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetSectionGroup__ctor_m7AB7B5CA35F2D7C06B047BD0B480AD6F2C067570_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NetSectionGroup__ctor_m7AB7B5CA35F2D7C06B047BD0B480AD6F2C067570_RuntimeMethod_var); 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.Net.NetworkCredential::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential__ctor_mBB62CCEBA2D6C5AE946F2D3F4A26FD3B718E312E (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, String_t* ___userName0, String_t* ___password1, 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 = ___userName0; String_t* L_1 = ___password1; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NetworkCredential__ctor_mFBBBBCA94F91EA965A2B3DD6DD52554245B6B41B(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Net.NetworkCredential::.ctor(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential__ctor_mFBBBBCA94F91EA965A2B3DD6DD52554245B6B41B (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, String_t* ___userName0, String_t* ___password1, String_t* ___domain2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___userName0; NetworkCredential_set_UserName_m0906CE0D5CFA7972CD2DA08D9D2DD5ABEEEE55C8(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___password1; NetworkCredential_set_Password_mD3D1EF31B8A2C9011A2439B249E3B2D55D1144F4(__this, L_1, /*hidden argument*/NULL); String_t* L_2 = ___domain2; NetworkCredential_set_Domain_m122C82F6B1E78A1F0A86B9B314F479EB336DC354(__this, L_2, /*hidden argument*/NULL); return; } } // System.String System.Net.NetworkCredential::get_UserName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_UserName_mFC41ED3D14796CA2B5C08EB0DE537A2F3EF02473 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = NetworkCredential_InternalGetUserName_m978EFE7B8858AFE08B5281B187357934B75BF2E9_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Net.NetworkCredential::set_UserName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential_set_UserName_m0906CE0D5CFA7972CD2DA08D9D2DD5ABEEEE55C8 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __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; } { 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_m_userName_1(L_1); return; } IL_000f: { String_t* L_2 = ___value0; __this->set_m_userName_1(L_2); return; } } // System.String System.Net.NetworkCredential::get_Password() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Password_m5EFE385E59C57168F8B8B43BE10196C4346AAFBB (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = NetworkCredential_InternalGetPassword_m3A81BC2DFB8F5EE58FB8E4AFC25DE6B4D65176D6(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Net.NetworkCredential::set_Password(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential_set_Password_mD3D1EF31B8A2C9011A2439B249E3B2D55D1144F4 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * L_1; L_1 = SecureStringHelper_CreateSecureString_mD0C2BF056673EB4D998FB43FFD8B619BA3C56788(L_0, /*hidden argument*/NULL); __this->set_m_password_2(L_1); return; } } // System.String System.Net.NetworkCredential::get_Domain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_mE4AA75C44CA2189FC66B95235C17CCE6ACFEDCBC (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = NetworkCredential_InternalGetDomain_m675D988E1EA47F5EA6111A318FA02A9F951924C2_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Net.NetworkCredential::set_Domain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential_set_Domain_m122C82F6B1E78A1F0A86B9B314F479EB336DC354 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __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; } { 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_m_domain_0(L_1); return; } IL_000f: { String_t* L_2 = ___value0; __this->set_m_domain_0(L_2); return; } } // System.String System.Net.NetworkCredential::InternalGetUserName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetUserName_m978EFE7B8858AFE08B5281B187357934B75BF2E9 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_userName_1(); return L_0; } } // System.String System.Net.NetworkCredential::InternalGetPassword() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetPassword_m3A81BC2DFB8F5EE58FB8E4AFC25DE6B4D65176D6 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method) { { SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * L_0 = __this->get_m_password_2(); String_t* L_1; L_1 = SecureStringHelper_CreateString_m10D3E3942E265026FB1C5D8847112800958C44C3(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.NetworkCredential::InternalGetDomain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetDomain_m675D988E1EA47F5EA6111A318FA02A9F951924C2 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_domain_0(); return L_0; } } // System.Net.NetworkCredential System.Net.NetworkCredential::GetCredential(System.Uri,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * NetworkCredential_GetCredential_m695587170B9003FAFA139B3F6EF82CB5F6CF20D1 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, String_t* ___authType1, const RuntimeMethod* method) { { return __this; } } #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.Net.NetworkInformation.NetworkInformationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkInformationException__ctor_m5CDA318CAFE57C54FA19136D9CC86F34DF5F8F1C (NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_0; L_0 = Marshal_GetLastWin32Error_mBC8033B9F7281E3EBC33B47D9108361A088ED4A7(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var); Win32Exception__ctor_mF8FAD9681BA8B2EFBD1EDA7C690764FF60E85A6F(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.NetworkInformation.NetworkInformationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkInformationException__ctor_m0132BE482A5DEDFAA8E675B7E8F1BB59BDB2E23F (NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var); Win32Exception__ctor_m712FC6079EE6F92FAB0B3DDAFD652B24FF163CC6(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream__ctor_mF3FEC9C4DAA15E863B119F17F9EACE740ECD8E2C (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_m_CloseTimeout_9((-1)); __this->set_m_CurrentReadTimeout_11((-1)); __this->set_m_CurrentWriteTimeout_12((-1)); IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = ___socket0; if (L_0) { goto IL_0029; } } { 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*)&_stringLiteralCAE3EC607D0863F97F03818BC2D530CA097D5A2E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream__ctor_mF3FEC9C4DAA15E863B119F17F9EACE740ECD8E2C_RuntimeMethod_var))); } IL_0029: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = ___socket0; NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52(__this, L_2, 3, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream__ctor_mA1CC20301CE577D0D971E02452956141D21E2F48 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket0, bool ___ownsSocket1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_m_CloseTimeout_9((-1)); __this->set_m_CurrentReadTimeout_11((-1)); __this->set_m_CurrentWriteTimeout_12((-1)); IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = ___socket0; if (L_0) { goto IL_0029; } } { 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*)&_stringLiteralCAE3EC607D0863F97F03818BC2D530CA097D5A2E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream__ctor_mA1CC20301CE577D0D971E02452956141D21E2F48_RuntimeMethod_var))); } IL_0029: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = ___socket0; NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52(__this, L_2, 3, /*hidden argument*/NULL); bool L_3 = ___ownsSocket1; __this->set_m_OwnsSocket_8(L_3); return; } } // System.Net.Sockets.Socket System.Net.Sockets.NetworkStream::get_InternalSocket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * NetworkStream_get_InternalSocket_m0F71D9478B11DF5AE9ADC8BD7F56B315B53F6F4B (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_m_StreamSocket_5(); V_0 = L_0; bool L_1 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); if (L_1) { goto IL_0014; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = V_0; if (L_2) { goto IL_0025; } } IL_0014: { Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_3); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_5 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_get_InternalSocket_m0F71D9478B11DF5AE9ADC8BD7F56B315B53F6F4B_RuntimeMethod_var))); } IL_0025: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_6 = V_0; return L_6; } } // System.Boolean System.Net.Sockets.NetworkStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkStream_get_CanRead_m18372499A3E8644ED054E324BBA2EDE1F2C0CA82 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Readable_6(); return L_0; } } // System.Boolean System.Net.Sockets.NetworkStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkStream_get_CanSeek_mF793B58986D542FC7310AC8933A3C26309919BCE (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Net.Sockets.NetworkStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkStream_get_CanWrite_mDAE8A9686A2B56E688133B8DC2E94976B16AA2CD (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Writeable_7(); return L_0; } } // System.Int32 System.Net.Sockets.NetworkStream::get_ReadTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkStream_get_ReadTimeout_m3601F6C548B89001D44C0D87C0A2701D5DD63433 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, 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 V_0 = 0; { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_m_StreamSocket_5(); NullCheck(L_0); RuntimeObject * L_1; L_1 = Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D(L_0, ((int32_t)65535), ((int32_t)4102), /*hidden argument*/NULL); V_0 = ((*(int32_t*)((int32_t*)UnBox(L_1, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); int32_t L_2 = V_0; if (L_2) { goto IL_0020; } } { return (-1); } IL_0020: { int32_t L_3 = V_0; return L_3; } } // System.Void System.Net.Sockets.NetworkStream::set_ReadTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_set_ReadTimeout_m4CA42D36C1A6081EB6CDD305AF47C5987D84951C (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_001d; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_001d; } } { String_t* L_2; L_2 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral760B4C78E2F14A393A6316A171E6402908250D25)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_set_ReadTimeout_m4CA42D36C1A6081EB6CDD305AF47C5987D84951C_RuntimeMethod_var))); } IL_001d: { int32_t L_4 = ___value0; NetworkStream_SetSocketTimeoutOption_m9E73C579315BEB79DB9870FF3297E088D2897230(__this, 0, L_4, (bool)0, /*hidden argument*/NULL); return; } } // System.Int32 System.Net.Sockets.NetworkStream::get_WriteTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkStream_get_WriteTimeout_m9EA5F1B0F6654F3522ED9A90092F73B4AADD7BC4 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, 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 V_0 = 0; { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_m_StreamSocket_5(); NullCheck(L_0); RuntimeObject * L_1; L_1 = Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D(L_0, ((int32_t)65535), ((int32_t)4101), /*hidden argument*/NULL); V_0 = ((*(int32_t*)((int32_t*)UnBox(L_1, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); int32_t L_2 = V_0; if (L_2) { goto IL_0020; } } { return (-1); } IL_0020: { int32_t L_3 = V_0; return L_3; } } // System.Boolean System.Net.Sockets.NetworkStream::get_DataAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkStream_get_DataAvailable_m37E50678B91FBC3BC8B92DDFAC683DBD39642845 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; { bool L_0 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_001b; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_get_DataAvailable_m37E50678B91FBC3BC8B92DDFAC683DBD39642845_RuntimeMethod_var))); } IL_001b: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_4 = __this->get_m_StreamSocket_5(); V_0 = L_4; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_5 = V_0; if (L_5) { goto IL_0048; } } { 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)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6; String_t* L_8; L_8 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069)), /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_8); String_t* L_9; L_9 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD276871380E2514BC5C852354B661466FE73932A)), L_7, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_10 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_get_DataAvailable_m37E50678B91FBC3BC8B92DDFAC683DBD39642845_RuntimeMethod_var))); } IL_0048: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_11 = V_0; NullCheck(L_11); int32_t L_12; L_12 = Socket_get_Available_mDAEF0D394D1130E69158CBE24A5687C772800E09(L_11, /*hidden argument*/NULL); return (bool)((!(((uint32_t)L_12) <= ((uint32_t)0)))? 1 : 0); } } // System.Int64 System.Net.Sockets.NetworkStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t NetworkStream_get_Length_mBC8427DF08F60DECB0627E20F5A561102A33F089 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_get_Length_mBC8427DF08F60DECB0627E20F5A561102A33F089_RuntimeMethod_var))); } } // System.Int64 System.Net.Sockets.NetworkStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t NetworkStream_get_Position_mEA82AACE1AD0E58FEC0AE134A56D64FF7A071F9A (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_get_Position_mEA82AACE1AD0E58FEC0AE134A56D64FF7A071F9A_RuntimeMethod_var))); } } // System.Void System.Net.Sockets.NetworkStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_set_Position_m80106F320BDA2FB13B11A93D302CE72A95859999 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, int64_t ___value0, const RuntimeMethod* method) { { String_t* L_0; L_0 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_set_Position_m80106F320BDA2FB13B11A93D302CE72A95859999_RuntimeMethod_var))); } } // System.Int64 System.Net.Sockets.NetworkStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t NetworkStream_Seek_m7933D6E7EE305143454CDABFD5F512BCDE204CE0 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { String_t* L_0; L_0 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Seek_m7933D6E7EE305143454CDABFD5F512BCDE204CE0_RuntimeMethod_var))); } } // System.Void System.Net.Sockets.NetworkStream::InitNetworkStream(System.Net.Sockets.Socket,System.IO.FileAccess) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket0, int32_t ___Access1, const RuntimeMethod* method) { { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = ___socket0; NullCheck(L_0); bool L_1; L_1 = Socket_get_Blocking_m808720CD768833CF2EB6F7F8AA462115AA3A1F8B_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { String_t* L_2; L_2 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD363529D8796015218E34E332FCF70A0692BBEAE)), /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_3 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52_RuntimeMethod_var))); } IL_0018: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_4 = ___socket0; NullCheck(L_4); bool L_5; L_5 = Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0030; } } { String_t* L_6; L_6 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC346DF19BCA13733A62F157B7D32A1ADA5023CC6)), /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_7 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52_RuntimeMethod_var))); } IL_0030: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_8 = ___socket0; NullCheck(L_8); int32_t L_9; L_9 = Socket_get_SocketType_m59C57C96B6DBA839FAFBB649491A059082D5D6F5_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)1))) { goto IL_0049; } } { String_t* L_10; L_10 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral143906017307B2EE4CB5A4882212F84EB8C906E8)), /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_11 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52_RuntimeMethod_var))); } IL_0049: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_12 = ___socket0; __this->set_m_StreamSocket_5(L_12); int32_t L_13 = ___Access1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1))) { case 0: { goto IL_0066; } case 1: { goto IL_006e; } case 2: { goto IL_0076; } } } { goto IL_0076; } IL_0066: { __this->set_m_Readable_6((bool)1); return; } IL_006e: { __this->set_m_Writeable_7((bool)1); return; } IL_0076: { __this->set_m_Readable_6((bool)1); __this->set_m_Writeable_7((bool)1); return; } } // System.Int32 System.Net.Sockets.NetworkStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; int32_t V_1 = 0; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; bool G_B2_0 = false; bool G_B1_0 = false; { bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this); bool L_1 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); G_B1_0 = L_0; if (!L_1) { G_B2_0 = L_0; goto IL_0021; } } { Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_2); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_4 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } IL_0021: { if (G_B2_0) { goto IL_0033; } } { String_t* L_5; L_5 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD15E05E666C20FAF0B82204AE82FC229C31968CD)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_6 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } IL_0033: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; if (L_7) { goto IL_0041; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_8 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } IL_0041: { int32_t L_9 = ___offset1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_004b; } } { int32_t L_10 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___buffer0; NullCheck(L_11); if ((((int32_t)L_10) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0056; } } IL_004b: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } IL_0056: { int32_t L_13 = ___size2; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_0062; } } { int32_t L_14 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___buffer0; NullCheck(L_15); int32_t L_16 = ___offset1; if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), (int32_t)L_16))))) { goto IL_006d; } } IL_0062: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_17 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } IL_006d: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_18 = __this->get_m_StreamSocket_5(); V_0 = L_18; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_19 = V_0; if (L_19) { goto IL_009a; } } { 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; L_22 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069)), /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23; L_23 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD276871380E2514BC5C852354B661466FE73932A)), L_21, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_24 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } IL_009a: { } IL_009b: try { // begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_25 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___buffer0; int32_t L_27 = ___offset1; int32_t L_28 = ___size2; NullCheck(L_25); int32_t L_29; L_29 = Socket_Receive_mA08EE1F9A870791CECAAC2FA2D4144ACBA6B4962(L_25, L_26, L_27, L_28, 0, /*hidden argument*/NULL); V_1 = L_29; goto IL_00e3; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00a8; } throw e; } CATCH_00a8: { // begin catch(System.Exception) { V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_30 = V_2; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_30, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_00c1; } } IL_00b1: { Exception_t * L_31 = V_2; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_31, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_00c1; } } IL_00b9: { Exception_t * L_32 = V_2; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_32, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_00c3; } } IL_00c1: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } IL_00c3: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_33 = (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_34 = L_33; Exception_t * L_35 = V_2; NullCheck(L_35); String_t* L_36; L_36 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_35); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_36); (L_34)->SetAt(static_cast(0), (RuntimeObject *)L_36); String_t* L_37; L_37 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD276871380E2514BC5C852354B661466FE73932A)), L_34, /*hidden argument*/NULL); Exception_t * L_38 = V_2; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_39 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(L_39, L_37, L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } } // end catch (depth: 1) IL_00e3: { int32_t L_40 = V_1; return L_40; } } // System.Void System.Net.Sockets.NetworkStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; bool G_B2_0 = false; bool G_B1_0 = false; { bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); bool L_1 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); G_B1_0 = L_0; if (!L_1) { G_B2_0 = L_0; goto IL_0021; } } { Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_2); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_4 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } IL_0021: { if (G_B2_0) { goto IL_0033; } } { String_t* L_5; L_5 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFCB540C840AE79272EC9FC6FDFB1CD210042AEE5)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_6 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } IL_0033: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; if (L_7) { goto IL_0041; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_8 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } IL_0041: { int32_t L_9 = ___offset1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_004b; } } { int32_t L_10 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___buffer0; NullCheck(L_11); if ((((int32_t)L_10) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0056; } } IL_004b: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } IL_0056: { int32_t L_13 = ___size2; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_0062; } } { int32_t L_14 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___buffer0; NullCheck(L_15); int32_t L_16 = ___offset1; if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), (int32_t)L_16))))) { goto IL_006d; } } IL_0062: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_17 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } IL_006d: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_18 = __this->get_m_StreamSocket_5(); V_0 = L_18; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_19 = V_0; if (L_19) { goto IL_009a; } } { 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; L_22 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069)), /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23; L_23 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D8C2C829708035B4AF0CC756D4133E365D4602A)), L_21, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_24 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } IL_009a: { } IL_009b: try { // begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_25 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___buffer0; int32_t L_27 = ___offset1; int32_t L_28 = ___size2; NullCheck(L_25); int32_t L_29; L_29 = Socket_Send_mF70EF17396CEA161F628B1923DA32463720D9A1E(L_25, L_26, L_27, L_28, 0, /*hidden argument*/NULL); goto IL_00e3; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00a8; } throw e; } CATCH_00a8: { // begin catch(System.Exception) { V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_30 = V_1; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_30, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_00c1; } } IL_00b1: { Exception_t * L_31 = V_1; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_31, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_00c1; } } IL_00b9: { Exception_t * L_32 = V_1; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_32, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_00c3; } } IL_00c1: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } IL_00c3: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_33 = (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_34 = L_33; Exception_t * L_35 = V_1; NullCheck(L_35); String_t* L_36; L_36 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_35); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_36); (L_34)->SetAt(static_cast(0), (RuntimeObject *)L_36); String_t* L_37; L_37 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D8C2C829708035B4AF0CC756D4133E365D4602A)), L_34, /*hidden argument*/NULL); Exception_t * L_38 = V_1; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_39 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(L_39, L_37, L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } } // end catch (depth: 1) IL_00e3: { return; } } // System.Void System.Net.Sockets.NetworkStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_Dispose_mB2BCF75273D7AE5D5417E9B02E6630B5CCBCBD97 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, bool ___disposing0, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; { bool L_0 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_CleanedUp_10(1); bool L_1 = ___disposing0; if (!((int32_t)((int32_t)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)&(int32_t)L_1))) { goto IL_0053; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = __this->get_m_StreamSocket_5(); if (!L_2) { goto IL_0053; } } { __this->set_m_Readable_6((bool)0); __this->set_m_Writeable_7((bool)0); bool L_3 = __this->get_m_OwnsSocket_8(); if (!L_3) { goto IL_0053; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_4 = __this->get_m_StreamSocket_5(); V_0 = L_4; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_5 = V_0; if (!L_5) { goto IL_0053; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_6 = V_0; NullCheck(L_6); Socket_InternalShutdown_mDA3F1ED617847E781AA826C43A833E7C978FD850(L_6, 2, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_7 = V_0; int32_t L_8 = __this->get_m_CloseTimeout_9(); NullCheck(L_7); Socket_Close_mEC9B67F2F0E51F7FBB9D6BC9F630AD52DF7D0E65(L_7, L_8, /*hidden argument*/NULL); } IL_0053: { bool L_9 = ___disposing0; Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE(__this, L_9, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.NetworkStream::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_Finalize_m67A14B9689E9E9775841BFA59A272347FAC5D40E (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(17 /* System.Void System.IO.Stream::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x10, FINALLY_0009); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0009; } FINALLY_0009: { // begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) } // end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10, IL_0010) } IL_0010: { return; } } // System.IAsyncResult System.Net.Sockets.NetworkStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; bool G_B2_0 = false; bool G_B1_0 = false; { bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this); bool L_1 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); G_B1_0 = L_0; if (!L_1) { G_B2_0 = L_0; goto IL_0021; } } { Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_2); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_4 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } IL_0021: { if (G_B2_0) { goto IL_0033; } } { String_t* L_5; L_5 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD15E05E666C20FAF0B82204AE82FC229C31968CD)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_6 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } IL_0033: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; if (L_7) { goto IL_0041; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_8 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } IL_0041: { int32_t L_9 = ___offset1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_004b; } } { int32_t L_10 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___buffer0; NullCheck(L_11); if ((((int32_t)L_10) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0056; } } IL_004b: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } IL_0056: { int32_t L_13 = ___size2; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_0062; } } { int32_t L_14 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___buffer0; NullCheck(L_15); int32_t L_16 = ___offset1; if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), (int32_t)L_16))))) { goto IL_006d; } } IL_0062: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_17 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } IL_006d: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_18 = __this->get_m_StreamSocket_5(); V_0 = L_18; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_19 = V_0; if (L_19) { goto IL_009a; } } { 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; L_22 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069)), /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23; L_23 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD276871380E2514BC5C852354B661466FE73932A)), L_21, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_24 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } IL_009a: { } IL_009b: try { // begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_25 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___buffer0; int32_t L_27 = ___offset1; int32_t L_28 = ___size2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_29 = ___callback3; RuntimeObject * L_30 = ___state4; NullCheck(L_25); RuntimeObject* L_31; L_31 = Socket_BeginReceive_mE0B06265B8AFC35DADCA4184D6C8B8A062BCDE73(L_25, L_26, L_27, L_28, 0, L_29, L_30, /*hidden argument*/NULL); V_1 = L_31; goto IL_00e7; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00ac; } throw e; } CATCH_00ac: { // begin catch(System.Exception) { V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_32 = V_2; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_32, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_00c5; } } IL_00b5: { Exception_t * L_33 = V_2; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_33, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_00c5; } } IL_00bd: { Exception_t * L_34 = V_2; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_34, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_00c7; } } IL_00c5: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } IL_00c7: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_35 = (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_36 = L_35; Exception_t * L_37 = V_2; NullCheck(L_37); String_t* L_38; L_38 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_37); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_38); (L_36)->SetAt(static_cast(0), (RuntimeObject *)L_38); String_t* L_39; L_39 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD276871380E2514BC5C852354B661466FE73932A)), L_36, /*hidden argument*/NULL); Exception_t * L_40 = V_2; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_41 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(L_41, L_39, L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } } // end catch (depth: 1) IL_00e7: { RuntimeObject* L_42 = V_1; return L_42; } } // System.Int32 System.Net.Sockets.NetworkStream::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkStream_EndRead_mDCD08C532B8346555DD2D31850D15C8A900ECEF5 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; int32_t V_1 = 0; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_001b; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndRead_mDCD08C532B8346555DD2D31850D15C8A900ECEF5_RuntimeMethod_var))); } IL_001b: { RuntimeObject* L_4 = ___asyncResult0; if (L_4) { goto IL_0029; } } { 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_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndRead_mDCD08C532B8346555DD2D31850D15C8A900ECEF5_RuntimeMethod_var))); } IL_0029: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_6 = __this->get_m_StreamSocket_5(); V_0 = L_6; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_7 = V_0; if (L_7) { goto IL_0056; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (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_9 = L_8; String_t* L_10; L_10 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069)), /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_10); String_t* L_11; L_11 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD276871380E2514BC5C852354B661466FE73932A)), L_9, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_12 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndRead_mDCD08C532B8346555DD2D31850D15C8A900ECEF5_RuntimeMethod_var))); } IL_0056: { } IL_0057: try { // begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_13 = V_0; RuntimeObject* L_14 = ___asyncResult0; NullCheck(L_13); int32_t L_15; L_15 = Socket_EndReceive_m46B15199B81401BF6B7B76242C6E3A7E8156749C(L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; goto IL_009c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0061; } throw e; } CATCH_0061: { // begin catch(System.Exception) { V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_16 = V_2; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_007a; } } IL_006a: { Exception_t * L_17 = V_2; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_17, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_007a; } } IL_0072: { Exception_t * L_18 = V_2; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_18, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_007c; } } IL_007a: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndRead_mDCD08C532B8346555DD2D31850D15C8A900ECEF5_RuntimeMethod_var))); } IL_007c: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = (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_20 = L_19; Exception_t * L_21 = V_2; NullCheck(L_21); String_t* L_22; L_22 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_21); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23; L_23 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD276871380E2514BC5C852354B661466FE73932A)), L_20, /*hidden argument*/NULL); Exception_t * L_24 = V_2; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_25 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(L_25, L_23, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndRead_mDCD08C532B8346555DD2D31850D15C8A900ECEF5_RuntimeMethod_var))); } } // end catch (depth: 1) IL_009c: { int32_t L_26 = V_1; return L_26; } } // System.IAsyncResult System.Net.Sockets.NetworkStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; bool G_B2_0 = false; bool G_B1_0 = false; { bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); bool L_1 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); G_B1_0 = L_0; if (!L_1) { G_B2_0 = L_0; goto IL_0021; } } { Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_2); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_4 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } IL_0021: { if (G_B2_0) { goto IL_0033; } } { String_t* L_5; L_5 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFCB540C840AE79272EC9FC6FDFB1CD210042AEE5)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_6 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } IL_0033: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; if (L_7) { goto IL_0041; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_8 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } IL_0041: { int32_t L_9 = ___offset1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_004b; } } { int32_t L_10 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___buffer0; NullCheck(L_11); if ((((int32_t)L_10) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0056; } } IL_004b: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } IL_0056: { int32_t L_13 = ___size2; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_0062; } } { int32_t L_14 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___buffer0; NullCheck(L_15); int32_t L_16 = ___offset1; if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), (int32_t)L_16))))) { goto IL_006d; } } IL_0062: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_17 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } IL_006d: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_18 = __this->get_m_StreamSocket_5(); V_0 = L_18; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_19 = V_0; if (L_19) { goto IL_009a; } } { 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; L_22 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069)), /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23; L_23 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D8C2C829708035B4AF0CC756D4133E365D4602A)), L_21, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_24 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } IL_009a: { } IL_009b: try { // begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_25 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___buffer0; int32_t L_27 = ___offset1; int32_t L_28 = ___size2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_29 = ___callback3; RuntimeObject * L_30 = ___state4; NullCheck(L_25); RuntimeObject* L_31; L_31 = Socket_BeginSend_mFB97AF214E7F82B0B38434F844DA755AF18E612C(L_25, L_26, L_27, L_28, 0, L_29, L_30, /*hidden argument*/NULL); V_1 = L_31; goto IL_00e7; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00ac; } throw e; } CATCH_00ac: { // begin catch(System.Exception) { V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_32 = V_2; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_32, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_00c5; } } IL_00b5: { Exception_t * L_33 = V_2; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_33, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_00c5; } } IL_00bd: { Exception_t * L_34 = V_2; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_34, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_00c7; } } IL_00c5: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } IL_00c7: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_35 = (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_36 = L_35; Exception_t * L_37 = V_2; NullCheck(L_37); String_t* L_38; L_38 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_37); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_38); (L_36)->SetAt(static_cast(0), (RuntimeObject *)L_38); String_t* L_39; L_39 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D8C2C829708035B4AF0CC756D4133E365D4602A)), L_36, /*hidden argument*/NULL); Exception_t * L_40 = V_2; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_41 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(L_41, L_39, L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } } // end catch (depth: 1) IL_00e7: { RuntimeObject* L_42 = V_1; return L_42; } } // System.Void System.Net.Sockets.NetworkStream::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_EndWrite_mE66E13187FAEFE8DBB41C5A8F5BE7D7BC3686E73 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_001b; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndWrite_mE66E13187FAEFE8DBB41C5A8F5BE7D7BC3686E73_RuntimeMethod_var))); } IL_001b: { RuntimeObject* L_4 = ___asyncResult0; if (L_4) { goto IL_0029; } } { 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_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndWrite_mE66E13187FAEFE8DBB41C5A8F5BE7D7BC3686E73_RuntimeMethod_var))); } IL_0029: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_6 = __this->get_m_StreamSocket_5(); V_0 = L_6; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_7 = V_0; if (L_7) { goto IL_0056; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (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_9 = L_8; String_t* L_10; L_10 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069)), /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_10); String_t* L_11; L_11 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D8C2C829708035B4AF0CC756D4133E365D4602A)), L_9, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_12 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndWrite_mE66E13187FAEFE8DBB41C5A8F5BE7D7BC3686E73_RuntimeMethod_var))); } IL_0056: { } IL_0057: try { // begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_13 = V_0; RuntimeObject* L_14 = ___asyncResult0; NullCheck(L_13); int32_t L_15; L_15 = Socket_EndSend_mE56C2A95C12655CA7C3C6690382FC48B7E9AA45C(L_13, L_14, /*hidden argument*/NULL); goto IL_009c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0061; } throw e; } CATCH_0061: { // begin catch(System.Exception) { V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_16 = V_1; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_007a; } } IL_006a: { Exception_t * L_17 = V_1; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_17, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_007a; } } IL_0072: { Exception_t * L_18 = V_1; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_18, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_007c; } } IL_007a: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndWrite_mE66E13187FAEFE8DBB41C5A8F5BE7D7BC3686E73_RuntimeMethod_var))); } IL_007c: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = (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_20 = L_19; Exception_t * L_21 = V_1; NullCheck(L_21); String_t* L_22; L_22 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_21); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23; L_23 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D8C2C829708035B4AF0CC756D4133E365D4602A)), L_20, /*hidden argument*/NULL); Exception_t * L_24 = V_1; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_25 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(L_25, L_23, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndWrite_mE66E13187FAEFE8DBB41C5A8F5BE7D7BC3686E73_RuntimeMethod_var))); } } // end catch (depth: 1) IL_009c: { return; } } // System.Void System.Net.Sockets.NetworkStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_Flush_m29FFA75A5BE746CF8BA1381B48D4963ED38E0288 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Net.Sockets.NetworkStream::SetSocketTimeoutOption(System.Net.Sockets.SocketShutdown,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_SetSocketTimeoutOption_m9E73C579315BEB79DB9870FF3297E088D2897230 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, int32_t ___mode0, int32_t ___timeout1, bool ___silent2, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; { int32_t L_0 = ___timeout1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0007; } } { ___timeout1 = 0; } IL_0007: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_1 = __this->get_m_StreamSocket_5(); V_0 = L_1; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return; } IL_0012: { int32_t L_3 = ___mode0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_001a; } } { int32_t L_4 = ___mode0; if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_003c; } } IL_001a: { int32_t L_5 = ___timeout1; int32_t L_6 = __this->get_m_CurrentWriteTimeout_12(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_003c; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_7 = V_0; int32_t L_8 = ___timeout1; bool L_9 = ___silent2; NullCheck(L_7); Socket_SetSocketOption_m82AF3404BDE49D13BE5860C622D484AA52F1DD3B(L_7, ((int32_t)65535), ((int32_t)4101), L_8, L_9, /*hidden argument*/NULL); int32_t L_10 = ___timeout1; __this->set_m_CurrentWriteTimeout_12(L_10); } IL_003c: { int32_t L_11 = ___mode0; if (!L_11) { goto IL_0043; } } { int32_t L_12 = ___mode0; if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_0065; } } IL_0043: { int32_t L_13 = ___timeout1; int32_t L_14 = __this->get_m_CurrentReadTimeout_11(); if ((((int32_t)L_13) == ((int32_t)L_14))) { goto IL_0065; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_15 = V_0; int32_t L_16 = ___timeout1; bool L_17 = ___silent2; NullCheck(L_15); Socket_SetSocketOption_m82AF3404BDE49D13BE5860C622D484AA52F1DD3B(L_15, ((int32_t)65535), ((int32_t)4102), L_16, L_17, /*hidden argument*/NULL); int32_t L_18 = ___timeout1; __this->set_m_CurrentReadTimeout_11(L_18); } IL_0065: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object Mono.Net.Security.NoReflectionHelper::GetInternalValidator(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NoReflectionHelper_GetInternalValidator_m95884D0E1A26EE08C6B59E077FFE9AF50FC58B53 (RuntimeObject * ___provider0, RuntimeObject * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___provider0; RuntimeObject * L_1 = ___settings1; RuntimeObject* L_2; L_2 = ChainValidationHelper_GetInternalValidator_m43508ED2935C3133D8E3DF74A446BB67980B7958(((MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 *)CastclassClass((RuntimeObject*)L_0, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7_il2cpp_TypeInfo_var)), ((MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 *)CastclassSealed((RuntimeObject*)L_1, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Authorization Mono.Http.NtlmClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * NtlmClient_Authenticate_m93E135571DBA7CD774FF632109C22D0285A75049 (NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 * __this, String_t* ___challenge0, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest1, RuntimeObject* ___credentials2, 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*)&ConditionalWeakTable_2_GetValue_m47C76BCCE71C54705E6EF2D0E1890131B9E58C7D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateValueCallback__ctor_m7045B48B67943D35DDEE60AD0DC39C5D3BFB804F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CAuthenticateU3Eb__1_0_mDA687B87E74F0D58938A2C7821FD6EADB6649AE5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA2D66EF3F464A2B4BB53FA80F38DAD712C178D8); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_2 = NULL; ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * V_3 = NULL; bool V_4 = false; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * G_B13_0 = NULL; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * G_B13_1 = NULL; ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * G_B13_2 = NULL; CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * G_B12_0 = NULL; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * G_B12_1 = NULL; ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * G_B12_2 = NULL; { RuntimeObject* L_0 = ___credentials2; if (!L_0) { goto IL_0006; } } { String_t* L_1 = ___challenge0; if (L_1) { goto IL_0008; } } IL_0006: { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0008: { String_t* L_2 = ___challenge0; NullCheck(L_2); String_t* L_3; L_3 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6; L_6 = String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454(L_5, _stringLiteralDA2D66EF3F464A2B4BB53FA80F38DAD712C178D8, /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_0026; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0026: { String_t* L_8 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(0), (Il2CppChar)((int32_t)32)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(1), (Il2CppChar)((int32_t)9)); NullCheck(L_8); int32_t L_12; L_12 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_8, L_11, /*hidden argument*/NULL); V_1 = L_12; int32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)(-1)))) { goto IL_0050; } } { String_t* L_14 = V_0; int32_t L_15 = V_1; NullCheck(L_14); String_t* L_16; L_16 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_14, L_15, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17; L_17 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_16, /*hidden argument*/NULL); V_0 = L_17; goto IL_0052; } IL_0050: { V_0 = (String_t*)NULL; } IL_0052: { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_18 = ___webRequest1; V_2 = ((HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *)IsInstClass((RuntimeObject*)L_18, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_19 = V_2; if (L_19) { goto IL_005e; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_005e: { IL2CPP_RUNTIME_CLASS_INIT(NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * L_20 = ((NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_StaticFields*)il2cpp_codegen_static_fields_for(NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var))->get_cache_0(); V_3 = L_20; V_4 = (bool)0; } IL_0067: try { // begin try (depth: 1) { ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * L_21 = V_3; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_21, (bool*)(&V_4), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * L_22 = ((NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_StaticFields*)il2cpp_codegen_static_fields_for(NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var))->get_cache_0(); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_23 = V_2; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var); CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * L_24 = ((U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var))->get_U3CU3E9__1_0_1(); CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * L_25 = L_24; G_B12_0 = L_25; G_B12_1 = L_23; G_B12_2 = L_22; if (L_25) { G_B13_0 = L_25; G_B13_1 = L_23; G_B13_2 = L_22; goto IL_0094; } } IL_007d: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var); U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 * L_26 = ((U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * L_27 = (CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 *)il2cpp_codegen_object_new(CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1_il2cpp_TypeInfo_var); CreateValueCallback__ctor_m7045B48B67943D35DDEE60AD0DC39C5D3BFB804F(L_27, L_26, (intptr_t)((intptr_t)U3CU3Ec_U3CAuthenticateU3Eb__1_0_mDA687B87E74F0D58938A2C7821FD6EADB6649AE5_RuntimeMethod_var), /*hidden argument*/CreateValueCallback__ctor_m7045B48B67943D35DDEE60AD0DC39C5D3BFB804F_RuntimeMethod_var); CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * L_28 = L_27; ((U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var))->set_U3CU3E9__1_0_1(L_28); G_B13_0 = L_28; G_B13_1 = G_B12_1; G_B13_2 = G_B12_2; } IL_0094: { NullCheck(G_B13_2); NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 * L_29; L_29 = ConditionalWeakTable_2_GetValue_m47C76BCCE71C54705E6EF2D0E1890131B9E58C7D(G_B13_2, G_B13_1, G_B13_0, /*hidden argument*/ConditionalWeakTable_2_GetValue_m47C76BCCE71C54705E6EF2D0E1890131B9E58C7D_RuntimeMethod_var); String_t* L_30 = V_0; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_31 = ___webRequest1; RuntimeObject* L_32 = ___credentials2; NullCheck(L_29); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_33; L_33 = NtlmSession_Authenticate_mB6D8793AD526536CCF6125081AAB225AC16CE2FA(L_29, L_30, L_31, L_32, /*hidden argument*/NULL); V_5 = L_33; IL2CPP_LEAVE(0xB0, FINALLY_00a5); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a5; } FINALLY_00a5: { // begin finally (depth: 1) { bool L_34 = V_4; if (!L_34) { goto IL_00af; } } IL_00a9: { ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * L_35 = V_3; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_35, /*hidden argument*/NULL); } IL_00af: { IL2CPP_END_FINALLY(165) } } // end finally (depth: 1) IL2CPP_CLEANUP(165) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB0, IL_00b0) } IL_00b0: { Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_36 = V_5; return L_36; } } // System.Net.Authorization Mono.Http.NtlmClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * NtlmClient_PreAuthenticate_m086D1325279E3D203B3ECFFDCF718930D2A31B9E (NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 * __this, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } } // System.String Mono.Http.NtlmClient::get_AuthenticationType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NtlmClient_get_AuthenticationType_mA0E7AF714054C75AD6151729DC08011D2BEE4510 (NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364); s_Il2CppMethodInitialized = true; } { return _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364; } } // System.Void Mono.Http.NtlmClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmClient__ctor_m3D9978034518F3C84749A7F8315BAD280BDF2C81 (NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Http.NtlmClient::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmClient__cctor_m9D66F9DB0798D4EFA85FF38132141F3759F4346A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2__ctor_mF6F15C6F43EB86F20B95101C1DBB940D178EB3D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * L_0 = (ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F *)il2cpp_codegen_object_new(ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F_il2cpp_TypeInfo_var); ConditionalWeakTable_2__ctor_mF6F15C6F43EB86F20B95101C1DBB940D178EB3D1(L_0, /*hidden argument*/ConditionalWeakTable_2__ctor_mF6F15C6F43EB86F20B95101C1DBB940D178EB3D1_RuntimeMethod_var); ((NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_StaticFields*)il2cpp_codegen_static_fields_for(NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var))->set_cache_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.Net.NtlmClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmClient__ctor_m42061F6AD56B23AB8052A7B2536ADDD16C65ACFC (NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 * L_0 = (NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 *)il2cpp_codegen_object_new(NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var); NtlmClient__ctor_m3D9978034518F3C84749A7F8315BAD280BDF2C81(L_0, /*hidden argument*/NULL); __this->set_authObject_0(L_0); return; } } // System.Net.Authorization System.Net.NtlmClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * NtlmClient_Authenticate_m8818860DA0F138939D885CAA1D32ACECE1325A18 (NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 * __this, String_t* ___challenge0, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest1, RuntimeObject* ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_authObject_0(); if (L_0) { goto IL_000a; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_000a: { RuntimeObject* L_1 = __this->get_authObject_0(); String_t* L_2 = ___challenge0; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_3 = ___webRequest1; RuntimeObject* L_4 = ___credentials2; NullCheck(L_1); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_5; L_5 = InterfaceFuncInvoker3< Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *, String_t*, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E *, RuntimeObject* >::Invoke(0 /* System.Net.Authorization System.Net.IAuthenticationModule::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) */, IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var, L_1, L_2, L_3, L_4); return L_5; } } // System.Net.Authorization System.Net.NtlmClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * NtlmClient_PreAuthenticate_mF922EE3871ECE8A42FF525F839E257132E101735 (NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 * __this, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } } // System.String System.Net.NtlmClient::get_AuthenticationType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NtlmClient_get_AuthenticationType_m7245279ADF0745AAE487D87553B6CAFAC4F3F84E (NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364); s_Il2CppMethodInitialized = true; } { return _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364; } } #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 Mono.Http.NtlmSession::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmSession__ctor_mA97C8FC8E8DE96DE3F32909B142F4AB4DF8164A0 (NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Net.Authorization Mono.Http.NtlmSession::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * NtlmSession_Authenticate_mB6D8793AD526536CCF6125081AAB225AC16CE2FA (NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 * __this, String_t* ___challenge0, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest1, RuntimeObject* ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type2Message_t1B53737A52257B8981536796FEA92465495D23BE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE73638B205B1B37DAA16B344C18E6BAE6D8CF40C); s_Il2CppMethodInitialized = true; } HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_0 = NULL; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * V_7 = NULL; Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * V_8 = NULL; Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * V_9 = NULL; Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * G_B19_0 = NULL; Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * G_B18_0 = NULL; { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_0 = ___webRequest1; V_0 = ((HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *)IsInstClass((RuntimeObject*)L_0, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_1 = V_0; if (L_1) { goto IL_000c; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_000c: { RuntimeObject* L_2 = ___credentials2; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_3 = V_0; NullCheck(L_3); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4; L_4 = VirtFuncInvoker0< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(11 /* System.Uri System.Net.WebRequest::get_RequestUri() */, L_3); NullCheck(L_2); NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_5; L_5 = InterfaceFuncInvoker2< NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t* >::Invoke(0 /* System.Net.NetworkCredential System.Net.ICredentials::GetCredential(System.Uri,System.String) */, ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48_il2cpp_TypeInfo_var, L_2, L_4, _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364); V_1 = L_5; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_6 = V_1; if (L_6) { goto IL_0023; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0023: { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = NetworkCredential_get_UserName_mFC41ED3D14796CA2B5C08EB0DE537A2F3EF02473(L_7, /*hidden argument*/NULL); V_2 = L_8; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_9 = V_1; NullCheck(L_9); String_t* L_10; L_10 = NetworkCredential_get_Domain_mE4AA75C44CA2189FC66B95235C17CCE6ACFEDCBC(L_9, /*hidden argument*/NULL); V_3 = L_10; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = NetworkCredential_get_Password_m5EFE385E59C57168F8B8B43BE10196C4346AAFBB(L_11, /*hidden argument*/NULL); V_4 = L_12; String_t* L_13 = V_2; if (!L_13) { goto IL_0049; } } { String_t* L_14 = V_2; bool L_15; L_15 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_14, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_15) { goto IL_004b; } } IL_0049: { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_004b: { String_t* L_16 = V_3; bool L_17; L_17 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0086; } } { String_t* L_18 = V_2; NullCheck(L_18); int32_t L_19; L_19 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_18, ((int32_t)92), /*hidden argument*/NULL); V_6 = L_19; int32_t L_20 = V_6; if ((!(((uint32_t)L_20) == ((uint32_t)(-1))))) { goto IL_006c; } } { String_t* L_21 = V_2; NullCheck(L_21); int32_t L_22; L_22 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_21, ((int32_t)47), /*hidden argument*/NULL); V_6 = L_22; } IL_006c: { int32_t L_23 = V_6; if ((((int32_t)L_23) < ((int32_t)0))) { goto IL_0086; } } { String_t* L_24 = V_2; int32_t L_25 = V_6; NullCheck(L_24); String_t* L_26; L_26 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_24, 0, L_25, /*hidden argument*/NULL); V_3 = L_26; String_t* L_27 = V_2; int32_t L_28 = V_6; NullCheck(L_27); String_t* L_29; L_29 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_29; } IL_0086: { V_5 = (bool)0; MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * L_30 = __this->get_message_0(); if (L_30) { goto IL_00cc; } } { Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_31 = (Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 *)il2cpp_codegen_object_new(Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621_il2cpp_TypeInfo_var); Type1Message__ctor_m395D0C93B2BB6810831A2D5DF36C15EFDC93DE08(L_31, /*hidden argument*/NULL); V_7 = L_31; Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_32 = V_7; String_t* L_33 = V_3; NullCheck(L_32); Type1Message_set_Domain_m38C0D490939A07EE001A4F1CD68C0158E258096B(L_32, L_33, /*hidden argument*/NULL); Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_34 = V_7; NullCheck(L_34); Type1Message_set_Host_m4DADB35E49A8FBD538A1AD49E73C30973AB7BDB5(L_34, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_35 = V_7; Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_36 = L_35; NullCheck(L_36); int32_t L_37; L_37 = MessageBase_get_Flags_mCE07CBFE2DC30070AF05C0CEAC5F9037A0F95388_inline(L_36, /*hidden argument*/NULL); NullCheck(L_36); MessageBase_set_Flags_m541C31E93BBBD1DB08B57CD52070479CE33D6CA6_inline(L_36, ((int32_t)((int32_t)L_37|(int32_t)((int32_t)524288))), /*hidden argument*/NULL); Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_38 = V_7; __this->set_message_0(L_38); goto IL_0161; } IL_00cc: { MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * L_39 = __this->get_message_0(); NullCheck(L_39); int32_t L_40; L_40 = MessageBase_get_Type_m077A1703299E133EBBEC74D1A2273D9C2E8C0591_inline(L_39, /*hidden argument*/NULL); if ((!(((uint32_t)L_40) == ((uint32_t)1)))) { goto IL_0129; } } { String_t* L_41 = ___challenge0; if (L_41) { goto IL_00e6; } } { __this->set_message_0((MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD *)NULL); return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_00e6: { String_t* L_42 = ___challenge0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43; L_43 = Convert_FromBase64String_mE08CC857316933F99470E768622A623AFF69C98C(L_42, /*hidden argument*/NULL); Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * L_44 = (Type2Message_t1B53737A52257B8981536796FEA92465495D23BE *)il2cpp_codegen_object_new(Type2Message_t1B53737A52257B8981536796FEA92465495D23BE_il2cpp_TypeInfo_var); Type2Message__ctor_mF86941DD8A7EF8888CDF790C8E4FC49673D21FA0(L_44, L_43, /*hidden argument*/NULL); String_t* L_45 = V_4; G_B18_0 = L_44; if (L_45) { G_B19_0 = L_44; goto IL_00fc; } } { V_4 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; G_B19_0 = G_B18_0; } IL_00fc: { Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * L_46 = (Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 *)il2cpp_codegen_object_new(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593_il2cpp_TypeInfo_var); Type3Message__ctor_mCE4962FBD2E02548911C84E16883C5A09000D216(L_46, G_B19_0, /*hidden argument*/NULL); V_8 = L_46; Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * L_47 = V_8; String_t* L_48 = V_2; NullCheck(L_47); Type3Message_set_Username_m6FF8B1FAF6720A561A339F4DBFC9DC5138F3B3BF_inline(L_47, L_48, /*hidden argument*/NULL); Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * L_49 = V_8; String_t* L_50 = V_4; NullCheck(L_49); Type3Message_set_Password_m73943B4C66A60ECFC287DE55FC0C284371A3F37C_inline(L_49, L_50, /*hidden argument*/NULL); Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * L_51 = V_8; String_t* L_52 = V_3; NullCheck(L_51); Type3Message_set_Domain_mA62BE8C9225B57D959F636664EB4C44D6CF4F125(L_51, L_52, /*hidden argument*/NULL); Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * L_53 = V_8; __this->set_message_0(L_53); V_5 = (bool)1; goto IL_0161; } IL_0129: { String_t* L_54 = ___challenge0; if (!L_54) { goto IL_0139; } } { String_t* L_55 = ___challenge0; String_t* L_56 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_57; L_57 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_55, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_015e; } } IL_0139: { Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_58 = (Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 *)il2cpp_codegen_object_new(Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621_il2cpp_TypeInfo_var); Type1Message__ctor_m395D0C93B2BB6810831A2D5DF36C15EFDC93DE08(L_58, /*hidden argument*/NULL); V_9 = L_58; Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_59 = V_9; String_t* L_60 = V_3; NullCheck(L_59); Type1Message_set_Domain_m38C0D490939A07EE001A4F1CD68C0158E258096B(L_59, L_60, /*hidden argument*/NULL); Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_61 = V_9; NullCheck(L_61); Type1Message_set_Host_m4DADB35E49A8FBD538A1AD49E73C30973AB7BDB5(L_61, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_62 = V_9; __this->set_message_0(L_62); goto IL_0161; } IL_015e: { V_5 = (bool)1; } IL_0161: { MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * L_63 = __this->get_message_0(); NullCheck(L_63); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64; L_64 = VirtFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(5 /* System.Byte[] Mono.Security.Protocol.Ntlm.MessageBase::GetBytes() */, L_63); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_65; L_65 = Convert_ToBase64String_m1E5BBE288BBE22627A60548DB2F6FF7D6FDF1935(L_64, /*hidden argument*/NULL); String_t* L_66; L_66 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralE73638B205B1B37DAA16B344C18E6BAE6D8CF40C, L_65, /*hidden argument*/NULL); bool L_67 = V_5; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_68 = (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)il2cpp_codegen_object_new(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_il2cpp_TypeInfo_var); Authorization__ctor_m17BCE19AB822863CDBA3CE2AECAC97FF2F53426A(L_68, L_66, L_67, /*hidden argument*/NULL); return L_68; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.Oid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid__ctor_mDB319C52BC09ED73F02F5BEC5950F728059405C2 (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___oid0, const RuntimeMethod* method) { { String_t* L_0 = ___oid0; Oid__ctor_m74A51E6D07E4EF2AEC66B6CAC03CFF60D072D3FF(__this, L_0, 0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.Oid::.ctor(System.String,System.Security.Cryptography.OidGroup,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid__ctor_m74A51E6D07E4EF2AEC66B6CAC03CFF60D072D3FF (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___oid0, int32_t ___group1, bool ___lookupFriendlyName2, const RuntimeMethod* method) { String_t* V_0 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); bool L_0 = ___lookupFriendlyName2; if (!L_0) { goto IL_0020; } } { String_t* L_1 = ___oid0; int32_t L_2 = ___group1; String_t* L_3; L_3 = X509Utils_FindOidInfoWithFallback_mCC7071A350EE1EA714F8FA28AA78E5AECEC89F77(2, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; if (L_4) { goto IL_0017; } } { String_t* L_5 = ___oid0; V_0 = L_5; } IL_0017: { String_t* L_6 = V_0; Oid_set_Value_mE13751778D2AC00F1CC962E42B35339BAEE45825_inline(__this, L_6, /*hidden argument*/NULL); goto IL_0027; } IL_0020: { String_t* L_7 = ___oid0; Oid_set_Value_mE13751778D2AC00F1CC962E42B35339BAEE45825_inline(__this, L_7, /*hidden argument*/NULL); } IL_0027: { int32_t L_8 = ___group1; __this->set_m_group_2(L_8); return; } } // System.Void System.Security.Cryptography.Oid::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___value0, String_t* ___friendlyName1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___value0; __this->set_m_value_0(L_0); String_t* L_1 = ___friendlyName1; __this->set_m_friendlyName_1(L_1); return; } } // System.Void System.Security.Cryptography.Oid::.ctor(System.Security.Cryptography.Oid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid__ctor_m8C4B7AE0D9207BCF03960553182B43B8D1536ED0 (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ___oid0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = ___oid0; 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*)&_stringLiteral17E5BE9B221C767EF04A364F24B81309DAE38512)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Oid__ctor_m8C4B7AE0D9207BCF03960553182B43B8D1536ED0_RuntimeMethod_var))); } IL_0014: { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_2 = ___oid0; NullCheck(L_2); String_t* L_3 = L_2->get_m_value_0(); __this->set_m_value_0(L_3); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_4 = ___oid0; NullCheck(L_4); String_t* L_5 = L_4->get_m_friendlyName_1(); __this->set_m_friendlyName_1(L_5); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_6 = ___oid0; NullCheck(L_6); int32_t L_7 = L_6->get_m_group_2(); __this->set_m_group_2(L_7); return; } } // System.String System.Security.Cryptography.Oid::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78 (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_value_0(); return L_0; } } // System.Void System.Security.Cryptography.Oid::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid_set_Value_mE13751778D2AC00F1CC962E42B35339BAEE45825 (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_value_0(L_0); return; } } // System.String System.Security.Cryptography.Oid::get_FriendlyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Oid_get_FriendlyName_mF93E7A679CA55F2D2E694814BF3B38532FF44B41 (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_friendlyName_1(); if (L_0) { goto IL_0028; } } { String_t* L_1 = __this->get_m_value_0(); if (!L_1) { goto IL_0028; } } { String_t* L_2 = __this->get_m_value_0(); int32_t L_3 = __this->get_m_group_2(); String_t* L_4; L_4 = X509Utils_FindOidInfoWithFallback_mCC7071A350EE1EA714F8FA28AA78E5AECEC89F77(1, L_2, L_3, /*hidden argument*/NULL); __this->set_m_friendlyName_1(L_4); } IL_0028: { String_t* L_5 = __this->get_m_friendlyName_1(); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.OidCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OidCollection__ctor_m99E1CCEB955F4BB57DEAE0BF8E7326380F93E111 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, 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; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_0, /*hidden argument*/NULL); __this->set_m_list_0(L_0); return; } } // System.Int32 System.Security.Cryptography.OidCollection::Add(System.Security.Cryptography.Oid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OidCollection_Add_m13C7466BB24E047C88F27AC6AB5E9439AA491EF1 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ___oid0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_m_list_0(); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_1 = ___oid0; NullCheck(L_0); int32_t L_2; L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1); return L_2; } } // System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * OidCollection_get_Item_mB8F51EB0825BDE39504BC7090B8AEEE13D0A9967 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_m_list_0(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)IsInstSealed((RuntimeObject*)L_2, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var)); } } // System.Int32 System.Security.Cryptography.OidCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OidCollection_get_Count_m35D85FFEC009FD8195DA9E0EE0CD5B66290FA3C6 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_m_list_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Collections.IEnumerator System.Security.Cryptography.OidCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OidCollection_System_Collections_IEnumerable_GetEnumerator_m550967A294FF63F004D855F019235DE15A046B3E (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 * L_0 = (OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 *)il2cpp_codegen_object_new(OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884_il2cpp_TypeInfo_var); OidEnumerator__ctor_m3BA079690E9B01B02B76FB694DCF279DAEC8E9D6(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Security.Cryptography.OidCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OidCollection_System_Collections_ICollection_CopyTo_mC02E6211EC33878C50BEA5914193F038EE2E9CB7 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeArray * L_0 = ___array0; 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*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OidCollection_System_Collections_ICollection_CopyTo_mC02E6211EC33878C50BEA5914193F038EE2E9CB7_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck(L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { String_t* L_4; L_4 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OidCollection_System_Collections_ICollection_CopyTo_mC02E6211EC33878C50BEA5914193F038EE2E9CB7_RuntimeMethod_var))); } IL_0027: { int32_t L_6 = ___index1; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0034; } } { int32_t L_7 = ___index1; RuntimeArray * L_8 = ___array0; NullCheck(L_8); int32_t L_9; L_9 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0049; } } IL_0034: { String_t* L_10; L_10 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_11 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OidCollection_System_Collections_ICollection_CopyTo_mC02E6211EC33878C50BEA5914193F038EE2E9CB7_RuntimeMethod_var))); } IL_0049: { int32_t L_12 = ___index1; int32_t L_13; L_13 = OidCollection_get_Count_m35D85FFEC009FD8195DA9E0EE0CD5B66290FA3C6(__this, /*hidden argument*/NULL); RuntimeArray * L_14 = ___array0; NullCheck(L_14); int32_t L_15; L_15 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_14, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)L_15))) { goto IL_0069; } } { String_t* L_16; L_16 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_17 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OidCollection_System_Collections_ICollection_CopyTo_mC02E6211EC33878C50BEA5914193F038EE2E9CB7_RuntimeMethod_var))); } IL_0069: { V_0 = 0; goto IL_0084; } IL_006d: { RuntimeArray * L_18 = ___array0; int32_t L_19 = V_0; Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_20; L_20 = OidCollection_get_Item_mB8F51EB0825BDE39504BC7090B8AEEE13D0A9967(__this, L_19, /*hidden argument*/NULL); int32_t L_21 = ___index1; NullCheck(L_18); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_18, L_20, L_21, /*hidden argument*/NULL); int32_t L_22 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); int32_t L_23 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0084: { int32_t L_24 = V_0; int32_t L_25; L_25 = OidCollection_get_Count_m35D85FFEC009FD8195DA9E0EE0CD5B66290FA3C6(__this, /*hidden argument*/NULL); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_006d; } } { 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.Security.Cryptography.OidEnumerator::.ctor(System.Security.Cryptography.OidCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OidEnumerator__ctor_m3BA079690E9B01B02B76FB694DCF279DAEC8E9D6 (OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 * __this, OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * ___oids0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * L_0 = ___oids0; __this->set_m_oids_0(L_0); __this->set_m_current_1((-1)); return; } } // System.Object System.Security.Cryptography.OidEnumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OidEnumerator_System_Collections_IEnumerator_get_Current_m21F1C975D9A97369DA0D3CEAADFA69D64214CEB3 (OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 * __this, const RuntimeMethod* method) { { OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * L_0 = __this->get_m_oids_0(); int32_t L_1 = __this->get_m_current_1(); NullCheck(L_0); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_2; L_2 = OidCollection_get_Item_mB8F51EB0825BDE39504BC7090B8AEEE13D0A9967(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Security.Cryptography.OidEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OidEnumerator_MoveNext_m8CA45F7B39B4FEF9399379DAA1A6AAF4FFB8DCD8 (OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_current_1(); OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * L_1 = __this->get_m_oids_0(); NullCheck(L_1); int32_t L_2; L_2 = OidCollection_get_Count_m35D85FFEC009FD8195DA9E0EE0CD5B66290FA3C6(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))))) { goto IL_0017; } } { return (bool)0; } IL_0017: { int32_t L_3 = __this->get_m_current_1(); __this->set_m_current_1(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return (bool)1; } } // System.Void System.Security.Cryptography.OidEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OidEnumerator_Reset_mBCBE7C78E389E7D9794F44111832013583FB1F4C (OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 * __this, const RuntimeMethod* method) { { __this->set_m_current_1((-1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Net.PathList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathList__ctor_mE7C40201BD66EA2737CFC92FF7B94CF442444778 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_il2cpp_TypeInfo_var); PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 * L_0 = ((PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_StaticFields*)il2cpp_codegen_static_fields_for(PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_il2cpp_TypeInfo_var))->get_StaticInstance_0(); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_1 = (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 *)il2cpp_codegen_object_new(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); SortedList__ctor_m2F0DD5F83B3003852A05A5C3A2040AA448341932(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_2; L_2 = SortedList_Synchronized_m02D4CD6866B546887081463999924F342362DE51(L_1, /*hidden argument*/NULL); __this->set_m_list_0(L_2); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Net.PathList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PathList_get_Count_mF95C0C66B73A66E8EDA9CFFB18CBE115712A37FF (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method) { { SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_0 = __this->get_m_list_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.Collections.SortedList::get_Count() */, L_0); return L_1; } } // System.Int32 System.Net.PathList::GetCookiesCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PathList_GetCookiesCount_mA2216C3D1A5328BB84EA3DFB15F5D9C25FD10B0F (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = 0; RuntimeObject * L_0; L_0 = PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0(__this, /*hidden argument*/NULL); V_1 = L_0; V_2 = (bool)0; } IL_000b: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_1; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_2), /*hidden argument*/NULL); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_2 = __this->get_m_list_0(); NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Collections.ICollection System.Collections.SortedList::get_Values() */, L_2); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_3); V_3 = L_4; } IL_0024: try { // begin try (depth: 2) { goto IL_003d; } IL_0026: { RuntimeObject* L_5 = V_3; NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); V_4 = ((CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)CastclassClass((RuntimeObject*)L_6, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var)); int32_t L_7 = V_0; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_8 = V_4; NullCheck(L_8); int32_t L_9; L_9 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(L_8, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_9)); } IL_003d: { RuntimeObject* L_10 = V_3; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0026; } } IL_0045: { IL2CPP_LEAVE(0x65, FINALLY_0047); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0047; } FINALLY_0047: { // begin finally (depth: 2) { RuntimeObject* L_12 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_5; if (!L_13) { goto IL_005a; } } IL_0053: { RuntimeObject* L_14 = V_5; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_14); } IL_005a: { IL2CPP_END_FINALLY(71) } } // end finally (depth: 2) IL2CPP_CLEANUP(71) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x65, FINALLY_005b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005b; } FINALLY_005b: { // begin finally (depth: 1) { bool L_15 = V_2; if (!L_15) { goto IL_0064; } } IL_005e: { RuntimeObject * L_16 = V_1; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_16, /*hidden argument*/NULL); } IL_0064: { IL2CPP_END_FINALLY(91) } } // end finally (depth: 1) IL2CPP_CLEANUP(91) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x65, IL_0065) } IL_0065: { int32_t L_17 = V_0; return L_17; } } // System.Collections.ICollection System.Net.PathList::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PathList_get_Values_m5199400804AF1CF37AF379160950196867314343 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method) { { SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_0 = __this->get_m_list_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Collections.ICollection System.Collections.SortedList::get_Values() */, L_0); return L_1; } } // System.Object System.Net.PathList::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PathList_get_Item_mB2E15B70CA415EF1497A3AF13486AF346D25CC27 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, String_t* ___s0, const RuntimeMethod* method) { { SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_0 = __this->get_m_list_0(); String_t* L_1 = ___s0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(26 /* System.Object System.Collections.SortedList::get_Item(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.Net.PathList::set_Item(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathList_set_Item_m30F6BF8F0651AA78DA5F709CB4E042D56944E10B (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, String_t* ___s0, RuntimeObject * ___value1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0; L_0 = PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0(__this, /*hidden argument*/NULL); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_2 = __this->get_m_list_0(); String_t* L_3 = ___s0; RuntimeObject * L_4 = ___value1; NullCheck(L_2); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(27 /* System.Void System.Collections.SortedList::set_Item(System.Object,System.Object) */, L_2, L_3, L_4); IL2CPP_LEAVE(0x2A, FINALLY_0020); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0020; } FINALLY_0020: { // begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_0029; } } IL_0023: { RuntimeObject * L_6 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_6, /*hidden argument*/NULL); } IL_0029: { IL2CPP_END_FINALLY(32) } } // end finally (depth: 1) IL2CPP_CLEANUP(32) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2A, IL_002a) } IL_002a: { return; } } // System.Collections.IEnumerator System.Net.PathList::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PathList_GetEnumerator_mEB480CB2359B7EA7639EE292658F7AC5B17AE998 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method) { { SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_0 = __this->get_m_list_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(23 /* System.Collections.IDictionaryEnumerator System.Collections.SortedList::GetEnumerator() */, L_0); return L_1; } } // System.Object System.Net.PathList::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method) { { SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_0 = __this->get_m_list_0(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(17 /* System.Object System.Collections.SortedList::get_SyncRoot() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.PerformanceCountersElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceCountersElement__ctor_mEB598DFD70066C845995EAC5D1BF82698130D2D5 (PerformanceCountersElement_t356AD2A210376904FAAD48CCBB3D8CF91B89E577 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceCountersElement__ctor_mEB598DFD70066C845995EAC5D1BF82698130D2D5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(PerformanceCountersElement__ctor_mEB598DFD70066C845995EAC5D1BF82698130D2D5_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.PerformanceCountersElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * PerformanceCountersElement_get_Properties_m8519C030829398320F0A1AA087B41E71884FC168 (PerformanceCountersElement_t356AD2A210376904FAAD48CCBB3D8CF91B89E577 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceCountersElement_get_Properties_m8519C030829398320F0A1AA087B41E71884FC168_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(PerformanceCountersElement_get_Properties_m8519C030829398320F0A1AA087B41E71884FC168_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)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.Int32 System.Platform::uname(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_uname_m02F26556CE32C3C6B69939290C5CD91037E7F596 (intptr_t ___buf0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libc_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("libc"), "uname", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libc_INTERNAL int32_t returnValue = reinterpret_cast(uname)(___buf0); #else int32_t returnValue = il2cppPInvokeFunc(___buf0); #endif return returnValue; } // System.Void System.Platform::CheckOS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_CheckOS_m420CC4422F29D7C37BC562EECF3DCD99441E4431 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13A4D85D0CFE99844130B92E643058A0A13C75B6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44DC49642EB05EDC1EF27E44C8717C00BCD0FC2B); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * L_0; L_0 = Environment_get_OSVersion_mD767B6F1B5AAEA8D562031B872E0E16A5AF007ED(/*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)4))) { goto IL_0014; } } { ((Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var))->set_checkedOS_0((bool)1); return; } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(((int32_t)8192), /*hidden argument*/NULL); V_0 = (intptr_t)L_2; } IL_001f: try { // begin try (depth: 1) { intptr_t L_3 = V_0; int32_t L_4; L_4 = Platform_uname_m02F26556CE32C3C6B69939290C5CD91037E7F596((intptr_t)L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0058; } } IL_0027: { intptr_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); String_t* L_6; L_6 = Marshal_PtrToStringAnsi_m8A04D9B38C53580B609A2A3179BDAA28FEC85F0E((intptr_t)L_5, /*hidden argument*/NULL); V_1 = L_6; String_t* L_7 = V_1; bool L_8; L_8 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_7, _stringLiteral13A4D85D0CFE99844130B92E643058A0A13C75B6, /*hidden argument*/NULL); if (L_8) { goto IL_004a; } } IL_003b: { String_t* L_9 = V_1; bool L_10; L_10 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_9, _stringLiteral44DC49642EB05EDC1EF27E44C8717C00BCD0FC2B, /*hidden argument*/NULL); if (L_10) { goto IL_0052; } } IL_0048: { IL2CPP_LEAVE(0x67, FINALLY_005a); } IL_004a: { ((Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var))->set_isMacOS_1((bool)1); IL2CPP_LEAVE(0x67, FINALLY_005a); } IL_0052: { ((Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var))->set_isFreeBSD_2((bool)1); } IL_0058: { IL2CPP_LEAVE(0x67, FINALLY_005a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005a; } FINALLY_005a: { // begin finally (depth: 1) intptr_t L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_11, /*hidden argument*/NULL); ((Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var))->set_checkedOS_0((bool)1); IL2CPP_END_FINALLY(90) } // end finally (depth: 1) IL2CPP_CLEANUP(90) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x67, IL_0067) } IL_0067: { return; } } // System.Boolean System.Platform::get_IsMacOS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_get_IsMacOS_m578F96E7F600ACB067A77C168399FA14246CB071 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = ((Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var))->get_checkedOS_0(); if (L_0) { goto IL_0017; } } IL_0007: try { // begin try (depth: 1) Platform_CheckOS_m420CC4422F29D7C37BC562EECF3DCD99441E4431(/*hidden argument*/NULL); goto IL_0017; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DllNotFoundException_tD2224C1993151B8CCF9938FD62649816CF977596_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } throw e; } CATCH_000e: { // begin catch(System.DllNotFoundException) ((Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var))))->set_isMacOS_1((bool)0); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0017; } // end catch (depth: 1) IL_0017: { bool L_1 = ((Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var))->get_isMacOS_1(); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.ProtocolViolationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_mBFDA5DBCACD716BB63ED4055B66E6AD41240889E (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * __this, const RuntimeMethod* method) { { InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.ProtocolViolationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_mDD18BFEE8140195ECBAD99A4E8079FE063A92D79 (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.ProtocolViolationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_m1E566889EEC9659072DB826E7E6BBECD8747ECBD (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; InvalidOperationException__ctor_m1F18709450BCA847F143F013E1EF227E21100E01(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.ProtocolViolationException::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolViolationException_System_Runtime_Serialization_ISerializable_GetObjectData_m29C4C22EFB8EDB208F01C9477A72F1CD1C442245 (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.ProtocolViolationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolViolationException_GetObjectData_m85FE8C0B309D2870767DE4AEDEDAC089A0E5F4E6 (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882(__this, L_0, L_1, /*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.Net.Configuration.ProxyElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProxyElement__ctor_m6D9B4D4118C0EC9F069E83A6C3DCAA36209DEB75 (ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyElement__ctor_m6D9B4D4118C0EC9F069E83A6C3DCAA36209DEB75_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ProxyElement__ctor_m6D9B4D4118C0EC9F069E83A6C3DCAA36209DEB75_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ProxyElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * ProxyElement_get_Properties_mB7790E9D638EC711E4783ACC846BE1568332E9B2 (ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyElement_get_Properties_mB7790E9D638EC711E4783ACC846BE1568332E9B2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ProxyElement_get_Properties_mB7790E9D638EC711E4783ACC846BE1568332E9B2_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)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.Security.Cryptography.X509Certificates.PublicKey::.ctor(Mono.Security.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PublicKey__ctor_mB96189563F51185F4D44F2E9B570481CE7F63BE7 (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * ___certificate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8); s_Il2CppMethodInitialized = true; } bool V_0 = false; RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * V_1 = NULL; RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 * V_2 = NULL; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 V_3; memset((&V_3), 0, sizeof(V_3)); DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * V_4 = NULL; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 V_5; memset((&V_5), 0, sizeof(V_5)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B16_0 = NULL; Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * G_B16_1 = NULL; PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * G_B16_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B15_0 = NULL; Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * G_B15_1 = NULL; PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * G_B15_2 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); V_0 = (bool)1; X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_0 = ___certificate0; NullCheck(L_0); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Security.X509.X509Certificate::get_KeyAlgorithm() */, L_0); bool L_2; L_2 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_1, _stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8, /*hidden argument*/NULL); if (!L_2) { goto IL_0097; } } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_3 = ___certificate0; NullCheck(L_3); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_4; L_4 = VirtFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_3); V_1 = ((RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 *)IsInstSealed((RuntimeObject*)L_4, RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var)); RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * L_5 = V_1; if (!L_5) { goto IL_0041; } } { RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * L_6 = V_1; NullCheck(L_6); bool L_7; L_7 = RSACryptoServiceProvider_get_PublicOnly_m89E060DD6A46231A035DFA820F4DEF84D9958AB2(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0041; } } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_8 = ___certificate0; NullCheck(L_8); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_9; L_9 = VirtFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_8); __this->set__key_0(L_9); V_0 = (bool)0; goto IL_0066; } IL_0041: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_10 = ___certificate0; NullCheck(L_10); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_11; L_11 = VirtFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_10); V_2 = ((RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 *)IsInstClass((RuntimeObject*)L_11, RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741_il2cpp_TypeInfo_var)); RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 * L_12 = V_2; if (!L_12) { goto IL_0066; } } { RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 * L_13 = V_2; NullCheck(L_13); bool L_14; L_14 = RSAManaged_get_PublicOnly_m7C2ACC9429A47CD9B2C8EF9A881695BD3D6A7E06(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0066; } } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_15 = ___certificate0; NullCheck(L_15); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_16; L_16 = VirtFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_15); __this->set__key_0(L_16); V_0 = (bool)0; } IL_0066: { bool L_17 = V_0; if (!L_17) { goto IL_00ed; } } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_18 = ___certificate0; NullCheck(L_18); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_19; L_19 = VirtFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_18); NullCheck(L_19); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_20; L_20 = VirtFuncInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 , bool >::Invoke(10 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_19, (bool)0); V_3 = L_20; RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_21; L_21 = RSA_Create_m6D6D31C8CA822545D72C7EAA114998C818E86571(/*hidden argument*/NULL); __this->set__key_0(L_21); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_22 = __this->get__key_0(); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_23 = V_3; NullCheck(((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)IsInstClass((RuntimeObject*)L_22, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var))); VirtActionInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 >::Invoke(11 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, ((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)IsInstClass((RuntimeObject*)L_22, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var)), L_23); goto IL_00ed; } IL_0097: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_24 = ___certificate0; NullCheck(L_24); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_25; L_25 = X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE(L_24, /*hidden argument*/NULL); V_4 = ((DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A *)IsInstSealed((RuntimeObject*)L_25, DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var)); DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * L_26 = V_4; if (!L_26) { goto IL_00bf; } } { DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * L_27 = V_4; NullCheck(L_27); bool L_28; L_28 = DSACryptoServiceProvider_get_PublicOnly_m3F1FEE073C9C4A8803CD6A77FC2B34F5628CC182(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00bf; } } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_29 = ___certificate0; NullCheck(L_29); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_30; L_30 = X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE(L_29, /*hidden argument*/NULL); __this->set__key_0(L_30); V_0 = (bool)0; } IL_00bf: { bool L_31 = V_0; if (!L_31) { goto IL_00ed; } } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_32 = ___certificate0; NullCheck(L_32); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_33; L_33 = X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE(L_32, /*hidden argument*/NULL); NullCheck(L_33); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_34; L_34 = VirtFuncInvoker1< DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 , bool >::Invoke(10 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_33, (bool)0); V_5 = L_34; DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_35; L_35 = DSA_Create_m452E35B6C2F32A24E08FF1C87AED07EF408A0D6B(/*hidden argument*/NULL); __this->set__key_0(L_35); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_36 = __this->get__key_0(); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_37 = V_5; NullCheck(((DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 *)IsInstClass((RuntimeObject*)L_36, DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var))); VirtActionInvoker1< DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 >::Invoke(11 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, ((DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 *)IsInstClass((RuntimeObject*)L_36, DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var)), L_37); } IL_00ed: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_38 = ___certificate0; NullCheck(L_38); String_t* L_39; L_39 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Security.X509.X509Certificate::get_KeyAlgorithm() */, L_38); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_40 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_mDB319C52BC09ED73F02F5BEC5950F728059405C2(L_40, L_39, /*hidden argument*/NULL); __this->set__oid_3(L_40); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_41 = __this->get__oid_3(); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_42 = ___certificate0; NullCheck(L_42); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43; L_43 = VirtFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_PublicKey() */, L_42); AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_44 = (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)il2cpp_codegen_object_new(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA_il2cpp_TypeInfo_var); AsnEncodedData__ctor_m0F04E7F12ED0BD74616EF4451F1EDDE6622E01EA(L_44, L_41, L_43, /*hidden argument*/NULL); __this->set__keyValue_1(L_44); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_45 = __this->get__oid_3(); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_46 = ___certificate0; NullCheck(L_46); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47; L_47 = VirtFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(7 /* System.Byte[] Mono.Security.X509.X509Certificate::get_KeyAlgorithmParameters() */, L_46); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = L_47; G_B15_0 = L_48; G_B15_1 = L_45; G_B15_2 = __this; if (L_48) { G_B16_0 = L_48; G_B16_1 = L_45; G_B16_2 = __this; goto IL_012b; } } { IL2CPP_RUNTIME_CLASS_INIT(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = ((PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_StaticFields*)il2cpp_codegen_static_fields_for(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var))->get_Empty_4(); G_B16_0 = L_49; G_B16_1 = G_B15_1; G_B16_2 = G_B15_2; } IL_012b: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_50 = (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)il2cpp_codegen_object_new(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA_il2cpp_TypeInfo_var); AsnEncodedData__ctor_m0F04E7F12ED0BD74616EF4451F1EDDE6622E01EA(L_50, G_B16_1, G_B16_0, /*hidden argument*/NULL); NullCheck(G_B16_2); G_B16_2->set__params_2(L_50); return; } } // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedKeyValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * PublicKey_get_EncodedKeyValue_m0294AF8C29C7329BEB243543D8FDA98B60FDB291 (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, const RuntimeMethod* method) { { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_0 = __this->get__keyValue_1(); return L_0; } } // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * PublicKey_get_EncodedParameters_mFF4F9A39D91C0A00D1B36C93944816154C7255B3 (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, const RuntimeMethod* method) { { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_0 = __this->get__params_2(); return L_0; } } // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.PublicKey::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * PublicKey_get_Key_mF430DCB9952B3B936420D1F3CAE486DBF7570ECF (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65C91159DE73AB664AD579C104F3EE3E6A5B9308); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = __this->get__key_0(); if (L_0) { goto IL_0092; } } { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_1 = __this->get__oid_3(); NullCheck(L_1); String_t* L_2; L_2 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; bool L_4; L_4 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_3, _stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8, /*hidden argument*/NULL); if (L_4) { goto IL_0033; } } { String_t* L_5 = V_0; bool L_6; L_6 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_5, _stringLiteral65C91159DE73AB664AD579C104F3EE3E6A5B9308, /*hidden argument*/NULL); if (L_6) { goto IL_004b; } } { goto IL_006e; } IL_0033: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_7 = __this->get__keyValue_1(); NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_9; L_9 = PublicKey_DecodeRSA_mAFA51DF5F4A97F2AEF8E5F84815D79B2366A105A(L_8, /*hidden argument*/NULL); __this->set__key_0(L_9); goto IL_0092; } IL_004b: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_10 = __this->get__keyValue_1(); NullCheck(L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_10, /*hidden argument*/NULL); AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_12 = __this->get__params_2(); NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_14; L_14 = PublicKey_DecodeDSA_mACDFC1AD42B734E6144955146731BC6CFE9793E8(L_11, L_13, /*hidden argument*/NULL); __this->set__key_0(L_14); goto IL_0092; } IL_006e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = (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_16 = L_15; Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_17 = __this->get__oid_3(); NullCheck(L_17); String_t* L_18; L_18 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_17, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_18); String_t* L_19; L_19 = Locale_GetText_m377490FF8608A28005E160E218629250BEA270D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE729A02D79E425BEB3FDD6C02B8B5922A8026780)), L_16, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_20 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_20, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_get_Key_mF430DCB9952B3B936420D1F3CAE486DBF7570ECF_RuntimeMethod_var))); } IL_0092: { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_21 = __this->get__key_0(); return L_21; } } // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.PublicKey::get_Oid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * PublicKey_get_Oid_mE3207B84A9090EC5404F6CD4AEABB1F37EC1F988 (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, const RuntimeMethod* method) { { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = __this->get__oid_3(); return L_0; } } // System.Byte[] System.Security.Cryptography.X509Certificates.PublicKey::GetUnsignedBigInteger(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PublicKey_GetUnsignedBigInteger_m9F5E097A1ECF5CC31BBA476E4BE92CA5B4EDED1C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___integer0, 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; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___integer0; NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); if (!L_2) { goto IL_0007; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___integer0; return L_3; } IL_0007: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___integer0; NullCheck(L_4); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)1)); int32_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_5); V_1 = L_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___integer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_1; int32_t L_9 = V_0; Buffer_BlockCopy_mF4642D7BB69FA7570F69E323F4597A2166065612((RuntimeArray *)(RuntimeArray *)L_7, 1, (RuntimeArray *)(RuntimeArray *)L_8, 0, L_9, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; return L_10; } } // System.Security.Cryptography.DSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeDSA(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * PublicKey_DecodeDSA_mACDFC1AD42B734E6144955146731BC6CFE9793E8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawPublicKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawParameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 V_0; memset((&V_0), 0, sizeof(V_0)); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_1 = NULL; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { il2cpp_codegen_initobj((&V_0), sizeof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 )); } IL_0008: try { // begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___rawPublicKey0; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_1 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E(L_1, L_0, /*hidden argument*/NULL); V_1 = L_1; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_2 = V_1; NullCheck(L_2); uint8_t L_3; L_3 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0028; } } IL_0018: { String_t* L_4; L_4 = Locale_GetText_m94118D07BD4F9FA3FF780847BDC2FF61F7383FA5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral692E718E338FFD039FB1673ADA7E9AB5DED4BB98)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_5 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeDSA_mACDFC1AD42B734E6144955146731BC6CFE9793E8_RuntimeMethod_var))); } IL_0028: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_6 = V_1; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = PublicKey_GetUnsignedBigInteger_m9F5E097A1ECF5CC31BBA476E4BE92CA5B4EDED1C(L_7, /*hidden argument*/NULL); (&V_0)->set_Y_3(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___rawParameters1; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_10 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E(L_10, L_9, /*hidden argument*/NULL); V_2 = L_10; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_11 = V_2; if (!L_11) { goto IL_0057; } } IL_0044: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_12 = V_2; NullCheck(L_12); uint8_t L_13; L_13 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)48))))) { goto IL_0057; } } IL_004e: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_14 = V_2; NullCheck(L_14); int32_t L_15; L_15 = ASN1_get_Count_mBF134B153CFA218C251FB692A25AA392DCF9F583(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) >= ((int32_t)3))) { goto IL_0067; } } IL_0057: { String_t* L_16; L_16 = Locale_GetText_m94118D07BD4F9FA3FF780847BDC2FF61F7383FA5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral99CDE5CF8466BD020DE0C38EC323DBB9E10A2523)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_17 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeDSA_mACDFC1AD42B734E6144955146731BC6CFE9793E8_RuntimeMethod_var))); } IL_0067: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_18 = V_2; NullCheck(L_18); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_19; L_19 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_18, 0, /*hidden argument*/NULL); NullCheck(L_19); uint8_t L_20; L_20 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_19, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)2)))) { goto IL_0094; } } IL_0076: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_21 = V_2; NullCheck(L_21); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_22; L_22 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_21, 1, /*hidden argument*/NULL); NullCheck(L_22); uint8_t L_23; L_23 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)2)))) { goto IL_0094; } } IL_0085: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_24 = V_2; NullCheck(L_24); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_25; L_25 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_24, 2, /*hidden argument*/NULL); NullCheck(L_25); uint8_t L_26; L_26 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_25, /*hidden argument*/NULL); if ((((int32_t)L_26) == ((int32_t)2))) { goto IL_00a4; } } IL_0094: { String_t* L_27; L_27 = Locale_GetText_m94118D07BD4F9FA3FF780847BDC2FF61F7383FA5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral30677B8BA7ED8BE7E7E8F9BC87DE11BEDECF6B94)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_28 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_28, L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeDSA_mACDFC1AD42B734E6144955146731BC6CFE9793E8_RuntimeMethod_var))); } IL_00a4: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_29 = V_2; NullCheck(L_29); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_30; L_30 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_29, 0, /*hidden argument*/NULL); NullCheck(L_30); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31; L_31 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32; L_32 = PublicKey_GetUnsignedBigInteger_m9F5E097A1ECF5CC31BBA476E4BE92CA5B4EDED1C(L_31, /*hidden argument*/NULL); (&V_0)->set_P_0(L_32); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_33 = V_2; NullCheck(L_33); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_34; L_34 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_33, 1, /*hidden argument*/NULL); NullCheck(L_34); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35; L_35 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_34, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36; L_36 = PublicKey_GetUnsignedBigInteger_m9F5E097A1ECF5CC31BBA476E4BE92CA5B4EDED1C(L_35, /*hidden argument*/NULL); (&V_0)->set_Q_1(L_36); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_37 = V_2; NullCheck(L_37); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_38; L_38 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_37, 2, /*hidden argument*/NULL); NullCheck(L_38); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39; L_39 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_38, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40; L_40 = PublicKey_GetUnsignedBigInteger_m9F5E097A1ECF5CC31BBA476E4BE92CA5B4EDED1C(L_39, /*hidden argument*/NULL); (&V_0)->set_G_2(L_40); goto IL_0100; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00ee; } throw e; } CATCH_00ee: { // begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); String_t* L_41; L_41 = Locale_GetText_m94118D07BD4F9FA3FF780847BDC2FF61F7383FA5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCD24D4C14B3F256EB99D0167475D3F3E3C8CE558)), /*hidden argument*/NULL); Exception_t * L_42 = V_3; CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_43 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2(L_43, L_41, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeDSA_mACDFC1AD42B734E6144955146731BC6CFE9793E8_RuntimeMethod_var))); } // end catch (depth: 1) IL_0100: { DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_44 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = L_44.get_Y_3(); NullCheck(L_45); DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * L_46 = (DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A *)il2cpp_codegen_object_new(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var); DSACryptoServiceProvider__ctor_m176DE0EB8A9F7FE1FD891B5DF91E05D3646A6F1E(L_46, ((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length)))<<(int32_t)3)), /*hidden argument*/NULL); DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * L_47 = L_46; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_48 = V_0; NullCheck(L_47); VirtActionInvoker1< DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 >::Invoke(11 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_47, L_48); return L_47; } } // System.Security.Cryptography.RSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeRSA(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * PublicKey_DecodeRSA_mAFA51DF5F4A97F2AEF8E5F84815D79B2366A105A (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawPublicKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 V_0; memset((&V_0), 0, sizeof(V_0)); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_1 = NULL; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * G_B3_0 = NULL; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * G_B2_0 = NULL; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * G_B5_0 = NULL; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * G_B4_0 = NULL; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * G_B6_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 )); } IL_0008: try { // begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___rawPublicKey0; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_1 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E(L_1, L_0, /*hidden argument*/NULL); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_2 = L_1; NullCheck(L_2); int32_t L_3; L_3 = ASN1_get_Count_mBF134B153CFA218C251FB692A25AA392DCF9F583(L_2, /*hidden argument*/NULL); G_B2_0 = L_2; if (L_3) { G_B3_0 = L_2; goto IL_0026; } } IL_0016: { String_t* L_4; L_4 = Locale_GetText_m94118D07BD4F9FA3FF780847BDC2FF61F7383FA5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7B8F4658E4EF61B30477317B0A3F810822B218E2)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_5 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeRSA_mAFA51DF5F4A97F2AEF8E5F84815D79B2366A105A_RuntimeMethod_var))); } IL_0026: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_6 = G_B3_0; NullCheck(L_6); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_7; L_7 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_6, 0, /*hidden argument*/NULL); V_1 = L_7; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_8 = V_1; G_B4_0 = L_6; if (!L_8) { G_B5_0 = L_6; goto IL_003a; } } IL_0031: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_9 = V_1; NullCheck(L_9); uint8_t L_10; L_10 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_9, /*hidden argument*/NULL); G_B5_0 = G_B4_0; if ((((int32_t)L_10) == ((int32_t)2))) { G_B6_0 = G_B4_0; goto IL_004a; } } IL_003a: { String_t* L_11; L_11 = Locale_GetText_m94118D07BD4F9FA3FF780847BDC2FF61F7383FA5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5213C5B281E693868174731B42C5D30C8046AD88)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_12 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeRSA_mAFA51DF5F4A97F2AEF8E5F84815D79B2366A105A_RuntimeMethod_var))); } IL_004a: { NullCheck(G_B6_0); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_13; L_13 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(G_B6_0, 1, /*hidden argument*/NULL); V_2 = L_13; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_14 = V_2; NullCheck(L_14); uint8_t L_15; L_15 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) == ((int32_t)2))) { goto IL_006a; } } IL_005a: { String_t* L_16; L_16 = Locale_GetText_m94118D07BD4F9FA3FF780847BDC2FF61F7383FA5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0B5D93AFD273766B7965DD30D79F0F1A361CB57B)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_17 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeRSA_mAFA51DF5F4A97F2AEF8E5F84815D79B2366A105A_RuntimeMethod_var))); } IL_006a: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_18 = V_1; NullCheck(L_18); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20; L_20 = PublicKey_GetUnsignedBigInteger_m9F5E097A1ECF5CC31BBA476E4BE92CA5B4EDED1C(L_19, /*hidden argument*/NULL); (&V_0)->set_Modulus_1(L_20); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_21 = V_2; NullCheck(L_21); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22; L_22 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_21, /*hidden argument*/NULL); (&V_0)->set_Exponent_0(L_22); goto IL_009d; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_008b; } throw e; } CATCH_008b: { // begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); String_t* L_23; L_23 = Locale_GetText_m94118D07BD4F9FA3FF780847BDC2FF61F7383FA5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCD24D4C14B3F256EB99D0167475D3F3E3C8CE558)), /*hidden argument*/NULL); Exception_t * L_24 = V_3; CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_25 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2(L_25, L_23, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeRSA_mAFA51DF5F4A97F2AEF8E5F84815D79B2366A105A_RuntimeMethod_var))); } // end catch (depth: 1) IL_009d: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_26 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = L_26.get_Modulus_1(); NullCheck(L_27); RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * L_28 = (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); RSACryptoServiceProvider__ctor_m79459FB1F431E6F3D83F7C295A2DE7BB20D4FAC8(L_28, ((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))<<(int32_t)3)), /*hidden argument*/NULL); RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * L_29 = L_28; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_30 = V_0; NullCheck(L_29); VirtActionInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 >::Invoke(11 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_29, L_30); return L_29; } } // System.Void System.Security.Cryptography.X509Certificates.PublicKey::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PublicKey__cctor_mFB84C561EADA19EDA00A2F29D2F0369D9686352F (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*)&PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)0); ((PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_StaticFields*)il2cpp_codegen_static_fields_for(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var))->set_Empty_4(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.Regex::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_mEF92EBB8A321ACF8E6D952D4211D447970641A82 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_7(); __this->set_internalMatchTimeout_5(L_0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___pattern0; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_7(); Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36(__this, L_0, 0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m5BA9C047FEB3C93AD388668FA855CB1A63FB62A4 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___pattern0; int32_t L_1 = ___options1; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_7(); Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, int32_t ___options1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout2, bool ___useCache3, 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*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * V_0 = NULL; CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); V_1 = (CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 *)NULL; V_2 = (String_t*)NULL; String_t* L_0 = ___pattern0; if (L_0) { goto IL_0018; } } { 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*)&_stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36_RuntimeMethod_var))); } IL_0018: { int32_t L_2 = ___options1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0022; } } { int32_t L_3 = ___options1; if (!((int32_t)((int32_t)L_3>>(int32_t)((int32_t)10)))) { goto IL_002d; } } IL_0022: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36_RuntimeMethod_var))); } IL_002d: { int32_t L_5 = ___options1; if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)256)))) { goto IL_004a; } } { int32_t L_6 = ___options1; if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)-780)))) { goto IL_004a; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_7 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36_RuntimeMethod_var))); } IL_004a: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8 = ___matchTimeout2; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex_ValidateMatchTimeout_m19BB5E905A2AA19DFF54B707454312C249E8EB1C(L_8, /*hidden argument*/NULL); int32_t L_9 = ___options1; if (!((int32_t)((int32_t)L_9&(int32_t)((int32_t)512)))) { goto IL_0066; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10; L_10 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); NullCheck(L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); V_2 = L_11; goto IL_0071; } IL_0066: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12; L_12 = CultureInfo_get_CurrentCulture_m45CEB001D1509B8171C3557DD56C7521A0F5803E(/*hidden argument*/NULL); NullCheck(L_12); String_t* L_13; L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); V_2 = L_13; } IL_0071: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_14; int32_t L_16 = ___options1; V_4 = L_16; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_17; L_17 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_18; L_18 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&V_4), L_17, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(0), (String_t*)L_18); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = L_15; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); (L_19)->SetAt(static_cast(1), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = L_19; String_t* L_21 = V_2; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(2), (String_t*)L_21); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = L_20; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); (L_22)->SetAt(static_cast(3), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = L_22; String_t* L_24 = ___pattern0; NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(4), (String_t*)L_24); String_t* L_25; L_25 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(L_23, /*hidden argument*/NULL); V_3 = L_25; String_t* L_26 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_27; L_27 = Regex_LookupCachedAndUpdate_m803B5B2AB140ACE54596DE9BA6D1F2489B1D93AC(L_26, /*hidden argument*/NULL); V_1 = L_27; String_t* L_28 = ___pattern0; __this->set_pattern_0(L_28); int32_t L_29 = ___options1; __this->set_roptions_2(L_29); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_30 = ___matchTimeout2; __this->set_internalMatchTimeout_5(L_30); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_31 = V_1; if (L_31) { goto IL_012e; } } { String_t* L_32 = ___pattern0; int32_t L_33 = __this->get_roptions_2(); IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_34; L_34 = RegexParser_Parse_mCBCAFB2D38EC68B245352E8DE699FE0F3C973A60(L_32, L_33, /*hidden argument*/NULL); V_0 = L_34; RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_35 = V_0; NullCheck(L_35); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_36 = L_35->get__capnames_3(); __this->set_capnames_9(L_36); RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_37 = V_0; NullCheck(L_37); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_38 = L_37->get__capslist_4(); __this->set_capslist_10(L_38); RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_39 = V_0; RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_40; L_40 = RegexWriter_Write_m14AFCCD08A706F09258DB3758B3C78F04B87929E(L_39, /*hidden argument*/NULL); __this->set_code_14(L_40); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_41 = __this->get_code_14(); NullCheck(L_41); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_42 = L_41->get__caps_3(); __this->set_caps_8(L_42); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_43 = __this->get_code_14(); NullCheck(L_43); int32_t L_44 = L_43->get__capsize_4(); __this->set_capsize_11(L_44); Regex_InitializeReferences_mE235C9E46D78418A5D0C2D20AD885CA08A7963CC(__this, /*hidden argument*/NULL); V_0 = (RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 *)NULL; bool L_45 = ___useCache3; if (!L_45) { goto IL_0195; } } { String_t* L_46 = V_3; CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_47; L_47 = Regex_CacheCode_m32FF18EDE0B858DB864C27480A11C5A1F752D419(__this, L_46, /*hidden argument*/NULL); V_1 = L_47; return; } IL_012e: { CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_48 = V_1; NullCheck(L_48); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_49 = L_48->get__caps_2(); __this->set_caps_8(L_49); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_50 = V_1; NullCheck(L_50); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_51 = L_50->get__capnames_3(); __this->set_capnames_9(L_51); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_52 = V_1; NullCheck(L_52); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_53 = L_52->get__capslist_4(); __this->set_capslist_10(L_53); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_54 = V_1; NullCheck(L_54); int32_t L_55 = L_54->get__capsize_5(); __this->set_capsize_11(L_55); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_56 = V_1; NullCheck(L_56); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_57 = L_56->get__code_1(); __this->set_code_14(L_57); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_58 = V_1; NullCheck(L_58); RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * L_59 = L_58->get__factory_6(); __this->set_factory_1(L_59); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_60 = V_1; NullCheck(L_60); ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * L_61 = L_60->get__runnerref_7(); __this->set_runnerref_12(L_61); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_62 = V_1; NullCheck(L_62); SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * L_63 = L_62->get__replref_8(); __this->set_replref_13(L_63); __this->set_refsInitialized_15((bool)1); } IL_0195: { return; } } // System.Void System.Text.RegularExpressions.Regex::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m6B76356476FAEC104F6088C71C9659B5023AC010 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0CEAF0BD3FADF6359126DC7C9D79D9E24E0C446); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_1; memset((&V_1), 0, sizeof(V_1)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; NullCheck(L_0); String_t* L_1; L_1 = SerializationInfo_GetString_m50298DCBCD07D858EE19414052CB02EE4DDD3C2C(L_0, _stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; NullCheck(L_2); int32_t L_3; L_3 = SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30(L_2, _stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A, /*hidden argument*/NULL); Regex__ctor_m5BA9C047FEB3C93AD388668FA855CB1A63FB62A4(__this, L_1, L_3, /*hidden argument*/NULL); } IL_001c: try { // begin try (depth: 1) SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = ___info0; NullCheck(L_4); int64_t L_5; L_5 = SerializationInfo_GetInt64_m13BC92A489CE4540FC55BB00D2A3460B0D9A0DEC(L_4, _stringLiteralA0CEAF0BD3FADF6359126DC7C9D79D9E24E0C446, /*hidden argument*/NULL); V_0 = L_5; int64_t L_6 = V_0; TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_1), L_6, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex_ValidateMatchTimeout_m19BB5E905A2AA19DFF54B707454312C249E8EB1C(L_7, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8 = V_1; __this->set_internalMatchTimeout_5(L_8); goto IL_0042; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003f; } throw e; } CATCH_003f: { // begin catch(System.Runtime.Serialization.SerializationException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0042; } // end catch (depth: 1) IL_0042: { return; } } // System.Void System.Text.RegularExpressions.Regex::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex_System_Runtime_Serialization_ISerializable_GetObjectData_m2ADC8012FEA27096E98EB9126BBE2553EFBEADDD (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___si0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0CEAF0BD3FADF6359126DC7C9D79D9E24E0C446); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0); s_Il2CppMethodInitialized = true; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_0; memset((&V_0), 0, sizeof(V_0)); { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___si0; String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this); NullCheck(L_0); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_0, _stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0, L_1, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___si0; int32_t L_3; L_3 = Regex_get_Options_m96441AFDEDDDDC9AD8A21C54C1C05B63581154E2_inline(__this, /*hidden argument*/NULL); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_2, _stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A, L_5, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___si0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_7; L_7 = Regex_get_MatchTimeout_mA525D5C25A1DADC3AF1913D6E5FA6D8F0208309A_inline(__this, /*hidden argument*/NULL); V_0 = L_7; int64_t L_8; L_8 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_0), /*hidden argument*/NULL); NullCheck(L_6); SerializationInfo_AddValue_mD0C00DE59B4C6649A6BFA5EBC7D8618B46B967D5(L_6, _stringLiteralA0CEAF0BD3FADF6359126DC7C9D79D9E24E0C446, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Regex::ValidateMatchTimeout(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex_ValidateMatchTimeout_m19BB5E905A2AA19DFF54B707454312C249E8EB1C (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_InfiniteMatchTimeout_4(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ___matchTimeout0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_2; L_2 = TimeSpan_op_Equality_mBC8FB4A092244DAB16BF93E3D108433CEC12590F(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_000e; } } { return; } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_Zero_0(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4 = ___matchTimeout0; bool L_5; L_5 = TimeSpan_op_LessThan_mDE36E65264CC84C4336178221F8A85255885FAB6(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6 = ___matchTimeout0; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_7 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_MaximumMatchTimeout_3(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_8; L_8 = TimeSpan_op_LessThanOrEqual_m33EFB87CA4740452BB2F1B3D4B003DCACE8D7F05(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0029; } } { return; } IL_0029: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA0CEAF0BD3FADF6359126DC7C9D79D9E24E0C446)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_ValidateMatchTimeout_m19BB5E905A2AA19DFF54B707454312C249E8EB1C_RuntimeMethod_var))); } } // System.TimeSpan System.Text.RegularExpressions.Regex::InitDefaultMatchTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Regex_InitDefaultMatchTimeout_m59F33C35089C47C54703189F8DF4D5600A33F2DC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AB8B9167B4BF3DC7E58D6977773F1FFF5B866E9); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_1; memset((&V_1), 0, sizeof(V_1)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * L_0; L_0 = AppDomain_get_CurrentDomain_mF99B3DA2C1E22F249D3A874A3B7F63C714C5F50F(/*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_1; L_1 = AppDomain_GetData_m3B7D0B3C44FF35B64775B888BAD9F696FF9C2639(L_0, _stringLiteral9AB8B9167B4BF3DC7E58D6977773F1FFF5B866E9, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; if (L_2) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_FallbackDefaultMatchTimeout_6(); return L_3; } IL_0019: { RuntimeObject * L_4 = V_0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))) { goto IL_003f; } } { 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)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AB8B9167B4BF3DC7E58D6977773F1FFF5B866E9))); (L_6)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AB8B9167B4BF3DC7E58D6977773F1FFF5B866E9))); String_t* L_7; L_7 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29588F1CB3A3C49E44B9901B49671B5BFACA26AD)), L_6, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_8 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_InitDefaultMatchTimeout_m59F33C35089C47C54703189F8DF4D5600A33F2DC_RuntimeMethod_var))); } IL_003f: { RuntimeObject * L_9 = V_0; V_1 = ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_9, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))); } IL_0046: try { // begin try (depth: 1) TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex_ValidateMatchTimeout_m19BB5E905A2AA19DFF54B707454312C249E8EB1C(L_10, /*hidden argument*/NULL); goto IL_006d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_004e; } throw e; } CATCH_004e: { // begin catch(System.ArgumentOutOfRangeException) 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)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AB8B9167B4BF3DC7E58D6977773F1FFF5B866E9))); (L_12)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AB8B9167B4BF3DC7E58D6977773F1FFF5B866E9))); String_t* L_13; L_13 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29588F1CB3A3C49E44B9901B49671B5BFACA26AD)), L_12, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_14 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_InitDefaultMatchTimeout_m59F33C35089C47C54703189F8DF4D5600A33F2DC_RuntimeMethod_var))); } // end catch (depth: 1) IL_006d: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_15 = V_1; return L_15; } } // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::get_Options() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Regex_get_Options_m96441AFDEDDDDC9AD8A21C54C1C05B63581154E2 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_roptions_2(); return L_0; } } // System.TimeSpan System.Text.RegularExpressions.Regex::get_MatchTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Regex_get_MatchTimeout_mA525D5C25A1DADC3AF1913D6E5FA6D8F0208309A (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_internalMatchTimeout_5(); return L_0; } } // System.Boolean System.Text.RegularExpressions.Regex::get_RightToLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_get_RightToLeft_m14807D1228A43D322B2F7E4D82613ADE0C2DCA77 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Regex_UseOptionR_m17558F506D3A7513656679A8F3DEEA0C50AAE90A(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Text.RegularExpressions.Regex::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_ToString_m7D4EE035485F8A09613A6A7D171CAB7FE3FA68A1 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_pattern_0(); return L_0; } } // System.String System.Text.RegularExpressions.Regex::GroupNameFromNumber(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_GroupNameFromNumber_mEC9EA505C734A60A6D10397D5ABB37EED1C244B9 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, int32_t ___i0, 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_capslist_10(); if (L_0) { goto IL_0028; } } { int32_t L_1 = ___i0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0022; } } { int32_t L_2 = ___i0; int32_t L_3 = __this->get_capsize_11(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_5; L_5 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&___i0), L_4, /*hidden argument*/NULL); return L_5; } IL_0022: { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_6; } IL_0028: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = __this->get_caps_8(); if (!L_7) { goto IL_0053; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = __this->get_caps_8(); int32_t L_9 = ___i0; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); RuntimeObject * L_12; L_12 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_11); V_0 = L_12; RuntimeObject * L_13 = V_0; if (L_13) { goto IL_004b; } } { String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_14; } IL_004b: { RuntimeObject * L_15 = V_0; ___i0 = ((*(int32_t*)((int32_t*)UnBox(L_15, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } IL_0053: { int32_t L_16 = ___i0; if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_006b; } } { int32_t L_17 = ___i0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = __this->get_capslist_10(); NullCheck(L_18); if ((((int32_t)L_17) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))) { goto IL_006b; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = __this->get_capslist_10(); int32_t L_20 = ___i0; NullCheck(L_19); int32_t L_21 = L_20; String_t* L_22 = (L_19)->GetAt(static_cast(L_21)); return L_22; } IL_006b: { String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_23; } } // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_mAD2735768D5C7F84D104E006B3A3A4B4FC843FC5 (String_t* ___input0, String_t* ___pattern1, int32_t ___options2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___input0; String_t* L_1 = ___pattern1; int32_t L_2 = ___options2; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_7(); bool L_4; L_4 = Regex_IsMatch_m402142BA0715504CCC15EB3DEC02B24246F0FDAA(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m402142BA0715504CCC15EB3DEC02B24246F0FDAA (String_t* ___input0, String_t* ___pattern1, int32_t ___options2, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___pattern1; int32_t L_1 = ___options2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ___matchTimeout3; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_3 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36(L_3, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL); String_t* L_4 = ___input0; NullCheck(L_3); bool L_5; L_5 = Regex_IsMatch_m872C1D85AC5BF891AC3C3FC789BBC4E2393FB859(L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m872C1D85AC5BF891AC3C3FC789BBC4E2393FB859 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, const RuntimeMethod* method) { String_t* G_B4_0 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B4_1 = NULL; String_t* G_B3_0 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B3_1 = NULL; int32_t G_B5_0 = 0; String_t* G_B5_1 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B5_2 = NULL; { String_t* L_0 = ___input0; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_IsMatch_m872C1D85AC5BF891AC3C3FC789BBC4E2393FB859_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___input0; bool L_3; L_3 = Regex_UseOptionR_m17558F506D3A7513656679A8F3DEEA0C50AAE90A(__this, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = __this; if (L_3) { G_B4_0 = L_2; G_B4_1 = __this; goto IL_001b; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0021; } IL_001b: { String_t* L_4 = ___input0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); G_B5_0 = L_5; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0021: { NullCheck(G_B5_2); bool L_6; L_6 = Regex_IsMatch_mDDCAABF0AAA48842BD96EE728A7A6732D579DB6D(G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); return L_6; } } // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_mDDCAABF0AAA48842BD96EE728A7A6732D579DB6D (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method) { { String_t* L_0 = ___input0; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_IsMatch_mDDCAABF0AAA48842BD96EE728A7A6732D579DB6D_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___input0; String_t* L_3 = ___input0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); int32_t L_5 = ___startat1; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_6; L_6 = Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB(__this, (bool)1, (-1), L_2, 0, L_4, L_5, /*hidden argument*/NULL); return (bool)((((RuntimeObject*)(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)L_6) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } } // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, const RuntimeMethod* method) { String_t* G_B4_0 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B4_1 = NULL; String_t* G_B3_0 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B3_1 = NULL; int32_t G_B5_0 = 0; String_t* G_B5_1 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B5_2 = NULL; { String_t* L_0 = ___input0; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___input0; bool L_3; L_3 = Regex_UseOptionR_m17558F506D3A7513656679A8F3DEEA0C50AAE90A(__this, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = __this; if (L_3) { G_B4_0 = L_2; G_B4_1 = __this; goto IL_001b; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0021; } IL_001b: { String_t* L_4 = ___input0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); G_B5_0 = L_5; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0021: { NullCheck(G_B5_2); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_6; L_6 = Regex_Match_m172D74CF011CD3C89EA61D47BE7DEA1E689B5C7C(G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); return L_6; } } // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Match_m172D74CF011CD3C89EA61D47BE7DEA1E689B5C7C (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method) { { String_t* L_0 = ___input0; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Match_m172D74CF011CD3C89EA61D47BE7DEA1E689B5C7C_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___input0; String_t* L_3 = ___input0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); int32_t L_5 = ___startat1; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_6; L_6 = Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB(__this, (bool)0, (-1), L_2, 0, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___input0; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Matches_mE1B9FFC45683E3446029B8449C3361CDA2BD1B15_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___input0; String_t* L_3 = ___input0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); int32_t L_5 = ___startat1; MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * L_6 = (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E *)il2cpp_codegen_object_new(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var); MatchCollection__ctor_mB2FA3F30789018215F0D4C5FFF00379F5415AC37(L_6, __this, L_2, 0, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_Replace_mCD44330608E58AC19EA636370704ACE7D314C440 (String_t* ___input0, String_t* ___pattern1, String_t* ___replacement2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___input0; String_t* L_1 = ___pattern1; String_t* L_2 = ___replacement2; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_7(); String_t* L_4; L_4 = Regex_Replace_mEF467DF273712918A52245B3147C33898B1B5EB5(L_0, L_1, L_2, 0, L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_Replace_mEF467DF273712918A52245B3147C33898B1B5EB5 (String_t* ___input0, String_t* ___pattern1, String_t* ___replacement2, int32_t ___options3, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___pattern1; int32_t L_1 = ___options3; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ___matchTimeout4; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_3 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36(L_3, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL); String_t* L_4 = ___input0; String_t* L_5 = ___replacement2; NullCheck(L_3); String_t* L_6; L_6 = Regex_Replace_m47C8C4AF6A7F1D1A2728F9ADA7791F4EABA49E2F(L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_Replace_m47C8C4AF6A7F1D1A2728F9ADA7791F4EABA49E2F (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, String_t* ___replacement1, const RuntimeMethod* method) { int32_t G_B4_0 = 0; String_t* G_B4_1 = NULL; String_t* G_B4_2 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B4_3 = NULL; int32_t G_B3_0 = 0; String_t* G_B3_1 = NULL; String_t* G_B3_2 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B3_3 = NULL; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; String_t* G_B5_2 = NULL; String_t* G_B5_3 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B5_4 = NULL; { String_t* L_0 = ___input0; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Replace_m47C8C4AF6A7F1D1A2728F9ADA7791F4EABA49E2F_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___input0; String_t* L_3 = ___replacement1; bool L_4; L_4 = Regex_UseOptionR_m17558F506D3A7513656679A8F3DEEA0C50AAE90A(__this, /*hidden argument*/NULL); G_B3_0 = (-1); G_B3_1 = L_3; G_B3_2 = L_2; G_B3_3 = __this; if (L_4) { G_B4_0 = (-1); G_B4_1 = L_3; G_B4_2 = L_2; G_B4_3 = __this; goto IL_001d; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; goto IL_0023; } IL_001d: { String_t* L_5 = ___input0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); G_B5_0 = L_6; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; } IL_0023: { NullCheck(G_B5_4); String_t* L_7; L_7 = Regex_Replace_mDCC89468106F966C02DF2A0D7B56B305E95463EE(G_B5_4, G_B5_3, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); return L_7; } } // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_Replace_mDCC89468106F966C02DF2A0D7B56B305E95463EE (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, String_t* ___replacement1, int32_t ___count2, int32_t ___startat3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * V_0 = NULL; { String_t* L_0 = ___input0; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Replace_mDCC89468106F966C02DF2A0D7B56B305E95463EE_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___replacement1; if (L_2) { goto IL_001c; } } { 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*)&_stringLiteral1E972889E9B24A074D194A58B80B967B519863E2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Replace_mDCC89468106F966C02DF2A0D7B56B305E95463EE_RuntimeMethod_var))); } IL_001c: { SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * L_4 = __this->get_replref_13(); NullCheck(L_4); RuntimeObject * L_5; L_5 = SharedReference_Get_mABBA2F0DE65F82D90AAE425020F14676F313EB68(L_4, /*hidden argument*/NULL); V_0 = ((RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 *)CastclassSealed((RuntimeObject*)L_5, RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32_il2cpp_TypeInfo_var)); RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * L_6 = V_0; if (!L_6) { goto IL_003e; } } { RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = RegexReplacement_get_Pattern_m15AB0E06009DB144BE40253F76F4C09D1AA865BA_inline(L_7, /*hidden argument*/NULL); String_t* L_9 = ___replacement1; NullCheck(L_8); bool L_10; L_10 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_8, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0069; } } IL_003e: { String_t* L_11 = ___replacement1; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_12 = __this->get_caps_8(); int32_t L_13 = __this->get_capsize_11(); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = __this->get_capnames_9(); int32_t L_15 = __this->get_roptions_2(); IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * L_16; L_16 = RegexParser_ParseReplacement_mCA7BD2139851BCD09934067473195341E2F19E1F(L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); V_0 = L_16; SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * L_17 = __this->get_replref_13(); RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * L_18 = V_0; NullCheck(L_17); SharedReference_Cache_mA43A19BCE25BC113C767B8C3531B7A096C3B6262(L_17, L_18, /*hidden argument*/NULL); } IL_0069: { RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * L_19 = V_0; String_t* L_20 = ___input0; int32_t L_21 = ___count2; int32_t L_22 = ___startat3; NullCheck(L_19); String_t* L_23; L_23 = RegexReplacement_Replace_mE66A1F2D387B2ABA21E0BCEEA2DEA9BAEDEDCC60(L_19, __this, L_20, L_21, L_22, /*hidden argument*/NULL); return L_23; } } // System.Void System.Text.RegularExpressions.Regex::InitializeReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex_InitializeReferences_mE235C9E46D78418A5D0C2D20AD885CA08A7963CC (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_refsInitialized_15(); if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral34706AEB52EC7987B7354AFAEFBE4DE3FF8A91EF)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_InitializeReferences_mE235C9E46D78418A5D0C2D20AD885CA08A7963CC_RuntimeMethod_var))); } IL_0018: { __this->set_refsInitialized_15((bool)1); ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * L_3 = (ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 *)il2cpp_codegen_object_new(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8_il2cpp_TypeInfo_var); ExclusiveReference__ctor_m67E39E008F143F07C22A8424E051F6798B917089(L_3, /*hidden argument*/NULL); __this->set_runnerref_12(L_3); SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * L_4 = (SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 *)il2cpp_codegen_object_new(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926_il2cpp_TypeInfo_var); SharedReference__ctor_mCD9987FD08CB61180CE190A8DEF05E5AAF5C1087(L_4, /*hidden argument*/NULL); __this->set_replref_13(L_4); return; } } // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Run(System.Boolean,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, bool ___quick0, int32_t ___prevlen1, String_t* ___input2, int32_t ___beginning3, int32_t ___length4, int32_t ___startat5, 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*)&RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * V_0 = NULL; RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * G_B11_0 = NULL; RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * G_B10_0 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * G_B12_0 = NULL; RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * G_B12_1 = NULL; { V_1 = (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)NULL; int32_t L_0 = ___startat5; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0011; } } { int32_t L_1 = ___startat5; String_t* L_2 = ___input2; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_0026; } } IL_0011: { String_t* L_4; L_4 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB596320AE4D74537B29168E9BDF95B753E2B5301)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB_RuntimeMethod_var))); } IL_0026: { int32_t L_6 = ___length4; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0035; } } { int32_t L_7 = ___length4; String_t* L_8 = ___input2; 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_004a; } } IL_0035: { String_t* L_10; L_10 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral143C872360343241D83008E13DCCEBD90A41C3C5)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_11 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB_RuntimeMethod_var))); } IL_004a: { ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * L_12 = __this->get_runnerref_12(); NullCheck(L_12); RuntimeObject * L_13; L_13 = ExclusiveReference_Get_mA02D838F3B8772B83AD45D47E8C8275F8EA2A48A(L_12, /*hidden argument*/NULL); V_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)CastclassClass((RuntimeObject*)L_13, RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934_il2cpp_TypeInfo_var)); RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * L_14 = V_1; if (L_14) { goto IL_0094; } } { RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * L_15 = __this->get_factory_1(); if (!L_15) { goto IL_0074; } } { RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * L_16 = __this->get_factory_1(); NullCheck(L_16); RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * L_17; L_17 = VirtFuncInvoker0< RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * >::Invoke(4 /* System.Text.RegularExpressions.RegexRunner System.Text.RegularExpressions.RegexRunnerFactory::CreateInstance() */, L_16); V_1 = L_17; goto IL_0094; } IL_0074: { RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_18 = __this->get_code_14(); bool L_19; L_19 = Regex_UseOptionInvariant_m82E216D16CB2DA12B8B8DAA67CC2BE6BF4DF2470(__this, /*hidden argument*/NULL); G_B10_0 = L_18; if (L_19) { G_B11_0 = L_18; goto IL_0089; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20; L_20 = CultureInfo_get_CurrentCulture_m45CEB001D1509B8171C3557DD56C7521A0F5803E(/*hidden argument*/NULL); G_B12_0 = L_20; G_B12_1 = G_B10_0; goto IL_008e; } IL_0089: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21; L_21 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); G_B12_0 = L_21; G_B12_1 = G_B11_0; } IL_008e: { RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * L_22 = (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E *)il2cpp_codegen_object_new(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E_il2cpp_TypeInfo_var); RegexInterpreter__ctor_m58E5C9B14F78D108FC9277924C4A5DCC73AE832A(L_22, G_B12_1, G_B12_0, /*hidden argument*/NULL); V_1 = L_22; } IL_0094: { } IL_0095: try { // begin try (depth: 1) RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * L_23 = V_1; String_t* L_24 = ___input2; int32_t L_25 = ___beginning3; int32_t L_26 = ___beginning3; int32_t L_27 = ___length4; int32_t L_28 = ___startat5; int32_t L_29 = ___prevlen1; bool L_30 = ___quick0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_31 = __this->get_internalMatchTimeout_5(); NullCheck(L_23); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_32; L_32 = RegexRunner_Scan_m2ADEF871B8873041D1224B4FE362BD4A943AC536(L_23, __this, L_24, L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)), L_28, L_29, L_30, L_31, /*hidden argument*/NULL); V_0 = L_32; IL2CPP_LEAVE(0xBE, FINALLY_00b1); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b1; } FINALLY_00b1: { // begin finally (depth: 1) ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * L_33 = __this->get_runnerref_12(); RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * L_34 = V_1; NullCheck(L_33); ExclusiveReference_Release_m3D5A9BB7FFB13DBB21386F811936EFC6A358C1FC(L_33, L_34, /*hidden argument*/NULL); IL2CPP_END_FINALLY(177) } // end finally (depth: 1) IL2CPP_CLEANUP(177) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xBE, IL_00be) } IL_00be: { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_35 = V_0; return L_35; } } // System.Text.RegularExpressions.CachedCodeEntry System.Text.RegularExpressions.Regex::LookupCachedAndUpdate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * Regex_LookupCachedAndUpdate_m803B5B2AB140ACE54596DE9BA6D1F2489B1D93AC (String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Next_m3BE8FA9D030C90485A110854415C55EC9F2177DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Value_mBE1B48EFE1AA6B24762B11B4A14998F112F6D7CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddFirst_mB1B30B118E4638CEED15B6C1A53ADBC8D62B7979_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_m600358679CC1950B15F9495B51190CBF780826B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_First_mDC0940BE1CA6E3F79983BC30604EEBD66ADDC4CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * V_0 = NULL; bool V_1 = false; LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * V_2 = NULL; CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_0 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_16(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) { LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_2 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_16(); NullCheck(L_2); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_3; L_3 = LinkedList_1_get_First_mDC0940BE1CA6E3F79983BC30604EEBD66ADDC4CD_inline(L_2, /*hidden argument*/LinkedList_1_get_First_mDC0940BE1CA6E3F79983BC30604EEBD66ADDC4CD_RuntimeMethod_var); V_2 = L_3; goto IL_0056; } IL_001d: { LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_4 = V_2; NullCheck(L_4); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_5; L_5 = LinkedListNode_1_get_Value_mBE1B48EFE1AA6B24762B11B4A14998F112F6D7CD_inline(L_4, /*hidden argument*/LinkedListNode_1_get_Value_mBE1B48EFE1AA6B24762B11B4A14998F112F6D7CD_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = L_5->get__key_0(); String_t* L_7 = ___key0; bool L_8; L_8 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004f; } } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_9 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_16(); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_10 = V_2; NullCheck(L_9); LinkedList_1_Remove_m600358679CC1950B15F9495B51190CBF780826B4(L_9, L_10, /*hidden argument*/LinkedList_1_Remove_m600358679CC1950B15F9495B51190CBF780826B4_RuntimeMethod_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_11 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_16(); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_12 = V_2; NullCheck(L_11); LinkedList_1_AddFirst_mB1B30B118E4638CEED15B6C1A53ADBC8D62B7979(L_11, L_12, /*hidden argument*/LinkedList_1_AddFirst_mB1B30B118E4638CEED15B6C1A53ADBC8D62B7979_RuntimeMethod_var); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_13 = V_2; NullCheck(L_13); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_14; L_14 = LinkedListNode_1_get_Value_mBE1B48EFE1AA6B24762B11B4A14998F112F6D7CD_inline(L_13, /*hidden argument*/LinkedListNode_1_get_Value_mBE1B48EFE1AA6B24762B11B4A14998F112F6D7CD_RuntimeMethod_var); V_3 = L_14; IL2CPP_LEAVE(0x67, FINALLY_005b); } IL_004f: { LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_15 = V_2; NullCheck(L_15); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_16; L_16 = LinkedListNode_1_get_Next_m3BE8FA9D030C90485A110854415C55EC9F2177DA(L_15, /*hidden argument*/LinkedListNode_1_get_Next_m3BE8FA9D030C90485A110854415C55EC9F2177DA_RuntimeMethod_var); V_2 = L_16; } IL_0056: { LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_17 = V_2; if (L_17) { goto IL_001d; } } IL_0059: { IL2CPP_LEAVE(0x65, FINALLY_005b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005b; } FINALLY_005b: { // begin finally (depth: 1) { bool L_18 = V_1; if (!L_18) { goto IL_0064; } } IL_005e: { LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_19 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_19, /*hidden argument*/NULL); } IL_0064: { IL2CPP_END_FINALLY(91) } } // end finally (depth: 1) IL2CPP_CLEANUP(91) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x67, IL_0067) IL2CPP_JUMP_TBL(0x65, IL_0065) } IL_0065: { return (CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 *)NULL; } IL_0067: { CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_20 = V_3; return L_20; } } // System.Text.RegularExpressions.CachedCodeEntry System.Text.RegularExpressions.Regex::CacheCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * Regex_CacheCode_m32FF18EDE0B858DB864C27480A11C5A1F752D419 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Next_m3BE8FA9D030C90485A110854415C55EC9F2177DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Value_mBE1B48EFE1AA6B24762B11B4A14998F112F6D7CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddFirst_mB1B30B118E4638CEED15B6C1A53ADBC8D62B7979_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddFirst_mD006812FF8822B6CE1CA1497E2DB918069F18D0D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_RemoveLast_m8915CCD6E20A447490A39727BE0F3DB5D26A38BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_m600358679CC1950B15F9495B51190CBF780826B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_Count_mC4E2C15BD25B1511DF3C10A0252A60A73C6DF6DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_First_mDC0940BE1CA6E3F79983BC30604EEBD66ADDC4CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * V_0 = NULL; LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * V_1 = NULL; bool V_2 = false; LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * V_3 = NULL; CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_0 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_16(); V_1 = L_0; V_2 = (bool)0; } IL_000a: try { // begin try (depth: 1) { LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_1 = V_1; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_2 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_16(); NullCheck(L_2); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_3; L_3 = LinkedList_1_get_First_mDC0940BE1CA6E3F79983BC30604EEBD66ADDC4CD_inline(L_2, /*hidden argument*/LinkedList_1_get_First_mDC0940BE1CA6E3F79983BC30604EEBD66ADDC4CD_RuntimeMethod_var); V_3 = L_3; goto IL_0059; } IL_001f: { LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_4 = V_3; NullCheck(L_4); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_5; L_5 = LinkedListNode_1_get_Value_mBE1B48EFE1AA6B24762B11B4A14998F112F6D7CD_inline(L_4, /*hidden argument*/LinkedListNode_1_get_Value_mBE1B48EFE1AA6B24762B11B4A14998F112F6D7CD_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = L_5->get__key_0(); String_t* L_7 = ___key0; bool L_8; L_8 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0052; } } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_9 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_16(); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_10 = V_3; NullCheck(L_9); LinkedList_1_Remove_m600358679CC1950B15F9495B51190CBF780826B4(L_9, L_10, /*hidden argument*/LinkedList_1_Remove_m600358679CC1950B15F9495B51190CBF780826B4_RuntimeMethod_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_11 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_16(); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_12 = V_3; NullCheck(L_11); LinkedList_1_AddFirst_mB1B30B118E4638CEED15B6C1A53ADBC8D62B7979(L_11, L_12, /*hidden argument*/LinkedList_1_AddFirst_mB1B30B118E4638CEED15B6C1A53ADBC8D62B7979_RuntimeMethod_var); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_13 = V_3; NullCheck(L_13); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_14; L_14 = LinkedListNode_1_get_Value_mBE1B48EFE1AA6B24762B11B4A14998F112F6D7CD_inline(L_13, /*hidden argument*/LinkedListNode_1_get_Value_mBE1B48EFE1AA6B24762B11B4A14998F112F6D7CD_RuntimeMethod_var); V_4 = L_14; IL2CPP_LEAVE(0xC9, FINALLY_00bd); } IL_0052: { LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_15 = V_3; NullCheck(L_15); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_16; L_16 = LinkedListNode_1_get_Next_m3BE8FA9D030C90485A110854415C55EC9F2177DA(L_15, /*hidden argument*/LinkedListNode_1_get_Next_m3BE8FA9D030C90485A110854415C55EC9F2177DA_RuntimeMethod_var); V_3 = L_16; } IL_0059: { LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_17 = V_3; if (L_17) { goto IL_001f; } } IL_005c: { IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); int32_t L_18 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_cacheSize_17(); if (!L_18) { goto IL_00bb; } } IL_0063: { String_t* L_19 = ___key0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_20 = __this->get_capnames_9(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = __this->get_capslist_10(); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_22 = __this->get_code_14(); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_23 = __this->get_caps_8(); int32_t L_24 = __this->get_capsize_11(); ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * L_25 = __this->get_runnerref_12(); SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * L_26 = __this->get_replref_13(); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_27 = (CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 *)il2cpp_codegen_object_new(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95_il2cpp_TypeInfo_var); CachedCodeEntry__ctor_mFBEEE67EEFD35764488134D428A6BCABE54E52FC(L_27, L_19, L_20, L_21, L_22, L_23, L_24, L_25, L_26, /*hidden argument*/NULL); V_0 = L_27; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_28 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_16(); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_29 = V_0; NullCheck(L_28); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_30; L_30 = LinkedList_1_AddFirst_mD006812FF8822B6CE1CA1497E2DB918069F18D0D(L_28, L_29, /*hidden argument*/LinkedList_1_AddFirst_mD006812FF8822B6CE1CA1497E2DB918069F18D0D_RuntimeMethod_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_31 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_16(); NullCheck(L_31); int32_t L_32; L_32 = LinkedList_1_get_Count_mC4E2C15BD25B1511DF3C10A0252A60A73C6DF6DF_inline(L_31, /*hidden argument*/LinkedList_1_get_Count_mC4E2C15BD25B1511DF3C10A0252A60A73C6DF6DF_RuntimeMethod_var); int32_t L_33 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_cacheSize_17(); if ((((int32_t)L_32) <= ((int32_t)L_33))) { goto IL_00bb; } } IL_00b1: { IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_34 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_16(); NullCheck(L_34); LinkedList_1_RemoveLast_m8915CCD6E20A447490A39727BE0F3DB5D26A38BD(L_34, /*hidden argument*/LinkedList_1_RemoveLast_m8915CCD6E20A447490A39727BE0F3DB5D26A38BD_RuntimeMethod_var); } IL_00bb: { IL2CPP_LEAVE(0xC7, FINALLY_00bd); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00bd; } FINALLY_00bd: { // begin finally (depth: 1) { bool L_35 = V_2; if (!L_35) { goto IL_00c6; } } IL_00c0: { LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_36 = V_1; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_36, /*hidden argument*/NULL); } IL_00c6: { IL2CPP_END_FINALLY(189) } } // end finally (depth: 1) IL2CPP_CLEANUP(189) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC9, IL_00c9) IL2CPP_JUMP_TBL(0xC7, IL_00c7) } IL_00c7: { CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_37 = V_0; return L_37; } IL_00c9: { CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_38 = V_4; return L_38; } } // System.Boolean System.Text.RegularExpressions.Regex::UseOptionR() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_UseOptionR_m17558F506D3A7513656679A8F3DEEA0C50AAE90A (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_roptions_2(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Text.RegularExpressions.Regex::UseOptionInvariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_UseOptionInvariant_m82E216D16CB2DA12B8B8DAA67CC2BE6BF4DF2470 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_roptions_2(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void System.Text.RegularExpressions.Regex::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__cctor_m8FA16E8BF8000BA6AE0A429945CC4F7C5EFD9FF9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1__ctor_m52D5CEC939526CFC21378944079108F376088823_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; L_0 = TimeSpan_FromMilliseconds_m01A41D7CC4E748C1B1506FA14524EEBCBE9F93CF((2147483646.0), /*hidden argument*/NULL); ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->set_MaximumMatchTimeout_3(L_0); IL2CPP_RUNTIME_CLASS_INIT(Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ((Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050_StaticFields*)il2cpp_codegen_static_fields_for(Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050_il2cpp_TypeInfo_var))->get_InfiniteTimeSpan_0(); ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->set_InfiniteMatchTimeout_4(L_1); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_InfiniteMatchTimeout_4(); ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->set_FallbackDefaultMatchTimeout_6(L_2); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3; L_3 = Regex_InitDefaultMatchTimeout_m59F33C35089C47C54703189F8DF4D5600A33F2DC(/*hidden argument*/NULL); ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->set_DefaultMatchTimeout_7(L_3); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_4 = (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *)il2cpp_codegen_object_new(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92_il2cpp_TypeInfo_var); LinkedList_1__ctor_m52D5CEC939526CFC21378944079108F376088823(L_4, /*hidden argument*/LinkedList_1__ctor_m52D5CEC939526CFC21378944079108F376088823_RuntimeMethod_var); ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->set_livecode_16(L_4); ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->set_cacheSize_17(((int32_t)15)); 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.Text.RegularExpressions.RegexBoyerMoore::.ctor(System.String,System.Boolean,System.Boolean,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexBoyerMoore__ctor_m7CFF1BFAA30CB9EC30B0E48B3321366E2C6EBE92 (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * __this, String_t* ___pattern0, bool ___caseInsensitive1, bool ___rightToLeft2, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture3, 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*)&Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; StringBuilder_t * V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_12 = NULL; int32_t V_13 = 0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); bool L_0 = ___caseInsensitive1; if (!L_0) { goto IL_004b; } } { String_t* L_1 = ___pattern0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_3, L_2, /*hidden argument*/NULL); V_7 = L_3; V_8 = 0; goto IL_0038; } IL_001b: { StringBuilder_t * L_4 = V_7; String_t* L_5 = ___pattern0; int32_t L_6 = V_8; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = ___culture3; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_9; L_9 = Char_ToLower_m60A275EC2DA1ED251F80FE314B7715B1D1EE0692(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_4); StringBuilder_t * L_10; L_10 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_4, L_9, /*hidden argument*/NULL); int32_t L_11 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0038: { int32_t L_12 = V_8; String_t* L_13 = ___pattern0; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_001b; } } { StringBuilder_t * L_15 = V_7; NullCheck(L_15); String_t* L_16; L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15); ___pattern0 = L_16; } IL_004b: { String_t* L_17 = ___pattern0; __this->set__pattern_3(L_17); bool L_18 = ___rightToLeft2; __this->set__rightToLeft_6(L_18); bool L_19 = ___caseInsensitive1; __this->set__caseInsensitive_7(L_19); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20 = ___culture3; __this->set__culture_8(L_20); bool L_21 = ___rightToLeft2; if (L_21) { goto IL_007a; } } { V_0 = (-1); String_t* L_22 = ___pattern0; NullCheck(L_22); int32_t L_23; L_23 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_22, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); V_2 = 1; goto IL_0085; } IL_007a: { String_t* L_24 = ___pattern0; NullCheck(L_24); int32_t L_25; L_25 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_24, /*hidden argument*/NULL); V_0 = L_25; V_1 = 0; V_2 = (-1); } IL_0085: { String_t* L_26 = ___pattern0; NullCheck(L_26); int32_t L_27; L_27 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_26, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_27); __this->set__positive_0(L_28); int32_t L_29 = V_1; V_3 = L_29; String_t* L_30 = ___pattern0; int32_t L_31 = V_3; NullCheck(L_30); Il2CppChar L_32; L_32 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_30, L_31, /*hidden argument*/NULL); V_6 = L_32; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = __this->get__positive_0(); int32_t L_34 = V_3; int32_t L_35 = V_2; NullCheck(L_33); (L_33)->SetAt(static_cast(L_34), (int32_t)L_35); int32_t L_36 = V_3; int32_t L_37 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)); } IL_00ae: { int32_t L_38 = V_3; int32_t L_39 = V_0; if ((((int32_t)L_38) == ((int32_t)L_39))) { goto IL_010f; } } { String_t* L_40 = ___pattern0; int32_t L_41 = V_3; NullCheck(L_40); Il2CppChar L_42; L_42 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_40, L_41, /*hidden argument*/NULL); Il2CppChar L_43 = V_6; if ((((int32_t)L_42) == ((int32_t)L_43))) { goto IL_00c3; } } { int32_t L_44 = V_3; int32_t L_45 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)); goto IL_00ae; } IL_00c3: { int32_t L_46 = V_1; V_5 = L_46; int32_t L_47 = V_3; V_4 = L_47; } IL_00c9: { int32_t L_48 = V_4; int32_t L_49 = V_0; if ((((int32_t)L_48) == ((int32_t)L_49))) { goto IL_00e0; } } { String_t* L_50 = ___pattern0; int32_t L_51 = V_5; NullCheck(L_50); Il2CppChar L_52; L_52 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_50, L_51, /*hidden argument*/NULL); String_t* L_53 = ___pattern0; int32_t L_54 = V_4; NullCheck(L_53); Il2CppChar L_55; L_55 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_53, L_54, /*hidden argument*/NULL); if ((((int32_t)L_52) == ((int32_t)L_55))) { goto IL_00fb; } } IL_00e0: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_56 = __this->get__positive_0(); int32_t L_57 = V_5; NullCheck(L_56); int32_t L_58 = L_57; int32_t L_59 = (L_56)->GetAt(static_cast(L_58)); if (L_59) { goto IL_0109; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_60 = __this->get__positive_0(); int32_t L_61 = V_5; int32_t L_62 = V_5; int32_t L_63 = V_4; NullCheck(L_60); (L_60)->SetAt(static_cast(L_61), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)L_63))); goto IL_0109; } IL_00fb: { int32_t L_64 = V_4; int32_t L_65 = V_2; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)L_65)); int32_t L_66 = V_5; int32_t L_67 = V_2; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_67)); goto IL_00c9; } IL_0109: { int32_t L_68 = V_3; int32_t L_69 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)L_69)); goto IL_00ae; } IL_010f: { int32_t L_70 = V_1; int32_t L_71 = V_2; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_71)); goto IL_0131; } IL_0116: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_72 = __this->get__positive_0(); int32_t L_73 = V_5; NullCheck(L_72); int32_t L_74 = L_73; int32_t L_75 = (L_72)->GetAt(static_cast(L_74)); if (L_75) { goto IL_012b; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_76 = __this->get__positive_0(); int32_t L_77 = V_5; int32_t L_78 = V_2; NullCheck(L_76); (L_76)->SetAt(static_cast(L_77), (int32_t)L_78); } IL_012b: { int32_t L_79 = V_5; int32_t L_80 = V_2; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)L_80)); } IL_0131: { int32_t L_81 = V_5; int32_t L_82 = V_0; if ((!(((uint32_t)L_81) == ((uint32_t)L_82)))) { goto IL_0116; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_83 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); __this->set__negativeASCII_1(L_83); V_9 = 0; goto IL_015d; } IL_014b: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_84 = __this->get__negativeASCII_1(); int32_t L_85 = V_9; int32_t L_86 = V_1; int32_t L_87 = V_0; NullCheck(L_84); (L_84)->SetAt(static_cast(L_85), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)L_87))); int32_t L_88 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); } IL_015d: { int32_t L_89 = V_9; if ((((int32_t)L_89) < ((int32_t)((int32_t)128)))) { goto IL_014b; } } { __this->set__lowASCII_4(((int32_t)127)); __this->set__highASCII_5(0); int32_t L_90 = V_1; V_3 = L_90; goto IL_027c; } IL_017c: { String_t* L_91 = ___pattern0; int32_t L_92 = V_3; NullCheck(L_91); Il2CppChar L_93; L_93 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_91, L_92, /*hidden argument*/NULL); V_6 = L_93; Il2CppChar L_94 = V_6; if ((((int32_t)L_94) >= ((int32_t)((int32_t)128)))) { goto IL_01d4; } } { int32_t L_95 = __this->get__lowASCII_4(); Il2CppChar L_96 = V_6; if ((((int32_t)L_95) <= ((int32_t)L_96))) { goto IL_01a0; } } { Il2CppChar L_97 = V_6; __this->set__lowASCII_4(L_97); } IL_01a0: { int32_t L_98 = __this->get__highASCII_5(); Il2CppChar L_99 = V_6; if ((((int32_t)L_98) >= ((int32_t)L_99))) { goto IL_01b2; } } { Il2CppChar L_100 = V_6; __this->set__highASCII_5(L_100); } IL_01b2: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_101 = __this->get__negativeASCII_1(); Il2CppChar L_102 = V_6; NullCheck(L_101); Il2CppChar L_103 = L_102; int32_t L_104 = (L_101)->GetAt(static_cast(L_103)); int32_t L_105 = V_1; int32_t L_106 = V_0; if ((!(((uint32_t)L_104) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)L_106)))))) { goto IL_0278; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_107 = __this->get__negativeASCII_1(); Il2CppChar L_108 = V_6; int32_t L_109 = V_1; int32_t L_110 = V_3; NullCheck(L_107); (L_107)->SetAt(static_cast(L_108), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_109, (int32_t)L_110))); goto IL_0278; } IL_01d4: { Il2CppChar L_111 = V_6; V_10 = ((int32_t)((int32_t)L_111>>(int32_t)8)); Il2CppChar L_112 = V_6; V_11 = ((int32_t)((int32_t)L_112&(int32_t)((int32_t)255))); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_113 = __this->get__negativeUnicode_2(); if (L_113) { goto IL_01fc; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_114 = (Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF*)(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF*)SZArrayNew(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); __this->set__negativeUnicode_2(L_114); } IL_01fc: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_115 = __this->get__negativeUnicode_2(); int32_t L_116 = V_10; NullCheck(L_115); int32_t L_117 = L_116; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_118 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_115)->GetAt(static_cast(L_117)); if (L_118) { goto IL_0258; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_119 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); V_12 = L_119; V_13 = 0; goto IL_0226; } IL_0218: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_120 = V_12; int32_t L_121 = V_13; int32_t L_122 = V_1; int32_t L_123 = V_0; NullCheck(L_120); (L_120)->SetAt(static_cast(L_121), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_122, (int32_t)L_123))); int32_t L_124 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)); } IL_0226: { int32_t L_125 = V_13; if ((((int32_t)L_125) < ((int32_t)((int32_t)256)))) { goto IL_0218; } } { int32_t L_126 = V_10; if (L_126) { goto IL_024d; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_127 = __this->get__negativeASCII_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_128 = V_12; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_127, (RuntimeArray *)(RuntimeArray *)L_128, ((int32_t)128), /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_129 = V_12; __this->set__negativeASCII_1(L_129); } IL_024d: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_130 = __this->get__negativeUnicode_2(); int32_t L_131 = V_10; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_132 = V_12; NullCheck(L_130); ArrayElementTypeCheck (L_130, L_132); (L_130)->SetAt(static_cast(L_131), (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_132); } IL_0258: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_133 = __this->get__negativeUnicode_2(); int32_t L_134 = V_10; NullCheck(L_133); int32_t L_135 = L_134; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_136 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_133)->GetAt(static_cast(L_135)); int32_t L_137 = V_11; NullCheck(L_136); int32_t L_138 = L_137; int32_t L_139 = (L_136)->GetAt(static_cast(L_138)); int32_t L_140 = V_1; int32_t L_141 = V_0; if ((!(((uint32_t)L_139) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_140, (int32_t)L_141)))))) { goto IL_0278; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_142 = __this->get__negativeUnicode_2(); int32_t L_143 = V_10; NullCheck(L_142); int32_t L_144 = L_143; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_145 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_142)->GetAt(static_cast(L_144)); int32_t L_146 = V_11; int32_t L_147 = V_1; int32_t L_148 = V_3; NullCheck(L_145); (L_145)->SetAt(static_cast(L_146), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)L_148))); } IL_0278: { int32_t L_149 = V_3; int32_t L_150 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)L_150)); } IL_027c: { int32_t L_151 = V_3; int32_t L_152 = V_0; if ((!(((uint32_t)L_151) == ((uint32_t)L_152)))) { goto IL_017c; } } { return; } } // System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::MatchPattern(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexBoyerMoore_MatchPattern_m244689CC527B9B9EFB200E94FCC3C9A8B9210543 (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * __this, String_t* ___text0, int32_t ___index1, const RuntimeMethod* method) { TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * V_0 = NULL; int32_t V_1 = 0; { bool L_0 = __this->get__caseInsensitive_7(); if (!L_0) { goto IL_0062; } } { String_t* L_1 = ___text0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); int32_t L_3 = ___index1; String_t* L_4 = __this->get__pattern_3(); NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3))) >= ((int32_t)L_5))) { goto IL_001f; } } { return (bool)0; } IL_001f: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6 = __this->get__culture_8(); NullCheck(L_6); TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_7; L_7 = VirtFuncInvoker0< TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_6); V_0 = L_7; V_1 = 0; goto IL_0052; } IL_002f: { TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_8 = V_0; String_t* L_9 = ___text0; int32_t L_10 = ___index1; int32_t L_11 = V_1; NullCheck(L_9); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); NullCheck(L_8); Il2CppChar L_13; L_13 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_8, L_12); String_t* L_14 = __this->get__pattern_3(); int32_t L_15 = V_1; NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_15, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)L_16))) { goto IL_004e; } } { return (bool)0; } IL_004e: { int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0052: { int32_t L_18 = V_1; String_t* L_19 = __this->get__pattern_3(); NullCheck(L_19); int32_t L_20; L_20 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_002f; } } { return (bool)1; } IL_0062: { String_t* L_21 = __this->get__pattern_3(); String_t* L_22 = ___text0; int32_t L_23 = ___index1; String_t* L_24 = __this->get__pattern_3(); NullCheck(L_24); int32_t L_25; L_25 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_24, /*hidden argument*/NULL); int32_t L_26; L_26 = String_CompareOrdinal_m789F035A2EB48672C86BEDC9FDB72B22206A1ACA(L_21, 0, L_22, L_23, L_25, /*hidden argument*/NULL); return (bool)((((int32_t)L_26) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::IsMatch(System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexBoyerMoore_IsMatch_m37FDC206D86DD3C91A745BE15731677FE01F624B (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * __this, String_t* ___text0, int32_t ___index1, int32_t ___beglimit2, int32_t ___endlimit3, const RuntimeMethod* method) { { bool L_0 = __this->get__rightToLeft_6(); if (L_0) { goto IL_0028; } } { int32_t L_1 = ___index1; int32_t L_2 = ___beglimit2; if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_001d; } } { int32_t L_3 = ___endlimit3; int32_t L_4 = ___index1; String_t* L_5 = __this->get__pattern_3(); NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))) >= ((int32_t)L_6))) { goto IL_001f; } } IL_001d: { return (bool)0; } IL_001f: { String_t* L_7 = ___text0; int32_t L_8 = ___index1; bool L_9; L_9 = RegexBoyerMoore_MatchPattern_m244689CC527B9B9EFB200E94FCC3C9A8B9210543(__this, L_7, L_8, /*hidden argument*/NULL); return L_9; } IL_0028: { int32_t L_10 = ___index1; int32_t L_11 = ___endlimit3; if ((((int32_t)L_10) > ((int32_t)L_11))) { goto IL_003d; } } { int32_t L_12 = ___index1; int32_t L_13 = ___beglimit2; String_t* L_14 = __this->get__pattern_3(); NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13))) >= ((int32_t)L_15))) { goto IL_003f; } } IL_003d: { return (bool)0; } IL_003f: { String_t* L_16 = ___text0; int32_t L_17 = ___index1; String_t* L_18 = __this->get__pattern_3(); NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_18, /*hidden argument*/NULL); bool L_20; L_20 = RegexBoyerMoore_MatchPattern_m244689CC527B9B9EFB200E94FCC3C9A8B9210543(__this, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_19)), /*hidden argument*/NULL); return L_20; } } // System.Int32 System.Text.RegularExpressions.RegexBoyerMoore::Scan(System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexBoyerMoore_Scan_m8C2A8FE0B6CFE8C7844AF8F2FEA79532935BAE43 (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * __this, String_t* ___text0, int32_t ___index1, int32_t ___beglimit2, int32_t ___endlimit3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Il2CppChar V_8 = 0x0; Il2CppChar V_9 = 0x0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_10 = NULL; int32_t G_B34_0 = 0; { bool L_0 = __this->get__rightToLeft_6(); if (L_0) { goto IL_0032; } } { String_t* L_1 = __this->get__pattern_3(); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); V_6 = L_2; String_t* L_3 = __this->get__pattern_3(); NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_4 = 0; int32_t L_5 = ___index1; int32_t L_6 = V_6; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)1)); V_7 = 1; goto IL_0051; } IL_0032: { String_t* L_7 = __this->get__pattern_3(); NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); V_6 = ((-L_8)); V_3 = 0; int32_t L_9 = V_6; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)((-L_9)), (int32_t)1)); int32_t L_10 = ___index1; int32_t L_11 = V_6; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); V_7 = (-1); } IL_0051: { String_t* L_12 = __this->get__pattern_3(); int32_t L_13 = V_3; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, L_13, /*hidden argument*/NULL); V_8 = L_14; } IL_005f: { int32_t L_15 = V_0; int32_t L_16 = ___endlimit3; if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_0068; } } { int32_t L_17 = V_0; int32_t L_18 = ___beglimit2; if ((((int32_t)L_17) >= ((int32_t)L_18))) { goto IL_006a; } } IL_0068: { return (-1); } IL_006a: { String_t* L_19 = ___text0; int32_t L_20 = V_0; NullCheck(L_19); Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_19, L_20, /*hidden argument*/NULL); V_9 = L_21; bool L_22 = __this->get__caseInsensitive_7(); if (!L_22) { goto IL_008a; } } { Il2CppChar L_23 = V_9; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_24 = __this->get__culture_8(); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_25; L_25 = Char_ToLower_m60A275EC2DA1ED251F80FE314B7715B1D1EE0692(L_23, L_24, /*hidden argument*/NULL); V_9 = L_25; } IL_008a: { Il2CppChar L_26 = V_9; Il2CppChar L_27 = V_8; if ((((int32_t)L_26) == ((int32_t)L_27))) { goto IL_00d8; } } { Il2CppChar L_28 = V_9; if ((((int32_t)L_28) >= ((int32_t)((int32_t)128)))) { goto IL_00a6; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = __this->get__negativeASCII_1(); Il2CppChar L_30 = V_9; NullCheck(L_29); Il2CppChar L_31 = L_30; int32_t L_32 = (L_29)->GetAt(static_cast(L_31)); V_5 = L_32; goto IL_00d1; } IL_00a6: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_33 = __this->get__negativeUnicode_2(); if (!L_33) { goto IL_00cd; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_34 = __this->get__negativeUnicode_2(); Il2CppChar L_35 = V_9; NullCheck(L_34); int32_t L_36 = ((int32_t)((int32_t)L_35>>(int32_t)8)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_34)->GetAt(static_cast(L_36)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = L_37; V_10 = L_38; if (!L_38) { goto IL_00cd; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = V_10; Il2CppChar L_40 = V_9; NullCheck(L_39); int32_t L_41 = ((int32_t)((int32_t)L_40&(int32_t)((int32_t)255))); int32_t L_42 = (L_39)->GetAt(static_cast(L_41)); V_5 = L_42; goto IL_00d1; } IL_00cd: { int32_t L_43 = V_6; V_5 = L_43; } IL_00d1: { int32_t L_44 = V_0; int32_t L_45 = V_5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)L_45)); goto IL_005f; } IL_00d8: { int32_t L_46 = V_0; V_1 = L_46; int32_t L_47 = V_3; V_2 = L_47; } IL_00dc: { int32_t L_48 = V_2; int32_t L_49 = V_4; if ((!(((uint32_t)L_48) == ((uint32_t)L_49)))) { goto IL_00ef; } } { bool L_50 = __this->get__rightToLeft_6(); if (L_50) { goto IL_00eb; } } { int32_t L_51 = V_1; return L_51; } IL_00eb: { int32_t L_52 = V_1; return ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_00ef: { int32_t L_53 = V_2; int32_t L_54 = V_7; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54)); int32_t L_55 = V_1; int32_t L_56 = V_7; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)L_56)); String_t* L_57 = ___text0; int32_t L_58 = V_1; NullCheck(L_57); Il2CppChar L_59; L_59 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_57, L_58, /*hidden argument*/NULL); V_9 = L_59; bool L_60 = __this->get__caseInsensitive_7(); if (!L_60) { goto IL_0119; } } { Il2CppChar L_61 = V_9; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_62 = __this->get__culture_8(); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_63; L_63 = Char_ToLower_m60A275EC2DA1ED251F80FE314B7715B1D1EE0692(L_61, L_62, /*hidden argument*/NULL); V_9 = L_63; } IL_0119: { Il2CppChar L_64 = V_9; String_t* L_65 = __this->get__pattern_3(); int32_t L_66 = V_2; NullCheck(L_65); Il2CppChar L_67; L_67 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_65, L_66, /*hidden argument*/NULL); if ((((int32_t)L_64) == ((int32_t)L_67))) { goto IL_00dc; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_68 = __this->get__positive_0(); int32_t L_69 = V_2; NullCheck(L_68); int32_t L_70 = L_69; int32_t L_71 = (L_68)->GetAt(static_cast(L_70)); V_5 = L_71; Il2CppChar L_72 = V_9; if (((int32_t)((int32_t)L_72&(int32_t)((int32_t)65408)))) { goto IL_014d; } } { int32_t L_73 = V_2; int32_t L_74 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_75 = __this->get__negativeASCII_1(); Il2CppChar L_76 = V_9; NullCheck(L_75); Il2CppChar L_77 = L_76; int32_t L_78 = (L_75)->GetAt(static_cast(L_77)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_74)), (int32_t)L_78)); goto IL_0181; } IL_014d: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_79 = __this->get__negativeUnicode_2(); if (!L_79) { goto IL_0177; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_80 = __this->get__negativeUnicode_2(); Il2CppChar L_81 = V_9; NullCheck(L_80); int32_t L_82 = ((int32_t)((int32_t)L_81>>(int32_t)8)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_83 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_80)->GetAt(static_cast(L_82)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_84 = L_83; V_10 = L_84; if (!L_84) { goto IL_0177; } } { int32_t L_85 = V_2; int32_t L_86 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_87 = V_10; Il2CppChar L_88 = V_9; NullCheck(L_87); int32_t L_89 = ((int32_t)((int32_t)L_88&(int32_t)((int32_t)255))); int32_t L_90 = (L_87)->GetAt(static_cast(L_89)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)L_86)), (int32_t)L_90)); goto IL_0181; } IL_0177: { int32_t L_91 = V_0; int32_t L_92 = V_5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)L_92)); goto IL_005f; } IL_0181: { bool L_93 = __this->get__rightToLeft_6(); if (L_93) { goto IL_0190; } } { int32_t L_94 = V_1; int32_t L_95 = V_5; G_B34_0 = ((((int32_t)L_94) > ((int32_t)L_95))? 1 : 0); goto IL_0195; } IL_0190: { int32_t L_96 = V_1; int32_t L_97 = V_5; G_B34_0 = ((((int32_t)L_96) < ((int32_t)L_97))? 1 : 0); } IL_0195: { if (!G_B34_0) { goto IL_019a; } } { int32_t L_98 = V_1; V_5 = L_98; } IL_019a: { int32_t L_99 = V_0; int32_t L_100 = V_5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)L_100)); goto IL_005f; } } // System.String System.Text.RegularExpressions.RegexBoyerMoore::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexBoyerMoore_ToString_m3D7727E2CB60CF2BED7C907CDD2B1584BDF95A5A (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__pattern_3(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.RegexCharClass::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass__cctor_m218BCDD65D4FE46615654F47FAF4C9B2970BE1B9 (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*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral000F57CC5E07B45534A096C11FC9672E840B7F68); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral011DF8383E0C2BB51ACA74815C24731CD9E6CE0F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0140171DEC0E182AA67E7F6CFEEBAB7C8B5C0FCE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01AA0D36274A76E5B82E172EB39CD0A2B7C42F6F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04F6959FE66299139C73EEDA75304959291465E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral070D6014844E6DF132D41B316BE8094A83EA1438); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral078B26963F0AABA0E769F9FE2FD2A435F23963D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07C1C7BA92E50F21FFD892D17457CF1A69BB791D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08DD4EB050E73CCA4453097A7DBA79D40E0E3979); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral096B13703C72B9AEA7C14C090DF850AD4A3A1041); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A4E2151BBA9A1D6C1D5A0AD327D1B10C9EE9832); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DB5D60B71A46B7795916FE26C1C4DBC53DE160A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DF7C1A0741BEED9A8C63FAA83056EC4B6BEE7A6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EA4B1CC43D32D001CCC7AEB31AED2F319871953); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F622D75F0434A833C1A20335861864CB07278C7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral101267D78B17257986305184E104E56DAAB7F530); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10FD1944C65E314C0A29404FEA92EF36B361E76F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral114F963FF5A99D30DEF5029A17A2882AE35F3351); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11E7A22EB71C40109AE6CB22789A72565B8017FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1210E68C52ADBB898A6E113C26B325E97793204E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral128334FD6CDD6094EC6C44C09CAD6FF7669AF5E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral130E357173B69D89809090B52517E63B39F780E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13D9C88B313302420C8CFE519F4C703FF034E7EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15040C7E5288B7B711A62DA4A28F41E54CDA46C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15511681E57C6B2F87C98682ED71B8CA850A8F9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15CF5C2792462326B481E11AC5840FB1C9BD9753); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1617F2BEE10D5175D04111AF86F02617CABA97F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16E57333086571811A55FB94A0709583DE6ED3ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17138F1A25103243037965AF0DACDE016F009F1F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1957A3E746ABE2F553BFCCE9CB0D765AF0E28F1F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19E0261B9934BD92A6FCAC8943D903675768820D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19F63BC67A386ED4A60194F8544D07544E0ED578); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AB68A0E52A32EE36A9AE0A3D6EFEB01F0F7FADA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C7F51C9DB9BE64870719C518062BBF577083F00); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DCAF254E462C711D74E7655EF57F6ADFE0005F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DE5A73ADD8E12B2946578D4ECFC5F00255F2C55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E9F798EB462039BB2177A8C3030D8E9736FDC2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EC89EE4781577447EF59AEA1BDCB577E3152BED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F4340BCC7E7398B271CC84B0581D86C3498E89B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral206A50481A582043159547C0CBBBBDCC728C7AEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2086C9392E067629621EF48286148B3F05A73E71); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20CB4BC9AD027C4DBCABC34553F9EDA5EF3DA0A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21A998A9E8032EA402184FF6E9E027A017C5E340); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral247E61BCA5CC999BD7DF819AFB4BD1625BD89B92); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2532DF950B4388A092C5014E3ED2E06043E01B06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25AE09788E4F4652C4499CDB887696F30D3C0A14); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26B8A55537BB75F22B06B27AB210733192EB9255); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26F6EDFC76E72DC536C20E57742C3028CF19D0E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27CDC5C40A6244DAB073099C8597F6AE59E64332); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28B479468676DD63B85F4D86A55B2B645958E13F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral291D5871DD89F1D30A07082FF0F885DB96ED978E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A6312F3D68C885205BF84CED395D8AF4B0AE871); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A7EF3D582665CA41115B9D210D25F834B8A136E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A9DB411D2677142C609D070E692BAF2D45522FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B9C80C1D9D6D29DCFBF1AF4BBC3F8B76CA52758); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BA36E0ECAE4F6481FD29426D81E78B78AFC7010); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BC80923BC3E932EEF70C3EADA463E4AFCEAF41C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DA4F5666B10D635F4124ED2863B7EDAE4456F97); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E36B6524DCDA0E1F8E3C5E4DE0EDEE1CE1D593E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F15DCEA75308906FE22DC8E2CB71A007135A75B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F627E050FC96CB06809DD00B72C043AF06DD74F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FA567A6E7C4AF82CD3E48D19E671A027AA8C39F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FE2C0AAB1B3726B4599067198204955DC8B58BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32A14D70913B30E357C574C847E795B24E48CAC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3311705E737BEADF911B313590BF8CF65EB59CC1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33AAE7E3BDF099D0868E4C15621108A967FE4DC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral340B59088D1E7ED96B802B2F82F9F37B545A0D7D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34ACA0350B0D7DEE2485343251B1984C498672B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35896C163A11D689243E387537FCD8A2318B554F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35B8114AC69BEBAACEEF31EAE37667FA389CB075); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3673FF002279CCCC33A113C482FD3DB9FE3D429A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36CB796E61D012C499558795200D7D4714DA234C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B18B4FDEC37ECA95A5E9D9C8B31C5C413A09A6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral382CEA341283C799FB6CF03C7FD23F5A61EA9F7E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38383EE49792CC3B3E578FC02137E10AFCD4758D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B74C4EE573585B536403D684B3EBF642E92483B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C2555089D217F13B7AA63E80C445CC9BB96E4F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C585604E87F855973731FEA83E21FAB9392D2FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E0F8D65BB2C91CC1B08E6BF17D4F04D124FB22D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E8C94A3E14E14AA02CE50BE5898BFE459EFF966); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F312D3A9558BFCCCA55C437288461A61D8E1D93); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FF3E7DECFB9C95D2D63B46FEE99497F03EA7B17); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4073D00CB09BBEA83C116CD6C23565C9EA25BD79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral417B904D495BF7B5B00D670B422777028B0F07DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41DC862347F6094C3DE052ECE9EDE8691528B858); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4251DBF5ADF22DF838851BDEA678ED6D151EF9C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42B381340E99A7D1B67884D1B8FC702C25279D7E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral430944DE69F10C0B23DC2BCA3D2D3116A748687C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral43248ADAE46B03C6973C36912CF5A1F9388DA3CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4366DE5220453B7E4119C139B5899C931A1996B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44164D1EBC6AEE4BF7519590E8E1EC986D7AE6AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44B9BD7E0CF8DFB1AE4286D58C477BC0EAD8DB8A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4647EBF68BAADB1E3B9B0C77F3A69B79BF1A0C1E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46E1FF853298BBE44C51916BE2DE99315FDA94EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46FE6AEAF3CC2C63CB04108AD734B8F3343F9CEC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48B15371F248E055C6B88CA5F7E8908A2F9528A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral492FBC692FA08806670CCBD96D41280D1A10D87C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49FDD37399D8F47722B2A2D5F3272B1F0A84C50A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A94750FA069FF6E0CA4240635D562EC6A9A3CD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C301992B1F446471CFF312BEC98B68362ED7195); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F6FCE005462468B85E1B17BF50DABD387E2AA0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5059FE07AF01D26644CD156256DE05A498559F40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral507838B99A8D85F0312998B7DAFF905BD48ED124); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral516E5BE6DD9745A9A8953C8F5212FB4B0BAC5414); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51B91EE138D75025CB4AD85CAE46A3613A4FE4F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral536FBABA39FCBBBEAC12562490EE276814293C4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5573AC6AB93A9166E7A15D98F63033348624AB14); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5672E54AB2E54B13506540FFFD4046D50ADD13F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral572C38B92C9B0B812EDF7214BF6A234D5B82A1BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral585541DFE94914F2247B4370A9C9041BA8A8817A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58ECA1815AE37FF755F51324305C6B20EEB5CA43); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D0500A33A5D752B7F9B7739B149EF5093EB4A4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D87BBECD21302E784C8C8CBE6A07BB1F9F99A6A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E2FCEA4A7480B304F0A57BA73C66905F03F82D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EA04EBADB6862D231CCC55599471F40B5853152); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F802F2CCDDC761DBC132CF3C338C39FE047A6C5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60820866198451E7A511DDE45223B743485E091B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6384916204C3C792C7ADFE16CD44673450DC60BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63CBAAA066EA660C960DD134AECF48535F87D341); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6400E1A9A53D55249951EBDFEFD090A6FEEA713C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6437668AAFF3C7A470F151AD7B4EE6B5D8AF0CDD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64CEBA4D1E05040C825F3B67FF36104CDF8C140B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral656D9E0C66BEC4E7D31947D0F46CDD1F3D0780C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67A5CD5B9B1936E3A2E1D14DF804FE6F86F90FBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68C5BFBDA21C60E498829E6DC505022F5F16F460); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral697C469609DEBC892F8465E2D7EFBE41919EE6C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral699E5CF5FC92D12C09117936E6A4F78CFD297C40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69E08279F3AF3F2F95DAE723B001E20161FBE38C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69E73A35FA56B5A7C368371EE1AA96E00AA5E7F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B1E5651A6A221CCC8E859CCB7CCB4C9377DAD2D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BBBCAD0FED20F4E716FA5226DA069AD1A531464); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D6909BC795B5728D6DDEA208DA7986143605B77); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70A458D9D35DAA83073018B72782A5859364AEC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral732A3DD582071D41FA00671D01893D635D8037D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74037E48AC20A388E61DF94BF787B61C405AB756); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74AE75B992F1B9D977C2A9EB14D1887671443FD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral761474E731109EBFC61E66B2EA5CF80B189944C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78FDF6509F51FFE965CF86F9D7B2D7478FBC3CC8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79872D0EDAA11B89BD19D3E51D0881503A87EDA1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B5E86CF8187B91807877AF0725E3F9554E40645); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BB02F22CCAAAF38745BF587A5C3005D1AD136BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EADE718A2652FC00E2DC3C5311A1FC3B7EB0994); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral802D3A4E1213A50A2A168149B9FD26645A8A87A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral815CF156B85729CF6777A81E222C740FEE04C774); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8175D6867E215079046783AF13663AA07AF75633); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8259BDC645D534B5B71BDC6C8AD2D935199FFA07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8280C6CBF3DFC21B10377BE693A06682AF6F0152); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82FE3474C49C05BF5FDB35ACB3EAFF407B81BEC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral847F72FEB0580436035F6D3588EE4923C9664F52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral84D767750F508A5D8214DC4EF507F64102853819); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8503C1230DB9F8ED4C302C9ACA86BE76005A7AD4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8524162C1D54A81B8F41E8ABC73B7F338BCBF999); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85A82DCF7E610B3F027071C9E03590C558821E8B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86AAD9106A4B33A52D356C887F9FCCD9575A84FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88CC141217D41B201641CF8FBC99ABE39D231BED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89E1EA169C60546C4BD1EF37579FE39231438D24); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AA46685E79CC9C6CF70A788C04B335A1EDB671A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B196021BB84888FED22FF4F69DE2891530E658E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C1BBD97ACA7E0F0DABD7D5A3480E8D91A8BF27E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8CB0CD7CE18209A25B0A83FA41BF1814407366B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D8FB160B4C212DAD2E50C479B19DFEAE167F4A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FC9007895DB64A6B839275F76D1C08A3877082E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral905A5E6884BC6877A3AB37B1447674394A694C9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9069CA78E7450A285173431B3E52C5C25299E473); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90CE8CBDC840E407D5B2A4C6CF6E6A4F4794897F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral923C91A55674664C20A3103F09FC6FC4F3831DEF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958F6341A9F87CE00B85F8434E98205AFF29E113); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9646358C9E75E51D9842A7C6E688647074D38F76); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96C094BE3157837A8972ED02015161B75EBCF5C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9782BAAC1929C850665C4846404B90AE23B25CD5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98A4DE8EF9F62DFF4A8C0BECFE7D99D6D24B4F04); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9ACABBE7C959ED3E3557E5F849A9541171B808CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F11BF96AA5B3A5F06F42DC23DCB6903ADA909CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FC89E4E581ACD10FED351BAADA0107858CD0772); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FEB4C9AB9914D2D0C51EA57D72B50A208A74A7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0E4803448ED328FB6169A86026FEEFF36A78441); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA13DE744B01F63C5DE74C2AEADCEEB872A243DC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA17E97D5B68A896AB2F537CA1EE9FD4C545D7923); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA1927043DBE274F716E7BB98AC63A1A852D80205); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA25635816BE6BF5F9885D4A2338FD40C8B7DC8F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA329D18BF9C9A4F354B5EC57F9B7D834C6032C03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA392C242A443C3023ABF204424167CEB86A765BB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA453C374F6792B40611F98BF51F5D93A3E737CF6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA46556E3586F9581468C3C15BA58F8F32AA80D97); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA4FC45147C51541AA3B68C8DE185FC773C7F6CAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA78E6DE17205365FF846BB0AEBE6FFBC845BDDCB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA81B3CACE590267ABAC8F88DC90A961A186D07CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA922C7ADD6A014291A7FFA692FA08A7256871463); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA47367E18DA97EF3E14E15715D8040CD17C608E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAB6296466565113D9AAC1E6D930A78C4D894D6A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE073D669EEEC0D4EBD6B8BA56FC2EB068FC8CC5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAEB44B3AF9B25AF5609DB2851CC6DBBFBD804E36); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF8BC0EC6A1874C3FFEB5694BC36974F673E80C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB10277638EC53EB7D22B3B79D907BFD78922FC76); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB17AD117813334488CF4057081F2A11E84A72B95); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3540DC5F4E7161FB5ACC0E521B524D09EFBB39D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3BEEC8B86540DA8BBF1877930CF5FDDA2E8F963); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5A115BB1CE4803865CD66B55FC8156AC0679670); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5D9D630D3F3D38953C83CBDD8DFE9F787ED2539); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7A8E72255793F3D559B82C227A7B54D89AB39C9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7DE1ACA72F835F3396AD81830488D0727FF94A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB91B6F05EA4E92AA0B68BF2F9397F4B779488A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBEC53F210EEFBB98EF2CAE4411F7B8752E7FACC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF2221AB16FB9687DDA842ED1CFE5633B877E6F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF53E31F872A964047C43886D54F04889191A28A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF86C9E9E7FE0EF09A2EAE8066CDC31F859254CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC44C2F590228488B806D8213DBB719C19809D150); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4FCD561B8C5DA432455F7E3ADBAC02546B61A38); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7B7AF7E20FE503A74EE797E05BBC5470FF66124); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC86FCE1203EE3CAA6611690288314B0C99D501B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB67ED3E50C5654AA77B99B4554E3AFAEEE311B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCBD3E9D3F4E9D9956F458F1B0BAECA6A02588D00); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE0F5818CCD7D6797586BC1FA0752C6E48E439B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEB6FFBDFB48FCAF07F10A052F01C570D7215633); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0B508D8B38DC8221EF81CCB26367A9A83211BC9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1544DEAD240C6096C5860AB974ECDD19CA2E201); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1CEBB9049B4505763F2EE8BDFDC123DF8F1DF08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD22FB8178574254C2A9BCF06DF9F5835B11AC8D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD40F98F04519E8B839CB845B706DE89A31373E6D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD513926BC65531B10DF4D71DB0A350013DA25BDB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6A89F463B2D89A9279731202698C58374A26D23); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7CC7E478F16C73256D19059051F024252A028A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD884F35E59A1E1A56C51BCEE6A01D6B3DDBA9CAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD99B048E5E2132B0C4C39A7C2BF2D6C91DE6C0F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA1679121AAD822018502ECC16BA2D35114EF119); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAAC8074AC3DFB6E43BF44F036CA368289069A09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAFE8F412E5C9A2B1CB554D39DEA0D6CD543C0E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDBAE7A16641727E84CF74581E4727DAC4B78897A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC86C4C7779BA26AAC7ABC828D643C5F57E2DED0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEF14698D1C0D2A1D64529BEAB4A86A685650609); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE14F1B14BE116CFA355535FCD1863D382601BDE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3234876E15804436882B2C3806341594D339F4F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE35D6A21B557408AC6AD57457A73222633C0C7B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3AECE0361D3EBD6F53120D1A60E09EDF69E0C2D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE42E8BB820D4F7550A0F04619F4E15FDC56943B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE737077F82A6A1C9D7B4A05167CF04250F549BC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7E8A279C6B408C8115ECB8D5D20FFD0A71025C3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8F8956EC2DD3FD7AA7C20BA5CD0ED3EE5739BED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA8E729CC5987110F10D39A9A665EE53E922C344); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB8804A531370DBDDE190078E101C64B7CB3BC7F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBE46DF54B01B606DB21F86C7C40D5E6231B0C66); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED4642B9462EF943DD5E810FB4B4B61803DB85A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED5AFE132A97BA24E8306366DD70B9A8D78BFA48); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDD0B5EECD58DD1FC50E50A6FDCB780B42076BDB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE17B9A3774B84CC5EF248A0C6133425A90545CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE8F28023EC9CDDD92DEF34472DB9261ECBF59AD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF3BAED9292CF98983DB6849376890F2994BFFD8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEFA8BED8E96B526AE693D294B1F2669AE609AB32); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF23271A51B0CAD6D72E7ADE5AD13B8927F6F770C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2564EEB56D40593CB508FC692C0A8909F572CA6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF25C8369F2CB39B76E314E1965B832A8A976C9B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF263CCD44CB2B9304F9F18DC1F6912F785B7E34C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2B24C7410972079451510683171FAFB0B4A4999); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4509A041EA8302549B9E119D97A7AB78C63BC8C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF53390C74D60B2DC19B777A65C813262B3859D6C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8D8397ADB5D5049DE1EA528891B9EFEA8264944); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9B788DCC0D65BA8F1E9F11D9E451C2E37BACE77); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFDE0C40B48F344565494A602561F2C8DD806E00F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE0B3298C2A71B0C504421DE1D5782EBAD7F5CD8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEE32A45D8A04516F9D627B9E45532DCB07259F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFD23053085F6DD265328D7B65A7C42E13AC3DA7); s_Il2CppMethodInitialized = true; } Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * V_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; StringBuilder_t * V_2 = NULL; Il2CppChar V_3 = 0x0; { ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_InternalRegexIgnoreCase_5(_stringLiteralAEB44B3AF9B25AF5609DB2851CC6DBBFBD804E36); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_Space_6(_stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03); String_t* L_0 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Space_6(); String_t* L_1; L_1 = RegexCharClass_NegateCategory_m072F53A0339D3A8CE4E78305ED63514C2D677D23(L_0, /*hidden argument*/NULL); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_NotSpace_7(L_1); il2cpp_array_size_t L_3[] = { (il2cpp_array_size_t)((int32_t)112), (il2cpp_array_size_t)2 }; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_2 = (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)GenArrayNew(StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90_il2cpp_TypeInfo_var, L_3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_4 = L_2; NullCheck(L_4); (L_4)->SetAt(0, 0, _stringLiteral15040C7E5288B7B711A62DA4A28F41E54CDA46C6); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(0, 1, _stringLiteral382CEA341283C799FB6CF03C7FD23F5A61EA9F7E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(1, 0, _stringLiteralDEF14698D1C0D2A1D64529BEAB4A86A685650609); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(1, 1, _stringLiteralA1927043DBE274F716E7BB98AC63A1A852D80205); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(2, 0, _stringLiteral51B91EE138D75025CB4AD85CAE46A3613A4FE4F1); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_9 = L_8; NullCheck(L_9); (L_9)->SetAt(2, 1, _stringLiteral69E08279F3AF3F2F95DAE723B001E20161FBE38C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(3, 0, _stringLiteral74037E48AC20A388E61DF94BF787B61C405AB756); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(3, 1, _stringLiteralE3AECE0361D3EBD6F53120D1A60E09EDF69E0C2D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_12 = L_11; NullCheck(L_12); (L_12)->SetAt(4, 0, _stringLiteralEB8804A531370DBDDE190078E101C64B7CB3BC7F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_13 = L_12; NullCheck(L_13); (L_13)->SetAt(4, 1, _stringLiteral5D87BBECD21302E784C8C8CBE6A07BB1F9F99A6A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_14 = L_13; NullCheck(L_14); (L_14)->SetAt(5, 0, _stringLiteralEE17B9A3774B84CC5EF248A0C6133425A90545CB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_15 = L_14; NullCheck(L_15); (L_15)->SetAt(5, 1, _stringLiteral96C094BE3157837A8972ED02015161B75EBCF5C8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(6, 0, _stringLiteralD22FB8178574254C2A9BCF06DF9F5835B11AC8D3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_17 = L_16; NullCheck(L_17); (L_17)->SetAt(6, 1, _stringLiteral67A5CD5B9B1936E3A2E1D14DF804FE6F86F90FBF); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_18 = L_17; NullCheck(L_18); (L_18)->SetAt(7, 0, _stringLiteral0EA4B1CC43D32D001CCC7AEB31AED2F319871953); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_19 = L_18; NullCheck(L_19); (L_19)->SetAt(7, 1, _stringLiteral2A9DB411D2677142C609D070E692BAF2D45522FD); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_20 = L_19; NullCheck(L_20); (L_20)->SetAt(8, 0, _stringLiteral19F63BC67A386ED4A60194F8544D07544E0ED578); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_21 = L_20; NullCheck(L_21); (L_21)->SetAt(8, 1, _stringLiteral13D9C88B313302420C8CFE519F4C703FF034E7EE); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_22 = L_21; NullCheck(L_22); (L_22)->SetAt(((int32_t)9), 0, _stringLiteral82FE3474C49C05BF5FDB35ACB3EAFF407B81BEC2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_23 = L_22; NullCheck(L_23); (L_23)->SetAt(((int32_t)9), 1, _stringLiteral5D0500A33A5D752B7F9B7739B149EF5093EB4A4C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_24 = L_23; NullCheck(L_24); (L_24)->SetAt(((int32_t)10), 0, _stringLiteral206A50481A582043159547C0CBBBBDCC728C7AEB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_25 = L_24; NullCheck(L_25); (L_25)->SetAt(((int32_t)10), 1, _stringLiteral68C5BFBDA21C60E498829E6DC505022F5F16F460); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_26 = L_25; NullCheck(L_26); (L_26)->SetAt(((int32_t)11), 0, _stringLiteral28B479468676DD63B85F4D86A55B2B645958E13F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_27 = L_26; NullCheck(L_27); (L_27)->SetAt(((int32_t)11), 1, _stringLiteralD6A89F463B2D89A9279731202698C58374A26D23); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_28 = L_27; NullCheck(L_28); (L_28)->SetAt(((int32_t)12), 0, _stringLiteral1C7F51C9DB9BE64870719C518062BBF577083F00); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_29 = L_28; NullCheck(L_29); (L_29)->SetAt(((int32_t)12), 1, _stringLiteral41DC862347F6094C3DE052ECE9EDE8691528B858); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_30 = L_29; NullCheck(L_30); (L_30)->SetAt(((int32_t)13), 0, _stringLiteral1DCAF254E462C711D74E7655EF57F6ADFE0005F3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_31 = L_30; NullCheck(L_31); (L_31)->SetAt(((int32_t)13), 1, _stringLiteralB7A8E72255793F3D559B82C227A7B54D89AB39C9); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_32 = L_31; NullCheck(L_32); (L_32)->SetAt(((int32_t)14), 0, _stringLiteralED4642B9462EF943DD5E810FB4B4B61803DB85A8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_33 = L_32; NullCheck(L_33); (L_33)->SetAt(((int32_t)14), 1, _stringLiteral4073D00CB09BBEA83C116CD6C23565C9EA25BD79); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_34 = L_33; NullCheck(L_34); (L_34)->SetAt(((int32_t)15), 0, _stringLiteral114F963FF5A99D30DEF5029A17A2882AE35F3351); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_35 = L_34; NullCheck(L_35); (L_35)->SetAt(((int32_t)15), 1, _stringLiteralA46556E3586F9581468C3C15BA58F8F32AA80D97); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_36 = L_35; NullCheck(L_36); (L_36)->SetAt(((int32_t)16), 0, _stringLiteralA78E6DE17205365FF846BB0AEBE6FFBC845BDDCB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_37 = L_36; NullCheck(L_37); (L_37)->SetAt(((int32_t)16), 1, _stringLiteral0140171DEC0E182AA67E7F6CFEEBAB7C8B5C0FCE); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_38 = L_37; NullCheck(L_38); (L_38)->SetAt(((int32_t)17), 0, _stringLiteral44B9BD7E0CF8DFB1AE4286D58C477BC0EAD8DB8A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_39 = L_38; NullCheck(L_39); (L_39)->SetAt(((int32_t)17), 1, _stringLiteral5E2FCEA4A7480B304F0A57BA73C66905F03F82D8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_40 = L_39; NullCheck(L_40); (L_40)->SetAt(((int32_t)18), 0, _stringLiteralB7DE1ACA72F835F3396AD81830488D0727FF94A3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_41 = L_40; NullCheck(L_41); (L_41)->SetAt(((int32_t)18), 1, _stringLiteral430944DE69F10C0B23DC2BCA3D2D3116A748687C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_42 = L_41; NullCheck(L_42); (L_42)->SetAt(((int32_t)19), 0, _stringLiteral42B381340E99A7D1B67884D1B8FC702C25279D7E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_43 = L_42; NullCheck(L_43); (L_43)->SetAt(((int32_t)19), 1, _stringLiteralA392C242A443C3023ABF204424167CEB86A765BB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_44 = L_43; NullCheck(L_44); (L_44)->SetAt(((int32_t)20), 0, _stringLiteralD40F98F04519E8B839CB845B706DE89A31373E6D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_45 = L_44; NullCheck(L_45); (L_45)->SetAt(((int32_t)20), 1, _stringLiteral33AAE7E3BDF099D0868E4C15621108A967FE4DC4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_46 = L_45; NullCheck(L_46); (L_46)->SetAt(((int32_t)21), 0, _stringLiteral8C1BBD97ACA7E0F0DABD7D5A3480E8D91A8BF27E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_47 = L_46; NullCheck(L_47); (L_47)->SetAt(((int32_t)21), 1, _stringLiteral000F57CC5E07B45534A096C11FC9672E840B7F68); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_48 = L_47; NullCheck(L_48); (L_48)->SetAt(((int32_t)22), 0, _stringLiteral3B74C4EE573585B536403D684B3EBF642E92483B); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_49 = L_48; NullCheck(L_49); (L_49)->SetAt(((int32_t)22), 1, _stringLiteral130E357173B69D89809090B52517E63B39F780E8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_50 = L_49; NullCheck(L_50); (L_50)->SetAt(((int32_t)23), 0, _stringLiteralDAFE8F412E5C9A2B1CB554D39DEA0D6CD543C0E7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_51 = L_50; NullCheck(L_51); (L_51)->SetAt(((int32_t)23), 1, _stringLiteralAF8BC0EC6A1874C3FFEB5694BC36974F673E80C2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_52 = L_51; NullCheck(L_52); (L_52)->SetAt(((int32_t)24), 0, _stringLiteral096B13703C72B9AEA7C14C090DF850AD4A3A1041); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_53 = L_52; NullCheck(L_53); (L_53)->SetAt(((int32_t)24), 1, _stringLiteralCBD3E9D3F4E9D9956F458F1B0BAECA6A02588D00); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_54 = L_53; NullCheck(L_54); (L_54)->SetAt(((int32_t)25), 0, _stringLiteral802D3A4E1213A50A2A168149B9FD26645A8A87A2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_55 = L_54; NullCheck(L_55); (L_55)->SetAt(((int32_t)25), 1, _stringLiteralAF8BC0EC6A1874C3FFEB5694BC36974F673E80C2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_56 = L_55; NullCheck(L_56); (L_56)->SetAt(((int32_t)26), 0, _stringLiteral5EA04EBADB6862D231CCC55599471F40B5853152); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_57 = L_56; NullCheck(L_57); (L_57)->SetAt(((int32_t)26), 1, _stringLiteralBB91B6F05EA4E92AA0B68BF2F9397F4B779488A3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_58 = L_57; NullCheck(L_58); (L_58)->SetAt(((int32_t)27), 0, _stringLiteral761474E731109EBFC61E66B2EA5CF80B189944C4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_59 = L_58; NullCheck(L_59); (L_59)->SetAt(((int32_t)27), 1, _stringLiteral4C301992B1F446471CFF312BEC98B68362ED7195); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_60 = L_59; NullCheck(L_60); (L_60)->SetAt(((int32_t)28), 0, _stringLiteral15CF5C2792462326B481E11AC5840FB1C9BD9753); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_61 = L_60; NullCheck(L_61); (L_61)->SetAt(((int32_t)28), 1, _stringLiteral19E0261B9934BD92A6FCAC8943D903675768820D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_62 = L_61; NullCheck(L_62); (L_62)->SetAt(((int32_t)29), 0, _stringLiteral2BA36E0ECAE4F6481FD29426D81E78B78AFC7010); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_63 = L_62; NullCheck(L_63); (L_63)->SetAt(((int32_t)29), 1, _stringLiteral21A998A9E8032EA402184FF6E9E027A017C5E340); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_64 = L_63; NullCheck(L_64); (L_64)->SetAt(((int32_t)30), 0, _stringLiteral98A4DE8EF9F62DFF4A8C0BECFE7D99D6D24B4F04); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_65 = L_64; NullCheck(L_65); (L_65)->SetAt(((int32_t)30), 1, _stringLiteralE8F8956EC2DD3FD7AA7C20BA5CD0ED3EE5739BED); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_66 = L_65; NullCheck(L_66); (L_66)->SetAt(((int32_t)31), 0, _stringLiteral38383EE49792CC3B3E578FC02137E10AFCD4758D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_67 = L_66; NullCheck(L_67); (L_67)->SetAt(((int32_t)31), 1, _stringLiteralEFA8BED8E96B526AE693D294B1F2669AE609AB32); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_68 = L_67; NullCheck(L_68); (L_68)->SetAt(((int32_t)32), 0, _stringLiteral247E61BCA5CC999BD7DF819AFB4BD1625BD89B92); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_69 = L_68; NullCheck(L_69); (L_69)->SetAt(((int32_t)32), 1, _stringLiteral4647EBF68BAADB1E3B9B0C77F3A69B79BF1A0C1E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_70 = L_69; NullCheck(L_70); (L_70)->SetAt(((int32_t)33), 0, _stringLiteralBF53E31F872A964047C43886D54F04889191A28A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_71 = L_70; NullCheck(L_71); (L_71)->SetAt(((int32_t)33), 1, _stringLiteralC86FCE1203EE3CAA6611690288314B0C99D501B9); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_72 = L_71; NullCheck(L_72); (L_72)->SetAt(((int32_t)34), 0, _stringLiteral2F627E050FC96CB06809DD00B72C043AF06DD74F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_73 = L_72; NullCheck(L_73); (L_73)->SetAt(((int32_t)34), 1, _stringLiteral7EADE718A2652FC00E2DC3C5311A1FC3B7EB0994); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_74 = L_73; NullCheck(L_74); (L_74)->SetAt(((int32_t)35), 0, _stringLiteral4251DBF5ADF22DF838851BDEA678ED6D151EF9C1); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_75 = L_74; NullCheck(L_75); (L_75)->SetAt(((int32_t)35), 1, _stringLiteral699E5CF5FC92D12C09117936E6A4F78CFD297C40); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_76 = L_75; NullCheck(L_76); (L_76)->SetAt(((int32_t)36), 0, _stringLiteral4A94750FA069FF6E0CA4240635D562EC6A9A3CD9); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_77 = L_76; NullCheck(L_77); (L_77)->SetAt(((int32_t)36), 1, _stringLiteralDA1679121AAD822018502ECC16BA2D35114EF119); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_78 = L_77; NullCheck(L_78); (L_78)->SetAt(((int32_t)37), 0, _stringLiteral4366DE5220453B7E4119C139B5899C931A1996B1); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_79 = L_78; NullCheck(L_79); (L_79)->SetAt(((int32_t)37), 1, _stringLiteral3311705E737BEADF911B313590BF8CF65EB59CC1); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_80 = L_79; NullCheck(L_80); (L_80)->SetAt(((int32_t)38), 0, _stringLiteral1617F2BEE10D5175D04111AF86F02617CABA97F8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_81 = L_80; NullCheck(L_81); (L_81)->SetAt(((int32_t)38), 1, _stringLiteral34ACA0350B0D7DEE2485343251B1984C498672B7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_82 = L_81; NullCheck(L_82); (L_82)->SetAt(((int32_t)39), 0, _stringLiteral36CB796E61D012C499558795200D7D4714DA234C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_83 = L_82; NullCheck(L_83); (L_83)->SetAt(((int32_t)39), 1, _stringLiteralB3BEEC8B86540DA8BBF1877930CF5FDDA2E8F963); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_84 = L_83; NullCheck(L_84); (L_84)->SetAt(((int32_t)40), 0, _stringLiteralFFD23053085F6DD265328D7B65A7C42E13AC3DA7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_85 = L_84; NullCheck(L_85); (L_85)->SetAt(((int32_t)40), 1, _stringLiteral34ACA0350B0D7DEE2485343251B1984C498672B7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_86 = L_85; NullCheck(L_86); (L_86)->SetAt(((int32_t)41), 0, _stringLiteral507838B99A8D85F0312998B7DAFF905BD48ED124); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_87 = L_86; NullCheck(L_87); (L_87)->SetAt(((int32_t)41), 1, _stringLiteralCEB6FFBDFB48FCAF07F10A052F01C570D7215633); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_88 = L_87; NullCheck(L_88); (L_88)->SetAt(((int32_t)42), 0, _stringLiteral15511681E57C6B2F87C98682ED71B8CA850A8F9D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_89 = L_88; NullCheck(L_89); (L_89)->SetAt(((int32_t)42), 1, _stringLiteral9F11BF96AA5B3A5F06F42DC23DCB6903ADA909CB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_90 = L_89; NullCheck(L_90); (L_90)->SetAt(((int32_t)43), 0, _stringLiteral656D9E0C66BEC4E7D31947D0F46CDD1F3D0780C4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_91 = L_90; NullCheck(L_91); (L_91)->SetAt(((int32_t)43), 1, _stringLiteral0DF7C1A0741BEED9A8C63FAA83056EC4B6BEE7A6); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_92 = L_91; NullCheck(L_92); (L_92)->SetAt(((int32_t)44), 0, _stringLiteral2FE2C0AAB1B3726B4599067198204955DC8B58BC); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_93 = L_92; NullCheck(L_93); (L_93)->SetAt(((int32_t)44), 1, _stringLiteral8CB0CD7CE18209A25B0A83FA41BF1814407366B2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_94 = L_93; NullCheck(L_94); (L_94)->SetAt(((int32_t)45), 0, _stringLiteralBF2221AB16FB9687DDA842ED1CFE5633B877E6F0); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_95 = L_94; NullCheck(L_95); (L_95)->SetAt(((int32_t)45), 1, _stringLiteralFDE0C40B48F344565494A602561F2C8DD806E00F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_96 = L_95; NullCheck(L_96); (L_96)->SetAt(((int32_t)46), 0, _stringLiteral905A5E6884BC6877A3AB37B1447674394A694C9D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_97 = L_96; NullCheck(L_97); (L_97)->SetAt(((int32_t)46), 1, _stringLiteral25AE09788E4F4652C4499CDB887696F30D3C0A14); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_98 = L_97; NullCheck(L_98); (L_98)->SetAt(((int32_t)47), 0, _stringLiteralEDD0B5EECD58DD1FC50E50A6FDCB780B42076BDB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_99 = L_98; NullCheck(L_99); (L_99)->SetAt(((int32_t)47), 1, _stringLiteral923C91A55674664C20A3103F09FC6FC4F3831DEF); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_100 = L_99; NullCheck(L_100); (L_100)->SetAt(((int32_t)48), 0, _stringLiteralA0E4803448ED328FB6169A86026FEEFF36A78441); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_101 = L_100; NullCheck(L_101); (L_101)->SetAt(((int32_t)48), 1, _stringLiteral26B8A55537BB75F22B06B27AB210733192EB9255); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_102 = L_101; NullCheck(L_102); (L_102)->SetAt(((int32_t)49), 0, _stringLiteral85A82DCF7E610B3F027071C9E03590C558821E8B); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_103 = L_102; NullCheck(L_103); (L_103)->SetAt(((int32_t)49), 1, _stringLiteral32A14D70913B30E357C574C847E795B24E48CAC2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_104 = L_103; NullCheck(L_104); (L_104)->SetAt(((int32_t)50), 0, _stringLiteral64CEBA4D1E05040C825F3B67FF36104CDF8C140B); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_105 = L_104; NullCheck(L_105); (L_105)->SetAt(((int32_t)50), 1, _stringLiteralE3234876E15804436882B2C3806341594D339F4F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_106 = L_105; NullCheck(L_106); (L_106)->SetAt(((int32_t)51), 0, _stringLiteral01AA0D36274A76E5B82E172EB39CD0A2B7C42F6F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_107 = L_106; NullCheck(L_107); (L_107)->SetAt(((int32_t)51), 1, _stringLiteral8AA46685E79CC9C6CF70A788C04B335A1EDB671A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_108 = L_107; NullCheck(L_108); (L_108)->SetAt(((int32_t)52), 0, _stringLiteral3F312D3A9558BFCCCA55C437288461A61D8E1D93); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_109 = L_108; NullCheck(L_109); (L_109)->SetAt(((int32_t)52), 1, _stringLiteral417B904D495BF7B5B00D670B422777028B0F07DA); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_110 = L_109; NullCheck(L_110); (L_110)->SetAt(((int32_t)53), 0, _stringLiteral958F6341A9F87CE00B85F8434E98205AFF29E113); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_111 = L_110; NullCheck(L_111); (L_111)->SetAt(((int32_t)53), 1, _stringLiteralE737077F82A6A1C9D7B4A05167CF04250F549BC4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_112 = L_111; NullCheck(L_112); (L_112)->SetAt(((int32_t)54), 0, _stringLiteralF263CCD44CB2B9304F9F18DC1F6912F785B7E34C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_113 = L_112; NullCheck(L_113); (L_113)->SetAt(((int32_t)54), 1, _stringLiteral1EC89EE4781577447EF59AEA1BDCB577E3152BED); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_114 = L_113; NullCheck(L_114); (L_114)->SetAt(((int32_t)55), 0, _stringLiteralE35D6A21B557408AC6AD57457A73222633C0C7B7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_115 = L_114; NullCheck(L_115); (L_115)->SetAt(((int32_t)55), 1, _stringLiteralEA8E729CC5987110F10D39A9A665EE53E922C344); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_116 = L_115; NullCheck(L_116); (L_116)->SetAt(((int32_t)56), 0, _stringLiteral6384916204C3C792C7ADFE16CD44673450DC60BF); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_117 = L_116; NullCheck(L_117); (L_117)->SetAt(((int32_t)56), 1, _stringLiteralAAB6296466565113D9AAC1E6D930A78C4D894D6A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_118 = L_117; NullCheck(L_118); (L_118)->SetAt(((int32_t)57), 0, _stringLiteralDBAE7A16641727E84CF74581E4727DAC4B78897A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_119 = L_118; NullCheck(L_119); (L_119)->SetAt(((int32_t)57), 1, _stringLiteral1DE5A73ADD8E12B2946578D4ECFC5F00255F2C55); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_120 = L_119; NullCheck(L_120); (L_120)->SetAt(((int32_t)58), 0, _stringLiteral1E9F798EB462039BB2177A8C3030D8E9736FDC2F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_121 = L_120; NullCheck(L_121); (L_121)->SetAt(((int32_t)58), 1, _stringLiteral48B15371F248E055C6B88CA5F7E8908A2F9528A1); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_122 = L_121; NullCheck(L_122); (L_122)->SetAt(((int32_t)59), 0, _stringLiteral5F802F2CCDDC761DBC132CF3C338C39FE047A6C5); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_123 = L_122; NullCheck(L_123); (L_123)->SetAt(((int32_t)59), 1, _stringLiteral128334FD6CDD6094EC6C44C09CAD6FF7669AF5E2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_124 = L_123; NullCheck(L_124); (L_124)->SetAt(((int32_t)60), 0, _stringLiteral9FEB4C9AB9914D2D0C51EA57D72B50A208A74A7C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_125 = L_124; NullCheck(L_125); (L_125)->SetAt(((int32_t)60), 1, _stringLiteral9646358C9E75E51D9842A7C6E688647074D38F76); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_126 = L_125; NullCheck(L_126); (L_126)->SetAt(((int32_t)61), 0, _stringLiteral5059FE07AF01D26644CD156256DE05A498559F40); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_127 = L_126; NullCheck(L_127); (L_127)->SetAt(((int32_t)61), 1, _stringLiteral732A3DD582071D41FA00671D01893D635D8037D1); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_128 = L_127; NullCheck(L_128); (L_128)->SetAt(((int32_t)62), 0, _stringLiteral2FA567A6E7C4AF82CD3E48D19E671A027AA8C39F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_129 = L_128; NullCheck(L_129); (L_129)->SetAt(((int32_t)62), 1, _stringLiteral1957A3E746ABE2F553BFCCE9CB0D765AF0E28F1F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_130 = L_129; NullCheck(L_130); (L_130)->SetAt(((int32_t)63), 0, _stringLiteral6B1E5651A6A221CCC8E859CCB7CCB4C9377DAD2D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_131 = L_130; NullCheck(L_131); (L_131)->SetAt(((int32_t)63), 1, _stringLiteral0DB5D60B71A46B7795916FE26C1C4DBC53DE160A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_132 = L_131; NullCheck(L_132); (L_132)->SetAt(((int32_t)64), 0, _stringLiteral26F6EDFC76E72DC536C20E57742C3028CF19D0E4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_133 = L_132; NullCheck(L_133); (L_133)->SetAt(((int32_t)64), 1, _stringLiteralF9B788DCC0D65BA8F1E9F11D9E451C2E37BACE77); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_134 = L_133; NullCheck(L_134); (L_134)->SetAt(((int32_t)65), 0, _stringLiteralFEE32A45D8A04516F9D627B9E45532DCB07259F7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_135 = L_134; NullCheck(L_135); (L_135)->SetAt(((int32_t)65), 1, _stringLiteral8FC9007895DB64A6B839275F76D1C08A3877082E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_136 = L_135; NullCheck(L_136); (L_136)->SetAt(((int32_t)66), 0, _stringLiteralB5D9D630D3F3D38953C83CBDD8DFE9F787ED2539); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_137 = L_136; NullCheck(L_137); (L_137)->SetAt(((int32_t)66), 1, _stringLiteral69E73A35FA56B5A7C368371EE1AA96E00AA5E7F6); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_138 = L_137; NullCheck(L_138); (L_138)->SetAt(((int32_t)67), 0, _stringLiteralB3540DC5F4E7161FB5ACC0E521B524D09EFBB39D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_139 = L_138; NullCheck(L_139); (L_139)->SetAt(((int32_t)67), 1, _stringLiteralA17E97D5B68A896AB2F537CA1EE9FD4C545D7923); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_140 = L_139; NullCheck(L_140); (L_140)->SetAt(((int32_t)68), 0, _stringLiteral88CC141217D41B201641CF8FBC99ABE39D231BED); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_141 = L_140; NullCheck(L_141); (L_141)->SetAt(((int32_t)68), 1, _stringLiteral3E8C94A3E14E14AA02CE50BE5898BFE459EFF966); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_142 = L_141; NullCheck(L_142); (L_142)->SetAt(((int32_t)69), 0, _stringLiteral2A7EF3D582665CA41115B9D210D25F834B8A136E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_143 = L_142; NullCheck(L_143); (L_143)->SetAt(((int32_t)69), 1, _stringLiteral58ECA1815AE37FF755F51324305C6B20EEB5CA43); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_144 = L_143; NullCheck(L_144); (L_144)->SetAt(((int32_t)70), 0, _stringLiteralD513926BC65531B10DF4D71DB0A350013DA25BDB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_145 = L_144; NullCheck(L_145); (L_145)->SetAt(((int32_t)70), 1, _stringLiteral89E1EA169C60546C4BD1EF37579FE39231438D24); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_146 = L_145; NullCheck(L_146); (L_146)->SetAt(((int32_t)71), 0, _stringLiteral86AAD9106A4B33A52D356C887F9FCCD9575A84FD); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_147 = L_146; NullCheck(L_147); (L_147)->SetAt(((int32_t)71), 1, _stringLiteral536FBABA39FCBBBEAC12562490EE276814293C4E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_148 = L_147; NullCheck(L_148); (L_148)->SetAt(((int32_t)72), 0, _stringLiteral11E7A22EB71C40109AE6CB22789A72565B8017FC); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_149 = L_148; NullCheck(L_149); (L_149)->SetAt(((int32_t)72), 1, _stringLiteralAA47367E18DA97EF3E14E15715D8040CD17C608E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_150 = L_149; NullCheck(L_150); (L_150)->SetAt(((int32_t)73), 0, _stringLiteral37B18B4FDEC37ECA95A5E9D9C8B31C5C413A09A6); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_151 = L_150; NullCheck(L_151); (L_151)->SetAt(((int32_t)73), 1, _stringLiteral9ACABBE7C959ED3E3557E5F849A9541171B808CB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_152 = L_151; NullCheck(L_152); (L_152)->SetAt(((int32_t)74), 0, _stringLiteral49FDD37399D8F47722B2A2D5F3272B1F0A84C50A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_153 = L_152; NullCheck(L_153); (L_153)->SetAt(((int32_t)74), 1, _stringLiteral8B196021BB84888FED22FF4F69DE2891530E658E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_154 = L_153; NullCheck(L_154); (L_154)->SetAt(((int32_t)75), 0, _stringLiteral3C2555089D217F13B7AA63E80C445CC9BB96E4F8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_155 = L_154; NullCheck(L_155); (L_155)->SetAt(((int32_t)75), 1, _stringLiteralCB67ED3E50C5654AA77B99B4554E3AFAEEE311B7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_156 = L_155; NullCheck(L_156); (L_156)->SetAt(((int32_t)76), 0, _stringLiteralD884F35E59A1E1A56C51BCEE6A01D6B3DDBA9CAD); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_157 = L_156; NullCheck(L_157); (L_157)->SetAt(((int32_t)76), 1, _stringLiteralF8D8397ADB5D5049DE1EA528891B9EFEA8264944); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_158 = L_157; NullCheck(L_158); (L_158)->SetAt(((int32_t)77), 0, _stringLiteral79872D0EDAA11B89BD19D3E51D0881503A87EDA1); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_159 = L_158; NullCheck(L_159); (L_159)->SetAt(((int32_t)77), 1, _stringLiteral697C469609DEBC892F8465E2D7EFBE41919EE6C4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_160 = L_159; NullCheck(L_160); (L_160)->SetAt(((int32_t)78), 0, _stringLiteralA329D18BF9C9A4F354B5EC57F9B7D834C6032C03); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_161 = L_160; NullCheck(L_161); (L_161)->SetAt(((int32_t)78), 1, _stringLiteralB5A115BB1CE4803865CD66B55FC8156AC0679670); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_162 = L_161; NullCheck(L_162); (L_162)->SetAt(((int32_t)79), 0, _stringLiteralD0B508D8B38DC8221EF81CCB26367A9A83211BC9); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_163 = L_162; NullCheck(L_163); (L_163)->SetAt(((int32_t)79), 1, _stringLiteral0F622D75F0434A833C1A20335861864CB07278C7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_164 = L_163; NullCheck(L_164); (L_164)->SetAt(((int32_t)80), 0, _stringLiteral6BBBCAD0FED20F4E716FA5226DA069AD1A531464); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_165 = L_164; NullCheck(L_165); (L_165)->SetAt(((int32_t)80), 1, _stringLiteral20CB4BC9AD027C4DBCABC34553F9EDA5EF3DA0A5); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_166 = L_165; NullCheck(L_166); (L_166)->SetAt(((int32_t)81), 0, _stringLiteral5573AC6AB93A9166E7A15D98F63033348624AB14); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_167 = L_166; NullCheck(L_167); (L_167)->SetAt(((int32_t)81), 1, _stringLiteral2B9C80C1D9D6D29DCFBF1AF4BBC3F8B76CA52758); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_168 = L_167; NullCheck(L_168); (L_168)->SetAt(((int32_t)82), 0, _stringLiteralA922C7ADD6A014291A7FFA692FA08A7256871463); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_169 = L_168; NullCheck(L_169); (L_169)->SetAt(((int32_t)82), 1, _stringLiteralFE0B3298C2A71B0C504421DE1D5782EBAD7F5CD8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_170 = L_169; NullCheck(L_170); (L_170)->SetAt(((int32_t)83), 0, _stringLiteralC4FCD561B8C5DA432455F7E3ADBAC02546B61A38); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_171 = L_170; NullCheck(L_171); (L_171)->SetAt(((int32_t)83), 1, _stringLiteral07C1C7BA92E50F21FFD892D17457CF1A69BB791D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_172 = L_171; NullCheck(L_172); (L_172)->SetAt(((int32_t)84), 0, _stringLiteralF2564EEB56D40593CB508FC692C0A8909F572CA6); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_173 = L_172; NullCheck(L_173); (L_173)->SetAt(((int32_t)84), 1, _stringLiteral07C1C7BA92E50F21FFD892D17457CF1A69BB791D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_174 = L_173; NullCheck(L_174); (L_174)->SetAt(((int32_t)85), 0, _stringLiteral9FC89E4E581ACD10FED351BAADA0107858CD0772); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_175 = L_174; NullCheck(L_175); (L_175)->SetAt(((int32_t)85), 1, _stringLiteral3E0F8D65BB2C91CC1B08E6BF17D4F04D124FB22D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_176 = L_175; NullCheck(L_176); (L_176)->SetAt(((int32_t)86), 0, _stringLiteral8175D6867E215079046783AF13663AA07AF75633); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_177 = L_176; NullCheck(L_177); (L_177)->SetAt(((int32_t)86), 1, _stringLiteral3FF3E7DECFB9C95D2D63B46FEE99497F03EA7B17); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_178 = L_177; NullCheck(L_178); (L_178)->SetAt(((int32_t)87), 0, _stringLiteralD99B048E5E2132B0C4C39A7C2BF2D6C91DE6C0F3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_179 = L_178; NullCheck(L_179); (L_179)->SetAt(((int32_t)87), 1, _stringLiteral2E36B6524DCDA0E1F8E3C5E4DE0EDEE1CE1D593E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_180 = L_179; NullCheck(L_180); (L_180)->SetAt(((int32_t)88), 0, _stringLiteral35896C163A11D689243E387537FCD8A2318B554F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_181 = L_180; NullCheck(L_181); (L_181)->SetAt(((int32_t)88), 1, _stringLiteral2F15DCEA75308906FE22DC8E2CB71A007135A75B); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_182 = L_181; NullCheck(L_182); (L_182)->SetAt(((int32_t)89), 0, _stringLiteral011DF8383E0C2BB51ACA74815C24731CD9E6CE0F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_183 = L_182; NullCheck(L_183); (L_183)->SetAt(((int32_t)89), 1, _stringLiteral8524162C1D54A81B8F41E8ABC73B7F338BCBF999); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_184 = L_183; NullCheck(L_184); (L_184)->SetAt(((int32_t)90), 0, _stringLiteral74AE75B992F1B9D977C2A9EB14D1887671443FD9); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_185 = L_184; NullCheck(L_185); (L_185)->SetAt(((int32_t)90), 1, _stringLiteralD1544DEAD240C6096C5860AB974ECDD19CA2E201); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_186 = L_185; NullCheck(L_186); (L_186)->SetAt(((int32_t)91), 0, _stringLiteralBBEC53F210EEFBB98EF2CAE4411F7B8752E7FACC); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_187 = L_186; NullCheck(L_187); (L_187)->SetAt(((int32_t)91), 1, _stringLiteral90CE8CBDC840E407D5B2A4C6CF6E6A4F4794897F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_188 = L_187; NullCheck(L_188); (L_188)->SetAt(((int32_t)92), 0, _stringLiteral84D767750F508A5D8214DC4EF507F64102853819); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_189 = L_188; NullCheck(L_189); (L_189)->SetAt(((int32_t)92), 1, _stringLiteralEF3BAED9292CF98983DB6849376890F2994BFFD8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_190 = L_189; NullCheck(L_190); (L_190)->SetAt(((int32_t)93), 0, _stringLiteral070D6014844E6DF132D41B316BE8094A83EA1438); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_191 = L_190; NullCheck(L_191); (L_191)->SetAt(((int32_t)93), 1, _stringLiteral585541DFE94914F2247B4370A9C9041BA8A8817A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_192 = L_191; NullCheck(L_192); (L_192)->SetAt(((int32_t)94), 0, _stringLiteral291D5871DD89F1D30A07082FF0F885DB96ED978E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_193 = L_192; NullCheck(L_193); (L_193)->SetAt(((int32_t)94), 1, _stringLiteral340B59088D1E7ED96B802B2F82F9F37B545A0D7D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_194 = L_193; NullCheck(L_194); (L_194)->SetAt(((int32_t)95), 0, _stringLiteral7B5E86CF8187B91807877AF0725E3F9554E40645); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_195 = L_194; NullCheck(L_195); (L_195)->SetAt(((int32_t)95), 1, _stringLiteralF53390C74D60B2DC19B777A65C813262B3859D6C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_196 = L_195; NullCheck(L_196); (L_196)->SetAt(((int32_t)96), 0, _stringLiteral70A458D9D35DAA83073018B72782A5859364AEC2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_197 = L_196; NullCheck(L_197); (L_197)->SetAt(((int32_t)96), 1, _stringLiteral6437668AAFF3C7A470F151AD7B4EE6B5D8AF0CDD); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_198 = L_197; NullCheck(L_198); (L_198)->SetAt(((int32_t)97), 0, _stringLiteral2086C9392E067629621EF48286148B3F05A73E71); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_199 = L_198; NullCheck(L_199); (L_199)->SetAt(((int32_t)97), 1, _stringLiteral1AB68A0E52A32EE36A9AE0A3D6EFEB01F0F7FADA); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_200 = L_199; NullCheck(L_200); (L_200)->SetAt(((int32_t)98), 0, _stringLiteral101267D78B17257986305184E104E56DAAB7F530); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_201 = L_200; NullCheck(L_201); (L_201)->SetAt(((int32_t)98), 1, _stringLiteral08DD4EB050E73CCA4453097A7DBA79D40E0E3979); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_202 = L_201; NullCheck(L_202); (L_202)->SetAt(((int32_t)99), 0, _stringLiteralC44C2F590228488B806D8213DBB719C19809D150); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_203 = L_202; NullCheck(L_203); (L_203)->SetAt(((int32_t)99), 1, _stringLiteral44164D1EBC6AEE4BF7519590E8E1EC986D7AE6AB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_204 = L_203; NullCheck(L_204); (L_204)->SetAt(((int32_t)100), 0, _stringLiteral8280C6CBF3DFC21B10377BE693A06682AF6F0152); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_205 = L_204; NullCheck(L_205); (L_205)->SetAt(((int32_t)100), 1, _stringLiteralAE073D669EEEC0D4EBD6B8BA56FC2EB068FC8CC5); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_206 = L_205; NullCheck(L_206); (L_206)->SetAt(((int32_t)101), 0, _stringLiteral078B26963F0AABA0E769F9FE2FD2A435F23963D3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_207 = L_206; NullCheck(L_207); (L_207)->SetAt(((int32_t)101), 1, _stringLiteral2532DF950B4388A092C5014E3ED2E06043E01B06); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_208 = L_207; NullCheck(L_208); (L_208)->SetAt(((int32_t)102), 0, _stringLiteralA25635816BE6BF5F9885D4A2338FD40C8B7DC8F9); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_209 = L_208; NullCheck(L_209); (L_209)->SetAt(((int32_t)102), 1, _stringLiteralA13DE744B01F63C5DE74C2AEADCEEB872A243DC4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_210 = L_209; NullCheck(L_210); (L_210)->SetAt(((int32_t)103), 0, _stringLiteralA81B3CACE590267ABAC8F88DC90A961A186D07CF); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_211 = L_210; NullCheck(L_211); (L_211)->SetAt(((int32_t)103), 1, _stringLiteral9782BAAC1929C850665C4846404B90AE23B25CD5); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_212 = L_211; NullCheck(L_212); (L_212)->SetAt(((int32_t)104), 0, _stringLiteral43248ADAE46B03C6973C36912CF5A1F9388DA3CA); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_213 = L_212; NullCheck(L_213); (L_213)->SetAt(((int32_t)104), 1, _stringLiteral04F6959FE66299139C73EEDA75304959291465E4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_214 = L_213; NullCheck(L_214); (L_214)->SetAt(((int32_t)105), 0, _stringLiteral8D8FB160B4C212DAD2E50C479B19DFEAE167F4A3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_215 = L_214; NullCheck(L_215); (L_215)->SetAt(((int32_t)105), 1, _stringLiteral1210E68C52ADBB898A6E113C26B325E97793204E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_216 = L_215; NullCheck(L_216); (L_216)->SetAt(((int32_t)106), 0, _stringLiteral35B8114AC69BEBAACEEF31EAE37667FA389CB075); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_217 = L_216; NullCheck(L_217); (L_217)->SetAt(((int32_t)106), 1, _stringLiteralC7B7AF7E20FE503A74EE797E05BBC5470FF66124); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_218 = L_217; NullCheck(L_218); (L_218)->SetAt(((int32_t)107), 0, _stringLiteral46FE6AEAF3CC2C63CB04108AD734B8F3343F9CEC); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_219 = L_218; NullCheck(L_219); (L_219)->SetAt(((int32_t)107), 1, _stringLiteralF4509A041EA8302549B9E119D97A7AB78C63BC8C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_220 = L_219; NullCheck(L_220); (L_220)->SetAt(((int32_t)108), 0, _stringLiteralF25C8369F2CB39B76E314E1965B832A8A976C9B9); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_221 = L_220; NullCheck(L_221); (L_221)->SetAt(((int32_t)108), 1, _stringLiteral847F72FEB0580436035F6D3588EE4923C9664F52); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_222 = L_221; NullCheck(L_222); (L_222)->SetAt(((int32_t)109), 0, _stringLiteralE14F1B14BE116CFA355535FCD1863D382601BDE0); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_223 = L_222; NullCheck(L_223); (L_223)->SetAt(((int32_t)109), 1, _stringLiteral6D6909BC795B5728D6DDEA208DA7986143605B77); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_224 = L_223; NullCheck(L_224); (L_224)->SetAt(((int32_t)110), 0, _stringLiteralB10277638EC53EB7D22B3B79D907BFD78922FC76); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_225 = L_224; NullCheck(L_225); (L_225)->SetAt(((int32_t)110), 1, _stringLiteralA453C374F6792B40611F98BF51F5D93A3E737CF6); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_226 = L_225; NullCheck(L_226); (L_226)->SetAt(((int32_t)111), 0, _stringLiteral516E5BE6DD9745A9A8953C8F5212FB4B0BAC5414); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_227 = L_226; NullCheck(L_227); (L_227)->SetAt(((int32_t)111), 1, _stringLiteral7BB02F22CCAAAF38745BF587A5C3005D1AD136BE); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set__propTable_17(L_227); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_228 = (LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E*)(LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E*)SZArrayNew(LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)94)); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_229 = L_228; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_230; memset((&L_230), 0, sizeof(L_230)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_230), ((int32_t)65), ((int32_t)90), 1, ((int32_t)32), /*hidden argument*/NULL); NullCheck(L_229); (L_229)->SetAt(static_cast(0), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_230); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_231 = L_229; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_232; memset((&L_232), 0, sizeof(L_232)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_232), ((int32_t)192), ((int32_t)222), 1, ((int32_t)32), /*hidden argument*/NULL); NullCheck(L_231); (L_231)->SetAt(static_cast(1), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_232); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_233 = L_231; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_234; memset((&L_234), 0, sizeof(L_234)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_234), ((int32_t)256), ((int32_t)302), 2, 0, /*hidden argument*/NULL); NullCheck(L_233); (L_233)->SetAt(static_cast(2), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_234); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_235 = L_233; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_236; memset((&L_236), 0, sizeof(L_236)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_236), ((int32_t)304), ((int32_t)304), 0, ((int32_t)105), /*hidden argument*/NULL); NullCheck(L_235); (L_235)->SetAt(static_cast(3), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_236); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_237 = L_235; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_238; memset((&L_238), 0, sizeof(L_238)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_238), ((int32_t)306), ((int32_t)310), 2, 0, /*hidden argument*/NULL); NullCheck(L_237); (L_237)->SetAt(static_cast(4), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_238); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_239 = L_237; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_240; memset((&L_240), 0, sizeof(L_240)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_240), ((int32_t)313), ((int32_t)327), 3, 0, /*hidden argument*/NULL); NullCheck(L_239); (L_239)->SetAt(static_cast(5), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_240); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_241 = L_239; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_242; memset((&L_242), 0, sizeof(L_242)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_242), ((int32_t)330), ((int32_t)374), 2, 0, /*hidden argument*/NULL); NullCheck(L_241); (L_241)->SetAt(static_cast(6), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_242); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_243 = L_241; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_244; memset((&L_244), 0, sizeof(L_244)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_244), ((int32_t)376), ((int32_t)376), 0, ((int32_t)255), /*hidden argument*/NULL); NullCheck(L_243); (L_243)->SetAt(static_cast(7), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_244); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_245 = L_243; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_246; memset((&L_246), 0, sizeof(L_246)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_246), ((int32_t)377), ((int32_t)381), 3, 0, /*hidden argument*/NULL); NullCheck(L_245); (L_245)->SetAt(static_cast(8), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_246); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_247 = L_245; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_248; memset((&L_248), 0, sizeof(L_248)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_248), ((int32_t)385), ((int32_t)385), 0, ((int32_t)595), /*hidden argument*/NULL); NullCheck(L_247); (L_247)->SetAt(static_cast(((int32_t)9)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_248); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_249 = L_247; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_250; memset((&L_250), 0, sizeof(L_250)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_250), ((int32_t)386), ((int32_t)388), 2, 0, /*hidden argument*/NULL); NullCheck(L_249); (L_249)->SetAt(static_cast(((int32_t)10)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_250); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_251 = L_249; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_252; memset((&L_252), 0, sizeof(L_252)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_252), ((int32_t)390), ((int32_t)390), 0, ((int32_t)596), /*hidden argument*/NULL); NullCheck(L_251); (L_251)->SetAt(static_cast(((int32_t)11)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_252); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_253 = L_251; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_254; memset((&L_254), 0, sizeof(L_254)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_254), ((int32_t)391), ((int32_t)391), 0, ((int32_t)392), /*hidden argument*/NULL); NullCheck(L_253); (L_253)->SetAt(static_cast(((int32_t)12)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_254); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_255 = L_253; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_256; memset((&L_256), 0, sizeof(L_256)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_256), ((int32_t)393), ((int32_t)394), 1, ((int32_t)205), /*hidden argument*/NULL); NullCheck(L_255); (L_255)->SetAt(static_cast(((int32_t)13)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_256); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_257 = L_255; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_258; memset((&L_258), 0, sizeof(L_258)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_258), ((int32_t)395), ((int32_t)395), 0, ((int32_t)396), /*hidden argument*/NULL); NullCheck(L_257); (L_257)->SetAt(static_cast(((int32_t)14)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_258); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_259 = L_257; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_260; memset((&L_260), 0, sizeof(L_260)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_260), ((int32_t)398), ((int32_t)398), 0, ((int32_t)477), /*hidden argument*/NULL); NullCheck(L_259); (L_259)->SetAt(static_cast(((int32_t)15)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_260); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_261 = L_259; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_262; memset((&L_262), 0, sizeof(L_262)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_262), ((int32_t)399), ((int32_t)399), 0, ((int32_t)601), /*hidden argument*/NULL); NullCheck(L_261); (L_261)->SetAt(static_cast(((int32_t)16)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_262); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_263 = L_261; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_264; memset((&L_264), 0, sizeof(L_264)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_264), ((int32_t)400), ((int32_t)400), 0, ((int32_t)603), /*hidden argument*/NULL); NullCheck(L_263); (L_263)->SetAt(static_cast(((int32_t)17)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_264); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_265 = L_263; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_266; memset((&L_266), 0, sizeof(L_266)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_266), ((int32_t)401), ((int32_t)401), 0, ((int32_t)402), /*hidden argument*/NULL); NullCheck(L_265); (L_265)->SetAt(static_cast(((int32_t)18)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_266); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_267 = L_265; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_268; memset((&L_268), 0, sizeof(L_268)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_268), ((int32_t)403), ((int32_t)403), 0, ((int32_t)608), /*hidden argument*/NULL); NullCheck(L_267); (L_267)->SetAt(static_cast(((int32_t)19)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_268); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_269 = L_267; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_270; memset((&L_270), 0, sizeof(L_270)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_270), ((int32_t)404), ((int32_t)404), 0, ((int32_t)611), /*hidden argument*/NULL); NullCheck(L_269); (L_269)->SetAt(static_cast(((int32_t)20)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_270); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_271 = L_269; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_272; memset((&L_272), 0, sizeof(L_272)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_272), ((int32_t)406), ((int32_t)406), 0, ((int32_t)617), /*hidden argument*/NULL); NullCheck(L_271); (L_271)->SetAt(static_cast(((int32_t)21)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_272); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_273 = L_271; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_274; memset((&L_274), 0, sizeof(L_274)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_274), ((int32_t)407), ((int32_t)407), 0, ((int32_t)616), /*hidden argument*/NULL); NullCheck(L_273); (L_273)->SetAt(static_cast(((int32_t)22)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_274); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_275 = L_273; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_276; memset((&L_276), 0, sizeof(L_276)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_276), ((int32_t)408), ((int32_t)408), 0, ((int32_t)409), /*hidden argument*/NULL); NullCheck(L_275); (L_275)->SetAt(static_cast(((int32_t)23)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_276); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_277 = L_275; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_278; memset((&L_278), 0, sizeof(L_278)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_278), ((int32_t)412), ((int32_t)412), 0, ((int32_t)623), /*hidden argument*/NULL); NullCheck(L_277); (L_277)->SetAt(static_cast(((int32_t)24)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_278); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_279 = L_277; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_280; memset((&L_280), 0, sizeof(L_280)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_280), ((int32_t)413), ((int32_t)413), 0, ((int32_t)626), /*hidden argument*/NULL); NullCheck(L_279); (L_279)->SetAt(static_cast(((int32_t)25)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_280); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_281 = L_279; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_282; memset((&L_282), 0, sizeof(L_282)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_282), ((int32_t)415), ((int32_t)415), 0, ((int32_t)629), /*hidden argument*/NULL); NullCheck(L_281); (L_281)->SetAt(static_cast(((int32_t)26)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_282); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_283 = L_281; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_284; memset((&L_284), 0, sizeof(L_284)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_284), ((int32_t)416), ((int32_t)420), 2, 0, /*hidden argument*/NULL); NullCheck(L_283); (L_283)->SetAt(static_cast(((int32_t)27)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_284); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_285 = L_283; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_286; memset((&L_286), 0, sizeof(L_286)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_286), ((int32_t)423), ((int32_t)423), 0, ((int32_t)424), /*hidden argument*/NULL); NullCheck(L_285); (L_285)->SetAt(static_cast(((int32_t)28)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_286); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_287 = L_285; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_288; memset((&L_288), 0, sizeof(L_288)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_288), ((int32_t)425), ((int32_t)425), 0, ((int32_t)643), /*hidden argument*/NULL); NullCheck(L_287); (L_287)->SetAt(static_cast(((int32_t)29)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_288); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_289 = L_287; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_290; memset((&L_290), 0, sizeof(L_290)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_290), ((int32_t)428), ((int32_t)428), 0, ((int32_t)429), /*hidden argument*/NULL); NullCheck(L_289); (L_289)->SetAt(static_cast(((int32_t)30)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_290); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_291 = L_289; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_292; memset((&L_292), 0, sizeof(L_292)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_292), ((int32_t)430), ((int32_t)430), 0, ((int32_t)648), /*hidden argument*/NULL); NullCheck(L_291); (L_291)->SetAt(static_cast(((int32_t)31)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_292); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_293 = L_291; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_294; memset((&L_294), 0, sizeof(L_294)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_294), ((int32_t)431), ((int32_t)431), 0, ((int32_t)432), /*hidden argument*/NULL); NullCheck(L_293); (L_293)->SetAt(static_cast(((int32_t)32)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_294); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_295 = L_293; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_296; memset((&L_296), 0, sizeof(L_296)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_296), ((int32_t)433), ((int32_t)434), 1, ((int32_t)217), /*hidden argument*/NULL); NullCheck(L_295); (L_295)->SetAt(static_cast(((int32_t)33)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_296); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_297 = L_295; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_298; memset((&L_298), 0, sizeof(L_298)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_298), ((int32_t)435), ((int32_t)437), 3, 0, /*hidden argument*/NULL); NullCheck(L_297); (L_297)->SetAt(static_cast(((int32_t)34)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_298); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_299 = L_297; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_300; memset((&L_300), 0, sizeof(L_300)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_300), ((int32_t)439), ((int32_t)439), 0, ((int32_t)658), /*hidden argument*/NULL); NullCheck(L_299); (L_299)->SetAt(static_cast(((int32_t)35)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_300); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_301 = L_299; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_302; memset((&L_302), 0, sizeof(L_302)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_302), ((int32_t)440), ((int32_t)440), 0, ((int32_t)441), /*hidden argument*/NULL); NullCheck(L_301); (L_301)->SetAt(static_cast(((int32_t)36)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_302); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_303 = L_301; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_304; memset((&L_304), 0, sizeof(L_304)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_304), ((int32_t)444), ((int32_t)444), 0, ((int32_t)445), /*hidden argument*/NULL); NullCheck(L_303); (L_303)->SetAt(static_cast(((int32_t)37)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_304); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_305 = L_303; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_306; memset((&L_306), 0, sizeof(L_306)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_306), ((int32_t)452), ((int32_t)453), 0, ((int32_t)454), /*hidden argument*/NULL); NullCheck(L_305); (L_305)->SetAt(static_cast(((int32_t)38)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_306); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_307 = L_305; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_308; memset((&L_308), 0, sizeof(L_308)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_308), ((int32_t)455), ((int32_t)456), 0, ((int32_t)457), /*hidden argument*/NULL); NullCheck(L_307); (L_307)->SetAt(static_cast(((int32_t)39)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_308); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_309 = L_307; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_310; memset((&L_310), 0, sizeof(L_310)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_310), ((int32_t)458), ((int32_t)459), 0, ((int32_t)460), /*hidden argument*/NULL); NullCheck(L_309); (L_309)->SetAt(static_cast(((int32_t)40)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_310); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_311 = L_309; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_312; memset((&L_312), 0, sizeof(L_312)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_312), ((int32_t)461), ((int32_t)475), 3, 0, /*hidden argument*/NULL); NullCheck(L_311); (L_311)->SetAt(static_cast(((int32_t)41)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_312); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_313 = L_311; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_314; memset((&L_314), 0, sizeof(L_314)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_314), ((int32_t)478), ((int32_t)494), 2, 0, /*hidden argument*/NULL); NullCheck(L_313); (L_313)->SetAt(static_cast(((int32_t)42)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_314); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_315 = L_313; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_316; memset((&L_316), 0, sizeof(L_316)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_316), ((int32_t)497), ((int32_t)498), 0, ((int32_t)499), /*hidden argument*/NULL); NullCheck(L_315); (L_315)->SetAt(static_cast(((int32_t)43)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_316); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_317 = L_315; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_318; memset((&L_318), 0, sizeof(L_318)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_318), ((int32_t)500), ((int32_t)500), 0, ((int32_t)501), /*hidden argument*/NULL); NullCheck(L_317); (L_317)->SetAt(static_cast(((int32_t)44)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_318); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_319 = L_317; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_320; memset((&L_320), 0, sizeof(L_320)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_320), ((int32_t)506), ((int32_t)534), 2, 0, /*hidden argument*/NULL); NullCheck(L_319); (L_319)->SetAt(static_cast(((int32_t)45)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_320); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_321 = L_319; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_322; memset((&L_322), 0, sizeof(L_322)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_322), ((int32_t)902), ((int32_t)902), 0, ((int32_t)940), /*hidden argument*/NULL); NullCheck(L_321); (L_321)->SetAt(static_cast(((int32_t)46)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_322); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_323 = L_321; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_324; memset((&L_324), 0, sizeof(L_324)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_324), ((int32_t)904), ((int32_t)906), 1, ((int32_t)37), /*hidden argument*/NULL); NullCheck(L_323); (L_323)->SetAt(static_cast(((int32_t)47)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_324); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_325 = L_323; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_326; memset((&L_326), 0, sizeof(L_326)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_326), ((int32_t)908), ((int32_t)908), 0, ((int32_t)972), /*hidden argument*/NULL); NullCheck(L_325); (L_325)->SetAt(static_cast(((int32_t)48)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_326); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_327 = L_325; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_328; memset((&L_328), 0, sizeof(L_328)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_328), ((int32_t)910), ((int32_t)911), 1, ((int32_t)63), /*hidden argument*/NULL); NullCheck(L_327); (L_327)->SetAt(static_cast(((int32_t)49)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_328); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_329 = L_327; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_330; memset((&L_330), 0, sizeof(L_330)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_330), ((int32_t)913), ((int32_t)939), 1, ((int32_t)32), /*hidden argument*/NULL); NullCheck(L_329); (L_329)->SetAt(static_cast(((int32_t)50)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_330); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_331 = L_329; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_332; memset((&L_332), 0, sizeof(L_332)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_332), ((int32_t)994), ((int32_t)1006), 2, 0, /*hidden argument*/NULL); NullCheck(L_331); (L_331)->SetAt(static_cast(((int32_t)51)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_332); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_333 = L_331; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_334; memset((&L_334), 0, sizeof(L_334)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_334), ((int32_t)1025), ((int32_t)1039), 1, ((int32_t)80), /*hidden argument*/NULL); NullCheck(L_333); (L_333)->SetAt(static_cast(((int32_t)52)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_334); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_335 = L_333; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_336; memset((&L_336), 0, sizeof(L_336)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_336), ((int32_t)1040), ((int32_t)1071), 1, ((int32_t)32), /*hidden argument*/NULL); NullCheck(L_335); (L_335)->SetAt(static_cast(((int32_t)53)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_336); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_337 = L_335; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_338; memset((&L_338), 0, sizeof(L_338)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_338), ((int32_t)1120), ((int32_t)1152), 2, 0, /*hidden argument*/NULL); NullCheck(L_337); (L_337)->SetAt(static_cast(((int32_t)54)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_338); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_339 = L_337; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_340; memset((&L_340), 0, sizeof(L_340)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_340), ((int32_t)1168), ((int32_t)1214), 2, 0, /*hidden argument*/NULL); NullCheck(L_339); (L_339)->SetAt(static_cast(((int32_t)55)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_340); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_341 = L_339; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_342; memset((&L_342), 0, sizeof(L_342)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_342), ((int32_t)1217), ((int32_t)1219), 3, 0, /*hidden argument*/NULL); NullCheck(L_341); (L_341)->SetAt(static_cast(((int32_t)56)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_342); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_343 = L_341; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_344; memset((&L_344), 0, sizeof(L_344)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_344), ((int32_t)1223), ((int32_t)1223), 0, ((int32_t)1224), /*hidden argument*/NULL); NullCheck(L_343); (L_343)->SetAt(static_cast(((int32_t)57)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_344); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_345 = L_343; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_346; memset((&L_346), 0, sizeof(L_346)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_346), ((int32_t)1227), ((int32_t)1227), 0, ((int32_t)1228), /*hidden argument*/NULL); NullCheck(L_345); (L_345)->SetAt(static_cast(((int32_t)58)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_346); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_347 = L_345; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_348; memset((&L_348), 0, sizeof(L_348)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_348), ((int32_t)1232), ((int32_t)1258), 2, 0, /*hidden argument*/NULL); NullCheck(L_347); (L_347)->SetAt(static_cast(((int32_t)59)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_348); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_349 = L_347; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_350; memset((&L_350), 0, sizeof(L_350)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_350), ((int32_t)1262), ((int32_t)1268), 2, 0, /*hidden argument*/NULL); NullCheck(L_349); (L_349)->SetAt(static_cast(((int32_t)60)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_350); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_351 = L_349; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_352; memset((&L_352), 0, sizeof(L_352)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_352), ((int32_t)1272), ((int32_t)1272), 0, ((int32_t)1273), /*hidden argument*/NULL); NullCheck(L_351); (L_351)->SetAt(static_cast(((int32_t)61)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_352); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_353 = L_351; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_354; memset((&L_354), 0, sizeof(L_354)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_354), ((int32_t)1329), ((int32_t)1366), 1, ((int32_t)48), /*hidden argument*/NULL); NullCheck(L_353); (L_353)->SetAt(static_cast(((int32_t)62)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_354); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_355 = L_353; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_356; memset((&L_356), 0, sizeof(L_356)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_356), ((int32_t)4256), ((int32_t)4293), 1, ((int32_t)48), /*hidden argument*/NULL); NullCheck(L_355); (L_355)->SetAt(static_cast(((int32_t)63)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_356); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_357 = L_355; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_358; memset((&L_358), 0, sizeof(L_358)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_358), ((int32_t)7680), ((int32_t)7928), 2, 0, /*hidden argument*/NULL); NullCheck(L_357); (L_357)->SetAt(static_cast(((int32_t)64)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_358); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_359 = L_357; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_360; memset((&L_360), 0, sizeof(L_360)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_360), ((int32_t)7944), ((int32_t)7951), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_359); (L_359)->SetAt(static_cast(((int32_t)65)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_360); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_361 = L_359; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_362; memset((&L_362), 0, sizeof(L_362)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_362), ((int32_t)7960), ((int32_t)7967), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_361); (L_361)->SetAt(static_cast(((int32_t)66)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_362); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_363 = L_361; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_364; memset((&L_364), 0, sizeof(L_364)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_364), ((int32_t)7976), ((int32_t)7983), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_363); (L_363)->SetAt(static_cast(((int32_t)67)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_364); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_365 = L_363; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_366; memset((&L_366), 0, sizeof(L_366)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_366), ((int32_t)7992), ((int32_t)7999), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_365); (L_365)->SetAt(static_cast(((int32_t)68)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_366); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_367 = L_365; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_368; memset((&L_368), 0, sizeof(L_368)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_368), ((int32_t)8008), ((int32_t)8013), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_367); (L_367)->SetAt(static_cast(((int32_t)69)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_368); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_369 = L_367; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_370; memset((&L_370), 0, sizeof(L_370)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_370), ((int32_t)8025), ((int32_t)8025), 0, ((int32_t)8017), /*hidden argument*/NULL); NullCheck(L_369); (L_369)->SetAt(static_cast(((int32_t)70)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_370); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_371 = L_369; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_372; memset((&L_372), 0, sizeof(L_372)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_372), ((int32_t)8027), ((int32_t)8027), 0, ((int32_t)8019), /*hidden argument*/NULL); NullCheck(L_371); (L_371)->SetAt(static_cast(((int32_t)71)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_372); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_373 = L_371; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_374; memset((&L_374), 0, sizeof(L_374)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_374), ((int32_t)8029), ((int32_t)8029), 0, ((int32_t)8021), /*hidden argument*/NULL); NullCheck(L_373); (L_373)->SetAt(static_cast(((int32_t)72)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_374); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_375 = L_373; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_376; memset((&L_376), 0, sizeof(L_376)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_376), ((int32_t)8031), ((int32_t)8031), 0, ((int32_t)8023), /*hidden argument*/NULL); NullCheck(L_375); (L_375)->SetAt(static_cast(((int32_t)73)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_376); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_377 = L_375; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_378; memset((&L_378), 0, sizeof(L_378)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_378), ((int32_t)8040), ((int32_t)8047), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_377); (L_377)->SetAt(static_cast(((int32_t)74)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_378); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_379 = L_377; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_380; memset((&L_380), 0, sizeof(L_380)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_380), ((int32_t)8072), ((int32_t)8079), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_379); (L_379)->SetAt(static_cast(((int32_t)75)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_380); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_381 = L_379; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_382; memset((&L_382), 0, sizeof(L_382)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_382), ((int32_t)8088), ((int32_t)8095), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_381); (L_381)->SetAt(static_cast(((int32_t)76)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_382); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_383 = L_381; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_384; memset((&L_384), 0, sizeof(L_384)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_384), ((int32_t)8104), ((int32_t)8111), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_383); (L_383)->SetAt(static_cast(((int32_t)77)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_384); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_385 = L_383; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_386; memset((&L_386), 0, sizeof(L_386)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_386), ((int32_t)8120), ((int32_t)8121), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_385); (L_385)->SetAt(static_cast(((int32_t)78)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_386); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_387 = L_385; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_388; memset((&L_388), 0, sizeof(L_388)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_388), ((int32_t)8122), ((int32_t)8123), 1, ((int32_t)-74), /*hidden argument*/NULL); NullCheck(L_387); (L_387)->SetAt(static_cast(((int32_t)79)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_388); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_389 = L_387; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_390; memset((&L_390), 0, sizeof(L_390)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_390), ((int32_t)8124), ((int32_t)8124), 0, ((int32_t)8115), /*hidden argument*/NULL); NullCheck(L_389); (L_389)->SetAt(static_cast(((int32_t)80)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_390); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_391 = L_389; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_392; memset((&L_392), 0, sizeof(L_392)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_392), ((int32_t)8136), ((int32_t)8139), 1, ((int32_t)-86), /*hidden argument*/NULL); NullCheck(L_391); (L_391)->SetAt(static_cast(((int32_t)81)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_392); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_393 = L_391; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_394; memset((&L_394), 0, sizeof(L_394)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_394), ((int32_t)8140), ((int32_t)8140), 0, ((int32_t)8131), /*hidden argument*/NULL); NullCheck(L_393); (L_393)->SetAt(static_cast(((int32_t)82)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_394); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_395 = L_393; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_396; memset((&L_396), 0, sizeof(L_396)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_396), ((int32_t)8152), ((int32_t)8153), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_395); (L_395)->SetAt(static_cast(((int32_t)83)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_396); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_397 = L_395; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_398; memset((&L_398), 0, sizeof(L_398)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_398), ((int32_t)8154), ((int32_t)8155), 1, ((int32_t)-100), /*hidden argument*/NULL); NullCheck(L_397); (L_397)->SetAt(static_cast(((int32_t)84)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_398); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_399 = L_397; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_400; memset((&L_400), 0, sizeof(L_400)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_400), ((int32_t)8168), ((int32_t)8169), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_399); (L_399)->SetAt(static_cast(((int32_t)85)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_400); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_401 = L_399; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_402; memset((&L_402), 0, sizeof(L_402)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_402), ((int32_t)8170), ((int32_t)8171), 1, ((int32_t)-112), /*hidden argument*/NULL); NullCheck(L_401); (L_401)->SetAt(static_cast(((int32_t)86)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_402); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_403 = L_401; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_404; memset((&L_404), 0, sizeof(L_404)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_404), ((int32_t)8172), ((int32_t)8172), 0, ((int32_t)8165), /*hidden argument*/NULL); NullCheck(L_403); (L_403)->SetAt(static_cast(((int32_t)87)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_404); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_405 = L_403; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_406; memset((&L_406), 0, sizeof(L_406)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_406), ((int32_t)8184), ((int32_t)8185), 1, ((int32_t)-128), /*hidden argument*/NULL); NullCheck(L_405); (L_405)->SetAt(static_cast(((int32_t)88)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_406); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_407 = L_405; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_408; memset((&L_408), 0, sizeof(L_408)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_408), ((int32_t)8186), ((int32_t)8187), 1, ((int32_t)-126), /*hidden argument*/NULL); NullCheck(L_407); (L_407)->SetAt(static_cast(((int32_t)89)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_408); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_409 = L_407; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_410; memset((&L_410), 0, sizeof(L_410)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_410), ((int32_t)8188), ((int32_t)8188), 0, ((int32_t)8179), /*hidden argument*/NULL); NullCheck(L_409); (L_409)->SetAt(static_cast(((int32_t)90)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_410); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_411 = L_409; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_412; memset((&L_412), 0, sizeof(L_412)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_412), ((int32_t)8544), ((int32_t)8559), 1, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_411); (L_411)->SetAt(static_cast(((int32_t)91)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_412); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_413 = L_411; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_414; memset((&L_414), 0, sizeof(L_414)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_414), ((int32_t)9398), ((int32_t)9424), 1, ((int32_t)26), /*hidden argument*/NULL); NullCheck(L_413); (L_413)->SetAt(static_cast(((int32_t)92)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_414); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_415 = L_413; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_416; memset((&L_416), 0, sizeof(L_416)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_416), ((int32_t)65313), ((int32_t)65338), 1, ((int32_t)32), /*hidden argument*/NULL); NullCheck(L_415); (L_415)->SetAt(static_cast(((int32_t)93)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_416); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set__lcTable_18(L_415); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_417 = (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *)il2cpp_codegen_object_new(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var); Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B(L_417, ((int32_t)32), /*hidden argument*/Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B_RuntimeMethod_var); V_0 = L_417; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_418 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); V_1 = L_418; StringBuilder_t * L_419 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_419, ((int32_t)11), /*hidden argument*/NULL); V_2 = L_419; StringBuilder_t * L_420 = V_2; NullCheck(L_420); StringBuilder_t * L_421; L_421 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_420, 0, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_422 = V_1; NullCheck(L_422); (L_422)->SetAt(static_cast(0), (Il2CppChar)0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_423 = V_1; NullCheck(L_423); (L_423)->SetAt(static_cast(1), (Il2CppChar)((int32_t)15)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_424 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_425 = V_1; NullCheck(L_425); String_t* L_426; L_426 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_425)->GetAddressAt(static_cast(1))), /*hidden argument*/NULL); NullCheck(L_424); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_424, _stringLiteral8259BDC645D534B5B71BDC6C8AD2D935199FFA07, L_426, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_427 = V_1; NullCheck(L_427); (L_427)->SetAt(static_cast(2), (Il2CppChar)((int32_t)16)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_428 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_429 = V_1; NullCheck(L_429); String_t* L_430; L_430 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_429)->GetAddressAt(static_cast(2))), /*hidden argument*/NULL); NullCheck(L_428); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_428, _stringLiteralDAAC8074AC3DFB6E43BF44F036CA368289069A09, L_430, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_431 = V_1; NullCheck(L_431); (L_431)->SetAt(static_cast(3), (Il2CppChar)((int32_t)30)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_432 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_433 = V_1; NullCheck(L_433); String_t* L_434; L_434 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_433)->GetAddressAt(static_cast(3))), /*hidden argument*/NULL); NullCheck(L_432); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_432, _stringLiteral27CDC5C40A6244DAB073099C8597F6AE59E64332, L_434, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_435 = V_1; NullCheck(L_435); (L_435)->SetAt(static_cast(4), (Il2CppChar)((int32_t)18)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_436 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_437 = V_1; NullCheck(L_437); String_t* L_438; L_438 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_437)->GetAddressAt(static_cast(4))), /*hidden argument*/NULL); NullCheck(L_436); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_436, _stringLiteral572C38B92C9B0B812EDF7214BF6A234D5B82A1BF, L_438, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_439 = V_1; NullCheck(L_439); (L_439)->SetAt(static_cast(5), (Il2CppChar)((int32_t)17)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_440 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_441 = V_1; NullCheck(L_441); String_t* L_442; L_442 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_441)->GetAddressAt(static_cast(5))), /*hidden argument*/NULL); NullCheck(L_440); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_440, _stringLiteral492FBC692FA08806670CCBD96D41280D1A10D87C, L_442, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_443 = V_1; NullCheck(L_443); (L_443)->SetAt(static_cast(6), (Il2CppChar)0); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_444 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_445 = V_1; String_t* L_446; L_446 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_445, 0, 7, /*hidden argument*/NULL); NullCheck(L_444); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_444, _stringLiteralBF86C9E9E7FE0EF09A2EAE8066CDC31F859254CC, L_446, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_447 = V_1; NullCheck(L_447); (L_447)->SetAt(static_cast(1), (Il2CppChar)2); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_448 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_449 = V_1; NullCheck(L_449); String_t* L_450; L_450 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_449)->GetAddressAt(static_cast(1))), /*hidden argument*/NULL); NullCheck(L_448); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_448, _stringLiteralED5AFE132A97BA24E8306366DD70B9A8D78BFA48, L_450, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_451 = V_1; NullCheck(L_451); (L_451)->SetAt(static_cast(2), (Il2CppChar)4); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_452 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_453 = V_1; NullCheck(L_453); String_t* L_454; L_454 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_453)->GetAddressAt(static_cast(2))), /*hidden argument*/NULL); NullCheck(L_452); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_452, _stringLiteral4F6FCE005462468B85E1B17BF50DABD387E2AA0D, L_454, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_455 = V_1; NullCheck(L_455); (L_455)->SetAt(static_cast(3), (Il2CppChar)5); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_456 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_457 = V_1; NullCheck(L_457); String_t* L_458; L_458 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_457)->GetAddressAt(static_cast(3))), /*hidden argument*/NULL); NullCheck(L_456); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_456, _stringLiteral5672E54AB2E54B13506540FFFD4046D50ADD13F5, L_458, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_459 = V_1; NullCheck(L_459); (L_459)->SetAt(static_cast(4), (Il2CppChar)3); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_460 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_461 = V_1; NullCheck(L_461); String_t* L_462; L_462 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_461)->GetAddressAt(static_cast(4))), /*hidden argument*/NULL); NullCheck(L_460); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_460, _stringLiteralE7E8A279C6B408C8115ECB8D5D20FFD0A71025C3, L_462, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_463 = V_1; NullCheck(L_463); (L_463)->SetAt(static_cast(5), (Il2CppChar)1); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_464 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_465 = V_1; NullCheck(L_465); String_t* L_466; L_466 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_465)->GetAddressAt(static_cast(5))), /*hidden argument*/NULL); NullCheck(L_464); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_464, _stringLiteralF23271A51B0CAD6D72E7ADE5AD13B8927F6F770C, L_466, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_467 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_468 = V_1; String_t* L_469; L_469 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_468, 0, 7, /*hidden argument*/NULL); NullCheck(L_467); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_467, _stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A, L_469, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); StringBuilder_t * L_470 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_471 = V_1; String_t* L_472; L_472 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_471, 1, 5, /*hidden argument*/NULL); NullCheck(L_470); StringBuilder_t * L_473; L_473 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_470, L_472, /*hidden argument*/NULL); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_474 = V_0; String_t* L_475 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_InternalRegexIgnoreCase_5(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_476; L_476 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_477 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_478 = L_477; Il2CppChar L_479 = ((Il2CppChar)0); RuntimeObject * L_480 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_479); NullCheck(L_478); ArrayElementTypeCheck (L_478, L_480); (L_478)->SetAt(static_cast(0), (RuntimeObject *)L_480); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_481 = L_478; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_482 = V_1; NullCheck(L_482); int32_t L_483 = 1; uint16_t L_484 = (uint16_t)(L_482)->GetAt(static_cast(L_483)); Il2CppChar L_485 = ((Il2CppChar)L_484); RuntimeObject * L_486 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_485); NullCheck(L_481); ArrayElementTypeCheck (L_481, L_486); (L_481)->SetAt(static_cast(1), (RuntimeObject *)L_486); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_487 = L_481; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_488 = V_1; NullCheck(L_488); int32_t L_489 = 4; uint16_t L_490 = (uint16_t)(L_488)->GetAt(static_cast(L_489)); Il2CppChar L_491 = ((Il2CppChar)L_490); RuntimeObject * L_492 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_491); NullCheck(L_487); ArrayElementTypeCheck (L_487, L_492); (L_487)->SetAt(static_cast(2), (RuntimeObject *)L_492); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_493 = L_487; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_494 = V_1; NullCheck(L_494); int32_t L_495 = 5; uint16_t L_496 = (uint16_t)(L_494)->GetAt(static_cast(L_495)); Il2CppChar L_497 = ((Il2CppChar)L_496); RuntimeObject * L_498 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_497); NullCheck(L_493); ArrayElementTypeCheck (L_493, L_498); (L_493)->SetAt(static_cast(3), (RuntimeObject *)L_498); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_499 = L_493; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_500 = V_1; NullCheck(L_500); int32_t L_501 = 6; uint16_t L_502 = (uint16_t)(L_500)->GetAt(static_cast(L_501)); Il2CppChar L_503 = ((Il2CppChar)L_502); RuntimeObject * L_504 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_503); NullCheck(L_499); ArrayElementTypeCheck (L_499, L_504); (L_499)->SetAt(static_cast(4), (RuntimeObject *)L_504); String_t* L_505; L_505 = String_Format_m2CD22B92BC86D731EC55ED4D2A970491CBFD1C51(L_476, _stringLiteral3673FF002279CCCC33A113C482FD3DB9FE3D429A, L_499, /*hidden argument*/NULL); NullCheck(L_474); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_474, L_475, L_505, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_506 = V_1; NullCheck(L_506); (L_506)->SetAt(static_cast(1), (Il2CppChar)7); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_507 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_508 = V_1; NullCheck(L_508); String_t* L_509; L_509 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_508)->GetAddressAt(static_cast(1))), /*hidden argument*/NULL); NullCheck(L_507); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_507, _stringLiteralDC86C4C7779BA26AAC7ABC828D643C5F57E2DED0, L_509, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_510 = V_1; NullCheck(L_510); (L_510)->SetAt(static_cast(2), (Il2CppChar)8); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_511 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_512 = V_1; NullCheck(L_512); String_t* L_513; L_513 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_512)->GetAddressAt(static_cast(2))), /*hidden argument*/NULL); NullCheck(L_511); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_511, _stringLiteral16E57333086571811A55FB94A0709583DE6ED3ED, L_513, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_514 = V_1; NullCheck(L_514); (L_514)->SetAt(static_cast(3), (Il2CppChar)6); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_515 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_516 = V_1; NullCheck(L_516); String_t* L_517; L_517 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_516)->GetAddressAt(static_cast(3))), /*hidden argument*/NULL); NullCheck(L_515); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_515, _stringLiteral2A6312F3D68C885205BF84CED395D8AF4B0AE871, L_517, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_518 = V_1; NullCheck(L_518); (L_518)->SetAt(static_cast(4), (Il2CppChar)0); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_519 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_520 = V_1; String_t* L_521; L_521 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_520, 0, 5, /*hidden argument*/NULL); NullCheck(L_519); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_519, _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17, L_521, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); StringBuilder_t * L_522 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_523 = V_1; NullCheck(L_523); int32_t L_524 = 3; uint16_t L_525 = (uint16_t)(L_523)->GetAt(static_cast(L_524)); NullCheck(L_522); StringBuilder_t * L_526; L_526 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_522, L_525, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_527 = V_1; NullCheck(L_527); (L_527)->SetAt(static_cast(1), (Il2CppChar)((int32_t)9)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_528 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_529 = V_1; NullCheck(L_529); String_t* L_530; L_530 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_529)->GetAddressAt(static_cast(1))), /*hidden argument*/NULL); NullCheck(L_528); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_528, _stringLiteralA4FC45147C51541AA3B68C8DE185FC773C7F6CAD, L_530, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_531 = V_1; NullCheck(L_531); (L_531)->SetAt(static_cast(2), (Il2CppChar)((int32_t)10)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_532 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_533 = V_1; NullCheck(L_533); String_t* L_534; L_534 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_533)->GetAddressAt(static_cast(2))), /*hidden argument*/NULL); NullCheck(L_532); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_532, _stringLiteral10FD1944C65E314C0A29404FEA92EF36B361E76F, L_534, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_535 = V_1; NullCheck(L_535); (L_535)->SetAt(static_cast(3), (Il2CppChar)((int32_t)11)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_536 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_537 = V_1; NullCheck(L_537); String_t* L_538; L_538 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_537)->GetAddressAt(static_cast(3))), /*hidden argument*/NULL); NullCheck(L_536); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_536, _stringLiteralEBE46DF54B01B606DB21F86C7C40D5E6231B0C66, L_538, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_539 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_540 = V_1; String_t* L_541; L_541 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_540, 0, 5, /*hidden argument*/NULL); NullCheck(L_539); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_539, _stringLiteralE42E8BB820D4F7550A0F04619F4E15FDC56943B9, L_541, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); StringBuilder_t * L_542 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_543 = V_1; NullCheck(L_543); int32_t L_544 = 1; uint16_t L_545 = (uint16_t)(L_543)->GetAt(static_cast(L_544)); NullCheck(L_542); StringBuilder_t * L_546; L_546 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_542, L_545, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_547 = V_1; NullCheck(L_547); (L_547)->SetAt(static_cast(1), (Il2CppChar)((int32_t)19)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_548 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_549 = V_1; NullCheck(L_549); String_t* L_550; L_550 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_549)->GetAddressAt(static_cast(1))), /*hidden argument*/NULL); NullCheck(L_548); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_548, _stringLiteral2DA4F5666B10D635F4124ED2863B7EDAE4456F97, L_550, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_551 = V_1; NullCheck(L_551); (L_551)->SetAt(static_cast(2), (Il2CppChar)((int32_t)20)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_552 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_553 = V_1; NullCheck(L_553); String_t* L_554; L_554 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_553)->GetAddressAt(static_cast(2))), /*hidden argument*/NULL); NullCheck(L_552); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_552, _stringLiteralEE8F28023EC9CDDD92DEF34472DB9261ECBF59AD, L_554, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_555 = V_1; NullCheck(L_555); (L_555)->SetAt(static_cast(3), (Il2CppChar)((int32_t)22)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_556 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_557 = V_1; NullCheck(L_557); String_t* L_558; L_558 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_557)->GetAddressAt(static_cast(3))), /*hidden argument*/NULL); NullCheck(L_556); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_556, _stringLiteral78FDF6509F51FFE965CF86F9D7B2D7478FBC3CC8, L_558, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_559 = V_1; NullCheck(L_559); (L_559)->SetAt(static_cast(4), (Il2CppChar)((int32_t)25)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_560 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_561 = V_1; NullCheck(L_561); String_t* L_562; L_562 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_561)->GetAddressAt(static_cast(4))), /*hidden argument*/NULL); NullCheck(L_560); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_560, _stringLiteral815CF156B85729CF6777A81E222C740FEE04C774, L_562, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_563 = V_1; NullCheck(L_563); (L_563)->SetAt(static_cast(5), (Il2CppChar)((int32_t)21)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_564 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_565 = V_1; NullCheck(L_565); String_t* L_566; L_566 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_565)->GetAddressAt(static_cast(5))), /*hidden argument*/NULL); NullCheck(L_564); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_564, _stringLiteral17138F1A25103243037965AF0DACDE016F009F1F, L_566, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_567 = V_1; NullCheck(L_567); (L_567)->SetAt(static_cast(6), (Il2CppChar)((int32_t)24)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_568 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_569 = V_1; NullCheck(L_569); String_t* L_570; L_570 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_569)->GetAddressAt(static_cast(6))), /*hidden argument*/NULL); NullCheck(L_568); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_568, _stringLiteral2BC80923BC3E932EEF70C3EADA463E4AFCEAF41C, L_570, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_571 = V_1; NullCheck(L_571); (L_571)->SetAt(static_cast(7), (Il2CppChar)((int32_t)23)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_572 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_573 = V_1; NullCheck(L_573); String_t* L_574; L_574 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_573)->GetAddressAt(static_cast(7))), /*hidden argument*/NULL); NullCheck(L_572); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_572, _stringLiteralB17AD117813334488CF4057081F2A11E84A72B95, L_574, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_575 = V_1; NullCheck(L_575); (L_575)->SetAt(static_cast(8), (Il2CppChar)0); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_576 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_577 = V_1; String_t* L_578; L_578 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_577, 0, ((int32_t)9), /*hidden argument*/NULL); NullCheck(L_576); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_576, _stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34, L_578, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); StringBuilder_t * L_579 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_580 = V_1; NullCheck(L_580); int32_t L_581 = 1; uint16_t L_582 = (uint16_t)(L_580)->GetAt(static_cast(L_581)); NullCheck(L_579); StringBuilder_t * L_583; L_583 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_579, L_582, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_584 = V_1; NullCheck(L_584); (L_584)->SetAt(static_cast(1), (Il2CppChar)((int32_t)27)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_585 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_586 = V_1; NullCheck(L_586); String_t* L_587; L_587 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_586)->GetAddressAt(static_cast(1))), /*hidden argument*/NULL); NullCheck(L_585); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_585, _stringLiteral8503C1230DB9F8ED4C302C9ACA86BE76005A7AD4, L_587, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_588 = V_1; NullCheck(L_588); (L_588)->SetAt(static_cast(2), (Il2CppChar)((int32_t)28)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_589 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_590 = V_1; NullCheck(L_590); String_t* L_591; L_591 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_590)->GetAddressAt(static_cast(2))), /*hidden argument*/NULL); NullCheck(L_589); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_589, _stringLiteralD1CEBB9049B4505763F2EE8BDFDC123DF8F1DF08, L_591, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_592 = V_1; NullCheck(L_592); (L_592)->SetAt(static_cast(3), (Il2CppChar)((int32_t)26)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_593 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_594 = V_1; NullCheck(L_594); String_t* L_595; L_595 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_594)->GetAddressAt(static_cast(3))), /*hidden argument*/NULL); NullCheck(L_593); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_593, _stringLiteral60820866198451E7A511DDE45223B743485E091B, L_595, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_596 = V_1; NullCheck(L_596); (L_596)->SetAt(static_cast(4), (Il2CppChar)((int32_t)29)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_597 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_598 = V_1; NullCheck(L_598); String_t* L_599; L_599 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_598)->GetAddressAt(static_cast(4))), /*hidden argument*/NULL); NullCheck(L_597); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_597, _stringLiteral6400E1A9A53D55249951EBDFEFD090A6FEEA713C, L_599, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_600 = V_1; NullCheck(L_600); (L_600)->SetAt(static_cast(5), (Il2CppChar)0); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_601 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_602 = V_1; String_t* L_603; L_603 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_602, 0, 6, /*hidden argument*/NULL); NullCheck(L_601); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_601, _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10, L_603, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_604 = V_1; NullCheck(L_604); (L_604)->SetAt(static_cast(1), (Il2CppChar)((int32_t)13)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_605 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_606 = V_1; NullCheck(L_606); String_t* L_607; L_607 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_606)->GetAddressAt(static_cast(1))), /*hidden argument*/NULL); NullCheck(L_605); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_605, _stringLiteral0A4E2151BBA9A1D6C1D5A0AD327D1B10C9EE9832, L_607, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_608 = V_1; NullCheck(L_608); (L_608)->SetAt(static_cast(2), (Il2CppChar)((int32_t)14)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_609 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_610 = V_1; NullCheck(L_610); String_t* L_611; L_611 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_610)->GetAddressAt(static_cast(2))), /*hidden argument*/NULL); NullCheck(L_609); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_609, _stringLiteral46E1FF853298BBE44C51916BE2DE99315FDA94EE, L_611, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_612 = V_1; NullCheck(L_612); (L_612)->SetAt(static_cast(3), (Il2CppChar)((int32_t)12)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_613 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_614 = V_1; NullCheck(L_614); String_t* L_615; L_615 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_614)->GetAddressAt(static_cast(3))), /*hidden argument*/NULL); NullCheck(L_613); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_613, _stringLiteralCE0F5818CCD7D6797586BC1FA0752C6E48E439B5, L_615, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_616 = V_1; NullCheck(L_616); (L_616)->SetAt(static_cast(4), (Il2CppChar)0); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_617 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_618 = V_1; String_t* L_619; L_619 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_618, 0, 5, /*hidden argument*/NULL); NullCheck(L_617); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_617, _stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380, L_619, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); StringBuilder_t * L_620 = V_2; NullCheck(L_620); StringBuilder_t * L_621; L_621 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_620, 0, /*hidden argument*/NULL); StringBuilder_t * L_622 = V_2; NullCheck(L_622); String_t* L_623; L_623 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_622); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_Word_8(L_623); String_t* L_624 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Word_8(); String_t* L_625; L_625 = RegexCharClass_NegateCategory_m072F53A0339D3A8CE4E78305ED63514C2D677D23(L_624, /*hidden argument*/NULL); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_NotWord_9(L_625); String_t* L_626 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Space_6(); String_t* L_627; L_627 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralF2B24C7410972079451510683171FAFB0B4A4999, L_626, /*hidden argument*/NULL); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_SpaceClass_10(L_627); String_t* L_628 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Space_6(); String_t* L_629; L_629 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteral1F4340BCC7E7398B271CC84B0581D86C3498E89B, L_628, /*hidden argument*/NULL); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_NotSpaceClass_11(L_629); String_t* L_630 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Word_8(); NullCheck(L_630); int32_t L_631; L_631 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_630, /*hidden argument*/NULL); V_3 = ((int32_t)((uint16_t)L_631)); String_t* L_632; L_632 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_3), /*hidden argument*/NULL); String_t* L_633 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Word_8(); String_t* L_634; L_634 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(_stringLiteral9069CA78E7450A285173431B3E52C5C25299E473, L_632, L_633, /*hidden argument*/NULL); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_WordClass_12(L_634); String_t* L_635 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Word_8(); NullCheck(L_635); int32_t L_636; L_636 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_635, /*hidden argument*/NULL); V_3 = ((int32_t)((uint16_t)L_636)); String_t* L_637; L_637 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_3), /*hidden argument*/NULL); String_t* L_638 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Word_8(); String_t* L_639; L_639 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(_stringLiteral3C585604E87F855973731FEA83E21FAB9392D2FC, L_637, L_638, /*hidden argument*/NULL); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_NotWordClass_13(L_639); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_DigitClass_14(_stringLiteral63CBAAA066EA660C960DD134AECF48535F87D341); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_NotDigitClass_15(_stringLiteralD7CC7E478F16C73256D19059051F024252A028A8); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_640 = V_0; ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set__definedCategories_16(L_640); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass__ctor_m70685392EB3C5808958E20C99E045F33E21C8192 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_0 = (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *)il2cpp_codegen_object_new(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3_il2cpp_TypeInfo_var); List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358(L_0, 6, /*hidden argument*/List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358_RuntimeMethod_var); __this->set__rangelist_0(L_0); __this->set__canonical_2((bool)1); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_1, /*hidden argument*/NULL); __this->set__categories_1(L_1); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::.ctor(System.Boolean,System.Collections.Generic.List`1,System.Text.StringBuilder,System.Text.RegularExpressions.RegexCharClass) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass__ctor_m1751FAC691E10689BB486E5525B3D19F9523C5DB (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___negate0, List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * ___ranges1, StringBuilder_t * ___categories2, RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * ___subtraction3, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_0 = ___ranges1; __this->set__rangelist_0(L_0); StringBuilder_t * L_1 = ___categories2; __this->set__categories_1(L_1); __this->set__canonical_2((bool)1); bool L_2 = ___negate0; __this->set__negate_3(L_2); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_3 = ___subtraction3; __this->set__subtractor_4(L_3); return; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::get_CanMerge() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_get_CanMerge_mE5B4778068AA81EB1B7D426C48EF0C5CFEA0021B (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__negate_3(); if (L_0) { goto IL_0012; } } { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_1 = __this->get__subtractor_4(); return (bool)((((RuntimeObject*)(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Void System.Text.RegularExpressions.RegexCharClass::set_Negate(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_set_Negate_mC3CA41B098CF6B47BBF9101619F1AC4EAA3FD131 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__negate_3(L_0); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddChar_mDDCFF2A0510737DEAE68DEE7E1359AA7F07D0609 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; Il2CppChar L_1 = ___c0; RegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddCharClass(System.Text.RegularExpressions.RegexCharClass) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddCharClass_m1E139F8FDC0E1A33E143A3A413255F6D521F7EB8 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * ___cc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_0 = ___cc0; NullCheck(L_0); bool L_1 = L_0->get__canonical_2(); if (L_1) { goto IL_0011; } } { __this->set__canonical_2((bool)0); goto IL_0053; } IL_0011: { bool L_2 = __this->get__canonical_2(); if (!L_2) { goto IL_0053; } } { int32_t L_3; L_3 = RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0053; } } { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_4 = ___cc0; NullCheck(L_4); int32_t L_5; L_5 = RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0053; } } { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_6 = ___cc0; NullCheck(L_6); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_7; L_7 = RegexCharClass_GetRangeAt_m92D3897D77D2AD15415BA0DE4E8FB4FBBFFD092C(L_6, 0, /*hidden argument*/NULL); NullCheck(L_7); Il2CppChar L_8 = L_7->get__first_0(); int32_t L_9; L_9 = RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF(__this, /*hidden argument*/NULL); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_10; L_10 = RegexCharClass_GetRangeAt_m92D3897D77D2AD15415BA0DE4E8FB4FBBFFD092C(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_10); Il2CppChar L_11 = L_10->get__last_1(); if ((((int32_t)L_8) > ((int32_t)L_11))) { goto IL_0053; } } { __this->set__canonical_2((bool)0); } IL_0053: { V_0 = 0; goto IL_006d; } IL_0057: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_12 = __this->get__rangelist_0(); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_13 = ___cc0; int32_t L_14 = V_0; NullCheck(L_13); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_15; L_15 = RegexCharClass_GetRangeAt_m92D3897D77D2AD15415BA0DE4E8FB4FBBFFD092C(L_13, L_14, /*hidden argument*/NULL); NullCheck(L_12); List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06(L_12, L_15, /*hidden argument*/List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06_RuntimeMethod_var); int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_006d: { int32_t L_17 = V_0; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_18 = ___cc0; NullCheck(L_18); int32_t L_19; L_19 = RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF(L_18, /*hidden argument*/NULL); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_0057; } } { StringBuilder_t * L_20 = __this->get__categories_1(); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_21 = ___cc0; NullCheck(L_21); StringBuilder_t * L_22 = L_21->get__categories_1(); NullCheck(L_22); String_t* L_23; L_23 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22); NullCheck(L_20); StringBuilder_t * L_24; L_24 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_20, L_23, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddSet(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, String_t* ___set0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get__canonical_2(); if (!L_0) { goto IL_003d; } } { int32_t L_1; L_1 = RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_003d; } } { String_t* L_2 = ___set0; 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_003d; } } { String_t* L_4 = ___set0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 0, /*hidden argument*/NULL); int32_t L_6; L_6 = RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF(__this, /*hidden argument*/NULL); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_7; L_7 = RegexCharClass_GetRangeAt_m92D3897D77D2AD15415BA0DE4E8FB4FBBFFD092C(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_7); Il2CppChar L_8 = L_7->get__last_1(); if ((((int32_t)L_5) > ((int32_t)L_8))) { goto IL_003d; } } { __this->set__canonical_2((bool)0); } IL_003d: { V_0 = 0; goto IL_0068; } IL_0041: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_9 = __this->get__rangelist_0(); String_t* L_10 = ___set0; 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); String_t* L_13 = ___set0; int32_t L_14 = V_0; NullCheck(L_13); Il2CppChar L_15; L_15 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_16 = (SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 *)il2cpp_codegen_object_new(SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var); SingleRange__ctor_m886247FFB10501E4CDDC575B221D8CD1BC85E3B6(L_16, L_12, ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)))), /*hidden argument*/NULL); NullCheck(L_9); List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06(L_9, L_16, /*hidden argument*/List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06_RuntimeMethod_var); int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)2)); } IL_0068: { int32_t L_18 = V_0; String_t* L_19 = ___set0; NullCheck(L_19); int32_t L_20; L_20 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1))))) { goto IL_0041; } } { int32_t L_21 = V_0; String_t* L_22 = ___set0; 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_0098; } } { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_24 = __this->get__rangelist_0(); String_t* L_25 = ___set0; int32_t L_26 = V_0; NullCheck(L_25); Il2CppChar L_27; L_27 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_25, L_26, /*hidden argument*/NULL); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_28 = (SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 *)il2cpp_codegen_object_new(SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var); SingleRange__ctor_m886247FFB10501E4CDDC575B221D8CD1BC85E3B6(L_28, L_27, ((int32_t)65535), /*hidden argument*/NULL); NullCheck(L_24); List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06(L_24, L_28, /*hidden argument*/List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06_RuntimeMethod_var); } IL_0098: { return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddSubtraction(System.Text.RegularExpressions.RegexCharClass) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddSubtraction_m1FEE4A4FA29196BF22FBDD7EF3A263010E7661D9 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * ___sub0, const RuntimeMethod* method) { { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_0 = ___sub0; __this->set__subtractor_4(L_0); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddRange(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, Il2CppChar ___first0, Il2CppChar ___last1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_0 = __this->get__rangelist_0(); Il2CppChar L_1 = ___first0; Il2CppChar L_2 = ___last1; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_3 = (SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 *)il2cpp_codegen_object_new(SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var); SingleRange__ctor_m886247FFB10501E4CDDC575B221D8CD1BC85E3B6(L_3, L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06(L_0, L_3, /*hidden argument*/List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06_RuntimeMethod_var); bool L_4 = __this->get__canonical_2(); if (!L_4) { goto IL_004f; } } { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_5 = __this->get__rangelist_0(); NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_5, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_004f; } } { Il2CppChar L_7 = ___first0; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_8 = __this->get__rangelist_0(); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_9 = __this->get__rangelist_0(); NullCheck(L_9); int32_t L_10; L_10 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_9, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); NullCheck(L_8); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_11; L_11 = List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_inline(L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)), /*hidden argument*/List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_RuntimeMethod_var); NullCheck(L_11); Il2CppChar L_12 = L_11->get__last_1(); if ((((int32_t)L_7) > ((int32_t)L_12))) { goto IL_004f; } } { __this->set__canonical_2((bool)0); } IL_004f: { return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddCategoryFromName(System.String,System.Boolean,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddCategoryFromName_m53A239A7DACD3D5A676505E6E296C4AB999BBA4C (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, String_t* ___categoryName0, bool ___invert1, bool ___caseInsensitive2, String_t* ___pattern3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m4519CCC2D78183181E5B916CE527868718A804FD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mFCD5E71429358EE225039B602674518740D30141_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7E8A279C6B408C8115ECB8D5D20FFD0A71025C3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED5AFE132A97BA24E8306366DD70B9A8D78BFA48); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF23271A51B0CAD6D72E7ADE5AD13B8927F6F770C); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_0 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__definedCategories_16(); String_t* L_1 = ___categoryName0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_m4519CCC2D78183181E5B916CE527868718A804FD(L_0, L_1, (String_t**)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m4519CCC2D78183181E5B916CE527868718A804FD_RuntimeMethod_var); String_t* L_3 = V_0; if (!L_3) { goto IL_0072; } } { String_t* L_4 = ___categoryName0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_5 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_InternalRegexIgnoreCase_5(); NullCheck(L_4); bool L_6; L_6 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_4, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0072; } } { String_t* L_7 = V_0; V_1 = L_7; bool L_8 = ___caseInsensitive2; if (!L_8) { goto IL_005a; } } { String_t* L_9 = ___categoryName0; NullCheck(L_9); bool L_10; L_10 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_9, _stringLiteralED5AFE132A97BA24E8306366DD70B9A8D78BFA48, /*hidden argument*/NULL); if (L_10) { goto IL_004a; } } { String_t* L_11 = ___categoryName0; NullCheck(L_11); bool L_12; L_12 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_11, _stringLiteralF23271A51B0CAD6D72E7ADE5AD13B8927F6F770C, /*hidden argument*/NULL); if (L_12) { goto IL_004a; } } { String_t* L_13 = ___categoryName0; NullCheck(L_13); bool L_14; L_14 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_13, _stringLiteralE7E8A279C6B408C8115ECB8D5D20FFD0A71025C3, /*hidden argument*/NULL); if (!L_14) { goto IL_005a; } } IL_004a: { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_15 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__definedCategories_16(); String_t* L_16 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_InternalRegexIgnoreCase_5(); NullCheck(L_15); String_t* L_17; L_17 = Dictionary_2_get_Item_mFCD5E71429358EE225039B602674518740D30141(L_15, L_16, /*hidden argument*/Dictionary_2_get_Item_mFCD5E71429358EE225039B602674518740D30141_RuntimeMethod_var); V_1 = L_17; } IL_005a: { bool L_18 = ___invert1; if (!L_18) { goto IL_0064; } } { String_t* L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_20; L_20 = RegexCharClass_NegateCategory_m072F53A0339D3A8CE4E78305ED63514C2D677D23(L_19, /*hidden argument*/NULL); V_1 = L_20; } IL_0064: { StringBuilder_t * L_21 = __this->get__categories_1(); String_t* L_22 = V_1; NullCheck(L_21); StringBuilder_t * L_23; L_23 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_21, L_22, /*hidden argument*/NULL); return; } IL_0072: { String_t* L_24 = ___categoryName0; bool L_25 = ___invert1; String_t* L_26 = ___pattern3; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_27; L_27 = RegexCharClass_SetFromProperty_mCE940B1239E86E18385BC053D40EA74DB6E444DF(L_24, L_25, L_26, /*hidden argument*/NULL); RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6(__this, L_27, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddCategory(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddCategory_m75BF8C842C362F4D910FCB2BA59678BB71153C24 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, String_t* ___category0, const RuntimeMethod* method) { { StringBuilder_t * L_0 = __this->get__categories_1(); String_t* L_1 = ___category0; NullCheck(L_0); StringBuilder_t * L_2; L_2 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddLowercase(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddLowercase_m4FAE0AB13B3DB076F711B6B06C2E61F40A115B40 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, 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*)&List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * V_2 = NULL; Il2CppChar V_3 = 0x0; { __this->set__canonical_2((bool)0); V_0 = 0; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_0 = __this->get__rangelist_0(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_0, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); V_1 = L_1; goto IL_0066; } IL_0017: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_2 = __this->get__rangelist_0(); int32_t L_3 = V_0; NullCheck(L_2); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_4; L_4 = List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_RuntimeMethod_var); V_2 = L_4; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_5 = V_2; NullCheck(L_5); Il2CppChar L_6 = L_5->get__first_0(); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_7 = V_2; NullCheck(L_7); Il2CppChar L_8 = L_7->get__last_1(); if ((!(((uint32_t)L_6) == ((uint32_t)L_8)))) { goto IL_004f; } } { SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_9 = V_2; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_10 = V_2; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_11 = V_2; NullCheck(L_11); Il2CppChar L_12 = L_11->get__first_0(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13 = ___culture0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_14; L_14 = Char_ToLower_m60A275EC2DA1ED251F80FE314B7715B1D1EE0692(L_12, L_13, /*hidden argument*/NULL); Il2CppChar L_15 = L_14; V_3 = L_15; NullCheck(L_10); L_10->set__last_1(L_15); Il2CppChar L_16 = V_3; NullCheck(L_9); L_9->set__first_0(L_16); goto IL_0062; } IL_004f: { SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_17 = V_2; NullCheck(L_17); Il2CppChar L_18 = L_17->get__first_0(); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_19 = V_2; NullCheck(L_19); Il2CppChar L_20 = L_19->get__last_1(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21 = ___culture0; RegexCharClass_AddLowercaseRange_m0715BCBBB26E5000E2F87CC555DFFD1EF97414B1(__this, L_18, L_20, L_21, /*hidden argument*/NULL); } IL_0062: { int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0066: { int32_t L_23 = V_0; int32_t L_24 = V_1; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0017; } } { return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddLowercaseRange(System.Char,System.Char,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddLowercaseRange_m0715BCBBB26E5000E2F87CC555DFFD1EF97414B1 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, Il2CppChar ___chMin0, Il2CppChar ___chMax1, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; Il2CppChar V_4 = 0x0; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_0 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__lcTable_18(); NullCheck(L_0); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); goto IL_002d; } IL_000c: { int32_t L_1 = V_0; int32_t L_2 = V_1; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))/(int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_3 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__lcTable_18(); int32_t L_4 = V_2; NullCheck(L_3); Il2CppChar L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->get__chMax_1(); Il2CppChar L_6 = ___chMin0; if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_002b; } } { int32_t L_7 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); goto IL_002d; } IL_002b: { int32_t L_8 = V_2; V_1 = L_8; } IL_002d: { int32_t L_9 = V_0; int32_t L_10 = V_1; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_000c; } } { int32_t L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_12 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__lcTable_18(); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_00e7; } } { return; } IL_003f: { LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_13 = V_5; Il2CppChar L_14 = L_13.get__chMin_0(); Il2CppChar L_15 = L_14; V_3 = L_15; Il2CppChar L_16 = ___chMin0; if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_004d; } } { Il2CppChar L_17 = ___chMin0; V_3 = L_17; } IL_004d: { LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_18 = V_5; Il2CppChar L_19 = L_18.get__chMax_1(); Il2CppChar L_20 = L_19; V_4 = L_20; Il2CppChar L_21 = ___chMax1; if ((((int32_t)L_20) <= ((int32_t)L_21))) { goto IL_005d; } } { Il2CppChar L_22 = ___chMax1; V_4 = L_22; } IL_005d: { LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_23 = V_5; int32_t L_24 = L_23.get__lcOp_2(); V_6 = L_24; int32_t L_25 = V_6; switch (L_25) { case 0: { goto IL_007f; } case 1: { goto IL_0094; } case 2: { goto IL_00b0; } case 3: { goto IL_00be; } } } { goto IL_00d1; } IL_007f: { LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_26 = V_5; int32_t L_27 = L_26.get__data_3(); V_3 = ((int32_t)((uint16_t)L_27)); LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_28 = V_5; int32_t L_29 = L_28.get__data_3(); V_4 = ((int32_t)((uint16_t)L_29)); goto IL_00d1; } IL_0094: { Il2CppChar L_30 = V_3; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_31 = V_5; int32_t L_32 = L_31.get__data_3(); V_3 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)((int32_t)((uint16_t)L_32)))))); Il2CppChar L_33 = V_4; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_34 = V_5; int32_t L_35 = L_34.get__data_3(); V_4 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)((int32_t)((uint16_t)L_35)))))); goto IL_00d1; } IL_00b0: { Il2CppChar L_36 = V_3; V_3 = ((int32_t)((uint16_t)((int32_t)((int32_t)L_36|(int32_t)1)))); Il2CppChar L_37 = V_4; V_4 = ((int32_t)((uint16_t)((int32_t)((int32_t)L_37|(int32_t)1)))); goto IL_00d1; } IL_00be: { Il2CppChar L_38 = V_3; Il2CppChar L_39 = V_3; V_3 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_39&(int32_t)1)))))))); Il2CppChar L_40 = V_4; Il2CppChar L_41 = V_4; V_4 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_41&(int32_t)1)))))))); } IL_00d1: { Il2CppChar L_42 = V_3; Il2CppChar L_43 = ___chMin0; if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_00da; } } { Il2CppChar L_44 = V_4; Il2CppChar L_45 = ___chMax1; if ((((int32_t)L_44) <= ((int32_t)L_45))) { goto IL_00e3; } } IL_00da: { Il2CppChar L_46 = V_3; Il2CppChar L_47 = V_4; RegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A(__this, L_46, L_47, /*hidden argument*/NULL); } IL_00e3: { int32_t L_48 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00e7: { int32_t L_49 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_50 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__lcTable_18(); NullCheck(L_50); if ((((int32_t)L_49) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length)))))) { goto IL_010a; } } { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_51 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__lcTable_18(); int32_t L_52 = V_0; NullCheck(L_51); int32_t L_53 = L_52; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_54 = (L_51)->GetAt(static_cast(L_53)); LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_55 = L_54; V_5 = L_55; Il2CppChar L_56 = L_55.get__chMin_0(); Il2CppChar L_57 = ___chMax1; if ((((int32_t)L_56) <= ((int32_t)L_57))) { goto IL_003f; } } IL_010a: { return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddWord(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddWord_m977499503E6B5EB99106DF69247EBE65DDE301D9 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___ecma0, bool ___negate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C834A0A1BF9CAFE03A200455551D5F3BE9F6A17); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DE7291AD6C60143F257C33D0032851C6605B3D5); s_Il2CppMethodInitialized = true; } { bool L_0 = ___negate1; if (!L_0) { goto IL_001e; } } { bool L_1 = ___ecma0; if (!L_1) { goto IL_0012; } } { RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6(__this, _stringLiteral8DE7291AD6C60143F257C33D0032851C6605B3D5, /*hidden argument*/NULL); return; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_2 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_NotWord_9(); RegexCharClass_AddCategory_m75BF8C842C362F4D910FCB2BA59678BB71153C24(__this, L_2, /*hidden argument*/NULL); return; } IL_001e: { bool L_3 = ___ecma0; if (!L_3) { goto IL_002d; } } { RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6(__this, _stringLiteral4C834A0A1BF9CAFE03A200455551D5F3BE9F6A17, /*hidden argument*/NULL); return; } IL_002d: { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_4 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Word_8(); RegexCharClass_AddCategory_m75BF8C842C362F4D910FCB2BA59678BB71153C24(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddSpace(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddSpace_mA542E2916FEB49051A7AA0490704466DA85326BD (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___ecma0, bool ___negate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F976B576FF11797205EF4CC68ACD9A800BE2AC1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8EA5CF52FFE7CFAC422779A2A3A79A89B2C32DD0); s_Il2CppMethodInitialized = true; } { bool L_0 = ___negate1; if (!L_0) { goto IL_001e; } } { bool L_1 = ___ecma0; if (!L_1) { goto IL_0012; } } { RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6(__this, _stringLiteral4F976B576FF11797205EF4CC68ACD9A800BE2AC1, /*hidden argument*/NULL); return; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_2 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_NotSpace_7(); RegexCharClass_AddCategory_m75BF8C842C362F4D910FCB2BA59678BB71153C24(__this, L_2, /*hidden argument*/NULL); return; } IL_001e: { bool L_3 = ___ecma0; if (!L_3) { goto IL_002d; } } { RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6(__this, _stringLiteral8EA5CF52FFE7CFAC422779A2A3A79A89B2C32DD0, /*hidden argument*/NULL); return; } IL_002d: { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_4 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Space_6(); RegexCharClass_AddCategory_m75BF8C842C362F4D910FCB2BA59678BB71153C24(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddDigit(System.Boolean,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddDigit_m7B6D6AA1D10B8D29D004D94FC26F9CA53B3306D7 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___ecma0, bool ___negate1, String_t* ___pattern2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44B60543C50583A2A430E5FA54F980E8284D55D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA4FC45147C51541AA3B68C8DE185FC773C7F6CAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABE9CD4CAAC47E6616956B57C733BDA8F7C48677); s_Il2CppMethodInitialized = true; } { bool L_0 = ___ecma0; if (!L_0) { goto IL_001e; } } { bool L_1 = ___negate1; if (!L_1) { goto IL_0012; } } { RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6(__this, _stringLiteral44B60543C50583A2A430E5FA54F980E8284D55D1, /*hidden argument*/NULL); return; } IL_0012: { RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6(__this, _stringLiteralABE9CD4CAAC47E6616956B57C733BDA8F7C48677, /*hidden argument*/NULL); return; } IL_001e: { bool L_2 = ___negate1; String_t* L_3 = ___pattern2; RegexCharClass_AddCategoryFromName_m53A239A7DACD3D5A676505E6E296C4AB999BBA4C(__this, _stringLiteralA4FC45147C51541AA3B68C8DE185FC773C7F6CAD, L_2, (bool)0, L_3, /*hidden argument*/NULL); return; } } // System.Char System.Text.RegularExpressions.RegexCharClass::SingletonChar(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexCharClass_SingletonChar_m287352E084BDC6F832C03E5D0B11417E6CAB272A (String_t* ___set0, const RuntimeMethod* method) { { String_t* L_0 = ___set0; NullCheck(L_0); Il2CppChar L_1; L_1 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, 3, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsMergeable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsMergeable_m9E85A3FD3138B8A6F49DD90B48B8BB0F6B5A465A (String_t* ___charClass0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___charClass0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_1; L_1 = RegexCharClass_IsNegated_m44BA8DC6E87254581A644FC420A31FBB7DF5E09E(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { String_t* L_2 = ___charClass0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_3; L_3 = RegexCharClass_IsSubtraction_m442D7EB160CC33766FA9365B1BC0B705BB9C328B(L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsEmpty_m9D3193CCDCCD224C399FDE450DA72AF2E4FF8DF8 (String_t* ___charClass0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___charClass0; NullCheck(L_0); Il2CppChar L_1; L_1 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, 2, /*hidden argument*/NULL); if (L_1) { goto IL_0025; } } { String_t* L_2 = ___charClass0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 0, /*hidden argument*/NULL); if (L_3) { goto IL_0025; } } { String_t* L_4 = ___charClass0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 1, /*hidden argument*/NULL); if (L_5) { goto IL_0025; } } { String_t* L_6 = ___charClass0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_7; L_7 = RegexCharClass_IsSubtraction_m442D7EB160CC33766FA9365B1BC0B705BB9C328B(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0025; } } { return (bool)1; } IL_0025: { return (bool)0; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSingleton(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsSingleton_m23C6087CC66E79952EDBE19176814AB87CAB7E1E (String_t* ___set0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___set0; NullCheck(L_0); Il2CppChar L_1; L_1 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, 0, /*hidden argument*/NULL); if (L_1) { goto IL_0046; } } { String_t* L_2 = ___set0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 2, /*hidden argument*/NULL); if (L_3) { goto IL_0046; } } { String_t* L_4 = ___set0; 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)2)))) { goto IL_0046; } } { String_t* L_6 = ___set0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_7; L_7 = RegexCharClass_IsSubtraction_m442D7EB160CC33766FA9365B1BC0B705BB9C328B(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0046; } } { String_t* L_8 = ___set0; NullCheck(L_8); Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, 3, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)65535)))) { goto IL_0044; } } { String_t* L_10 = ___set0; NullCheck(L_10); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, 3, /*hidden argument*/NULL); String_t* L_12 = ___set0; NullCheck(L_12); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, 4, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))) == ((uint32_t)L_13)))) { goto IL_0046; } } IL_0044: { return (bool)1; } IL_0046: { return (bool)0; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSingletonInverse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsSingletonInverse_mC94D851A51FFD4DB90BFD7ADFA9545EA81A96307 (String_t* ___set0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___set0; NullCheck(L_0); Il2CppChar L_1; L_1 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0047; } } { String_t* L_2 = ___set0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 2, /*hidden argument*/NULL); if (L_3) { goto IL_0047; } } { String_t* L_4 = ___set0; 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)2)))) { goto IL_0047; } } { String_t* L_6 = ___set0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_7; L_7 = RegexCharClass_IsSubtraction_m442D7EB160CC33766FA9365B1BC0B705BB9C328B(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0047; } } { String_t* L_8 = ___set0; NullCheck(L_8); Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, 3, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)65535)))) { goto IL_0045; } } { String_t* L_10 = ___set0; NullCheck(L_10); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, 3, /*hidden argument*/NULL); String_t* L_12 = ___set0; NullCheck(L_12); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, 4, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))) == ((uint32_t)L_13)))) { goto IL_0047; } } IL_0045: { return (bool)1; } IL_0047: { return (bool)0; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSubtraction(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsSubtraction_m442D7EB160CC33766FA9365B1BC0B705BB9C328B (String_t* ___charClass0, const RuntimeMethod* method) { { String_t* L_0 = ___charClass0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); String_t* L_2 = ___charClass0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 1, /*hidden argument*/NULL); String_t* L_4 = ___charClass0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 2, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_3)), (int32_t)L_5))))? 1 : 0); } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsNegated(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsNegated_m44BA8DC6E87254581A644FC420A31FBB7DF5E09E (String_t* ___set0, const RuntimeMethod* method) { { String_t* L_0 = ___set0; if (!L_0) { goto IL_000e; } } { String_t* L_1 = ___set0; NullCheck(L_1); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, 0, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)1))? 1 : 0); } IL_000e: { return (bool)0; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsECMAWordChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsECMAWordChar_mCA8AA9207304F384138565DDE5D73C771F4D958D (Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF1CF539722D58CC569DAE01700516448ABF534B); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_1; L_1 = RegexCharClass_CharInClass_mBF20B9E1805FA10D4F807E7C185C5ACC45CA62D9(L_0, _stringLiteralDF1CF539722D58CC569DAE01700516448ABF534B, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsWordChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsWordChar_m197106A86C557CC422DFD4B274D6703250941C8E (Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_1 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_WordClass_12(); bool L_2; L_2 = RegexCharClass_CharInClass_mBF20B9E1805FA10D4F807E7C185C5ACC45CA62D9(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001e; } } { Il2CppChar L_3 = ___ch0; if ((((int32_t)L_3) == ((int32_t)((int32_t)8205)))) { goto IL_001e; } } { Il2CppChar L_4 = ___ch0; return (bool)((((int32_t)L_4) == ((int32_t)((int32_t)8204)))? 1 : 0); } IL_001e: { return (bool)1; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClass(System.Char,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClass_mBF20B9E1805FA10D4F807E7C185C5ACC45CA62D9 (Il2CppChar ___ch0, String_t* ___set1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___ch0; String_t* L_1 = ___set1; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_2; L_2 = RegexCharClass_CharInClassRecursive_mC6D3AC73C05863813119E511F0D948F771E7010D(L_0, L_1, 0, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClassRecursive(System.Char,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClassRecursive_mC6D3AC73C05863813119E511F0D948F771E7010D (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; bool V_4 = false; { String_t* L_0 = ___set1; int32_t L_1 = ___start2; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = ___set1; int32_t L_4 = ___start2; 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)2)), /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = ___start2; int32_t L_7 = V_0; int32_t L_8 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)3)), (int32_t)L_7)), (int32_t)L_8)); V_3 = (bool)0; String_t* L_9 = ___set1; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); int32_t L_11 = V_2; if ((((int32_t)L_10) <= ((int32_t)L_11))) { goto IL_0030; } } { Il2CppChar L_12 = ___ch0; String_t* L_13 = ___set1; int32_t L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_15; L_15 = RegexCharClass_CharInClassRecursive_mC6D3AC73C05863813119E511F0D948F771E7010D(L_12, L_13, L_14, /*hidden argument*/NULL); V_3 = L_15; } IL_0030: { Il2CppChar L_16 = ___ch0; String_t* L_17 = ___set1; int32_t L_18 = ___start2; int32_t L_19 = V_0; int32_t L_20 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_21; L_21 = RegexCharClass_CharInClassInternal_m6BBDF7CB36ADDEB42D06E72FDBED23A0AF9430C4(L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL); V_4 = L_21; String_t* L_22 = ___set1; int32_t L_23 = ___start2; NullCheck(L_22); Il2CppChar L_24; L_24 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_22, L_23, /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)1)))) { goto IL_004d; } } { bool L_25 = V_4; V_4 = (bool)((((int32_t)L_25) == ((int32_t)0))? 1 : 0); } IL_004d: { bool L_26 = V_4; if (!L_26) { goto IL_0056; } } { bool L_27 = V_3; return (bool)((((int32_t)L_27) == ((int32_t)0))? 1 : 0); } IL_0056: { return (bool)0; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClassInternal(System.Char,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClassInternal_m6BBDF7CB36ADDEB42D06E72FDBED23A0AF9430C4 (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, int32_t ___mySetLength3, int32_t ___myCategoryLength4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___start2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)3)); int32_t L_1 = V_0; int32_t L_2 = ___mySetLength3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)); goto IL_0022; } IL_000a: { int32_t L_3 = V_0; int32_t L_4 = V_1; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))/(int32_t)2)); Il2CppChar L_5 = ___ch0; String_t* L_6 = ___set1; int32_t L_7 = V_2; NullCheck(L_6); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, L_7, /*hidden argument*/NULL); if ((((int32_t)L_5) >= ((int32_t)L_8))) { goto IL_001e; } } { int32_t L_9 = V_2; V_1 = L_9; goto IL_0022; } IL_001e: { int32_t L_10 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0022: { int32_t L_11 = V_0; int32_t L_12 = V_1; if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_000a; } } { int32_t L_13 = V_0; int32_t L_14 = ___start2; if ((!(((uint32_t)((int32_t)((int32_t)L_13&(int32_t)1))) == ((uint32_t)((int32_t)((int32_t)L_14&(int32_t)1)))))) { goto IL_0030; } } { return (bool)1; } IL_0030: { int32_t L_15 = ___myCategoryLength4; if (L_15) { goto IL_0036; } } { return (bool)0; } IL_0036: { Il2CppChar L_16 = ___ch0; String_t* L_17 = ___set1; int32_t L_18 = ___start2; int32_t L_19 = ___mySetLength3; int32_t L_20 = ___myCategoryLength4; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_21; L_21 = RegexCharClass_CharInCategory_m348268E60F423E6ACC9D3BEB62781F88B3D51310(L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL); return L_21; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInCategory(System.Char,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInCategory_m348268E60F423E6ACC9D3BEB62781F88B3D51310 (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, int32_t ___mySetLength3, int32_t ___myCategoryLength4, 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*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Il2CppChar L_0 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Char_GetUnicodeCategory_mC1963B628B32D9B09438C025372240FD6B5A96A4(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___start2; int32_t L_3 = ___mySetLength3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)3)), (int32_t)L_3)); int32_t L_4 = V_1; int32_t L_5 = ___myCategoryLength4; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)); goto IL_0074; } IL_0014: { String_t* L_6 = ___set1; int32_t L_7 = V_1; NullCheck(L_6); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, L_7, /*hidden argument*/NULL); V_3 = ((int16_t)((int16_t)L_8)); int32_t L_9 = V_3; if (L_9) { goto IL_002e; } } { Il2CppChar L_10 = ___ch0; int32_t L_11 = V_0; String_t* L_12 = ___set1; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_13; L_13 = RegexCharClass_CharInCategoryGroup_mE9288352C87A9BE8258AB76C0D4F4D6FEF470367(L_10, L_11, L_12, (int32_t*)(&V_1), /*hidden argument*/NULL); if (!L_13) { goto IL_0070; } } { return (bool)1; } IL_002e: { int32_t L_14 = V_3; if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_0051; } } { int32_t L_15 = V_3; if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)100))))) { goto IL_0047; } } { Il2CppChar L_16 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_17; L_17 = Char_IsWhiteSpace_mA78B7CA7BF0CA022525EA150EB6028F45E33C775(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0041; } } { return (bool)1; } IL_0041: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); goto IL_0074; } IL_0047: { int32_t L_19 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_0; int32_t L_21 = V_3; if ((!(((uint32_t)L_20) == ((uint32_t)L_21)))) { goto IL_0070; } } { return (bool)1; } IL_0051: { int32_t L_22 = V_3; if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)-100))))) { goto IL_0066; } } { Il2CppChar L_23 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_24; L_24 = Char_IsWhiteSpace_mA78B7CA7BF0CA022525EA150EB6028F45E33C775(L_23, /*hidden argument*/NULL); if (L_24) { goto IL_0060; } } { return (bool)1; } IL_0060: { int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); goto IL_0074; } IL_0066: { int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)(-1), (int32_t)L_26)); int32_t L_27 = V_0; int32_t L_28 = V_3; if ((((int32_t)L_27) == ((int32_t)L_28))) { goto IL_0070; } } { return (bool)1; } IL_0070: { int32_t L_29 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0074: { int32_t L_30 = V_1; int32_t L_31 = V_2; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_0014; } } { return (bool)0; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInCategoryGroup(System.Char,System.Globalization.UnicodeCategory,System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInCategoryGroup_mE9288352C87A9BE8258AB76C0D4F4D6FEF470367 (Il2CppChar ___ch0, int32_t ___chcategory1, String_t* ___category2, int32_t* ___i3, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; { int32_t* L_0 = ___i3; int32_t* L_1 = ___i3; int32_t L_2 = *((int32_t*)L_1); *((int32_t*)L_0) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); String_t* L_3 = ___category2; int32_t* L_4 = ___i3; int32_t L_5 = *((int32_t*)L_4); NullCheck(L_3); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_5, /*hidden argument*/NULL); V_0 = ((int16_t)((int16_t)L_6)); int32_t L_7 = V_0; if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_003a; } } { V_1 = (bool)0; goto IL_0035; } IL_0018: { bool L_8 = V_1; if (L_8) { goto IL_0025; } } { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); int32_t L_10 = ___chcategory1; int32_t L_11 = V_0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0025; } } { V_1 = (bool)1; } IL_0025: { int32_t* L_12 = ___i3; int32_t* L_13 = ___i3; int32_t L_14 = *((int32_t*)L_13); *((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); String_t* L_15 = ___category2; int32_t* L_16 = ___i3; int32_t L_17 = *((int32_t*)L_16); NullCheck(L_15); Il2CppChar L_18; L_18 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_15, L_17, /*hidden argument*/NULL); V_0 = ((int16_t)((int16_t)L_18)); } IL_0035: { int32_t L_19 = V_0; if (L_19) { goto IL_0018; } } { bool L_20 = V_1; return L_20; } IL_003a: { V_2 = (bool)1; goto IL_005b; } IL_003e: { bool L_21 = V_2; if (!L_21) { goto IL_004b; } } { int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(-1), (int32_t)L_22)); int32_t L_23 = ___chcategory1; int32_t L_24 = V_0; if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_004b; } } { V_2 = (bool)0; } IL_004b: { int32_t* L_25 = ___i3; int32_t* L_26 = ___i3; int32_t L_27 = *((int32_t*)L_26); *((int32_t*)L_25) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); String_t* L_28 = ___category2; int32_t* L_29 = ___i3; int32_t L_30 = *((int32_t*)L_29); NullCheck(L_28); Il2CppChar L_31; L_31 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_28, L_30, /*hidden argument*/NULL); V_0 = ((int16_t)((int16_t)L_31)); } IL_005b: { int32_t L_32 = V_0; if (L_32) { goto IL_003e; } } { bool L_33 = V_2; return L_33; } } // System.String System.Text.RegularExpressions.RegexCharClass::NegateCategory(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexCharClass_NegateCategory_m072F53A0339D3A8CE4E78305ED63514C2D677D23 (String_t* ___category0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int16_t V_2 = 0; { String_t* L_0 = ___category0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { String_t* L_1 = ___category0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; goto IL_002c; } IL_0015: { String_t* L_4 = ___category0; 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_2 = ((int16_t)((int16_t)L_6)); StringBuilder_t * L_7 = V_0; int16_t L_8 = V_2; NullCheck(L_7); StringBuilder_t * L_9; L_9 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_7, ((int32_t)((uint16_t)((-L_8)))), /*hidden argument*/NULL); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002c: { int32_t L_11 = V_1; String_t* L_12 = ___category0; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0015; } } { StringBuilder_t * L_14 = V_0; NullCheck(L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); return L_15; } } // System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexCharClass::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * RegexCharClass_Parse_mB1B505BEBEFA212048DAA271B315B5AAC7EB3002 (String_t* ___charClass0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___charClass0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_1; L_1 = RegexCharClass_ParseRecursive_m6B44210D734A59140B5DC06D0EBBE1D2D5072E0A(L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexCharClass::ParseRecursive(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * RegexCharClass_ParseRecursive_m6B44210D734A59140B5DC06D0EBBE1D2D5072E0A (String_t* ___charClass0, int32_t ___start1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * V_6 = NULL; Il2CppChar V_7 = 0x0; Il2CppChar V_8 = 0x0; { String_t* L_0 = ___charClass0; int32_t L_1 = ___start1; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = ___charClass0; int32_t L_4 = ___start1; 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)2)), /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = ___start1; int32_t L_7 = V_0; int32_t L_8 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)3)), (int32_t)L_7)), (int32_t)L_8)); int32_t L_9 = V_0; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_10 = (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *)il2cpp_codegen_object_new(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3_il2cpp_TypeInfo_var); List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358(L_10, L_9, /*hidden argument*/List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358_RuntimeMethod_var); V_3 = L_10; int32_t L_11 = ___start1; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)3)); int32_t L_12 = V_4; int32_t L_13 = V_0; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)); goto IL_0071; } IL_0030: { String_t* L_14 = ___charClass0; 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); V_7 = L_16; int32_t L_17 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); int32_t L_18 = V_4; int32_t L_19 = V_5; if ((((int32_t)L_18) >= ((int32_t)L_19))) { goto IL_0055; } } { String_t* L_20 = ___charClass0; int32_t L_21 = V_4; NullCheck(L_20); Il2CppChar L_22; L_22 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_20, L_21, /*hidden argument*/NULL); V_8 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)))); goto IL_005c; } IL_0055: { V_8 = ((int32_t)65535); } IL_005c: { int32_t L_23 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_24 = V_3; Il2CppChar L_25 = V_7; Il2CppChar L_26 = V_8; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_27 = (SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 *)il2cpp_codegen_object_new(SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var); SingleRange__ctor_m886247FFB10501E4CDDC575B221D8CD1BC85E3B6(L_27, L_25, L_26, /*hidden argument*/NULL); NullCheck(L_24); List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06(L_24, L_27, /*hidden argument*/List_1_Add_mA78E7A1F6198A4435DE998F64562C162AFCB0F06_RuntimeMethod_var); } IL_0071: { int32_t L_28 = V_4; int32_t L_29 = V_5; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0030; } } { V_6 = (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 *)NULL; String_t* L_30 = ___charClass0; NullCheck(L_30); int32_t L_31; L_31 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_30, /*hidden argument*/NULL); int32_t L_32 = V_2; if ((((int32_t)L_31) <= ((int32_t)L_32))) { goto IL_008c; } } { String_t* L_33 = ___charClass0; int32_t L_34 = V_2; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_35; L_35 = RegexCharClass_ParseRecursive_m6B44210D734A59140B5DC06D0EBBE1D2D5072E0A(L_33, L_34, /*hidden argument*/NULL); V_6 = L_35; } IL_008c: { String_t* L_36 = ___charClass0; int32_t L_37 = ___start1; NullCheck(L_36); Il2CppChar L_38; L_38 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_36, L_37, /*hidden argument*/NULL); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_39 = V_3; String_t* L_40 = ___charClass0; int32_t L_41 = V_5; int32_t L_42 = V_1; NullCheck(L_40); String_t* L_43; L_43 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_40, L_41, L_42, /*hidden argument*/NULL); StringBuilder_t * L_44 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77(L_44, L_43, /*hidden argument*/NULL); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_45 = V_6; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_46 = (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 *)il2cpp_codegen_object_new(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); RegexCharClass__ctor_m1751FAC691E10689BB486E5525B3D19F9523C5DB(L_46, (bool)((((int32_t)L_38) == ((int32_t)1))? 1 : 0), L_39, L_44, L_45, /*hidden argument*/NULL); return L_46; } } // System.Int32 System.Text.RegularExpressions.RegexCharClass::RangeCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_0 = __this->get__rangelist_0(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_0, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); return L_1; } } // System.String System.Text.RegularExpressions.RegexCharClass::ToStringClass() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexCharClass_ToStringClass_mFC6754E97F014AFE4B5138AD5386E9C76D1D3CD7 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * V_4 = NULL; { bool L_0 = __this->get__canonical_2(); if (L_0) { goto IL_000e; } } { RegexCharClass_Canonicalize_mFD09C33130AD6323D1AFA7944B02DD68A5731A66(__this, /*hidden argument*/NULL); } IL_000e: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_1 = __this->get__rangelist_0(); NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_1, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)); int32_t L_3 = V_0; StringBuilder_t * L_4 = __this->get__categories_1(); NullCheck(L_4); int32_t L_5; L_5 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_4, /*hidden argument*/NULL); StringBuilder_t * L_6 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_6, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_5)), (int32_t)3)), /*hidden argument*/NULL); V_1 = L_6; bool L_7 = __this->get__negate_3(); if (!L_7) { goto IL_003d; } } { V_2 = 1; goto IL_003f; } IL_003d: { V_2 = 0; } IL_003f: { StringBuilder_t * L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_8); StringBuilder_t * L_10; L_10 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_8, ((int32_t)((uint16_t)L_9)), /*hidden argument*/NULL); StringBuilder_t * L_11 = V_1; int32_t L_12 = V_0; NullCheck(L_11); StringBuilder_t * L_13; L_13 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_11, ((int32_t)((uint16_t)L_12)), /*hidden argument*/NULL); StringBuilder_t * L_14 = V_1; StringBuilder_t * L_15 = __this->get__categories_1(); NullCheck(L_15); int32_t L_16; L_16 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_15, /*hidden argument*/NULL); NullCheck(L_14); StringBuilder_t * L_17; L_17 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_14, ((int32_t)((uint16_t)L_16)), /*hidden argument*/NULL); V_3 = 0; goto IL_00a7; } IL_0068: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_18 = __this->get__rangelist_0(); int32_t L_19 = V_3; NullCheck(L_18); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_20; L_20 = List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_inline(L_18, L_19, /*hidden argument*/List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_RuntimeMethod_var); V_4 = L_20; StringBuilder_t * L_21 = V_1; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_22 = V_4; NullCheck(L_22); Il2CppChar L_23 = L_22->get__first_0(); NullCheck(L_21); StringBuilder_t * L_24; L_24 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_21, L_23, /*hidden argument*/NULL); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_25 = V_4; NullCheck(L_25); Il2CppChar L_26 = L_25->get__last_1(); if ((((int32_t)L_26) == ((int32_t)((int32_t)65535)))) { goto IL_00a3; } } { StringBuilder_t * L_27 = V_1; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_28 = V_4; NullCheck(L_28); Il2CppChar L_29 = L_28->get__last_1(); NullCheck(L_27); StringBuilder_t * L_30; L_30 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_27, ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)))), /*hidden argument*/NULL); } IL_00a3: { int32_t L_31 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00a7: { int32_t L_32 = V_3; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_33 = __this->get__rangelist_0(); NullCheck(L_33); int32_t L_34; L_34 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_33, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_0068; } } { StringBuilder_t * L_35 = V_1; StringBuilder_t * L_36 = V_1; NullCheck(L_36); int32_t L_37; L_37 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_36, /*hidden argument*/NULL); NullCheck(L_35); StringBuilder_set_Chars_m57ED3E11363F83AC84E9B833E62D7D16DB4B4733(L_35, 1, ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)3)))), /*hidden argument*/NULL); StringBuilder_t * L_38 = V_1; StringBuilder_t * L_39 = __this->get__categories_1(); NullCheck(L_38); StringBuilder_t * L_40; L_40 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_38, L_39, /*hidden argument*/NULL); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_41 = __this->get__subtractor_4(); if (!L_41) { goto IL_00ec; } } { StringBuilder_t * L_42 = V_1; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_43 = __this->get__subtractor_4(); NullCheck(L_43); String_t* L_44; L_44 = RegexCharClass_ToStringClass_mFC6754E97F014AFE4B5138AD5386E9C76D1D3CD7(L_43, /*hidden argument*/NULL); NullCheck(L_42); StringBuilder_t * L_45; L_45 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_42, L_44, /*hidden argument*/NULL); } IL_00ec: { StringBuilder_t * L_46 = V_1; NullCheck(L_46); String_t* L_47; L_47 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_46); return L_47; } } // System.Text.RegularExpressions.RegexCharClass/SingleRange System.Text.RegularExpressions.RegexCharClass::GetRangeAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * RegexCharClass_GetRangeAt_m92D3897D77D2AD15415BA0DE4E8FB4FBBFFD092C (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_0 = __this->get__rangelist_0(); int32_t L_1 = ___i0; NullCheck(L_0); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_2; L_2 = List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_RuntimeMethod_var); return L_2; } } // System.Void System.Text.RegularExpressions.RegexCharClass::Canonicalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_Canonicalize_mFD09C33130AD6323D1AFA7944B02DD68A5731A66 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveRange_m84E8138D9C57275D0DC794C2614085B57D0AC433_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_mC10BC2F83C60822BB6EF31600483F023D06E8656_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m8DACB7927C90150E7106C30D4EEB080504378576_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; bool V_4 = false; { __this->set__canonical_2((bool)1); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_0 = __this->get__rangelist_0(); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_1 = __this->get__rangelist_0(); NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_1, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075 * L_3 = (SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075 *)il2cpp_codegen_object_new(SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075_il2cpp_TypeInfo_var); SingleRangeComparer__ctor_mCEFF5ECE77E53783E5B8EAC98A5E194B6C743E73(L_3, /*hidden argument*/NULL); NullCheck(L_0); List_1_Sort_mC10BC2F83C60822BB6EF31600483F023D06E8656(L_0, 0, L_2, L_3, /*hidden argument*/List_1_Sort_mC10BC2F83C60822BB6EF31600483F023D06E8656_RuntimeMethod_var); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_4 = __this->get__rangelist_0(); NullCheck(L_4); int32_t L_5; L_5 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_4, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); if ((((int32_t)L_5) <= ((int32_t)1))) { goto IL_00ee; } } { V_4 = (bool)0; V_1 = 1; V_2 = 0; } IL_003b: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_6 = __this->get__rangelist_0(); int32_t L_7 = V_2; NullCheck(L_6); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_8; L_8 = List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_RuntimeMethod_var); NullCheck(L_8); Il2CppChar L_9 = L_8->get__last_1(); V_3 = L_9; } IL_004d: { int32_t L_10 = V_1; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_11 = __this->get__rangelist_0(); NullCheck(L_11); int32_t L_12; L_12 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_11, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); if ((((int32_t)L_10) == ((int32_t)L_12))) { goto IL_0063; } } { Il2CppChar L_13 = V_3; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)65535))))) { goto IL_0068; } } IL_0063: { V_4 = (bool)1; goto IL_0096; } IL_0068: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_14 = __this->get__rangelist_0(); int32_t L_15 = V_1; NullCheck(L_14); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_16; L_16 = List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_inline(L_14, L_15, /*hidden argument*/List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_RuntimeMethod_var); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_17 = L_16; V_0 = L_17; NullCheck(L_17); Il2CppChar L_18 = L_17->get__first_0(); Il2CppChar L_19 = V_3; if ((((int32_t)L_18) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))))) { goto IL_0096; } } { Il2CppChar L_20 = V_3; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_21 = V_0; NullCheck(L_21); Il2CppChar L_22 = L_21->get__last_1(); if ((((int32_t)L_20) >= ((int32_t)L_22))) { goto IL_0090; } } { SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_23 = V_0; NullCheck(L_23); Il2CppChar L_24 = L_23->get__last_1(); V_3 = L_24; } IL_0090: { int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); goto IL_004d; } IL_0096: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_26 = __this->get__rangelist_0(); int32_t L_27 = V_2; NullCheck(L_26); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_28; L_28 = List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_inline(L_26, L_27, /*hidden argument*/List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_RuntimeMethod_var); Il2CppChar L_29 = V_3; NullCheck(L_28); L_28->set__last_1(L_29); int32_t L_30 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); bool L_31 = V_4; if (L_31) { goto IL_00d5; } } { int32_t L_32 = V_2; int32_t L_33 = V_1; if ((((int32_t)L_32) >= ((int32_t)L_33))) { goto IL_00cc; } } { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_34 = __this->get__rangelist_0(); int32_t L_35 = V_2; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_36 = __this->get__rangelist_0(); int32_t L_37 = V_1; NullCheck(L_36); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_38; L_38 = List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_inline(L_36, L_37, /*hidden argument*/List_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_RuntimeMethod_var); NullCheck(L_34); List_1_set_Item_m8DACB7927C90150E7106C30D4EEB080504378576(L_34, L_35, L_38, /*hidden argument*/List_1_set_Item_m8DACB7927C90150E7106C30D4EEB080504378576_RuntimeMethod_var); } IL_00cc: { int32_t L_39 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); goto IL_003b; } IL_00d5: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_40 = __this->get__rangelist_0(); int32_t L_41 = V_2; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_42 = __this->get__rangelist_0(); NullCheck(L_42); int32_t L_43; L_43 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_42, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); int32_t L_44 = V_2; NullCheck(L_40); List_1_RemoveRange_m84E8138D9C57275D0DC794C2614085B57D0AC433(L_40, L_41, ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_44)), /*hidden argument*/List_1_RemoveRange_m84E8138D9C57275D0DC794C2614085B57D0AC433_RuntimeMethod_var); } IL_00ee: { return; } } // System.String System.Text.RegularExpressions.RegexCharClass::SetFromProperty(System.String,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexCharClass_SetFromProperty_mCE940B1239E86E18385BC053D40EA74DB6E444DF (String_t* ___capname0, bool ___invert1, String_t* ___pattern2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1489F923C4DCA729178B3E3233458550D8DDDF29); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_0 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__propTable_17(); NullCheck((RuntimeArray *)(RuntimeArray *)L_0); int32_t L_1; L_1 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB((RuntimeArray *)(RuntimeArray *)L_0, 0, /*hidden argument*/NULL); V_1 = L_1; goto IL_0070; } IL_0010: { int32_t L_2 = V_0; int32_t L_3 = V_1; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))/(int32_t)2)); String_t* L_4 = ___capname0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_5 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__propTable_17(); int32_t L_6 = V_2; NullCheck(L_5); String_t* L_7; L_7 = (L_5)->GetAt(L_6, 0); int32_t L_8; L_8 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(L_4, L_7, 4, /*hidden argument*/NULL); V_3 = L_8; int32_t L_9 = V_3; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0032; } } { int32_t L_10 = V_2; V_1 = L_10; goto IL_0070; } IL_0032: { int32_t L_11 = V_3; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_003c; } } { int32_t L_12 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); goto IL_0070; } IL_003c: { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_13 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__propTable_17(); int32_t L_14 = V_2; NullCheck(L_13); String_t* L_15; L_15 = (L_13)->GetAt(L_14, 1); V_4 = L_15; bool L_16 = ___invert1; if (!L_16) { goto IL_006d; } } { String_t* L_17 = V_4; NullCheck(L_17); Il2CppChar L_18; L_18 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_17, 0, /*hidden argument*/NULL); if (L_18) { goto IL_0060; } } { String_t* L_19 = V_4; NullCheck(L_19); String_t* L_20; L_20 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_19, 1, /*hidden argument*/NULL); return L_20; } IL_0060: { String_t* L_21 = V_4; String_t* L_22; L_22 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteral1489F923C4DCA729178B3E3233458550D8DDDF29, L_21, /*hidden argument*/NULL); return L_22; } IL_006d: { String_t* L_23 = V_4; return L_23; } IL_0070: { int32_t L_24 = V_0; int32_t L_25 = V_1; if ((!(((uint32_t)L_24) == ((uint32_t)L_25)))) { goto IL_0010; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26 = (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_27 = L_26; String_t* L_28 = ___pattern2; NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(0), (RuntimeObject *)L_28); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_29 = L_27; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = (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_31 = L_30; String_t* L_32 = ___capname0; NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(0), (RuntimeObject *)L_32); String_t* L_33; L_33 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE56748CDD247AC396C7847513B2D2D24821D48DA)), L_31, /*hidden argument*/NULL); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_33); (L_29)->SetAt(static_cast(1), (RuntimeObject *)L_33); String_t* L_34; L_34 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD3E190B5EC5D5C32F6121F694010F47769FCBDD1)), L_29, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_35 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_35, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexCharClass_SetFromProperty_mCE940B1239E86E18385BC053D40EA74DB6E444DF_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif 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 void LingerOption_set_Enabled_m3F544534413C4239E4A0A6D39AE8FF28EEF04207_inline (LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_enabled_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LingerOption_set_LingerTime_m4BF89E47E5A4D261B800DD00A8B73DA7EE719C37_inline (LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_lingerTime_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline (AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__InnerStream_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MobileTlsContext_get_IsServer_m6BA80FEC5C2FF9BEA15AB24562DAB28E2082361B_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_serverMode_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * MobileTlsContext_get_LocalServerCertificate_m4320272E1E2E02C77CB7521158C3E45565AB2A3E_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_0 = __this->get_serverCertificate_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * MobileAuthenticatedStream_get_Settings_m12C7E669BE45126A55BADAB2B707BC0F722EB610_inline (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_0 = __this->get_U3CSettingsU3Ek__BackingField_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MobileAuthenticatedStream_get_Provider_mBAD82128219CDFBF15FB864B10C7B0028B3B5293_inline (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_0 = __this->get_U3CProviderU3Ek__BackingField_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MobileTlsContext_get_TargetHost_m6054EE6F51F62C51B2479225DF80673B5FA47C42_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_targetHost_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidationResult_get_Trusted_mFDD8BFA1C1EC21DC970A55810381205D7841D35A_inline (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_trusted_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidationResult_get_UserDenied_m1E4095C966C2AC586B421485A171FF6BA45DE002_inline (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_user_denied_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * MobileTlsContext_get_ClientCertificates_mC93FBAF7928EC1E3E1E4A47E99E6863FA8FAFBC6_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_0 = __this->get_clientCertificates_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * HttpWebRequest_get_TlsSettings_mD57C8AFBCF00FD71E557AE9F87A1765BC4AF720A_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method) { { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_0 = __this->get_tlsSettings_57(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * HttpWebRequest_get_TlsProvider_m522A745ADDE50C0F25D25A366E35A9DB0D4DE281_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method) { { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_0 = __this->get_tlsProvider_56(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_HashCodeProvider_mE92F98439CCB3AFCFFA472631B45AC8CA8686F0D_inline (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__hcp_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_Comparer_m556DC9797B932664AA69CDC71F0C7EF8E669AF79_inline (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__comparer_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * StringComparer_get_InvariantCultureIgnoreCase_m85A6670133D54B6CC852BCAA9A8F72455565B687_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_0 = ((StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var))->get__invariantCultureIgnoreCase_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_get_IsReadOnly_mFCB376BE86332546D47A4B983FD91FFF23558709_inline (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__readOnly_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* IPHostEntry_get_HostName_m93399E3B7017D91869B47746BD9EDF74BF347FD1_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_hostName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* IPHostEntry_get_AddressList_m466AC33C136531F42A5EDCD3A75E5B392075186F_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, const RuntimeMethod* method) { { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_0 = __this->get_addressList_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetUserName_m978EFE7B8858AFE08B5281B187357934B75BF2E9_inline (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_userName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetDomain_m675D988E1EA47F5EA6111A318FA02A9F951924C2_inline (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_domain_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_Blocking_m808720CD768833CF2EB6F7F8AA462115AA3A1F8B_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_is_blocking_21(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_is_connected_23(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Socket_get_SocketType_m59C57C96B6DBA839FAFBB649491A059082D5D6F5_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_socketType_15(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MessageBase_get_Flags_mCE07CBFE2DC30070AF05C0CEAC5F9037A0F95388_inline (MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__flags_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MessageBase_set_Flags_m541C31E93BBBD1DB08B57CD52070479CE33D6CA6_inline (MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__flags_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MessageBase_get_Type_m077A1703299E133EBBEC74D1A2273D9C2E8C0591_inline (MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__type_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Type3Message_set_Username_m6FF8B1FAF6720A561A339F4DBFC9DC5138F3B3BF_inline (Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__username_7(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Type3Message_set_Password_m73943B4C66A60ECFC287DE55FC0C284371A3F37C_inline (Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__password_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Oid_set_Value_mE13751778D2AC00F1CC962E42B35339BAEE45825_inline (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_value_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline (OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__platform_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_value_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__raw_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_m_nTag_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int64_t ___ticks0, const RuntimeMethod* method) { { int64_t L_0 = ___ticks0; __this->set__ticks_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Regex_get_Options_m96441AFDEDDDDC9AD8A21C54C1C05B63581154E2_inline (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_roptions_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Regex_get_MatchTimeout_mA525D5C25A1DADC3AF1913D6E5FA6D8F0208309A_inline (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_internalMatchTimeout_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RegexReplacement_get_Pattern_m15AB0E06009DB144BE40253F76F4C09D1AA865BA_inline (RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__rep_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mE3B72B1BB3B8DD41788D39A3AF38E6A94B241400_gshared_inline (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m40417D9B18D29FD4A072DABC1449DACEF8009C6A_gshared_inline (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_1(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Guid_t Tuple_2_get_Item1_m8A951F0536E0215A434D4257CE2766C2F9EF84AA_gshared_inline (Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1 * __this, const RuntimeMethod* method) { { Guid_t L_0 = (Guid_t )__this->get_m_Item1_0(); return (Guid_t )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Tuple_2_get_Item2_m11C2BD2566E0232F4D93EEB3D2D9C6B04F134770_gshared_inline (Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_Item2_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * LinkedList_1_get_First_m572476A3C4A5CF4A2EBBDF50A76FF35493337871_gshared_inline (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method) { { LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * L_0 = (LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F *)__this->get_head_0(); return (LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * LinkedListNode_1_get_Value_m9A641BD5F0614D0060E19C703E9A756391DF7A32_gshared_inline (LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_item_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LinkedList_1_get_Count_m5AD2F760211A61C7FFD9BE298CFA10F1BF4BE54A_gshared_inline (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_count_1(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } }