#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include #include "icalls/System/System.Net.Sockets/Socket.h" #include "icalls/System/System.Net.Sockets/SocketException.h" #include "icalls/System/System.Diagnostics/Stopwatch.h" #include "icalls/mscorlib/Mono.Unity/UnityTls.h" 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 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); } }; 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 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 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); } }; 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 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 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 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 InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, 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 InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void 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); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, 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 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_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_t20BA0CE0E9D07FB477BD3515213CA9F8C35EF142; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938; // 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_t29257EB2565DDF3180663167EF129FA9827836C5; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5; // System.EventHandler`1 struct EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1; // System.EventHandler`1 struct EventHandler_1_tFA1C30E54FA1061D79E711F65F9A174BFBD8CDCB; // System.EventHandler`1 struct EventHandler_1_t74C6C22D88FDF5301EB9838B325E0BE62472C5FE; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Threading.Tasks.Task`1>> struct Func_2_t7F932D33A1D9DE6987E3225C9CA706F789F1FF66; // System.Func`4 struct Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D; // System.Func`4 struct Func_4_t1FB292635292578289C454E038620354E9A7662D; // System.Func`4 struct Func_4_t506CA082EE40D9DFBE82C3CAF44181A1323BC77A; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tF8DB1362D236992A47BD7F522EC0D585141113B9; // System.Collections.Generic.IList`1> struct IList_1_t883859B252A9C2EBF5E5132DE4284CC61456ADAA; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t1EC89F6460ADD3DBA3494A23A2965369F2CCD818; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tB549DEF53C28651D9793AD198BD7EB2112B64D2D; // System.Collections.Generic.LinkedListNode`1> struct LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10; // System.Collections.Generic.LinkedListNode`1> struct LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164; // System.Collections.Generic.LinkedListNode`1> struct LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC; // System.Collections.Generic.LinkedListNode`1> struct LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF; // System.Collections.Generic.LinkedList`1> struct LinkedList_1_t76233C48F0195F5B42DA63B18E0708EE70F38E2B; // System.Collections.Generic.LinkedList`1> struct LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF; // System.Collections.Generic.LinkedList`1> struct LinkedList_1_t555E05F2E497A99E81B02BC6149DEFDB20186689; // System.Collections.Generic.LinkedList`1> struct LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t176D4D87C53122FC14716558A92FA82384103568; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t77A1551EC5F66CCEBE9571FF3465A547C6F0F989; // System.Collections.Generic.List`1 struct List_1_t053589A158AAF0B471CF80825616560409AF43D4; // 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_tA3E7ECFCA71D1B53362EA1A7ED7D095F0C221DFB; // System.Collections.Generic.List`1 struct List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118; // System.Collections.Generic.List`1 struct List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Threading.Tasks.TaskCompletionSource`1> struct TaskCompletionSource_1_tA4F2D12802A86238A6B0FC63EABD6B8063A89649; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_t56125454B9277AE49801F3DF08F7774ED6B499F3; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_t326763FDCC1EDF46DBC85450D97C3918281217E5; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_t4C91294CDECF33075BCBA272FF04374B356ED6B3; // System.Threading.Tasks.Task`1> struct Task_1_tD5FF1ABE58A851D9DA6514B814B72C956DDB8AAF; // System.Threading.Tasks.Task`1> struct Task_1_t04D317EDE427CA8A210E21A15F809E705C66D08F; // System.Threading.Tasks.Task`1 struct Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849; // System.Threading.Tasks.Task`1 struct Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t49E512FBE8EEFCA66BA93FCD84245D5D0A925DA5; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tEC9D73DCAAF0925AA00D8CDC56BDF4899E438372; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t679C1B372C01587EE2409789DD252B21973D6C46; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t92429A0B3CFEDB3939B45C0E9AF868DE85DCF433; // System.ValueTuple`2[] struct ValueTuple_2U5BU5D_tC3216B5B0EF9FDBE9F8B985A929E67CC51201AF3; // System.ValueTuple`3[] struct ValueTuple_3U5BU5D_t9365D6D29CB40DC6A5BCAB5FAF5C8DE1D1BAFE51; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // Mono.Security.Interface.CipherSuiteCode[] struct CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // 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.Diagnostics.StackFrame[] struct StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Threading.Thread[] struct ThreadU5BU5D_t9AB1EEE437F00EABE533CB2261E519C3976BD81F; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.Threading.WaitHandle[] struct WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // Mono.Security.Interface.Alert struct Alert_t71FA13E7FE64597724FB0EE13B09ACF5EFBF5CD2; // 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.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // Mono.Net.Security.AsyncProtocolRequest struct AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.Net.Security.AuthenticatedStream struct AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608; // System.Threading.AutoResetEvent struct AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D; // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C; // System.Net.BindIPEndPoint struct BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Net.BufferOffsetSize struct BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F; // Mono.Net.Security.BufferOffsetSize2 struct BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB; // System.Net.NetworkInformation.CommonUnixIPGlobalProperties struct CommonUnixIPGlobalProperties_t74F6A363223CF97FAB9A43E71FEAF07F2681F928; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Net.EndPoint struct EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA; // System.EventHandler struct EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C; // System.Exception struct Exception_t; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09; // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D; // System.Net.ICertificatePolicy struct ICertificatePolicy_t7A9584DFA8196FE1962B2541877DB571C1FBF2C6; // Mono.Security.Interface.ICertificateValidator struct ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628; // Mono.Security.Interface.ICertificateValidator2 struct ICertificateValidator2_t22CB731C71E60368AFF5F7B89098AEEDB2A66B6A; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // Mono.Security.Interface.IMonoSslStream struct IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E; // System.IOAsyncCallback struct IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E; // System.IOAsyncResult struct IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9; // System.IOSelectorJob struct IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9; // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE; // System.Net.IPEndPoint struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E; // System.Net.IPHostEntry struct IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA; // System.Security.Principal.IPrincipal struct IPrincipal_t850ACE1F48327B64F266DD2C6FD8C5F56E4889E2; // System.Net.IWebProxy struct IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3; // System.Runtime.Remoting.Messaging.IllogicalCallContext struct IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD; // System.Threading.InternalThread struct InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Net.Sockets.LingerOption struct LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34; // System.Collections.Specialized.ListDictionary struct ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A; // System.Runtime.Remoting.Messaging.LogicalCallContext struct LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MethodInfo struct MethodInfo_t; // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E; // Mono.Net.Security.MobileTlsContext struct MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback struct MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A; // Mono.Security.Interface.MonoRemoteCertificateValidationCallback struct MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF; // Mono.Security.Interface.MonoTlsConnectionInfo struct MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21; // Mono.Net.Security.MonoTlsStream struct MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233; // System.MulticastDelegate struct MulticastDelegate_t; // System.Net.NetworkCredential struct NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686; // System.Net.Sockets.NetworkStream struct NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A; // System.Security.Cryptography.OidCollection struct OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902; // System.OperatingSystem struct OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463; // System.PlatformNotSupportedException struct PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947; // System.Net.Cache.RequestCache struct RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E; // System.Net.Cache.RequestCacheBinding struct RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED; // System.Net.Cache.RequestCacheProtocol struct RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7; // System.Net.Cache.RequestCacheValidator struct RequestCacheValidator_tF5CEC01B5D84A8F7A1951B18877B17F7418A21F7; // System.ResolveEventHandler struct ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B; // Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid struct SafeHandleMinusOneIsInvalid_t542F86CD15E22E871D725A162DF6EE305850ABC6; // 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.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA; // Mono.Net.Security.ServerCertValidationCallbackWrapper struct ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2; // System.Net.ServicePoint struct ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0; // System.Net.Configuration.ServicePointManagerElement struct ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C; // System.Net.ServicePointScheduler struct ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7; // System.Net.Configuration.SettingsSection struct SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB; // System.Net.Configuration.SettingsSectionInternal struct SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // System.ComponentModel.SingleConverter struct SingleConverter_t75FCE834B5B2A74CB252021292C9DC205B322391; // System.Net.Sockets.Socket struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09; // System.Net.SocketAddress struct SocketAddress_tE8FA33C91254662406767AF97518C235382742D3; // System.Net.Sockets.SocketAsyncEventArgs struct SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8; // System.Net.Sockets.SocketAsyncResult struct SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4; // System.Net.Configuration.SocketElement struct SocketElement_t3A1494C40F44B3BE110D39607B00AE67C9962450; // System.Net.Sockets.SocketException struct SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88; // System.Net.Security.SslStream struct SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.Diagnostics.StackTrace struct StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888; // System.Diagnostics.Stopwatch struct Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Collections.Specialized.StringCollection struct StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E; // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6; // System.ComponentModel.StringConverter struct StringConverter_tEC598B89E55C16F1669CFBC98F5C2308E2F232E5; // System.Threading.SynchronizationContext struct SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069; // System.Net.SystemNetworkCredential struct SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // System.Net.Sockets.TcpClient struct TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE; // System.Net.Sockets.TcpListener struct TcpListener_t96F905EC8A8737637341F4D6BC425E5188FDA14B; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414; // System.ComponentModel.TimeSpanConverter struct TimeSpanConverter_t5F2498D1A18C834B1F4B9E7A3CF59069D2B72D2E; // Mono.Security.Interface.TlsException struct TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9; // System.Type struct Type_t; // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4; // System.ComponentModel.TypeConverterAttribute struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64; // Mono.Unity.UnityTlsContext struct UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197; // Mono.Unity.UnityTlsProvider struct UnityTlsProvider_t747B0278CE6D579418AE990C2F0CA3C3AB9A29DC; // Mono.Unity.UnityTlsStream struct UnityTlsStream_t5784F133557D22D26A11BB9352CFC076BF8DC84B; // System.Net.NetworkInformation.UnixIPGlobalProperties struct UnixIPGlobalProperties_t17A56352BFACD974A0828F84CA3424941E39B021; // System.Net.NetworkInformation.UnixNoLibCIPGlobalProperties struct UnixNoLibCIPGlobalProperties_t502C0D31B2B758E43415DE9EAEB6A24B3924355F; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriFormatException struct UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // 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.WebConnection struct WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88; // System.Net.WebConnectionTunnel struct WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925; // System.Net.WebOperation struct WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00; // System.Net.WebRequestStream struct WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887; // System.Net.WebResponseStream struct WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F; // System.ComponentModel.Win32Exception struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553; // System.Security.Cryptography.X509Certificates.X509Certificate2 struct X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection struct X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20; // 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.X509ChainElement struct X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25; // System.Security.Cryptography.X509Certificates.X509ChainElementCollection struct X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1; // System.Security.Cryptography.X509Certificates.X509ChainImpl struct X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE; // Mono.Unity.X509ChainImplUnityTls struct X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456; // System.Security.Cryptography.X509Certificates.X509ChainPolicy struct X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F; // System.Threading.SemaphoreSlim/TaskNode struct TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E; // System.Net.ServerCertValidationCallback/CallbackContext struct CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B; // System.Net.ServicePointManager/SPKey struct SPKey_t79CECE023E495F798A39AEBBF30F847551AC7EAB; // System.Net.ServicePointScheduler/AsyncManualResetEvent struct AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0; // System.Net.ServicePointScheduler/ConnectionGroup struct ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C; // System.Net.Sockets.Socket/<>c__DisplayClass243_0 struct U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61; // System.Net.Sockets.Socket/<>c__DisplayClass299_0 struct U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; // System.Net.TimerThread/InfiniteTimerQueue struct InfiniteTimerQueue_t1D20699FE2900CE42CDF3C92FCF2156E0A9A7E60; // System.Net.TimerThread/Queue struct Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB; // System.Net.TimerThread/TimerNode struct TimerNode_t320EB9C4551A6998CDD3643411057AB8F4609FF9; // System.Net.TimerThread/TimerQueue struct TimerQueue_tA722FEFC39AECB14D47041145F37F2C0656BC34F; // Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD; // Mono.Unity.UnityTls/unitytls_key struct unitytls_key_tCCB86243887B79F39458152647B04B94699985D2; // Mono.Unity.UnityTls/unitytls_tlsctx struct unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA; // Mono.Unity.UnityTls/unitytls_tlsctx_certificate_callback struct unitytls_tlsctx_certificate_callback_t18B3186AFC581972E9591E7D82D6D499F0F9C3EC; // Mono.Unity.UnityTls/unitytls_tlsctx_read_callback struct unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E; // Mono.Unity.UnityTls/unitytls_tlsctx_write_callback struct unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A; // Mono.Unity.UnityTls/unitytls_tlsctx_x509verify_callback struct unitytls_tlsctx_x509verify_callback_tFC1C7AA64F522FC925BBF4EC82C9FEC087F9BABC; // Mono.Unity.UnityTls/unitytls_x509list struct unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D; // Mono.Unity.UnityTls/unitytls_x509verify_callback struct unitytls_x509verify_callback_tFB7A5A2C48B19A81F927615C45B50BDFEB68A00C; // System.Uri/MoreInfo struct MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t struct unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_raise_error_t struct unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_free_t struct unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_get_ref_t struct unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_der_t struct unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_pem_t struct unitytls_key_parse_pem_t_t584CCAA999DD14D5A50DCDFDECE5CC03C8A35EDC; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_random_generate_bytes_t struct unitytls_random_generate_bytes_t_tE10122C2833C33BF0D5870BEA0457A9F59668FCD; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_client_t struct unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_server_t struct unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_free_t struct unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_ciphersuite_t struct unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_protocol_t struct unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_notify_close_t struct unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_process_handshake_t struct unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_read_t struct unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_server_require_client_authentication_t struct unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_certificate_callback_t struct unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_supported_ciphersuites_t struct unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_trace_callback_t struct unitytls_tlsctx_set_trace_callback_t_tAA0291D41818318537C7AF00C5A5EA84775735BF; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_x509verify_callback_t struct unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_write_t struct unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509_export_der_t struct unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t struct unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_t struct unitytls_x509list_append_t_t6ACB188079E58608A8A6D34FA7CD6425C9902AA0; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_create_t struct unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_free_t struct unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_ref_t struct unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_x509_t struct unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_default_ca_t struct unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_explicit_ca_t struct unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316; IL2CPP_EXTERN_C RuntimeClass* Action_1_t20BA0CE0E9D07FB477BD3515213CA9F8C35EF142_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33_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* AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B_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* ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HttpVersion_t15E4A5DA9E037A055F4630E01EB12A988915448E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t6A84863279E6437522651C95AA766EAB739EBB70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t883859B252A9C2EBF5E5132DE4284CC61456ADAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InfiniteTimerQueue_t1D20699FE2900CE42CDF3C92FCF2156E0A9A7E60_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* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_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* MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoSslPolicyErrors_t5C2169CB6F739F3F5BDB568BAB12A7286ABC34EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MulticastOption_t189DD50B037EC0813A6FFCE5C114B2146211AC5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48_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* ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SPKey_t79CECE023E495F798A39AEBBF30F847551AC7EAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SocketAddress_tE8FA33C91254662406767AF97518C235382742D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SslPolicyErrors_t4C4942B3C78507D4E6891DBEFE60043B285CFBE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_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* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimerQueue_tA722FEFC39AECB14D47041145F37F2C0656BC34F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityTlsStream_t5784F133557D22D26A11BB9352CFC076BF8DC84B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityTls_t5E9EEFC63D9FA89B070AF1E103D6C427AE7EE525_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriComponents_tA599793722A9810EC23036FF1B1B02A905B4EA76_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC_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* ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* unitytls_tlsctx_certificate_callback_t18B3186AFC581972E9591E7D82D6D499F0F9C3EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* unitytls_tlsctx_x509verify_callback_tFC1C7AA64F522FC925BBF4EC82C9FEC087F9BABC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00ED444101CADBDD612603B145DC44E57F6FCA22; IL2CPP_EXTERN_C String_t* _stringLiteral02158C33AAFC69461998755D511D2DD0C9BDBB59; IL2CPP_EXTERN_C String_t* _stringLiteral050E14751C1172FDD0FDD7679A1CC0E00FDCB33D; IL2CPP_EXTERN_C String_t* _stringLiteral08F8B2B8C0628B81358A090769C0C105FC078606; IL2CPP_EXTERN_C String_t* _stringLiteral0AB71622FD1CF7F312E55FFA2BC47C3A1006DC45; IL2CPP_EXTERN_C String_t* _stringLiteral0D29407E717F74F004FB1E6A93FA86C029752A02; IL2CPP_EXTERN_C String_t* _stringLiteral0D714861C7EC595B0F134B25D51B6C3D17B97BE7; IL2CPP_EXTERN_C String_t* _stringLiteral0ECCA26D6E6512BFFD6AC0372868F35B289A0AC9; IL2CPP_EXTERN_C String_t* _stringLiteral10967EC4A6C481862CE1D9E400B88D2400A58495; IL2CPP_EXTERN_C String_t* _stringLiteral19A73218F14885E4C839EDA68A1C1C791F7745AA; IL2CPP_EXTERN_C String_t* _stringLiteral20BBF77FD0D497807457F8ECCF59F13F5879AFD3; IL2CPP_EXTERN_C String_t* _stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA; IL2CPP_EXTERN_C String_t* _stringLiteral228835A6E22383C9BC1AAFD065E6D63FA30BF27B; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral247EC42DC8910B1E8A59D0C5F96F7B725D9029DC; IL2CPP_EXTERN_C String_t* _stringLiteral24E3F48402E3AE0939BE896FBDE3DE4520C9893D; IL2CPP_EXTERN_C String_t* _stringLiteral2548827C46E1449217FD7CD3DA9F653E7BC05534; IL2CPP_EXTERN_C String_t* _stringLiteral2659A93A14DB81D09000B3E98CBB7FBD3940D067; IL2CPP_EXTERN_C String_t* _stringLiteral26E003F8285E44FCE6C040B930D0BA840BD2545F; IL2CPP_EXTERN_C String_t* _stringLiteral279EA60C732ADCA7403A83C01015BDFB2C45ECA3; IL2CPP_EXTERN_C String_t* _stringLiteral2972BFE844E63CD209338A1C5E5ADB3707E7B9B9; IL2CPP_EXTERN_C String_t* _stringLiteral298A99E14752303280C6D0721BC470D9AED2CB9C; IL2CPP_EXTERN_C String_t* _stringLiteral2CA13BAB783CC232179C6E6EFC7394ED66F915CF; IL2CPP_EXTERN_C String_t* _stringLiteral2D15C70C0521D7D78F497EBCFBB061DBA3F8D03D; IL2CPP_EXTERN_C String_t* _stringLiteral319D1EB2B79ACDA1B65E4BA4BA666745E69FEECF; IL2CPP_EXTERN_C String_t* _stringLiteral3220BBB392E3CB8CF814351BB1F94E3EE69058E8; IL2CPP_EXTERN_C String_t* _stringLiteral34895670A9BF3414FB1DC20C37D9F2063BC5E90E; IL2CPP_EXTERN_C String_t* _stringLiteral377405A3DE521B32C6A51F3C47F6E64D73BC0C71; IL2CPP_EXTERN_C String_t* _stringLiteral3EAA68C8D87597E134D7A29B5BDC92EB6EFB97DB; IL2CPP_EXTERN_C String_t* _stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B; IL2CPP_EXTERN_C String_t* _stringLiteral44FEEC2F69E25C4FF581C3DD4599AE1D1C7B38E7; IL2CPP_EXTERN_C String_t* _stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5; IL2CPP_EXTERN_C String_t* _stringLiteral475F6E8637A44D20C22107B55E31FD008064EC56; IL2CPP_EXTERN_C String_t* _stringLiteral491588DC50F24F885876BF828F202716C7BE3803; IL2CPP_EXTERN_C String_t* _stringLiteral49FB20AF7D832AF20AD2F4170339D473684018D4; IL2CPP_EXTERN_C String_t* _stringLiteral4A6999D0958CFEF0962818BF7A1CE95D466D5725; IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30; IL2CPP_EXTERN_C String_t* _stringLiteral4FB7CA16AB7B5A4F956554894A7222DF13F448AA; IL2CPP_EXTERN_C String_t* _stringLiteral51D72E41B211BFAE7F6A657966592DC99A34DAC9; IL2CPP_EXTERN_C String_t* _stringLiteral53CEBA286266000AA0D18A26DBE6FBE7714C8319; IL2CPP_EXTERN_C String_t* _stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4; IL2CPP_EXTERN_C String_t* _stringLiteral5738E8EF39F4A746FB353657868616164977C054; IL2CPP_EXTERN_C String_t* _stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF; IL2CPP_EXTERN_C String_t* _stringLiteral5BBE3C556133A9D6FC2123C04DA11F9C47BEAD49; IL2CPP_EXTERN_C String_t* _stringLiteral644A35D1B18EE1C6E7BD11BFBB5703CF66AD6FD4; IL2CPP_EXTERN_C String_t* _stringLiteral64C40E5A1725CAD99268DB59E3802965F9192F45; IL2CPP_EXTERN_C String_t* _stringLiteral659F36F170A47067B1A80CD9B6619237197BD872; IL2CPP_EXTERN_C String_t* _stringLiteral670E6E5CD786FBA46F50395F2FE281B1DF2C9985; IL2CPP_EXTERN_C String_t* _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A; IL2CPP_EXTERN_C String_t* _stringLiteral6C52C8D495F05CFD54188F5CD5E5C6E98067B112; IL2CPP_EXTERN_C String_t* _stringLiteral6C8B879C8DDD1F43E70CC5411A8D8E6CF0F55DF7; IL2CPP_EXTERN_C String_t* _stringLiteral6D153343DC0552ABAFC2B893F453DC72854A37BE; IL2CPP_EXTERN_C String_t* _stringLiteral6FE6AA6EF03FB6550152903A7B201A6108F728DB; IL2CPP_EXTERN_C String_t* _stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA; IL2CPP_EXTERN_C String_t* _stringLiteral778DFAE29C280DA8F24CB36747AB3656B8220A6F; IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; IL2CPP_EXTERN_C String_t* _stringLiteral799F7538C2C461783552ACFA4CBBB9715DCD671A; IL2CPP_EXTERN_C String_t* _stringLiteral7A62F4EEAA031F30B545A398D12F81D6413DE012; IL2CPP_EXTERN_C String_t* _stringLiteral7D1C38A21F73D199B3533492AD93C440D1DB735C; IL2CPP_EXTERN_C String_t* _stringLiteral80B8BD8C952DF4747A939211EB3E250030FF7705; IL2CPP_EXTERN_C String_t* _stringLiteral82F0E6BA3FD6F5AA7F9F5A798046A3B615F6D560; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral878072FBC1088181F5220043BFE9213B286E31DB; IL2CPP_EXTERN_C String_t* _stringLiteral8A577A5A6848BEDC7A1DBA1211A06E627EEF0057; IL2CPP_EXTERN_C String_t* _stringLiteral8B9F99550D8DECAF31E1FC1ADF4921923B550D17; IL2CPP_EXTERN_C String_t* _stringLiteral8F37F8E27E5857460347BD55FFBFB98FCC58AC10; IL2CPP_EXTERN_C String_t* _stringLiteral94F01F8DA951F3F29004B2BAC479DD063A49B089; IL2CPP_EXTERN_C String_t* _stringLiteral9696E4A4E55A237E98B2267ADF3E00DDA59CF675; IL2CPP_EXTERN_C String_t* _stringLiteral97EDDBE4A869625EADBA1F87954566C285043157; IL2CPP_EXTERN_C String_t* _stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D; IL2CPP_EXTERN_C String_t* _stringLiteral9A62305734B1A5D8C56B0791FEB96BCDDD1CD15E; IL2CPP_EXTERN_C String_t* _stringLiteral9B5D93EBDD41E0250436B5C2FA8A1004ADC41CB9; IL2CPP_EXTERN_C String_t* _stringLiteral9F1213AA6EEF9116A55D707F375372E7AE4811E0; IL2CPP_EXTERN_C String_t* _stringLiteralA307072A8AACCCBA967638A3D62A9905C14FCA1F; IL2CPP_EXTERN_C String_t* _stringLiteralA78DB613D084170BC47F35F56FCFEBBFC3E56F82; IL2CPP_EXTERN_C String_t* _stringLiteralA86BAF50597421454B25F523BA9CC1EE620D0474; IL2CPP_EXTERN_C String_t* _stringLiteralABB3D627F0FA0B19A6B77765161EF2F6E7AA3A59; IL2CPP_EXTERN_C String_t* _stringLiteralAC0775E2368BB47AA6FAE68F8F661629D4AA8F1A; IL2CPP_EXTERN_C String_t* _stringLiteralB01C63B56AEAB2EE27B94169788685DFA6814FB2; IL2CPP_EXTERN_C String_t* _stringLiteralB63C27A619AD7A36C4B3F3ECF3FA384C6EE13052; IL2CPP_EXTERN_C String_t* _stringLiteralB73D4A77158AC2DD8DBD5E8CA53D179EB6B12990; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralB856D5F930F0597377D1341A0C6F24DD74854667; IL2CPP_EXTERN_C String_t* _stringLiteralBDC5FDC47ACE7F03CD95EC2B3BB2812C5F79E14C; IL2CPP_EXTERN_C String_t* _stringLiteralBE3201E1F2B98FDF236B089A5FE0DD87DC6B433E; IL2CPP_EXTERN_C String_t* _stringLiteralBE71D746FDB893CE627C5F97FEE59638767E8951; IL2CPP_EXTERN_C String_t* _stringLiteralC1571324F1F4735227CE92635630CCF0F3AE9C0A; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC346DF19BCA13733A62F157B7D32A1ADA5023CC6; IL2CPP_EXTERN_C String_t* _stringLiteralC6779F79260F03851C8137FBD63A07102BF3E2EE; IL2CPP_EXTERN_C String_t* _stringLiteralC754689D33E77DA33A161FB7A06C164EDF02EE65; IL2CPP_EXTERN_C String_t* _stringLiteralCAE6B383FC259C6D8E02FFF07CC62BD90BA58157; IL2CPP_EXTERN_C String_t* _stringLiteralCC7E0767FE2666F48DAC672FD451F2F5BC6B4CE6; IL2CPP_EXTERN_C String_t* _stringLiteralCECC1028C1E3AF6EBDD6E2225AB1F86248D1958F; IL2CPP_EXTERN_C String_t* _stringLiteralD6B94B0798130EA7E48D45E575293E70EDAC7151; IL2CPP_EXTERN_C String_t* _stringLiteralD90CDA62B9AE646096CCD287ACE999D2EFB8ADA5; IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDDA0FEDECC3765A8D5F295C4B302D615D29F3483; IL2CPP_EXTERN_C String_t* _stringLiteralE13258345AC5ED7FA38D641004219DBE3A3FB56C; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE610AFD3290809B1D62848F53491246DB230B5BB; IL2CPP_EXTERN_C String_t* _stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F; IL2CPP_EXTERN_C String_t* _stringLiteralE705C6345C26AF82E64D22DBE44B2A3514F2F06F; IL2CPP_EXTERN_C String_t* _stringLiteralE86F8F43B9D456F4E47ACD029ADCCE78BE9C9AA7; IL2CPP_EXTERN_C String_t* _stringLiteralE8919B3EA19F272A32C34A085DDD7865989E28DF; IL2CPP_EXTERN_C String_t* _stringLiteralE8A4ACA3B771E998E244F1DFCF466F4D3EB34155; IL2CPP_EXTERN_C String_t* _stringLiteralEAD89BCF94CEC42E8003F596E097534D65C876B3; IL2CPP_EXTERN_C String_t* _stringLiteralEBECB7898FC78173181DAAF1CA458CEC03CD2799; IL2CPP_EXTERN_C String_t* _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331; IL2CPP_EXTERN_C String_t* _stringLiteralF0D6C3C5349CA0F61BAC4F907D330DADDAE5B724; IL2CPP_EXTERN_C String_t* _stringLiteralF0DE0E8DA6053429BA10025127EF05416FD1FCAC; IL2CPP_EXTERN_C String_t* _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE; IL2CPP_EXTERN_C String_t* _stringLiteralF27E4C631EBEFA337EC21BE8552E169C9DED78A2; IL2CPP_EXTERN_C String_t* _stringLiteralF7C03E97995F6950303A46C204A216735E6B4582; IL2CPP_EXTERN_C String_t* _stringLiteralF9714C70F08B15BEF4414BD33A16130BD670348F; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m2976C4BD80FB4A4974F693F903760520B7F59CDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mFA74ADE24B5F0A9ECC18BC57D04B9C0B3EDD7E4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m53F123785BD8CDF0968BD897688CDC3A1E98E683_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m03BBF644B6B414B854F9E3390D48DEEB28189943_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m3F30447064B7B294BBB7948F21AA833F63B0A5B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m46FDF7D4A6929A83C5483A4F21B180A66843CA66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m6698FA28BB8153DAC024A26960C9C04AB3A2EA47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m1051B9536B3D4E6DE9A571DE691853F291EF1A11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m379820A93A802E273F7B3522E612E16DE06F6CE3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mB1A6CEB722A7E593AB9A9A20C4FDC1132018C845_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m0D715DF2668AB0E58CE744C593D85E513B1252A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m8C1792D01766D7A0A0F267DEFC4BE6B527B9CDC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mA7CCA08E42EEB52EFEAD92D8C9B988297FAE8E14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m8D06DE240C2CA069B52A9C8F36E4462F85929B35_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mF5389518157D60BA55FE9E7081C8D1849B6D56D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m6E5DF3086F53598DE2909BF85D42CE317A64AF97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m55235B8F61106406081A172AA12D540E4DBAC550_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mA3FB9719F4CC92744A8E6B02AD749893F764F1B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m15A12D58B23F66D69CA0853C6BEBC81FCB6403C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mDC956B210DA5F5641333D067CE0C776477426121_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9D6B83E05585D70614A61164D8E117620542B310_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mCA90FF121AE3AB13CD8B40FC197947877E4BDB6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventHandler_1_Invoke_m1B35EE55470784C7BA72C6D6EAE755514C99F0E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_4__ctor_mAEE0AECC77D2DB49FD26A03FA6586601BD9265EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_CopyTo_mC663A19DB9A0E1DA39C45C6D9F61BF6638FEB986_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m7A80C5EB351DC9327932D3DDC8D072221112F33F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Next_m0AB1E444376D52B4318E0FB45BB6855E645BBA39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Next_mEC100E6638C748CDB67EFD3C0D79C370E46395AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Value_mA0CCA1F7F6B55141C02C70A61B446255BAD5FD82_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Value_mB4E7CBC4EDAD0A82A3519384F542FB34DA236C23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_AddLast_m5AB0BA2B4CF17330647A883839746FAACF8BB8B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_AddLast_mBEE0FDAB06C80DE8EBC27C83DE3B0BEB2D0BD0EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_AddLast_mC204AFFE30BB5A7D31B4378F1E4F2AAA0851484C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_Remove_m92EED9F2F2F57BB828121AE82DBF43CC7A18345B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_Remove_mAAA44702F780B128365886B7823039F49AA71C1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1__ctor_m08DD2BB27E9C0580BC9D75A7CB3D5D2DF2C552C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1__ctor_mE482B42353B65C7902B4E4FDB43AFC7A06A45FDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1__ctor_mED01CBA5985C563DA4E0BB91A7B26296A7BA3F90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_First_m160DB4FC2DF0F699B6F100D591D1C14DE45895C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_First_m1E9EB69497D360077CC7CAF9D7C31601374CF123_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m383F9AF12DF2593726E7F63FE9438E8ECEA542BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m880AD577F78AF8EC551CB7FB275790104FC2B28A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_mDFB48869C07692CB1717F36BF6976A0D811B65F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m66A64B3F73DE4DF64668EE1F69BD3C25D3C5A2A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m36355704B10200ABC2B12900E77E4A9987640F3C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF4F192665FB9D652A220E87BD65C5EFF1AA3476D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m35B4314C8C0E347FB9ED41E23C03A01AB4ACE13C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_PtrToStructure_Tisunitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD_mD08E8417CFE57E74666C9ED03FBA50853FEA3BE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestCacheProtocol__ctor_m649D66C13E5A2A345DE56763720AAF07FE75C06E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestCacheValidator_CreateValidator_m32C3E1321208B38B676810E513046CC114C9374B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SafeSocketHandle_RegisterForBlockingSyscall_m7033111DA7B1012B9C4155D892EED598876C2AB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SafeSocketHandle_ReleaseHandle_m93408D5088C512A7BFF7C6CA7D5857645C17BDFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerCertValidationCallback_Callback_m70F2E0E1A3C556EFADA5F1AFC56B43A65E0E7FBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement__ctor_mA04F31D124B40258FE6673A2B7B0F7B2CE787615_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_Properties_mCB80284E347910A59F7B5A495D5862533E41907A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManager_FindServicePoint_mB264FFC301584D1A7590D8F783485E81ECBBDE21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePoint_CallEndPointDelegate_mD2D6A04E2C8D485E4BE66BE8376123108FE76C98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServicePoint_SetTcpKeepAlive_m4B4392E54144159027C38EC7FCC12F2C09E7A3CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection__ctor_m09A6DF12BD56D2C0E0ABA8152004C486B1DE97E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_Properties_mE5337C4AF39EA0A1B2AEB842CDBB16B8C0C1C4A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketAddress_GetIPAddress_mB16652A595F005C45F9F8F085C995659E33D1B07_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketAddress__ctor_m6684EAD0CA7CDDE9DB6E406FE1F32E6DC6B92A4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketAddress_get_Item_m4ED599B209C73DFB72212B7B3621B1703A26C5FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketAsyncResult_CheckIfThrowDelayedException_m5ED469CF2CCFD1E9B2A5621769B8CB27AB89DE45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketElement__ctor_m5D5BA302FD35A1D25BB3A596954F92AB26C3DEF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_get_Properties_m9A46DB832A9DA2A3E8F3B74D83DD96EC8A180984_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_Accept_m376D8FD43D18B427EBED5419F80E79D1ADDF9BE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_Accept_mA2B3B144CB4E2F28C4A3F5CE449C0069FE6FF88B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginAccept_mED2A06CC2C7FCCCECC2E3BA1F45CF5FB108D416F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginConnect_m6B71DEA09A833155BBF391D25DC81C404FE5B3EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginConnect_m8000CE38F7C701D1B4F07B498C222E718BC5074B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginConnect_mA2E99418FD828F25F66A3D9DBF4BB20D64ADE133_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginMConnect_mF4CC11F2DFFDF4FBCA21FDC87BEE2C166FF082C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginReceive_mE0B06265B8AFC35DADCA4184D6C8B8A062BCDE73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginSConnect_mBBA6C0E3DFDAFF3161A97FCBDFCE5B31D327D5B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginSend_mFB97AF214E7F82B0B38434F844DA755AF18E612C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_Bind_m4DFEFA3F8C6E95586D02BCF311D8A1D5A449B217_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_Connect_mA047E173F3E1082B396D018585E0B0B2D6E8E5A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_Disconnect_m088E558DFF8B6640DE5D3F041504F15D0C1DB957_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_EndReceiveFrom_mBEAC67D399907A222678833B24E20FFFDF0DDC17_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_EndReceive_m46B15199B81401BF6B7B76242C6E3A7E8156749C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_EndSend_mE56C2A95C12655CA7C3C6690382FC48B7E9AA45C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_IOControl_mEF60AD4FE7242DEF5BC2A1E05E7DCFF2F3F4B7FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_Listen_m333EA7692DFF6A3B7BF746237EBBC22C1FBE61C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_Poll_m82012C326974DCA0B8C57A98E68C3E099D52BF7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_Receive_m6D95774528C89ED4777791E8EFC84ADFCD255A48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_Receive_m7D07ECE91DA04210066EB6E373376817E0A024F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_Receive_mA08EE1F9A870791CECAAC2FA2D4144ACBA6B4962_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_Send_m77328B1F3378D0C5B40B15C01FA2226257B706AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_Send_mB925DA11E47BB9772EDFC0DDFEE238EB3A1F98B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_Send_mF70EF17396CEA161F628B1923DA32463720D9A1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_SetIPProtectionLevel_m4E9FDB46A681CF2DA3FE641B417479815F9BBA0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_SetSocketOption_m82AF3404BDE49D13BE5860C622D484AA52F1DD3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_ThrowIfBufferNull_mCE5DE853E71FD065E5D5415BAFEDB84CA261DAD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_ThrowIfBufferOutOfRange_m571DD069DDC7952B1EB907941F3C202054BBE6FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_ThrowIfUdp_m7F28AFD15A102E911AEE9B08125794162C2A26F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_ValidateEndIAsyncResult_m8463696F3CAF01ED5982FF8200C6A53D60C33628_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket__ctor_m5A4B335AEC1450ABE31CF1151F3F5A93D9D0280C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_get_Available_mDAEF0D394D1130E69158CBE24A5687C772800E09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_get_DualMode_mD01944E72CD2FA47B9AA7DC1748BD9C4AE22835E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_get_LocalEndPoint_m327EB4A6DD9260037F648B5ABA719BB305D40EB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_set_Blocking_m5DCBD637AD0FE63E9A67C1763C91A58799A314E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_set_DontFragment_m12EFF1A7E7239447C5D8EBF54D7A43508CD8FC24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_set_DualMode_mAFC0E6235283469EF1DB58C56262202A9009CFFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_set_ExclusiveAddressUse_mBC7C7EF17DAFE59D002780B2CAC633E808BFDDCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SslStream_CheckDisposed_mCDA5D6100C3F568C250F904B6936DEB91E5250C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SslStream_Seek_m826A9CA3B804E1AEBA6758228B02E01CA99B5579_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SslStream_set_Position_m558CCA3D97D354DFBE766CBECED122A7B81CCA41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stopwatch_get_ElapsedMilliseconds_m6A137C9E989F74F61752FA86BB41ABAEC2A11FB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskFactory_FromAsync_TisEndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA_mC658C2B125275BF0245B2F3B1AA3A6BBEF3BACF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_get_Result_mFF9E5741181C66360F18B045C5F31B4856A16CDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpClient_GetStream_mBBF27B06916830198E0E3BA323142793E9B2C5FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpClient__ctor_m67703F980AF859B47D938D2739C0E3D244659339_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpListener_BeginAcceptTcpClient_mD026EBFD9527C042FAA26B9E6F04518B9763DE5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpListener_EndAcceptTcpClient_m8CC22D3ACD902963F3F754628567A4EB8CF68785_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpListener_Start_mE4B737892B388EBFD51A18A8C53CCBB133B35650_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpListener__ctor_mD4633F7821C1F6412EFE88DB42F8A6C7E1A914F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowStub_ThrowNotSupportedException_m3BBB5BF36323ACE28882DF34B149C6734507B574_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimerThread_CreateQueue_m3AC5A9C86D35BECBB838DFF5DAAE2FCA75D141BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimerThread_OnDomainUnload_m594B6D256C11A7B1FEFD61BDA0A567058F4517C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CBeginSendU3Eb__242_0_m0011A7F1D6DCE1CC6714C2C4C67C905DA9159F5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCompleteU3Eb__27_0_m5C293AC939107CF4960BBA8DFBA174438C2BD359_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CConnectAsyncU3Eb__2_0_m890E38E6D21BFD282C9EFE2C438C3A03430CE73A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CConnectAsyncU3Eb__2_1_m948646F5555AA4227728846C1F004F54B2372CDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__310_0_mC396B5BE2E142AD692FF33127270DA83F37E0FE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__310_10_mA283D32575140AE2DC68609AFF4D9271235EA443_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__310_11_m800E1188E230A39EEF26795BFCD3D1452CD57D66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__310_12_mC3F90036D059B2B8698420B56F024B1635A88F8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__310_13_m2FD5CE753231103645670195A724C97E3E10F06E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__310_14_m53E1DB314E0C51DAE16463286BD922CB0A207D90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__310_1_m7141ABFB7A612D6C3FF7E1A08A388E9EF6686545_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__310_2_m110EFFDCB2927C59A7775F44598CF7213F8954D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__310_3_m53FD854140025D3A18E08649002588BD32120704_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__310_4_mF00A4741487F488E2C391D880F02CE350654AF03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__310_5_mC153E4B02FC0BFDB1DD45C6A2B449C2191B14418_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__310_6_m87420A4E7F247C0C96EDABEB5E832CB1C27FA543_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__310_7_mF1815DC25AFF7063E376A6C012D899081EF669F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__310_8_m84E0BF807680AEBCD2B8EB613649E1A09F40BBE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__310_9_m80BDF0261BB58674DFD34CD5CE86DC044A6D3D0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass243_0_U3CBeginSendCallbackU3Eb__0_mCE9408390F94237D14C6BA83630E34F2DCA56860_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass299_0_U3CQueueIOSelectorJobU3Eb__0_mD066C2DF490C722A0CD2B048F1B7031BA5E502D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityTlsContext_CertificateCallback_m7E54408ABCE341F31E4470746F9BFE2799B86297_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityTlsContext_CertificateCallback_mCF0B5C35CA9C47C2FA5438BA3BA603911642333B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mD5CE5AAE708D8F381231A674D62F255E2114F8DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityTlsContext_ProcessHandshake_m0B483DA2D4468555E8B7F8FB7EF9DF1A926CC69A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityTlsContext_ReadCallback_m761A4E7B983E40C8D727C2251158F22F762CD419_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityTlsContext_Read_m4B2AC92721AEDAA58680B52E3E6D4EAA5E05FE13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityTlsContext_VerifyCallback_m8367D8479B3FD1AA41D886446279FEE8246F04B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityTlsContext_WriteCallback_mE11815EF2287F4F9D27C94D0E5414DC1E2BCEFD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityTlsContext_Write_mB34B278D4ECAD5F44AF4E9B3BA9CEC68AED19D34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_CreateHelper_m7119CDD68462AF01538A0E8010CF9421DA9FD321_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_CreateHostStringHelper_mF364FD1C0FBD46838557CAA1D35D74DF276F9038_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_CreateThis_m86E72577BCB9A6FDF5A0EC8EDFDD5F41AD3256FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_CreateUri_mCAE7D6A4588E2FF4507FF9198B856FD7354DBE0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_FromHex_mA14A33DB60EBA018558CEF8F7EB5B1FBFECFAD8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_GetComponentsHelper_mAA39E421157735AAD7D93A187CCCAED5A122C8E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_GetComponents_mA614A98C35F2E5D924A10A8018A46606AFB6133E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_GetHostViaCustomSyntax_mF2DABFE767AB49B8F8E0C9E19937AF900A1E4BC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_GetRelativeSerializationString_mBCE8CC99C746B18A9DE0B2C6084C5B90A192130D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_ParseRemaining_m8C4350479C64906DDE464595F8BE5F8C14F2038D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_ParseSchemeCheckImplicitFile_m54C6CFD37CC5A5C24E502E44AA44112AF7B50BFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_UnescapeDataString_mF503D862AFF8EFDC9394DE8052648DB59E9F96F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri__ctor_m0B44AFB01F3FEDE9319BA4556288340D16101F9D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri__ctor_m2D669E1153A700F9ED8BA31473565827AF8E39EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri__ctor_m77D32DF0ABC88A040214913D87A07F2C522CCD18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri__ctor_m8AEBDC795304F6C78A02BC41BB4C6BF93C4DE53B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_AbsolutePath_mB845A99D0CEB442AAF90B24A95EE7509C34C6306_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_AbsoluteUri_mC494374C2A3B1DFC9C3DC6CCB8A8A758580C11DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Authority_m453C817B1681F5FD99431A7FDF6F11CDB9FAC093_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_DnsSafeHost_m3A22E10619987FC8FED6CEDDCA5D9647AC5B6AC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Fragment_m1734B2D3F27F38AA342CB65885DE732160501E72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_HostNameType_mEBBF38E3DA9410F5D1CA0C8877D7188B8822D97B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_IsDefaultPort_mFDB9DC42A42C2D8C5ADFE5D590DEEE27D2918271_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_IsFile_mCFA022C6E4641EBD7285A01056B7E201CEFD2C73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_IsLoopback_m6988313CE348064A6A068347D878DDC51594B710_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_IsUnc_m74CE69038E37D7F868EF3EFD9DCCD08AA11877CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_PathAndQuery_m0FFF28F15DF953C5866C2A0DEEA2034ECE6A0F35_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Query_m5BFB32AA54D9F40585832BCA7F10B3DE3603E9EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_UserInfo_m94767A0CEBE9994D43BFFD9D0E18ADA11EF96D25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_m0B2009EDA7A24C5EC5FE7BEDE23154C403CA763A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_m8DCA219EF0C7F7D396D5B1D285048758EF6042DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_3__ctor_mD624DF1155A5BD42B89FC0021B3829999FAB9338_RuntimeMethod_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;; struct Exception_t_marshaled_com; struct Exception_t_marshaled_com;; struct Exception_t_marshaled_pinvoke; struct Exception_t_marshaled_pinvoke;; struct IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9_marshaled_com; struct IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9_marshaled_pinvoke; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3; struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3; struct WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A; struct unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 : 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_t679C1B372C01587EE2409789DD252B21973D6C46* ___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_t1EC89F6460ADD3DBA3494A23A2965369F2CCD818 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t49E512FBE8EEFCA66BA93FCD84245D5D0A925DA5 * ___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_t22D558904722DB14931A9BCEC4E05FD813FB9638, ___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_t22D558904722DB14931A9BCEC4E05FD813FB9638, ___entries_1)); } inline EntryU5BU5D_t679C1B372C01587EE2409789DD252B21973D6C46* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t679C1B372C01587EE2409789DD252B21973D6C46** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t679C1B372C01587EE2409789DD252B21973D6C46* 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_t22D558904722DB14931A9BCEC4E05FD813FB9638, ___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_t22D558904722DB14931A9BCEC4E05FD813FB9638, ___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_t22D558904722DB14931A9BCEC4E05FD813FB9638, ___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_t22D558904722DB14931A9BCEC4E05FD813FB9638, ___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_t22D558904722DB14931A9BCEC4E05FD813FB9638, ___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_t22D558904722DB14931A9BCEC4E05FD813FB9638, ___keys_7)); } inline KeyCollection_t1EC89F6460ADD3DBA3494A23A2965369F2CCD818 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t1EC89F6460ADD3DBA3494A23A2965369F2CCD818 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t1EC89F6460ADD3DBA3494A23A2965369F2CCD818 * 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_t22D558904722DB14931A9BCEC4E05FD813FB9638, ___values_8)); } inline ValueCollection_t49E512FBE8EEFCA66BA93FCD84245D5D0A925DA5 * get_values_8() const { return ___values_8; } inline ValueCollection_t49E512FBE8EEFCA66BA93FCD84245D5D0A925DA5 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t49E512FBE8EEFCA66BA93FCD84245D5D0A925DA5 * 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_t22D558904722DB14931A9BCEC4E05FD813FB9638, ____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_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 : 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_t92429A0B3CFEDB3939B45C0E9AF868DE85DCF433* ___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_tB549DEF53C28651D9793AD198BD7EB2112B64D2D * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tEC9D73DCAAF0925AA00D8CDC56BDF4899E438372 * ___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_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5, ___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_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5, ___entries_1)); } inline EntryU5BU5D_t92429A0B3CFEDB3939B45C0E9AF868DE85DCF433* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t92429A0B3CFEDB3939B45C0E9AF868DE85DCF433** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t92429A0B3CFEDB3939B45C0E9AF868DE85DCF433* 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_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5, ___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_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5, ___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_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5, ___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_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5, ___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_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5, ___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_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5, ___keys_7)); } inline KeyCollection_tB549DEF53C28651D9793AD198BD7EB2112B64D2D * get_keys_7() const { return ___keys_7; } inline KeyCollection_tB549DEF53C28651D9793AD198BD7EB2112B64D2D ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tB549DEF53C28651D9793AD198BD7EB2112B64D2D * 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_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5, ___values_8)); } inline ValueCollection_tEC9D73DCAAF0925AA00D8CDC56BDF4899E438372 * get_values_8() const { return ___values_8; } inline ValueCollection_tEC9D73DCAAF0925AA00D8CDC56BDF4899E438372 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tEC9D73DCAAF0925AA00D8CDC56BDF4899E438372 * 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_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5, ____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/KeyCollection struct KeyCollection_t1EC89F6460ADD3DBA3494A23A2965369F2CCD818 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t1EC89F6460ADD3DBA3494A23A2965369F2CCD818, ___dictionary_0)); } inline Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::list LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::next LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF * ___next_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::prev LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF * ___prev_2; // T System.Collections.Generic.LinkedListNode`1::item WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * ___item_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF, ___list_0)); } inline LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * get_list_0() const { return ___list_0; } inline LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * 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_t3E37E571AE265769999872E9C6F9979883D162EF, ___next_1)); } inline LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF * get_next_1() const { return ___next_1; } inline LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF * 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_t3E37E571AE265769999872E9C6F9979883D162EF, ___prev_2)); } inline LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF * get_prev_2() const { return ___prev_2; } inline LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF ** get_address_of_prev_2() { return &___prev_2; } inline void set_prev_2(LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF * 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_t3E37E571AE265769999872E9C6F9979883D162EF, ___item_3)); } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * get_item_3() const { return ___item_3; } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 ** get_address_of_item_3() { return &___item_3; } inline void set_item_3(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * value) { ___item_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_3), (void*)value); } }; // System.Collections.Generic.LinkedList`1> struct LinkedList_1_t76233C48F0195F5B42DA63B18E0708EE70F38E2B : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * ___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_t76233C48F0195F5B42DA63B18E0708EE70F38E2B, ___head_0)); } inline LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * get_head_0() const { return ___head_0; } inline LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * 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_t76233C48F0195F5B42DA63B18E0708EE70F38E2B, ___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_t76233C48F0195F5B42DA63B18E0708EE70F38E2B, ___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_t76233C48F0195F5B42DA63B18E0708EE70F38E2B, ____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_t76233C48F0195F5B42DA63B18E0708EE70F38E2B, ____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_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * ___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_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF, ___head_0)); } inline LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * get_head_0() const { return ___head_0; } inline LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * 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_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF, ___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_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF, ___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_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF, ____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_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF, ____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_t555E05F2E497A99E81B02BC6149DEFDB20186689 : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * ___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_t555E05F2E497A99E81B02BC6149DEFDB20186689, ___head_0)); } inline LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * get_head_0() const { return ___head_0; } inline LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * 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_t555E05F2E497A99E81B02BC6149DEFDB20186689, ___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_t555E05F2E497A99E81B02BC6149DEFDB20186689, ___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_t555E05F2E497A99E81B02BC6149DEFDB20186689, ____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_t555E05F2E497A99E81B02BC6149DEFDB20186689, ____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_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * ___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_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6, ___head_0)); } inline LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * get_head_0() const { return ___head_0; } inline LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * 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_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6, ___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_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6, ___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_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6, ____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_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6, ____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_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF * ___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_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3, ___head_0)); } inline LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF * get_head_0() const { return ___head_0; } inline LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF * 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_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3, ___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_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3, ___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_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3, ____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_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3, ____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_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_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ThreadU5BU5D_t9AB1EEE437F00EABE533CB2261E519C3976BD81F* ____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_t9F9F5D4A333C8825F92101BF7BB68754EED3B118, ____items_1)); } inline ThreadU5BU5D_t9AB1EEE437F00EABE533CB2261E519C3976BD81F* get__items_1() const { return ____items_1; } inline ThreadU5BU5D_t9AB1EEE437F00EABE533CB2261E519C3976BD81F** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ThreadU5BU5D_t9AB1EEE437F00EABE533CB2261E519C3976BD81F* 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_t9F9F5D4A333C8825F92101BF7BB68754EED3B118, ____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_t9F9F5D4A333C8825F92101BF7BB68754EED3B118, ____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_t9F9F5D4A333C8825F92101BF7BB68754EED3B118, ____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); } }; 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.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); } }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.BitConverter struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654 : public RuntimeObject { public: public: }; // 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.Configuration.ConfigurationElement struct ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA : public RuntimeObject { public: public: }; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B : public RuntimeObject { public: public: }; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 : 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.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.Net.EndPoint struct EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA : public RuntimeObject { public: public: }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; // System.Net.HttpVersion struct HttpVersion_t15E4A5DA9E037A055F4630E01EB12A988915448E : public RuntimeObject { public: public: }; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary System.Collections.Specialized.HybridDictionary::list ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * ___list_0; // System.Collections.Hashtable System.Collections.Specialized.HybridDictionary::hashtable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___hashtable_1; // System.Boolean System.Collections.Specialized.HybridDictionary::caseInsensitive bool ___caseInsensitive_2; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A, ___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_hashtable_1() { return static_cast(offsetof(HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A, ___hashtable_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_hashtable_1() const { return ___hashtable_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_hashtable_1() { return &___hashtable_1; } inline void set_hashtable_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___hashtable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashtable_1), (void*)value); } inline static int32_t get_offset_of_caseInsensitive_2() { return static_cast(offsetof(HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A, ___caseInsensitive_2)); } inline bool get_caseInsensitive_2() const { return ___caseInsensitive_2; } inline bool* get_address_of_caseInsensitive_2() { return &___caseInsensitive_2; } inline void set_caseInsensitive_2(bool value) { ___caseInsensitive_2 = value; } }; // System.IOAsyncResult struct IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 : public RuntimeObject { public: // System.AsyncCallback System.IOAsyncResult::async_callback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___async_callback_0; // System.Object System.IOAsyncResult::async_state RuntimeObject * ___async_state_1; // System.Threading.ManualResetEvent System.IOAsyncResult::wait_handle ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___wait_handle_2; // System.Boolean System.IOAsyncResult::completed_synchronously bool ___completed_synchronously_3; // System.Boolean System.IOAsyncResult::completed bool ___completed_4; public: inline static int32_t get_offset_of_async_callback_0() { return static_cast(offsetof(IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9, ___async_callback_0)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_async_callback_0() const { return ___async_callback_0; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_async_callback_0() { return &___async_callback_0; } inline void set_async_callback_0(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___async_callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___async_callback_0), (void*)value); } inline static int32_t get_offset_of_async_state_1() { return static_cast(offsetof(IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9, ___async_state_1)); } inline RuntimeObject * get_async_state_1() const { return ___async_state_1; } inline RuntimeObject ** get_address_of_async_state_1() { return &___async_state_1; } inline void set_async_state_1(RuntimeObject * value) { ___async_state_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___async_state_1), (void*)value); } inline static int32_t get_offset_of_wait_handle_2() { return static_cast(offsetof(IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9, ___wait_handle_2)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_wait_handle_2() const { return ___wait_handle_2; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_wait_handle_2() { return &___wait_handle_2; } inline void set_wait_handle_2(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___wait_handle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___wait_handle_2), (void*)value); } inline static int32_t get_offset_of_completed_synchronously_3() { return static_cast(offsetof(IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9, ___completed_synchronously_3)); } inline bool get_completed_synchronously_3() const { return ___completed_synchronously_3; } inline bool* get_address_of_completed_synchronously_3() { return &___completed_synchronously_3; } inline void set_completed_synchronously_3(bool value) { ___completed_synchronously_3 = value; } inline static int32_t get_offset_of_completed_4() { return static_cast(offsetof(IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9, ___completed_4)); } inline bool get_completed_4() const { return ___completed_4; } inline bool* get_address_of_completed_4() { return &___completed_4; } inline void set_completed_4(bool value) { ___completed_4 = value; } }; // Native definition for P/Invoke marshalling of System.IOAsyncResult struct IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9_marshaled_pinvoke { Il2CppMethodPointer ___async_callback_0; Il2CppIUnknown* ___async_state_1; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___wait_handle_2; int32_t ___completed_synchronously_3; int32_t ___completed_4; }; // Native definition for COM marshalling of System.IOAsyncResult struct IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9_marshaled_com { Il2CppMethodPointer ___async_callback_0; Il2CppIUnknown* ___async_state_1; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___wait_handle_2; int32_t ___completed_synchronously_3; int32_t ___completed_4; }; // 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.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.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.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.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); } }; // System.IO.Path struct Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921 : public RuntimeObject { public: public: }; // System.Net.Cache.RequestCache struct RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E : public RuntimeObject { public: public: }; // System.Net.Cache.RequestCacheBinding struct RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 : public RuntimeObject { public: // System.Net.Cache.RequestCache System.Net.Cache.RequestCacheBinding::m_RequestCache RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E * ___m_RequestCache_0; // System.Net.Cache.RequestCacheValidator System.Net.Cache.RequestCacheBinding::m_CacheValidator RequestCacheValidator_tF5CEC01B5D84A8F7A1951B18877B17F7418A21F7 * ___m_CacheValidator_1; public: inline static int32_t get_offset_of_m_RequestCache_0() { return static_cast(offsetof(RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447, ___m_RequestCache_0)); } inline RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E * get_m_RequestCache_0() const { return ___m_RequestCache_0; } inline RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E ** get_address_of_m_RequestCache_0() { return &___m_RequestCache_0; } inline void set_m_RequestCache_0(RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E * value) { ___m_RequestCache_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RequestCache_0), (void*)value); } inline static int32_t get_offset_of_m_CacheValidator_1() { return static_cast(offsetof(RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447, ___m_CacheValidator_1)); } inline RequestCacheValidator_tF5CEC01B5D84A8F7A1951B18877B17F7418A21F7 * get_m_CacheValidator_1() const { return ___m_CacheValidator_1; } inline RequestCacheValidator_tF5CEC01B5D84A8F7A1951B18877B17F7418A21F7 ** get_address_of_m_CacheValidator_1() { return &___m_CacheValidator_1; } inline void set_m_CacheValidator_1(RequestCacheValidator_tF5CEC01B5D84A8F7A1951B18877B17F7418A21F7 * value) { ___m_CacheValidator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CacheValidator_1), (void*)value); } }; // System.Net.Cache.RequestCacheProtocol struct RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 : public RuntimeObject { public: public: }; // System.Net.Cache.RequestCacheValidator struct RequestCacheValidator_tF5CEC01B5D84A8F7A1951B18877B17F7418A21F7 : public RuntimeObject { public: public: }; // SR struct SR_t7C9BB2906843BCE54155B2E99C05E0687AEB25FC : public RuntimeObject { public: public: }; // 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.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA : public RuntimeObject { public: // System.Net.Security.RemoteCertificateValidationCallback System.Net.ServerCertValidationCallback::m_ValidationCallback RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * ___m_ValidationCallback_0; // System.Threading.ExecutionContext System.Net.ServerCertValidationCallback::m_Context ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_Context_1; public: inline static int32_t get_offset_of_m_ValidationCallback_0() { return static_cast(offsetof(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA, ___m_ValidationCallback_0)); } inline RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * get_m_ValidationCallback_0() const { return ___m_ValidationCallback_0; } inline RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 ** get_address_of_m_ValidationCallback_0() { return &___m_ValidationCallback_0; } inline void set_m_ValidationCallback_0(RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * value) { ___m_ValidationCallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ValidationCallback_0), (void*)value); } inline static int32_t get_offset_of_m_Context_1() { return static_cast(offsetof(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA, ___m_Context_1)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_m_Context_1() const { return ___m_Context_1; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_m_Context_1() { return &___m_Context_1; } inline void set_m_Context_1(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___m_Context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Context_1), (void*)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.Net.SocketAddress struct SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 : public RuntimeObject { public: // System.Int32 System.Net.SocketAddress::m_Size int32_t ___m_Size_0; // System.Byte[] System.Net.SocketAddress::m_Buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_Buffer_1; // System.Boolean System.Net.SocketAddress::m_changed bool ___m_changed_2; // System.Int32 System.Net.SocketAddress::m_hash int32_t ___m_hash_3; public: inline static int32_t get_offset_of_m_Size_0() { return static_cast(offsetof(SocketAddress_tE8FA33C91254662406767AF97518C235382742D3, ___m_Size_0)); } inline int32_t get_m_Size_0() const { return ___m_Size_0; } inline int32_t* get_address_of_m_Size_0() { return &___m_Size_0; } inline void set_m_Size_0(int32_t value) { ___m_Size_0 = value; } inline static int32_t get_offset_of_m_Buffer_1() { return static_cast(offsetof(SocketAddress_tE8FA33C91254662406767AF97518C235382742D3, ___m_Buffer_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_Buffer_1() const { return ___m_Buffer_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_Buffer_1() { return &___m_Buffer_1; } inline void set_m_Buffer_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_Buffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Buffer_1), (void*)value); } inline static int32_t get_offset_of_m_changed_2() { return static_cast(offsetof(SocketAddress_tE8FA33C91254662406767AF97518C235382742D3, ___m_changed_2)); } inline bool get_m_changed_2() const { return ___m_changed_2; } inline bool* get_address_of_m_changed_2() { return &___m_changed_2; } inline void set_m_changed_2(bool value) { ___m_changed_2 = value; } inline static int32_t get_offset_of_m_hash_3() { return static_cast(offsetof(SocketAddress_tE8FA33C91254662406767AF97518C235382742D3, ___m_hash_3)); } inline int32_t get_m_hash_3() const { return ___m_hash_3; } inline int32_t* get_address_of_m_hash_3() { return &___m_hash_3; } inline void set_m_hash_3(int32_t value) { ___m_hash_3 = value; } }; // System.Net.Sockets.SocketTaskExtensions struct SocketTaskExtensions_t5AB31CB80ABD65BEED977F8102B7EF253F3DFCFA : public RuntimeObject { public: public: }; // System.Diagnostics.StackTrace struct StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 : public RuntimeObject { public: // System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::frames StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* ___frames_1; // System.Diagnostics.StackTrace[] System.Diagnostics.StackTrace::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_2; // System.Boolean System.Diagnostics.StackTrace::debug_info bool ___debug_info_3; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888, ___frames_1)); } inline StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* get_frames_1() const { return ___frames_1; } inline StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_captured_traces_2() { return static_cast(offsetof(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888, ___captured_traces_2)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_2() const { return ___captured_traces_2; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_2() { return &___captured_traces_2; } inline void set_captured_traces_2(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_2), (void*)value); } inline static int32_t get_offset_of_debug_info_3() { return static_cast(offsetof(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888, ___debug_info_3)); } inline bool get_debug_info_3() const { return ___debug_info_3; } inline bool* get_address_of_debug_info_3() { return &___debug_info_3; } inline void set_debug_info_3(bool value) { ___debug_info_3 = value; } }; // System.Diagnostics.Stopwatch struct Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89 : public RuntimeObject { public: // System.Int64 System.Diagnostics.Stopwatch::elapsed int64_t ___elapsed_2; // System.Int64 System.Diagnostics.Stopwatch::started int64_t ___started_3; // System.Boolean System.Diagnostics.Stopwatch::is_running bool ___is_running_4; public: inline static int32_t get_offset_of_elapsed_2() { return static_cast(offsetof(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89, ___elapsed_2)); } inline int64_t get_elapsed_2() const { return ___elapsed_2; } inline int64_t* get_address_of_elapsed_2() { return &___elapsed_2; } inline void set_elapsed_2(int64_t value) { ___elapsed_2 = value; } inline static int32_t get_offset_of_started_3() { return static_cast(offsetof(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89, ___started_3)); } inline int64_t get_started_3() const { return ___started_3; } inline int64_t* get_address_of_started_3() { return &___started_3; } inline void set_started_3(int64_t value) { ___started_3 = value; } inline static int32_t get_offset_of_is_running_4() { return static_cast(offsetof(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89, ___is_running_4)); } inline bool get_is_running_4() const { return ___is_running_4; } inline bool* get_address_of_is_running_4() { return &___is_running_4; } inline void set_is_running_4(bool value) { ___is_running_4 = 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.Collections.Specialized.StringCollection struct StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.Specialized.StringCollection::data ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___data_0; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E, ___data_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_data_0() const { return ___data_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_0), (void*)value); } }; // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 : public RuntimeObject { public: public: }; // System.Net.Sockets.TcpListener struct TcpListener_t96F905EC8A8737637341F4D6BC425E5188FDA14B : public RuntimeObject { public: // System.Net.IPEndPoint System.Net.Sockets.TcpListener::m_ServerSocketEP IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___m_ServerSocketEP_0; // System.Net.Sockets.Socket System.Net.Sockets.TcpListener::m_ServerSocket Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___m_ServerSocket_1; // System.Boolean System.Net.Sockets.TcpListener::m_Active bool ___m_Active_2; // System.Boolean System.Net.Sockets.TcpListener::m_ExclusiveAddressUse bool ___m_ExclusiveAddressUse_3; public: inline static int32_t get_offset_of_m_ServerSocketEP_0() { return static_cast(offsetof(TcpListener_t96F905EC8A8737637341F4D6BC425E5188FDA14B, ___m_ServerSocketEP_0)); } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * get_m_ServerSocketEP_0() const { return ___m_ServerSocketEP_0; } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E ** get_address_of_m_ServerSocketEP_0() { return &___m_ServerSocketEP_0; } inline void set_m_ServerSocketEP_0(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * value) { ___m_ServerSocketEP_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ServerSocketEP_0), (void*)value); } inline static int32_t get_offset_of_m_ServerSocket_1() { return static_cast(offsetof(TcpListener_t96F905EC8A8737637341F4D6BC425E5188FDA14B, ___m_ServerSocket_1)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_m_ServerSocket_1() const { return ___m_ServerSocket_1; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_m_ServerSocket_1() { return &___m_ServerSocket_1; } inline void set_m_ServerSocket_1(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___m_ServerSocket_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ServerSocket_1), (void*)value); } inline static int32_t get_offset_of_m_Active_2() { return static_cast(offsetof(TcpListener_t96F905EC8A8737637341F4D6BC425E5188FDA14B, ___m_Active_2)); } inline bool get_m_Active_2() const { return ___m_Active_2; } inline bool* get_address_of_m_Active_2() { return &___m_Active_2; } inline void set_m_Active_2(bool value) { ___m_Active_2 = value; } inline static int32_t get_offset_of_m_ExclusiveAddressUse_3() { return static_cast(offsetof(TcpListener_t96F905EC8A8737637341F4D6BC425E5188FDA14B, ___m_ExclusiveAddressUse_3)); } inline bool get_m_ExclusiveAddressUse_3() const { return ___m_ExclusiveAddressUse_3; } inline bool* get_address_of_m_ExclusiveAddressUse_3() { return &___m_ExclusiveAddressUse_3; } inline void set_m_ExclusiveAddressUse_3(bool value) { ___m_ExclusiveAddressUse_3 = value; } }; // System.Net.TimerThread struct TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714 : public RuntimeObject { public: public: }; // System.UncNameHelper struct UncNameHelper_t8588082B217370E41636ED5A9EF5A608858709E9 : public RuntimeObject { public: public: }; // Mono.Unity.UnityTls struct UnityTls_t5E9EEFC63D9FA89B070AF1E103D6C427AE7EE525 : public RuntimeObject { public: public: }; // Mono.Unity.UnityTlsConversions struct UnityTlsConversions_tDB7B9D8DE49EB4B2E8855CCAE24EDA8D6FFCF4DF : public RuntimeObject { public: public: }; // System.Net.UnsafeNclNativeMethods struct UnsafeNclNativeMethods_t0BC54A8481ACCED4A3C4C00986C8166E781C71C2 : 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.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C : public RuntimeObject { public: // System.Int32 System.Version::_Major int32_t ____Major_0; // System.Int32 System.Version::_Minor int32_t ____Minor_1; // System.Int32 System.Version::_Build int32_t ____Build_2; // System.Int32 System.Version::_Revision int32_t ____Revision_3; public: inline static int32_t get_offset_of__Major_0() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Major_0)); } inline int32_t get__Major_0() const { return ____Major_0; } inline int32_t* get_address_of__Major_0() { return &____Major_0; } inline void set__Major_0(int32_t value) { ____Major_0 = value; } inline static int32_t get_offset_of__Minor_1() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Minor_1)); } inline int32_t get__Minor_1() const { return ____Minor_1; } inline int32_t* get_address_of__Minor_1() { return &____Minor_1; } inline void set__Minor_1(int32_t value) { ____Minor_1 = value; } inline static int32_t get_offset_of__Build_2() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Build_2)); } inline int32_t get__Build_2() const { return ____Build_2; } inline int32_t* get_address_of__Build_2() { return &____Build_2; } inline void set__Build_2(int32_t value) { ____Build_2 = value; } inline static int32_t get_offset_of__Revision_3() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Revision_3)); } inline int32_t get__Revision_3() const { return ____Revision_3; } inline int32_t* get_address_of__Revision_3() { return &____Revision_3; } inline void set__Revision_3(int32_t value) { ____Revision_3 = value; } }; // 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.Security.Cryptography.X509Certificates.X509ChainElement struct X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509ChainElement::certificate X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * ___certificate_0; // System.String System.Security.Cryptography.X509Certificates.X509ChainElement::info String_t* ___info_1; public: inline static int32_t get_offset_of_certificate_0() { return static_cast(offsetof(X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25, ___certificate_0)); } inline X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * get_certificate_0() const { return ___certificate_0; } inline X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD ** get_address_of_certificate_0() { return &___certificate_0; } inline void set_certificate_0(X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * value) { ___certificate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificate_0), (void*)value); } inline static int32_t get_offset_of_info_1() { return static_cast(offsetof(X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25, ___info_1)); } inline String_t* get_info_1() const { return ___info_1; } inline String_t** get_address_of_info_1() { return &___info_1; } inline void set_info_1(String_t* value) { ___info_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_1), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509ChainElementCollection struct X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 : public RuntimeObject { public: // System.Collections.ArrayList System.Security.Cryptography.X509Certificates.X509ChainElementCollection::_list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____list_0; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1, ____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.Security.Cryptography.X509Certificates.X509ChainImpl struct X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE : public RuntimeObject { public: public: }; // System.Net.ServicePointManager/SPKey struct SPKey_t79CECE023E495F798A39AEBBF30F847551AC7EAB : public RuntimeObject { public: // System.Uri System.Net.ServicePointManager/SPKey::uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri_0; // System.Uri System.Net.ServicePointManager/SPKey::proxy Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___proxy_1; // System.Boolean System.Net.ServicePointManager/SPKey::use_connect bool ___use_connect_2; public: inline static int32_t get_offset_of_uri_0() { return static_cast(offsetof(SPKey_t79CECE023E495F798A39AEBBF30F847551AC7EAB, ___uri_0)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_uri_0() const { return ___uri_0; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_uri_0() { return &___uri_0; } inline void set_uri_0(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___uri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_0), (void*)value); } inline static int32_t get_offset_of_proxy_1() { return static_cast(offsetof(SPKey_t79CECE023E495F798A39AEBBF30F847551AC7EAB, ___proxy_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_proxy_1() const { return ___proxy_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_proxy_1() { return &___proxy_1; } inline void set_proxy_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___proxy_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___proxy_1), (void*)value); } inline static int32_t get_offset_of_use_connect_2() { return static_cast(offsetof(SPKey_t79CECE023E495F798A39AEBBF30F847551AC7EAB, ___use_connect_2)); } inline bool get_use_connect_2() const { return ___use_connect_2; } inline bool* get_address_of_use_connect_2() { return &___use_connect_2; } inline void set_use_connect_2(bool value) { ___use_connect_2 = value; } }; // System.Net.ServicePointScheduler/AsyncManualResetEvent struct AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0 : public RuntimeObject { public: // System.Threading.Tasks.TaskCompletionSource`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.ServicePointScheduler/AsyncManualResetEvent::m_tcs TaskCompletionSource_1_t56125454B9277AE49801F3DF08F7774ED6B499F3 * ___m_tcs_0; public: inline static int32_t get_offset_of_m_tcs_0() { return static_cast(offsetof(AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0, ___m_tcs_0)); } inline TaskCompletionSource_1_t56125454B9277AE49801F3DF08F7774ED6B499F3 * get_m_tcs_0() const { return ___m_tcs_0; } inline TaskCompletionSource_1_t56125454B9277AE49801F3DF08F7774ED6B499F3 ** get_address_of_m_tcs_0() { return &___m_tcs_0; } inline void set_m_tcs_0(TaskCompletionSource_1_t56125454B9277AE49801F3DF08F7774ED6B499F3 * value) { ___m_tcs_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_tcs_0), (void*)value); } }; // System.Net.ServicePointScheduler/ConnectionGroup struct ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C : public RuntimeObject { public: // System.Net.ServicePointScheduler System.Net.ServicePointScheduler/ConnectionGroup::k__BackingField ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * ___U3CSchedulerU3Ek__BackingField_0; // System.String System.Net.ServicePointScheduler/ConnectionGroup::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // System.Int32 System.Net.ServicePointScheduler/ConnectionGroup::ID int32_t ___ID_3; // System.Collections.Generic.LinkedList`1 System.Net.ServicePointScheduler/ConnectionGroup::connections LinkedList_1_t176D4D87C53122FC14716558A92FA82384103568 * ___connections_4; // System.Collections.Generic.LinkedList`1 System.Net.ServicePointScheduler/ConnectionGroup::queue LinkedList_1_t77A1551EC5F66CCEBE9571FF3465A547C6F0F989 * ___queue_5; public: inline static int32_t get_offset_of_U3CSchedulerU3Ek__BackingField_0() { return static_cast(offsetof(ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C, ___U3CSchedulerU3Ek__BackingField_0)); } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * get_U3CSchedulerU3Ek__BackingField_0() const { return ___U3CSchedulerU3Ek__BackingField_0; } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 ** get_address_of_U3CSchedulerU3Ek__BackingField_0() { return &___U3CSchedulerU3Ek__BackingField_0; } inline void set_U3CSchedulerU3Ek__BackingField_0(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * value) { ___U3CSchedulerU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSchedulerU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_1() { return static_cast(offsetof(ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C, ___U3CNameU3Ek__BackingField_1)); } inline String_t* get_U3CNameU3Ek__BackingField_1() const { return ___U3CNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_1() { return &___U3CNameU3Ek__BackingField_1; } inline void set_U3CNameU3Ek__BackingField_1(String_t* value) { ___U3CNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_ID_3() { return static_cast(offsetof(ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C, ___ID_3)); } inline int32_t get_ID_3() const { return ___ID_3; } inline int32_t* get_address_of_ID_3() { return &___ID_3; } inline void set_ID_3(int32_t value) { ___ID_3 = value; } inline static int32_t get_offset_of_connections_4() { return static_cast(offsetof(ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C, ___connections_4)); } inline LinkedList_1_t176D4D87C53122FC14716558A92FA82384103568 * get_connections_4() const { return ___connections_4; } inline LinkedList_1_t176D4D87C53122FC14716558A92FA82384103568 ** get_address_of_connections_4() { return &___connections_4; } inline void set_connections_4(LinkedList_1_t176D4D87C53122FC14716558A92FA82384103568 * value) { ___connections_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___connections_4), (void*)value); } inline static int32_t get_offset_of_queue_5() { return static_cast(offsetof(ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C, ___queue_5)); } inline LinkedList_1_t77A1551EC5F66CCEBE9571FF3465A547C6F0F989 * get_queue_5() const { return ___queue_5; } inline LinkedList_1_t77A1551EC5F66CCEBE9571FF3465A547C6F0F989 ** get_address_of_queue_5() { return &___queue_5; } inline void set_queue_5(LinkedList_1_t77A1551EC5F66CCEBE9571FF3465A547C6F0F989 * value) { ___queue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___queue_5), (void*)value); } }; // System.Net.Sockets.Socket/<>c struct U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC : public RuntimeObject { public: public: }; // System.Net.Sockets.Socket/<>c__DisplayClass243_0 struct U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61 : public RuntimeObject { public: // System.Int32 System.Net.Sockets.Socket/<>c__DisplayClass243_0::sent_so_far int32_t ___sent_so_far_0; public: inline static int32_t get_offset_of_sent_so_far_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61, ___sent_so_far_0)); } inline int32_t get_sent_so_far_0() const { return ___sent_so_far_0; } inline int32_t* get_address_of_sent_so_far_0() { return &___sent_so_far_0; } inline void set_sent_so_far_0(int32_t value) { ___sent_so_far_0 = value; } }; // System.Net.Sockets.SocketAsyncResult/<>c struct U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466 : public RuntimeObject { public: public: }; // System.Net.Sockets.SocketTaskExtensions/<>c struct U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191 : public RuntimeObject { public: public: }; // System.Net.TimerThread/Queue struct Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB : public RuntimeObject { public: // System.Int32 System.Net.TimerThread/Queue::m_DurationMilliseconds int32_t ___m_DurationMilliseconds_0; public: inline static int32_t get_offset_of_m_DurationMilliseconds_0() { return static_cast(offsetof(Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB, ___m_DurationMilliseconds_0)); } inline int32_t get_m_DurationMilliseconds_0() const { return ___m_DurationMilliseconds_0; } inline int32_t* get_address_of_m_DurationMilliseconds_0() { return &___m_DurationMilliseconds_0; } inline void set_m_DurationMilliseconds_0(int32_t value) { ___m_DurationMilliseconds_0 = value; } }; // System.Uri/MoreInfo struct MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 : public RuntimeObject { public: // System.String System.Uri/MoreInfo::Path String_t* ___Path_0; // System.String System.Uri/MoreInfo::Query String_t* ___Query_1; // System.String System.Uri/MoreInfo::Fragment String_t* ___Fragment_2; // System.String System.Uri/MoreInfo::AbsoluteUri String_t* ___AbsoluteUri_3; // System.Int32 System.Uri/MoreInfo::Hash int32_t ___Hash_4; // System.String System.Uri/MoreInfo::RemoteUrl String_t* ___RemoteUrl_5; public: inline static int32_t get_offset_of_Path_0() { return static_cast(offsetof(MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727, ___Path_0)); } inline String_t* get_Path_0() const { return ___Path_0; } inline String_t** get_address_of_Path_0() { return &___Path_0; } inline void set_Path_0(String_t* value) { ___Path_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Path_0), (void*)value); } inline static int32_t get_offset_of_Query_1() { return static_cast(offsetof(MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727, ___Query_1)); } inline String_t* get_Query_1() const { return ___Query_1; } inline String_t** get_address_of_Query_1() { return &___Query_1; } inline void set_Query_1(String_t* value) { ___Query_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Query_1), (void*)value); } inline static int32_t get_offset_of_Fragment_2() { return static_cast(offsetof(MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727, ___Fragment_2)); } inline String_t* get_Fragment_2() const { return ___Fragment_2; } inline String_t** get_address_of_Fragment_2() { return &___Fragment_2; } inline void set_Fragment_2(String_t* value) { ___Fragment_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Fragment_2), (void*)value); } inline static int32_t get_offset_of_AbsoluteUri_3() { return static_cast(offsetof(MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727, ___AbsoluteUri_3)); } inline String_t* get_AbsoluteUri_3() const { return ___AbsoluteUri_3; } inline String_t** get_address_of_AbsoluteUri_3() { return &___AbsoluteUri_3; } inline void set_AbsoluteUri_3(String_t* value) { ___AbsoluteUri_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___AbsoluteUri_3), (void*)value); } inline static int32_t get_offset_of_Hash_4() { return static_cast(offsetof(MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727, ___Hash_4)); } inline int32_t get_Hash_4() const { return ___Hash_4; } inline int32_t* get_address_of_Hash_4() { return &___Hash_4; } inline void set_Hash_4(int32_t value) { ___Hash_4 = value; } inline static int32_t get_offset_of_RemoteUrl_5() { return static_cast(offsetof(MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727, ___RemoteUrl_5)); } inline String_t* get_RemoteUrl_5() const { return ___RemoteUrl_5; } inline String_t** get_address_of_RemoteUrl_5() { return &___RemoteUrl_5; } inline void set_RemoteUrl_5(String_t* value) { ___RemoteUrl_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___RemoteUrl_5), (void*)value); } }; // System.ArraySegment`1 struct ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE { public: // T[] System.ArraySegment`1::_array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____array_0; // System.Int32 System.ArraySegment`1::_offset int32_t ____offset_1; // System.Int32 System.ArraySegment`1::_count int32_t ____count_2; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE, ____array_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__array_0() const { return ____array_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__offset_1() { return static_cast(offsetof(ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE, ____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__count_2() { return static_cast(offsetof(ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE, ____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; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * ___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_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78, ___m_task_0)); } inline Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * 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_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78, ___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_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_tC1FF599F9BF82C7BA445C25087700503D344D1C5 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * ___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 Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5, ___list_0)); } inline List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * get_list_0() const { return ___list_0; } inline List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5, ___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_tC1FF599F9BF82C7BA445C25087700503D344D1C5, ___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_tC1FF599F9BF82C7BA445C25087700503D344D1C5, ___current_3)); } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * get_current_3() const { return ___current_3; } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE, ___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(KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE, ___value_1)); } inline ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * get_value_1() const { return ___value_1; } inline ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)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_tB6F6AE1A54796440E686F7741EA3970A167A62AE { public: // T1 System.ValueTuple`2::Item1 bool ___Item1_0; // T2 System.ValueTuple`2::Item2 RuntimeObject * ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE, ___Item1_0)); } inline bool get_Item1_0() const { return ___Item1_0; } inline bool* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(bool value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE, ___Item2_1)); } inline RuntimeObject * get_Item2_1() const { return ___Item2_1; } inline RuntimeObject ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(RuntimeObject * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // System.ValueTuple`2 struct ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 { public: // T1 System.ValueTuple`2::Item1 bool ___Item1_0; // T2 System.ValueTuple`2::Item2 WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8, ___Item1_0)); } inline bool get_Item1_0() const { return ___Item1_0; } inline bool* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(bool value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8, ___Item2_1)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_Item2_1() const { return ___Item2_1; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)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.ValueTuple`2 struct ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 { public: // T1 System.ValueTuple`2::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`2::Item2 RuntimeObject * ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403, ___Item2_1)); } inline RuntimeObject * get_Item2_1() const { return ___Item2_1; } inline RuntimeObject ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(RuntimeObject * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // System.ValueTuple`2 struct ValueTuple_2_t9C7076F76259E6A23175B0210ADAA3D4B9C95B34 { public: // T1 System.ValueTuple`2::Item1 WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * ___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_t9C7076F76259E6A23175B0210ADAA3D4B9C95B34, ___Item1_0)); } inline WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * get_Item1_0() const { return ___Item1_0; } inline WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t9C7076F76259E6A23175B0210ADAA3D4B9C95B34, ___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.ValueTuple`2 struct ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 { public: // T1 System.ValueTuple`2::Item1 ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * ___Item1_0; // T2 System.ValueTuple`2::Item2 WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85, ___Item1_0)); } inline ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * get_Item1_0() const { return ___Item1_0; } inline ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85, ___Item2_1)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_Item2_1() const { return ___Item2_1; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // System.ValueTuple`3 struct ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D { public: // T1 System.ValueTuple`3::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`3::Item2 RuntimeObject * ___Item2_1; // T3 System.ValueTuple`3::Item3 RuntimeObject * ___Item3_2; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D, ___Item2_1)); } inline RuntimeObject * get_Item2_1() const { return ___Item2_1; } inline RuntimeObject ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(RuntimeObject * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } inline static int32_t get_offset_of_Item3_2() { return static_cast(offsetof(ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D, ___Item3_2)); } inline RuntimeObject * get_Item3_2() const { return ___Item3_2; } inline RuntimeObject ** get_address_of_Item3_2() { return &___Item3_2; } inline void set_Item3_2(RuntimeObject * value) { ___Item3_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item3_2), (void*)value); } }; // System.ValueTuple`3 struct ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855 { public: // T1 System.ValueTuple`3::Item1 ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * ___Item1_0; // T2 System.ValueTuple`3::Item2 WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * ___Item2_1; // T3 System.ValueTuple`3::Item3 Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___Item3_2; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855, ___Item1_0)); } inline ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * get_Item1_0() const { return ___Item1_0; } inline ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855, ___Item2_1)); } inline WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * get_Item2_1() const { return ___Item2_1; } inline WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } inline static int32_t get_offset_of_Item3_2() { return static_cast(offsetof(ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855, ___Item3_2)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_Item3_2() const { return ___Item3_2; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_Item3_2() { return &___Item3_2; } inline void set_Item3_2(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___Item3_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item3_2), (void*)value); } }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 { public: // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_defaultContextAction_1; public: inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_stateMachine_0)); } inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; } inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; } inline void set_m_stateMachine_0(RuntimeObject* value) { ___m_stateMachine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_0), (void*)value); } inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_defaultContextAction_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; } inline void set_m_defaultContextAction_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_defaultContextAction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultContextAction_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; // 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.Configuration.ConfigurationSection struct ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // 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.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.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.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.Net.IPEndPoint struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E : public EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA { public: // System.Net.IPAddress System.Net.IPEndPoint::m_Address IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___m_Address_2; // System.Int32 System.Net.IPEndPoint::m_Port int32_t ___m_Port_3; public: inline static int32_t get_offset_of_m_Address_2() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E, ___m_Address_2)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_m_Address_2() const { return ___m_Address_2; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_m_Address_2() { return &___m_Address_2; } inline void set_m_Address_2(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___m_Address_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Address_2), (void*)value); } inline static int32_t get_offset_of_m_Port_3() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E, ___m_Port_3)); } inline int32_t get_m_Port_3() const { return ___m_Port_3; } inline int32_t* get_address_of_m_Port_3() { return &___m_Port_3; } inline void set_m_Port_3(int32_t value) { ___m_Port_3 = 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.ServicePointManagerElement struct ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Net.Configuration.SocketElement struct SocketElement_t3A1494C40F44B3BE110D39607B00AE67C9962450 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // 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.Net.SystemNetworkCredential struct SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F : public NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 { public: public: }; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { public: // System.Threading.InternalThread System.Threading.Thread::internal_thread InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * ___internal_thread_6; // System.Object System.Threading.Thread::m_ThreadStartArg RuntimeObject * ___m_ThreadStartArg_7; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_8; // System.Security.Principal.IPrincipal System.Threading.Thread::principal RuntimeObject* ___principal_9; // System.Int32 System.Threading.Thread::principal_version int32_t ___principal_version_10; // System.MulticastDelegate System.Threading.Thread::m_Delegate MulticastDelegate_t * ___m_Delegate_12; // System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_ExecutionContext_13; // System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope bool ___m_ExecutionContextBelongsToOuterScope_14; public: inline static int32_t get_offset_of_internal_thread_6() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___internal_thread_6)); } inline InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * get_internal_thread_6() const { return ___internal_thread_6; } inline InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB ** get_address_of_internal_thread_6() { return &___internal_thread_6; } inline void set_internal_thread_6(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * value) { ___internal_thread_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___internal_thread_6), (void*)value); } inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ThreadStartArg_7)); } inline RuntimeObject * get_m_ThreadStartArg_7() const { return ___m_ThreadStartArg_7; } inline RuntimeObject ** get_address_of_m_ThreadStartArg_7() { return &___m_ThreadStartArg_7; } inline void set_m_ThreadStartArg_7(RuntimeObject * value) { ___m_ThreadStartArg_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ThreadStartArg_7), (void*)value); } inline static int32_t get_offset_of_pending_exception_8() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___pending_exception_8)); } inline RuntimeObject * get_pending_exception_8() const { return ___pending_exception_8; } inline RuntimeObject ** get_address_of_pending_exception_8() { return &___pending_exception_8; } inline void set_pending_exception_8(RuntimeObject * value) { ___pending_exception_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___pending_exception_8), (void*)value); } inline static int32_t get_offset_of_principal_9() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___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); } inline static int32_t get_offset_of_principal_version_10() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___principal_version_10)); } inline int32_t get_principal_version_10() const { return ___principal_version_10; } inline int32_t* get_address_of_principal_version_10() { return &___principal_version_10; } inline void set_principal_version_10(int32_t value) { ___principal_version_10 = value; } inline static int32_t get_offset_of_m_Delegate_12() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_Delegate_12)); } inline MulticastDelegate_t * get_m_Delegate_12() const { return ___m_Delegate_12; } inline MulticastDelegate_t ** get_address_of_m_Delegate_12() { return &___m_Delegate_12; } inline void set_m_Delegate_12(MulticastDelegate_t * value) { ___m_Delegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Delegate_12), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ExecutionContext_13)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; } inline void set_m_ExecutionContext_13(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___m_ExecutionContext_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ExecutionContext_13), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ExecutionContextBelongsToOuterScope_14)); } inline bool get_m_ExecutionContextBelongsToOuterScope_14() const { return ___m_ExecutionContextBelongsToOuterScope_14; } inline bool* get_address_of_m_ExecutionContextBelongsToOuterScope_14() { return &___m_ExecutionContextBelongsToOuterScope_14; } inline void set_m_ExecutionContextBelongsToOuterScope_14(bool value) { ___m_ExecutionContextBelongsToOuterScope_14 = value; } }; // System.ComponentModel.TypeConverterAttribute struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.TypeConverterAttribute::typeName String_t* ___typeName_0; public: inline static int32_t get_offset_of_typeName_0() { return static_cast(offsetof(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83, ___typeName_0)); } inline String_t* get_typeName_0() const { return ___typeName_0; } inline String_t** get_address_of_typeName_0() { return &___typeName_0; } inline void set_typeName_0(String_t* value) { ___typeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeName_0), (void*)value); } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // Mono.Unity.UnityTlsProvider struct UnityTlsProvider_t747B0278CE6D579418AE990C2F0CA3C3AB9A29DC : public MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 { public: public: }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Security.Cryptography.X509Certificates.X509Certificate2 struct X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD : public X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 { public: // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::friendlyName String_t* ___friendlyName_4; public: inline static int32_t get_offset_of_friendlyName_4() { return static_cast(offsetof(X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD, ___friendlyName_4)); } inline String_t* get_friendlyName_4() const { return ___friendlyName_4; } inline String_t** get_address_of_friendlyName_4() { return &___friendlyName_4; } inline void set_friendlyName_4(String_t* value) { ___friendlyName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___friendlyName_4), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B : public CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB { public: public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=14 struct __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF__padding[14]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=9 struct __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71__padding[9]; }; public: }; // System.Net.TimerThread/InfiniteTimerQueue struct InfiniteTimerQueue_t1D20699FE2900CE42CDF3C92FCF2156E0A9A7E60 : public Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB { public: public: }; // System.Net.TimerThread/TimerQueue struct TimerQueue_tA722FEFC39AECB14D47041145F37F2C0656BC34F : public Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB { public: // System.Net.TimerThread/TimerNode System.Net.TimerThread/TimerQueue::m_Timers TimerNode_t320EB9C4551A6998CDD3643411057AB8F4609FF9 * ___m_Timers_1; public: inline static int32_t get_offset_of_m_Timers_1() { return static_cast(offsetof(TimerQueue_tA722FEFC39AECB14D47041145F37F2C0656BC34F, ___m_Timers_1)); } inline TimerNode_t320EB9C4551A6998CDD3643411057AB8F4609FF9 * get_m_Timers_1() const { return ___m_Timers_1; } inline TimerNode_t320EB9C4551A6998CDD3643411057AB8F4609FF9 ** get_address_of_m_Timers_1() { return &___m_Timers_1; } inline void set_m_Timers_1(TimerNode_t320EB9C4551A6998CDD3643411057AB8F4609FF9 * value) { ___m_Timers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Timers_1), (void*)value); } }; // Mono.Unity.UnityTls/unitytls_key struct unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 { public: union { struct { }; uint8_t unitytls_key_tCCB86243887B79F39458152647B04B94699985D2__padding[1]; }; public: }; // Mono.Unity.UnityTls/unitytls_key_ref struct unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 { public: // System.UInt64 Mono.Unity.UnityTls/unitytls_key_ref::handle uint64_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61, ___handle_0)); } inline uint64_t get_handle_0() const { return ___handle_0; } inline uint64_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(uint64_t value) { ___handle_0 = value; } }; // Mono.Unity.UnityTls/unitytls_tlsctx struct unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA { public: union { struct { }; uint8_t unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA__padding[1]; }; public: }; // Mono.Unity.UnityTls/unitytls_tlsctx_callbacks struct unitytls_tlsctx_callbacks_t0BB6AAF9FEBD2FAD0BBB519C8B32489C8F6F4EA8 { public: // Mono.Unity.UnityTls/unitytls_tlsctx_read_callback Mono.Unity.UnityTls/unitytls_tlsctx_callbacks::read unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E * ___read_0; // Mono.Unity.UnityTls/unitytls_tlsctx_write_callback Mono.Unity.UnityTls/unitytls_tlsctx_callbacks::write unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A * ___write_1; // System.Void* Mono.Unity.UnityTls/unitytls_tlsctx_callbacks::data void* ___data_2; public: inline static int32_t get_offset_of_read_0() { return static_cast(offsetof(unitytls_tlsctx_callbacks_t0BB6AAF9FEBD2FAD0BBB519C8B32489C8F6F4EA8, ___read_0)); } inline unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E * get_read_0() const { return ___read_0; } inline unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E ** get_address_of_read_0() { return &___read_0; } inline void set_read_0(unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E * value) { ___read_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___read_0), (void*)value); } inline static int32_t get_offset_of_write_1() { return static_cast(offsetof(unitytls_tlsctx_callbacks_t0BB6AAF9FEBD2FAD0BBB519C8B32489C8F6F4EA8, ___write_1)); } inline unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A * get_write_1() const { return ___write_1; } inline unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A ** get_address_of_write_1() { return &___write_1; } inline void set_write_1(unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A * value) { ___write_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___write_1), (void*)value); } inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(unitytls_tlsctx_callbacks_t0BB6AAF9FEBD2FAD0BBB519C8B32489C8F6F4EA8, ___data_2)); } inline void* get_data_2() const { return ___data_2; } inline void** get_address_of_data_2() { return &___data_2; } inline void set_data_2(void* value) { ___data_2 = value; } }; // Native definition for P/Invoke marshalling of Mono.Unity.UnityTls/unitytls_tlsctx_callbacks struct unitytls_tlsctx_callbacks_t0BB6AAF9FEBD2FAD0BBB519C8B32489C8F6F4EA8_marshaled_pinvoke { Il2CppMethodPointer ___read_0; Il2CppMethodPointer ___write_1; void* ___data_2; }; // Native definition for COM marshalling of Mono.Unity.UnityTls/unitytls_tlsctx_callbacks struct unitytls_tlsctx_callbacks_t0BB6AAF9FEBD2FAD0BBB519C8B32489C8F6F4EA8_marshaled_com { Il2CppMethodPointer ___read_0; Il2CppMethodPointer ___write_1; void* ___data_2; }; // Mono.Unity.UnityTls/unitytls_x509_ref struct unitytls_x509_ref_t4B933FE1711F247F993EE07326F67B7DFFD7DAA5 { public: // System.UInt64 Mono.Unity.UnityTls/unitytls_x509_ref::handle uint64_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(unitytls_x509_ref_t4B933FE1711F247F993EE07326F67B7DFFD7DAA5, ___handle_0)); } inline uint64_t get_handle_0() const { return ___handle_0; } inline uint64_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(uint64_t value) { ___handle_0 = value; } }; // Mono.Unity.UnityTls/unitytls_x509list struct unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D { public: union { struct { }; uint8_t unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D__padding[1]; }; public: }; // Mono.Unity.UnityTls/unitytls_x509list_ref struct unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D { public: // System.UInt64 Mono.Unity.UnityTls/unitytls_x509list_ref::handle uint64_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D, ___handle_0)); } inline uint64_t get_handle_0() const { return ___handle_0; } inline uint64_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(uint64_t value) { ___handle_0 = value; } }; // Mono.Unity.UnityTls/unitytls_x509name struct unitytls_x509name_tC19C2F27FF70AD438A79A5F66E4C5FFA2613EDA6 { public: union { struct { }; uint8_t unitytls_x509name_tC19C2F27FF70AD438A79A5F66E4C5FFA2613EDA6__padding[1]; }; public: }; // System.Uri/Offset #pragma pack(push, tp, 1) struct Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 { public: // System.UInt16 System.Uri/Offset::Scheme uint16_t ___Scheme_0; // System.UInt16 System.Uri/Offset::User uint16_t ___User_1; // System.UInt16 System.Uri/Offset::Host uint16_t ___Host_2; // System.UInt16 System.Uri/Offset::PortValue uint16_t ___PortValue_3; // System.UInt16 System.Uri/Offset::Path uint16_t ___Path_4; // System.UInt16 System.Uri/Offset::Query uint16_t ___Query_5; // System.UInt16 System.Uri/Offset::Fragment uint16_t ___Fragment_6; // System.UInt16 System.Uri/Offset::End uint16_t ___End_7; public: inline static int32_t get_offset_of_Scheme_0() { return static_cast(offsetof(Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5, ___Scheme_0)); } inline uint16_t get_Scheme_0() const { return ___Scheme_0; } inline uint16_t* get_address_of_Scheme_0() { return &___Scheme_0; } inline void set_Scheme_0(uint16_t value) { ___Scheme_0 = value; } inline static int32_t get_offset_of_User_1() { return static_cast(offsetof(Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5, ___User_1)); } inline uint16_t get_User_1() const { return ___User_1; } inline uint16_t* get_address_of_User_1() { return &___User_1; } inline void set_User_1(uint16_t value) { ___User_1 = value; } inline static int32_t get_offset_of_Host_2() { return static_cast(offsetof(Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5, ___Host_2)); } inline uint16_t get_Host_2() const { return ___Host_2; } inline uint16_t* get_address_of_Host_2() { return &___Host_2; } inline void set_Host_2(uint16_t value) { ___Host_2 = value; } inline static int32_t get_offset_of_PortValue_3() { return static_cast(offsetof(Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5, ___PortValue_3)); } inline uint16_t get_PortValue_3() const { return ___PortValue_3; } inline uint16_t* get_address_of_PortValue_3() { return &___PortValue_3; } inline void set_PortValue_3(uint16_t value) { ___PortValue_3 = value; } inline static int32_t get_offset_of_Path_4() { return static_cast(offsetof(Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5, ___Path_4)); } inline uint16_t get_Path_4() const { return ___Path_4; } inline uint16_t* get_address_of_Path_4() { return &___Path_4; } inline void set_Path_4(uint16_t value) { ___Path_4 = value; } inline static int32_t get_offset_of_Query_5() { return static_cast(offsetof(Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5, ___Query_5)); } inline uint16_t get_Query_5() const { return ___Query_5; } inline uint16_t* get_address_of_Query_5() { return &___Query_5; } inline void set_Query_5(uint16_t value) { ___Query_5 = value; } inline static int32_t get_offset_of_Fragment_6() { return static_cast(offsetof(Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5, ___Fragment_6)); } inline uint16_t get_Fragment_6() const { return ___Fragment_6; } inline uint16_t* get_address_of_Fragment_6() { return &___Fragment_6; } inline void set_Fragment_6(uint16_t value) { ___Fragment_6 = value; } inline static int32_t get_offset_of_End_7() { return static_cast(offsetof(Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5, ___End_7)); } inline uint16_t get_End_7() const { return ___End_7; } inline uint16_t* get_address_of_End_7() { return &___End_7; } inline void set_End_7(uint16_t value) { ___End_7 = value; } }; #pragma pack(pop, tp) // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___current_3)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151, ___dictionary_0)); } inline Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151, ___current_3)); } inline KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE get_current_3() const { return ___current_3; } inline KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.LinkedListNode`1> struct LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::list LinkedList_1_t76233C48F0195F5B42DA63B18E0708EE70F38E2B * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::next LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * ___next_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::prev LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * ___prev_2; // T System.Collections.Generic.LinkedListNode`1::item ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 ___item_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10, ___list_0)); } inline LinkedList_1_t76233C48F0195F5B42DA63B18E0708EE70F38E2B * get_list_0() const { return ___list_0; } inline LinkedList_1_t76233C48F0195F5B42DA63B18E0708EE70F38E2B ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_t76233C48F0195F5B42DA63B18E0708EE70F38E2B * 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_t512E8A7F19EB37831A4900D36ACB30AF677EAA10, ___next_1)); } inline LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * get_next_1() const { return ___next_1; } inline LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * 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_t512E8A7F19EB37831A4900D36ACB30AF677EAA10, ___prev_2)); } inline LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * get_prev_2() const { return ___prev_2; } inline LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 ** get_address_of_prev_2() { return &___prev_2; } inline void set_prev_2(LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * 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_t512E8A7F19EB37831A4900D36ACB30AF677EAA10, ___item_3)); } inline ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 get_item_3() const { return ___item_3; } inline ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 * get_address_of_item_3() { return &___item_3; } inline void set_item_3(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 value) { ___item_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___item_3))->___Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___item_3))->___Item2_1), (void*)NULL); #endif } }; // System.Collections.Generic.LinkedListNode`1> struct LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::list LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::next LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * ___next_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::prev LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * ___prev_2; // T System.Collections.Generic.LinkedListNode`1::item ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 ___item_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164, ___list_0)); } inline LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * get_list_0() const { return ___list_0; } inline LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * 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_tB68C97842C17FB707E4DA20334EF72DD380AD164, ___next_1)); } inline LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * get_next_1() const { return ___next_1; } inline LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * 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_tB68C97842C17FB707E4DA20334EF72DD380AD164, ___prev_2)); } inline LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * get_prev_2() const { return ___prev_2; } inline LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 ** get_address_of_prev_2() { return &___prev_2; } inline void set_prev_2(LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * 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_tB68C97842C17FB707E4DA20334EF72DD380AD164, ___item_3)); } inline ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 get_item_3() const { return ___item_3; } inline ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 * get_address_of_item_3() { return &___item_3; } inline void set_item_3(ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 value) { ___item_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___item_3))->___Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___item_3))->___Item2_1), (void*)NULL); #endif } }; // System.Collections.Generic.LinkedListNode`1> struct LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::list LinkedList_1_t555E05F2E497A99E81B02BC6149DEFDB20186689 * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::next LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * ___next_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::prev LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * ___prev_2; // T System.Collections.Generic.LinkedListNode`1::item ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D ___item_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC, ___list_0)); } inline LinkedList_1_t555E05F2E497A99E81B02BC6149DEFDB20186689 * get_list_0() const { return ___list_0; } inline LinkedList_1_t555E05F2E497A99E81B02BC6149DEFDB20186689 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_t555E05F2E497A99E81B02BC6149DEFDB20186689 * 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_t31224B82477217EC2257F5D5D3CD9B16431A66EC, ___next_1)); } inline LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * get_next_1() const { return ___next_1; } inline LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * 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_t31224B82477217EC2257F5D5D3CD9B16431A66EC, ___prev_2)); } inline LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * get_prev_2() const { return ___prev_2; } inline LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC ** get_address_of_prev_2() { return &___prev_2; } inline void set_prev_2(LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * 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_t31224B82477217EC2257F5D5D3CD9B16431A66EC, ___item_3)); } inline ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D get_item_3() const { return ___item_3; } inline ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D * get_address_of_item_3() { return &___item_3; } inline void set_item_3(ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D value) { ___item_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___item_3))->___Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___item_3))->___Item2_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___item_3))->___Item3_2), (void*)NULL); #endif } }; // System.Collections.Generic.LinkedListNode`1> struct LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::list LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::next LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * ___next_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::prev LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * ___prev_2; // T System.Collections.Generic.LinkedListNode`1::item ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855 ___item_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E, ___list_0)); } inline LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * get_list_0() const { return ___list_0; } inline LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * 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_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E, ___next_1)); } inline LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * get_next_1() const { return ___next_1; } inline LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * 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_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E, ___prev_2)); } inline LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * get_prev_2() const { return ___prev_2; } inline LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E ** get_address_of_prev_2() { return &___prev_2; } inline void set_prev_2(LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * 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_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E, ___item_3)); } inline ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855 get_item_3() const { return ___item_3; } inline ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855 * get_address_of_item_3() { return &___item_3; } inline void set_item_3(ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855 value) { ___item_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___item_3))->___Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___item_3))->___Item2_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___item_3))->___Item3_2), (void*)NULL); #endif } }; // 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; } }; // struct U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0 : public RuntimeObject { public: public: }; // 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; } }; // Mono.Security.Interface.AlertDescription struct AlertDescription_tEBF01C815EF9A6D9E96170BB420A10BB249BAE8E { public: // System.Byte Mono.Security.Interface.AlertDescription::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AlertDescription_tEBF01C815EF9A6D9E96170BB420A10BB249BAE8E, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_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; }; // System.Runtime.CompilerServices.AsyncVoidMethodBuilder struct AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 { public: // System.Threading.SynchronizationContext System.Runtime.CompilerServices.AsyncVoidMethodBuilder::m_synchronizationContext SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ___m_synchronizationContext_0; // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncVoidMethodBuilder::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncVoidMethodBuilder::m_task Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_2; public: inline static int32_t get_offset_of_m_synchronizationContext_0() { return static_cast(offsetof(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6, ___m_synchronizationContext_0)); } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * get_m_synchronizationContext_0() const { return ___m_synchronizationContext_0; } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 ** get_address_of_m_synchronizationContext_0() { return &___m_synchronizationContext_0; } inline void set_m_synchronizationContext_0(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * value) { ___m_synchronizationContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_synchronizationContext_0), (void*)value); } inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6, ___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(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6, ___m_task_2)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_task_2() const { return ___m_task_2; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncVoidMethodBuilder struct AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6_marshaled_pinvoke { SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ___m_synchronizationContext_0; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_pinvoke ___m_coreState_1; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_2; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncVoidMethodBuilder struct AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6_marshaled_com { SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ___m_synchronizationContext_0; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_com ___m_coreState_1; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_2; }; // 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.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; } }; // Mono.Security.Interface.CipherSuiteCode struct CipherSuiteCode_t8F2ECEDC11EF52A66EDC2F03DE1FCDDC1C067C59 { public: // System.UInt16 Mono.Security.Interface.CipherSuiteCode::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CipherSuiteCode_t8F2ECEDC11EF52A66EDC2F03DE1FCDDC1C067C59, ___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; } }; // 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.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.Net.Sockets.IOControlCode struct IOControlCode_tC6B7E75648D3168D4EC64EB41BFC77E645B26666 { public: // System.Int64 System.Net.Sockets.IOControlCode::value__ int64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(IOControlCode_tC6B7E75648D3168D4EC64EB41BFC77E645B26666, ___value___2)); } inline int64_t get_value___2() const { return ___value___2; } inline int64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int64_t value) { ___value___2 = value; } }; // System.IOOperation struct IOOperation_tAEE43CD34C62AC0D25378E0BCB8A9E9CAEF5A1B0 { public: // System.Int32 System.IOOperation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(IOOperation_tAEE43CD34C62AC0D25378E0BCB8A9E9CAEF5A1B0, ___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.IPProtectionLevel struct IPProtectionLevel_tDBBFF925F00859B5C29E123F15DACF5FCA42BC5C { public: // System.Int32 System.Net.Sockets.IPProtectionLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(IPProtectionLevel_tDBBFF925F00859B5C29E123F15DACF5FCA42BC5C, ___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.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.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; } }; // System.Text.NormalizationForm struct NormalizationForm_tCCA9D5E33FA919BB4CA5AC071CE95B428F1BC91E { public: // System.Int32 System.Text.NormalizationForm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NormalizationForm_tCCA9D5E33FA919BB4CA5AC071CE95B428F1BC91E, ___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.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; } }; // System.Net.Cache.RequestCacheLevel struct RequestCacheLevel_t26F97AE5EF38C0C115B2B4DF0DE3B73CA1B2ADF4 { public: // System.Int32 System.Net.Cache.RequestCacheLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RequestCacheLevel_t26F97AE5EF38C0C115B2B4DF0DE3B73CA1B2ADF4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { public: // System.IntPtr System.Runtime.InteropServices.SafeHandle::handle intptr_t ___handle_0; // System.Int32 System.Runtime.InteropServices.SafeHandle::_state int32_t ____state_1; // System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle bool ____ownsHandle_2; // System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized bool ____fullyInitialized_3; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } inline static int32_t get_offset_of__state_1() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____state_1)); } inline int32_t get__state_1() const { return ____state_1; } inline int32_t* get_address_of__state_1() { return &____state_1; } inline void set__state_1(int32_t value) { ____state_1 = value; } inline static int32_t get_offset_of__ownsHandle_2() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____ownsHandle_2)); } inline bool get__ownsHandle_2() const { return ____ownsHandle_2; } inline bool* get_address_of__ownsHandle_2() { return &____ownsHandle_2; } inline void set__ownsHandle_2(bool value) { ____ownsHandle_2 = value; } inline static int32_t get_offset_of__fullyInitialized_3() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____fullyInitialized_3)); } inline bool get__fullyInitialized_3() const { return ____fullyInitialized_3; } inline bool* get_address_of__fullyInitialized_3() { return &____fullyInitialized_3; } inline void set__fullyInitialized_3(bool value) { ____fullyInitialized_3 = value; } }; // System.Net.SecurityProtocolType struct SecurityProtocolType_t36284BDCD2A00BD074C900A689307107B5AEC001 { public: // System.Int32 System.Net.SecurityProtocolType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SecurityProtocolType_t36284BDCD2A00BD074C900A689307107B5AEC001, ___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.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.SelectMode struct SelectMode_t7D3ECD1A1B4A1E90B7F847C52E4E8580E2112189 { public: // System.Int32 System.Net.Sockets.SelectMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SelectMode_t7D3ECD1A1B4A1E90B7F847C52E4E8580E2112189, ___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.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_currentCount int32_t ___m_currentCount_0; // System.Int32 System.Threading.SemaphoreSlim::m_maxCount int32_t ___m_maxCount_1; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_waitCount int32_t ___m_waitCount_2; // System.Object System.Threading.SemaphoreSlim::m_lockObj RuntimeObject * ___m_lockObj_3; // System.Threading.ManualResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_waitHandle ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___m_waitHandle_4; // System.Threading.SemaphoreSlim/TaskNode System.Threading.SemaphoreSlim::m_asyncHead TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * ___m_asyncHead_5; // System.Threading.SemaphoreSlim/TaskNode System.Threading.SemaphoreSlim::m_asyncTail TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * ___m_asyncTail_6; public: inline static int32_t get_offset_of_m_currentCount_0() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_currentCount_0)); } inline int32_t get_m_currentCount_0() const { return ___m_currentCount_0; } inline int32_t* get_address_of_m_currentCount_0() { return &___m_currentCount_0; } inline void set_m_currentCount_0(int32_t value) { ___m_currentCount_0 = value; } inline static int32_t get_offset_of_m_maxCount_1() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_maxCount_1)); } inline int32_t get_m_maxCount_1() const { return ___m_maxCount_1; } inline int32_t* get_address_of_m_maxCount_1() { return &___m_maxCount_1; } inline void set_m_maxCount_1(int32_t value) { ___m_maxCount_1 = value; } inline static int32_t get_offset_of_m_waitCount_2() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_waitCount_2)); } inline int32_t get_m_waitCount_2() const { return ___m_waitCount_2; } inline int32_t* get_address_of_m_waitCount_2() { return &___m_waitCount_2; } inline void set_m_waitCount_2(int32_t value) { ___m_waitCount_2 = value; } inline static int32_t get_offset_of_m_lockObj_3() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_lockObj_3)); } inline RuntimeObject * get_m_lockObj_3() const { return ___m_lockObj_3; } inline RuntimeObject ** get_address_of_m_lockObj_3() { return &___m_lockObj_3; } inline void set_m_lockObj_3(RuntimeObject * value) { ___m_lockObj_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_lockObj_3), (void*)value); } inline static int32_t get_offset_of_m_waitHandle_4() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_waitHandle_4)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_m_waitHandle_4() const { return ___m_waitHandle_4; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_m_waitHandle_4() { return &___m_waitHandle_4; } inline void set_m_waitHandle_4(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___m_waitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_waitHandle_4), (void*)value); } inline static int32_t get_offset_of_m_asyncHead_5() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_asyncHead_5)); } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * get_m_asyncHead_5() const { return ___m_asyncHead_5; } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E ** get_address_of_m_asyncHead_5() { return &___m_asyncHead_5; } inline void set_m_asyncHead_5(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * value) { ___m_asyncHead_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_asyncHead_5), (void*)value); } inline static int32_t get_offset_of_m_asyncTail_6() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_asyncTail_6)); } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * get_m_asyncTail_6() const { return ___m_asyncTail_6; } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E ** get_address_of_m_asyncTail_6() { return &___m_asyncTail_6; } inline void set_m_asyncTail_6(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * value) { ___m_asyncTail_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_asyncTail_6), (void*)value); } }; // System.Net.ServicePoint struct ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 : public RuntimeObject { public: // System.Uri System.Net.ServicePoint::uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri_0; // System.DateTime System.Net.ServicePoint::lastDnsResolve DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastDnsResolve_1; // System.Version System.Net.ServicePoint::protocolVersion Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___protocolVersion_2; // System.Net.IPHostEntry System.Net.ServicePoint::host IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * ___host_3; // System.Boolean System.Net.ServicePoint::usesProxy bool ___usesProxy_4; // System.Boolean System.Net.ServicePoint::sendContinue bool ___sendContinue_5; // System.Boolean System.Net.ServicePoint::useConnect bool ___useConnect_6; // System.Object System.Net.ServicePoint::hostE RuntimeObject * ___hostE_7; // System.Boolean System.Net.ServicePoint::useNagle bool ___useNagle_8; // System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * ___endPointCallback_9; // System.Boolean System.Net.ServicePoint::tcp_keepalive bool ___tcp_keepalive_10; // System.Int32 System.Net.ServicePoint::tcp_keepalive_time int32_t ___tcp_keepalive_time_11; // System.Int32 System.Net.ServicePoint::tcp_keepalive_interval int32_t ___tcp_keepalive_interval_12; // System.Net.ServicePointScheduler System.Net.ServicePoint::k__BackingField ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * ___U3CSchedulerU3Ek__BackingField_13; // System.Object System.Net.ServicePoint::m_ServerCertificateOrBytes RuntimeObject * ___m_ServerCertificateOrBytes_14; // System.Object System.Net.ServicePoint::m_ClientCertificateOrBytes RuntimeObject * ___m_ClientCertificateOrBytes_15; public: inline static int32_t get_offset_of_uri_0() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___uri_0)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_uri_0() const { return ___uri_0; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_uri_0() { return &___uri_0; } inline void set_uri_0(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___uri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_0), (void*)value); } inline static int32_t get_offset_of_lastDnsResolve_1() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___lastDnsResolve_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastDnsResolve_1() const { return ___lastDnsResolve_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastDnsResolve_1() { return &___lastDnsResolve_1; } inline void set_lastDnsResolve_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastDnsResolve_1 = value; } inline static int32_t get_offset_of_protocolVersion_2() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___protocolVersion_2)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_protocolVersion_2() const { return ___protocolVersion_2; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_protocolVersion_2() { return &___protocolVersion_2; } inline void set_protocolVersion_2(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___protocolVersion_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___protocolVersion_2), (void*)value); } inline static int32_t get_offset_of_host_3() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___host_3)); } inline IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * get_host_3() const { return ___host_3; } inline IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA ** get_address_of_host_3() { return &___host_3; } inline void set_host_3(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * value) { ___host_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___host_3), (void*)value); } inline static int32_t get_offset_of_usesProxy_4() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___usesProxy_4)); } inline bool get_usesProxy_4() const { return ___usesProxy_4; } inline bool* get_address_of_usesProxy_4() { return &___usesProxy_4; } inline void set_usesProxy_4(bool value) { ___usesProxy_4 = value; } inline static int32_t get_offset_of_sendContinue_5() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___sendContinue_5)); } inline bool get_sendContinue_5() const { return ___sendContinue_5; } inline bool* get_address_of_sendContinue_5() { return &___sendContinue_5; } inline void set_sendContinue_5(bool value) { ___sendContinue_5 = value; } inline static int32_t get_offset_of_useConnect_6() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___useConnect_6)); } inline bool get_useConnect_6() const { return ___useConnect_6; } inline bool* get_address_of_useConnect_6() { return &___useConnect_6; } inline void set_useConnect_6(bool value) { ___useConnect_6 = value; } inline static int32_t get_offset_of_hostE_7() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___hostE_7)); } inline RuntimeObject * get_hostE_7() const { return ___hostE_7; } inline RuntimeObject ** get_address_of_hostE_7() { return &___hostE_7; } inline void set_hostE_7(RuntimeObject * value) { ___hostE_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___hostE_7), (void*)value); } inline static int32_t get_offset_of_useNagle_8() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___useNagle_8)); } inline bool get_useNagle_8() const { return ___useNagle_8; } inline bool* get_address_of_useNagle_8() { return &___useNagle_8; } inline void set_useNagle_8(bool value) { ___useNagle_8 = value; } inline static int32_t get_offset_of_endPointCallback_9() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___endPointCallback_9)); } inline BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * get_endPointCallback_9() const { return ___endPointCallback_9; } inline BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 ** get_address_of_endPointCallback_9() { return &___endPointCallback_9; } inline void set_endPointCallback_9(BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * value) { ___endPointCallback_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___endPointCallback_9), (void*)value); } inline static int32_t get_offset_of_tcp_keepalive_10() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___tcp_keepalive_10)); } inline bool get_tcp_keepalive_10() const { return ___tcp_keepalive_10; } inline bool* get_address_of_tcp_keepalive_10() { return &___tcp_keepalive_10; } inline void set_tcp_keepalive_10(bool value) { ___tcp_keepalive_10 = value; } inline static int32_t get_offset_of_tcp_keepalive_time_11() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___tcp_keepalive_time_11)); } inline int32_t get_tcp_keepalive_time_11() const { return ___tcp_keepalive_time_11; } inline int32_t* get_address_of_tcp_keepalive_time_11() { return &___tcp_keepalive_time_11; } inline void set_tcp_keepalive_time_11(int32_t value) { ___tcp_keepalive_time_11 = value; } inline static int32_t get_offset_of_tcp_keepalive_interval_12() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___tcp_keepalive_interval_12)); } inline int32_t get_tcp_keepalive_interval_12() const { return ___tcp_keepalive_interval_12; } inline int32_t* get_address_of_tcp_keepalive_interval_12() { return &___tcp_keepalive_interval_12; } inline void set_tcp_keepalive_interval_12(int32_t value) { ___tcp_keepalive_interval_12 = value; } inline static int32_t get_offset_of_U3CSchedulerU3Ek__BackingField_13() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___U3CSchedulerU3Ek__BackingField_13)); } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * get_U3CSchedulerU3Ek__BackingField_13() const { return ___U3CSchedulerU3Ek__BackingField_13; } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 ** get_address_of_U3CSchedulerU3Ek__BackingField_13() { return &___U3CSchedulerU3Ek__BackingField_13; } inline void set_U3CSchedulerU3Ek__BackingField_13(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * value) { ___U3CSchedulerU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSchedulerU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_m_ServerCertificateOrBytes_14() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___m_ServerCertificateOrBytes_14)); } inline RuntimeObject * get_m_ServerCertificateOrBytes_14() const { return ___m_ServerCertificateOrBytes_14; } inline RuntimeObject ** get_address_of_m_ServerCertificateOrBytes_14() { return &___m_ServerCertificateOrBytes_14; } inline void set_m_ServerCertificateOrBytes_14(RuntimeObject * value) { ___m_ServerCertificateOrBytes_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ServerCertificateOrBytes_14), (void*)value); } inline static int32_t get_offset_of_m_ClientCertificateOrBytes_15() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___m_ClientCertificateOrBytes_15)); } inline RuntimeObject * get_m_ClientCertificateOrBytes_15() const { return ___m_ClientCertificateOrBytes_15; } inline RuntimeObject ** get_address_of_m_ClientCertificateOrBytes_15() { return &___m_ClientCertificateOrBytes_15; } inline void set_m_ClientCertificateOrBytes_15(RuntimeObject * value) { ___m_ClientCertificateOrBytes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ClientCertificateOrBytes_15), (void*)value); } }; // System.Net.ServicePointScheduler struct ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 : public RuntimeObject { public: // System.Net.ServicePoint System.Net.ServicePointScheduler::k__BackingField ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___U3CServicePointU3Ek__BackingField_0; // System.Int32 System.Net.ServicePointScheduler::running int32_t ___running_1; // System.Int32 System.Net.ServicePointScheduler::maxIdleTime int32_t ___maxIdleTime_2; // System.Net.ServicePointScheduler/AsyncManualResetEvent System.Net.ServicePointScheduler::schedulerEvent AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0 * ___schedulerEvent_3; // System.Net.ServicePointScheduler/ConnectionGroup System.Net.ServicePointScheduler::defaultGroup ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * ___defaultGroup_4; // System.Collections.Generic.Dictionary`2 System.Net.ServicePointScheduler::groups Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * ___groups_5; // System.Collections.Generic.LinkedList`1> System.Net.ServicePointScheduler::operations LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * ___operations_6; // System.Collections.Generic.LinkedList`1> System.Net.ServicePointScheduler::idleConnections LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * ___idleConnections_7; // System.Int32 System.Net.ServicePointScheduler::currentConnections int32_t ___currentConnections_8; // System.Int32 System.Net.ServicePointScheduler::connectionLimit int32_t ___connectionLimit_9; // System.DateTime System.Net.ServicePointScheduler::idleSince DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___idleSince_10; // System.Int32 System.Net.ServicePointScheduler::ID int32_t ___ID_12; public: inline static int32_t get_offset_of_U3CServicePointU3Ek__BackingField_0() { return static_cast(offsetof(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7, ___U3CServicePointU3Ek__BackingField_0)); } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * get_U3CServicePointU3Ek__BackingField_0() const { return ___U3CServicePointU3Ek__BackingField_0; } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 ** get_address_of_U3CServicePointU3Ek__BackingField_0() { return &___U3CServicePointU3Ek__BackingField_0; } inline void set_U3CServicePointU3Ek__BackingField_0(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * value) { ___U3CServicePointU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CServicePointU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_running_1() { return static_cast(offsetof(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7, ___running_1)); } inline int32_t get_running_1() const { return ___running_1; } inline int32_t* get_address_of_running_1() { return &___running_1; } inline void set_running_1(int32_t value) { ___running_1 = value; } inline static int32_t get_offset_of_maxIdleTime_2() { return static_cast(offsetof(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7, ___maxIdleTime_2)); } inline int32_t get_maxIdleTime_2() const { return ___maxIdleTime_2; } inline int32_t* get_address_of_maxIdleTime_2() { return &___maxIdleTime_2; } inline void set_maxIdleTime_2(int32_t value) { ___maxIdleTime_2 = value; } inline static int32_t get_offset_of_schedulerEvent_3() { return static_cast(offsetof(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7, ___schedulerEvent_3)); } inline AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0 * get_schedulerEvent_3() const { return ___schedulerEvent_3; } inline AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0 ** get_address_of_schedulerEvent_3() { return &___schedulerEvent_3; } inline void set_schedulerEvent_3(AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0 * value) { ___schedulerEvent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___schedulerEvent_3), (void*)value); } inline static int32_t get_offset_of_defaultGroup_4() { return static_cast(offsetof(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7, ___defaultGroup_4)); } inline ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * get_defaultGroup_4() const { return ___defaultGroup_4; } inline ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C ** get_address_of_defaultGroup_4() { return &___defaultGroup_4; } inline void set_defaultGroup_4(ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * value) { ___defaultGroup_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultGroup_4), (void*)value); } inline static int32_t get_offset_of_groups_5() { return static_cast(offsetof(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7, ___groups_5)); } inline Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * get_groups_5() const { return ___groups_5; } inline Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 ** get_address_of_groups_5() { return &___groups_5; } inline void set_groups_5(Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * value) { ___groups_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___groups_5), (void*)value); } inline static int32_t get_offset_of_operations_6() { return static_cast(offsetof(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7, ___operations_6)); } inline LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * get_operations_6() const { return ___operations_6; } inline LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF ** get_address_of_operations_6() { return &___operations_6; } inline void set_operations_6(LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * value) { ___operations_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___operations_6), (void*)value); } inline static int32_t get_offset_of_idleConnections_7() { return static_cast(offsetof(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7, ___idleConnections_7)); } inline LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * get_idleConnections_7() const { return ___idleConnections_7; } inline LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 ** get_address_of_idleConnections_7() { return &___idleConnections_7; } inline void set_idleConnections_7(LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * value) { ___idleConnections_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___idleConnections_7), (void*)value); } inline static int32_t get_offset_of_currentConnections_8() { return static_cast(offsetof(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7, ___currentConnections_8)); } inline int32_t get_currentConnections_8() const { return ___currentConnections_8; } inline int32_t* get_address_of_currentConnections_8() { return &___currentConnections_8; } inline void set_currentConnections_8(int32_t value) { ___currentConnections_8 = value; } inline static int32_t get_offset_of_connectionLimit_9() { return static_cast(offsetof(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7, ___connectionLimit_9)); } inline int32_t get_connectionLimit_9() const { return ___connectionLimit_9; } inline int32_t* get_address_of_connectionLimit_9() { return &___connectionLimit_9; } inline void set_connectionLimit_9(int32_t value) { ___connectionLimit_9 = value; } inline static int32_t get_offset_of_idleSince_10() { return static_cast(offsetof(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7, ___idleSince_10)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_idleSince_10() const { return ___idleSince_10; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_idleSince_10() { return &___idleSince_10; } inline void set_idleSince_10(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___idleSince_10 = value; } inline static int32_t get_offset_of_ID_12() { return static_cast(offsetof(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7, ___ID_12)); } inline int32_t get_ID_12() const { return ___ID_12; } inline int32_t* get_address_of_ID_12() { return &___ID_12; } inline void set_ID_12(int32_t value) { ___ID_12 = value; } }; // System.Net.Configuration.SettingsSection struct SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 { public: public: }; // System.Net.Sockets.SocketError struct SocketError_tA0135DFDFBD5E43BC2F44D8AAC13CDB444074F80 { public: // System.Int32 System.Net.Sockets.SocketError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketError_tA0135DFDFBD5E43BC2F44D8AAC13CDB444074F80, ___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.SocketOperation struct SocketOperation_tC56A9E4C617C150848730F748822AE65ADC6A163 { public: // System.Int32 System.Net.Sockets.SocketOperation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketOperation_tC56A9E4C617C150848730F748822AE65ADC6A163, ___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.Net.Security.SslPolicyErrors struct SslPolicyErrors_t4C4942B3C78507D4E6891DBEFE60043B285CFBE4 { public: // System.Int32 System.Net.Security.SslPolicyErrors::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SslPolicyErrors_t4C4942B3C78507D4E6891DBEFE60043B285CFBE4, ___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.Security.Cryptography.X509Certificates.StoreLocation struct StoreLocation_t6651125F57CF07C4C064CD12198BEA60A704B36F { public: // System.Int32 System.Security.Cryptography.X509Certificates.StoreLocation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StoreLocation_t6651125F57CF07C4C064CD12198BEA60A704B36F, ___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.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.Threading.Tasks.TaskContinuationOptions struct TaskContinuationOptions_t9FC13DFA1FFAFD07FE9A19491D1DBEB48BFA8399 { public: // System.Int32 System.Threading.Tasks.TaskContinuationOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TaskContinuationOptions_t9FC13DFA1FFAFD07FE9A19491D1DBEB48BFA8399, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.TaskCreationOptions struct TaskCreationOptions_t469019F1B0F93FA60337952E265311E8048D2112 { public: // System.Int32 System.Threading.Tasks.TaskCreationOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TaskCreationOptions_t469019F1B0F93FA60337952E265311E8048D2112, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.TaskStatus struct TaskStatus_t550D7DA3655E0A44C7B2925539A4025FB6BA9EF2 { public: // System.Int32 System.Threading.Tasks.TaskStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TaskStatus_t550D7DA3655E0A44C7B2925539A4025FB6BA9EF2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_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.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 : public RuntimeObject { public: public: }; // System.UnescapeMode struct UnescapeMode_tAAD72A439A031D63DA366126306CC0DDB9312850 { public: // System.Int32 System.UnescapeMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UnescapeMode_tAAD72A439A031D63DA366126306CC0DDB9312850, ___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.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriHostNameType struct UriHostNameType_tF051F1466F61938C3A947E24C7888FB581F43407 { public: // System.Int32 System.UriHostNameType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriHostNameType_tF051F1466F61938C3A947E24C7888FB581F43407, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriSyntaxFlags struct UriSyntaxFlags_t00ABF83A3AA06E5B670D3F73E3E87BC21F72044A { public: // System.Int32 System.UriSyntaxFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriSyntaxFlags_t00ABF83A3AA06E5B670D3F73E3E87BC21F72044A, ___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.WeakReference struct WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 : public RuntimeObject { public: // System.Boolean System.WeakReference::isLongReference bool ___isLongReference_0; // System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___gcHandle_1; public: inline static int32_t get_offset_of_isLongReference_0() { return static_cast(offsetof(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76, ___isLongReference_0)); } inline bool get_isLongReference_0() const { return ___isLongReference_0; } inline bool* get_address_of_isLongReference_0() { return &___isLongReference_0; } inline void set_isLongReference_0(bool value) { ___isLongReference_0 = value; } inline static int32_t get_offset_of_gcHandle_1() { return static_cast(offsetof(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76, ___gcHandle_1)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_gcHandle_1() const { return ___gcHandle_1; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_gcHandle_1() { return &___gcHandle_1; } inline void set_gcHandle_1(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___gcHandle_1 = value; } }; // System.Net.WebConnection struct WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 : public RuntimeObject { public: // System.Net.NetworkCredential System.Net.WebConnection::ntlm_credentials NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * ___ntlm_credentials_0; // System.Boolean System.Net.WebConnection::ntlm_authenticated bool ___ntlm_authenticated_1; // System.Boolean System.Net.WebConnection::unsafe_sharing bool ___unsafe_sharing_2; // System.IO.Stream System.Net.WebConnection::networkStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___networkStream_3; // System.Net.Sockets.Socket System.Net.WebConnection::socket Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket_4; // Mono.Net.Security.MonoTlsStream System.Net.WebConnection::monoTlsStream MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * ___monoTlsStream_5; // System.Net.WebConnectionTunnel System.Net.WebConnection::tunnel WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * ___tunnel_6; // System.Int32 System.Net.WebConnection::disposed int32_t ___disposed_7; // System.Net.ServicePoint System.Net.WebConnection::k__BackingField ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___U3CServicePointU3Ek__BackingField_8; // System.DateTime System.Net.WebConnection::idleSince DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___idleSince_9; // System.Net.WebOperation System.Net.WebConnection::currentOperation WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___currentOperation_10; public: inline static int32_t get_offset_of_ntlm_credentials_0() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___ntlm_credentials_0)); } inline NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * get_ntlm_credentials_0() const { return ___ntlm_credentials_0; } inline NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** get_address_of_ntlm_credentials_0() { return &___ntlm_credentials_0; } inline void set_ntlm_credentials_0(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * value) { ___ntlm_credentials_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ntlm_credentials_0), (void*)value); } inline static int32_t get_offset_of_ntlm_authenticated_1() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___ntlm_authenticated_1)); } inline bool get_ntlm_authenticated_1() const { return ___ntlm_authenticated_1; } inline bool* get_address_of_ntlm_authenticated_1() { return &___ntlm_authenticated_1; } inline void set_ntlm_authenticated_1(bool value) { ___ntlm_authenticated_1 = value; } inline static int32_t get_offset_of_unsafe_sharing_2() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___unsafe_sharing_2)); } inline bool get_unsafe_sharing_2() const { return ___unsafe_sharing_2; } inline bool* get_address_of_unsafe_sharing_2() { return &___unsafe_sharing_2; } inline void set_unsafe_sharing_2(bool value) { ___unsafe_sharing_2 = value; } inline static int32_t get_offset_of_networkStream_3() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___networkStream_3)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_networkStream_3() const { return ___networkStream_3; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_networkStream_3() { return &___networkStream_3; } inline void set_networkStream_3(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___networkStream_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___networkStream_3), (void*)value); } inline static int32_t get_offset_of_socket_4() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___socket_4)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_socket_4() const { return ___socket_4; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_socket_4() { return &___socket_4; } inline void set_socket_4(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___socket_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___socket_4), (void*)value); } inline static int32_t get_offset_of_monoTlsStream_5() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___monoTlsStream_5)); } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * get_monoTlsStream_5() const { return ___monoTlsStream_5; } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 ** get_address_of_monoTlsStream_5() { return &___monoTlsStream_5; } inline void set_monoTlsStream_5(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * value) { ___monoTlsStream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___monoTlsStream_5), (void*)value); } inline static int32_t get_offset_of_tunnel_6() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___tunnel_6)); } inline WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * get_tunnel_6() const { return ___tunnel_6; } inline WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 ** get_address_of_tunnel_6() { return &___tunnel_6; } inline void set_tunnel_6(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * value) { ___tunnel_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___tunnel_6), (void*)value); } inline static int32_t get_offset_of_disposed_7() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___disposed_7)); } inline int32_t get_disposed_7() const { return ___disposed_7; } inline int32_t* get_address_of_disposed_7() { return &___disposed_7; } inline void set_disposed_7(int32_t value) { ___disposed_7 = value; } inline static int32_t get_offset_of_U3CServicePointU3Ek__BackingField_8() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___U3CServicePointU3Ek__BackingField_8)); } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * get_U3CServicePointU3Ek__BackingField_8() const { return ___U3CServicePointU3Ek__BackingField_8; } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 ** get_address_of_U3CServicePointU3Ek__BackingField_8() { return &___U3CServicePointU3Ek__BackingField_8; } inline void set_U3CServicePointU3Ek__BackingField_8(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * value) { ___U3CServicePointU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CServicePointU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_idleSince_9() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___idleSince_9)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_idleSince_9() const { return ___idleSince_9; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_idleSince_9() { return &___idleSince_9; } inline void set_idleSince_9(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___idleSince_9 = value; } inline static int32_t get_offset_of_currentOperation_10() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___currentOperation_10)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_currentOperation_10() const { return ___currentOperation_10; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_currentOperation_10() { return &___currentOperation_10; } inline void set_currentOperation_10(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___currentOperation_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentOperation_10), (void*)value); } }; // System.Net.WebOperation struct WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 : public RuntimeObject { public: // System.Net.HttpWebRequest System.Net.WebOperation::k__BackingField HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___U3CRequestU3Ek__BackingField_0; // System.Net.WebConnection System.Net.WebOperation::k__BackingField WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * ___U3CConnectionU3Ek__BackingField_1; // System.Net.ServicePoint System.Net.WebOperation::k__BackingField ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___U3CServicePointU3Ek__BackingField_2; // System.Net.BufferOffsetSize System.Net.WebOperation::k__BackingField BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ___U3CWriteBufferU3Ek__BackingField_3; // System.Boolean System.Net.WebOperation::k__BackingField bool ___U3CIsNtlmChallengeU3Ek__BackingField_4; // System.Threading.CancellationTokenSource System.Net.WebOperation::cts CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___cts_5; // System.Threading.Tasks.TaskCompletionSource`1 System.Net.WebOperation::requestTask TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 * ___requestTask_6; // System.Threading.Tasks.TaskCompletionSource`1 System.Net.WebOperation::requestWrittenTask TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 * ___requestWrittenTask_7; // System.Threading.Tasks.TaskCompletionSource`1 System.Net.WebOperation::responseTask TaskCompletionSource_1_t326763FDCC1EDF46DBC85450D97C3918281217E5 * ___responseTask_8; // System.Threading.Tasks.TaskCompletionSource`1 System.Net.WebOperation::completeResponseReadTask TaskCompletionSource_1_t56125454B9277AE49801F3DF08F7774ED6B499F3 * ___completeResponseReadTask_9; // System.Threading.Tasks.TaskCompletionSource`1> System.Net.WebOperation::finishedTask TaskCompletionSource_1_tA4F2D12802A86238A6B0FC63EABD6B8063A89649 * ___finishedTask_10; // System.Net.WebRequestStream System.Net.WebOperation::writeStream WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___writeStream_11; // System.Net.WebResponseStream System.Net.WebOperation::responseStream WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * ___responseStream_12; // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Net.WebOperation::disposedInfo ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___disposedInfo_13; // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Net.WebOperation::closedInfo ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___closedInfo_14; // System.Net.WebOperation System.Net.WebOperation::priorityRequest WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___priorityRequest_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebOperation::finishedReading bool ___finishedReading_16; // System.Int32 System.Net.WebOperation::requestSent int32_t ___requestSent_17; public: inline static int32_t get_offset_of_U3CRequestU3Ek__BackingField_0() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___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_U3CConnectionU3Ek__BackingField_1() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___U3CConnectionU3Ek__BackingField_1)); } inline WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * get_U3CConnectionU3Ek__BackingField_1() const { return ___U3CConnectionU3Ek__BackingField_1; } inline WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 ** get_address_of_U3CConnectionU3Ek__BackingField_1() { return &___U3CConnectionU3Ek__BackingField_1; } inline void set_U3CConnectionU3Ek__BackingField_1(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * value) { ___U3CConnectionU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConnectionU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CServicePointU3Ek__BackingField_2() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___U3CServicePointU3Ek__BackingField_2)); } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * get_U3CServicePointU3Ek__BackingField_2() const { return ___U3CServicePointU3Ek__BackingField_2; } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 ** get_address_of_U3CServicePointU3Ek__BackingField_2() { return &___U3CServicePointU3Ek__BackingField_2; } inline void set_U3CServicePointU3Ek__BackingField_2(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * value) { ___U3CServicePointU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CServicePointU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CWriteBufferU3Ek__BackingField_3() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___U3CWriteBufferU3Ek__BackingField_3)); } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * get_U3CWriteBufferU3Ek__BackingField_3() const { return ___U3CWriteBufferU3Ek__BackingField_3; } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F ** get_address_of_U3CWriteBufferU3Ek__BackingField_3() { return &___U3CWriteBufferU3Ek__BackingField_3; } inline void set_U3CWriteBufferU3Ek__BackingField_3(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * value) { ___U3CWriteBufferU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CWriteBufferU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CIsNtlmChallengeU3Ek__BackingField_4() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___U3CIsNtlmChallengeU3Ek__BackingField_4)); } inline bool get_U3CIsNtlmChallengeU3Ek__BackingField_4() const { return ___U3CIsNtlmChallengeU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsNtlmChallengeU3Ek__BackingField_4() { return &___U3CIsNtlmChallengeU3Ek__BackingField_4; } inline void set_U3CIsNtlmChallengeU3Ek__BackingField_4(bool value) { ___U3CIsNtlmChallengeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_cts_5() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___cts_5)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_cts_5() const { return ___cts_5; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_cts_5() { return &___cts_5; } inline void set_cts_5(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___cts_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cts_5), (void*)value); } inline static int32_t get_offset_of_requestTask_6() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___requestTask_6)); } inline TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 * get_requestTask_6() const { return ___requestTask_6; } inline TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 ** get_address_of_requestTask_6() { return &___requestTask_6; } inline void set_requestTask_6(TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 * value) { ___requestTask_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestTask_6), (void*)value); } inline static int32_t get_offset_of_requestWrittenTask_7() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___requestWrittenTask_7)); } inline TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 * get_requestWrittenTask_7() const { return ___requestWrittenTask_7; } inline TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 ** get_address_of_requestWrittenTask_7() { return &___requestWrittenTask_7; } inline void set_requestWrittenTask_7(TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 * value) { ___requestWrittenTask_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestWrittenTask_7), (void*)value); } inline static int32_t get_offset_of_responseTask_8() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___responseTask_8)); } inline TaskCompletionSource_1_t326763FDCC1EDF46DBC85450D97C3918281217E5 * get_responseTask_8() const { return ___responseTask_8; } inline TaskCompletionSource_1_t326763FDCC1EDF46DBC85450D97C3918281217E5 ** get_address_of_responseTask_8() { return &___responseTask_8; } inline void set_responseTask_8(TaskCompletionSource_1_t326763FDCC1EDF46DBC85450D97C3918281217E5 * value) { ___responseTask_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseTask_8), (void*)value); } inline static int32_t get_offset_of_completeResponseReadTask_9() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___completeResponseReadTask_9)); } inline TaskCompletionSource_1_t56125454B9277AE49801F3DF08F7774ED6B499F3 * get_completeResponseReadTask_9() const { return ___completeResponseReadTask_9; } inline TaskCompletionSource_1_t56125454B9277AE49801F3DF08F7774ED6B499F3 ** get_address_of_completeResponseReadTask_9() { return &___completeResponseReadTask_9; } inline void set_completeResponseReadTask_9(TaskCompletionSource_1_t56125454B9277AE49801F3DF08F7774ED6B499F3 * value) { ___completeResponseReadTask_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___completeResponseReadTask_9), (void*)value); } inline static int32_t get_offset_of_finishedTask_10() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___finishedTask_10)); } inline TaskCompletionSource_1_tA4F2D12802A86238A6B0FC63EABD6B8063A89649 * get_finishedTask_10() const { return ___finishedTask_10; } inline TaskCompletionSource_1_tA4F2D12802A86238A6B0FC63EABD6B8063A89649 ** get_address_of_finishedTask_10() { return &___finishedTask_10; } inline void set_finishedTask_10(TaskCompletionSource_1_tA4F2D12802A86238A6B0FC63EABD6B8063A89649 * value) { ___finishedTask_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___finishedTask_10), (void*)value); } inline static int32_t get_offset_of_writeStream_11() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___writeStream_11)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_writeStream_11() const { return ___writeStream_11; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_writeStream_11() { return &___writeStream_11; } inline void set_writeStream_11(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___writeStream_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeStream_11), (void*)value); } inline static int32_t get_offset_of_responseStream_12() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___responseStream_12)); } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * get_responseStream_12() const { return ___responseStream_12; } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F ** get_address_of_responseStream_12() { return &___responseStream_12; } inline void set_responseStream_12(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * value) { ___responseStream_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseStream_12), (void*)value); } inline static int32_t get_offset_of_disposedInfo_13() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___disposedInfo_13)); } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * get_disposedInfo_13() const { return ___disposedInfo_13; } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** get_address_of_disposedInfo_13() { return &___disposedInfo_13; } inline void set_disposedInfo_13(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * value) { ___disposedInfo_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___disposedInfo_13), (void*)value); } inline static int32_t get_offset_of_closedInfo_14() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___closedInfo_14)); } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * get_closedInfo_14() const { return ___closedInfo_14; } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** get_address_of_closedInfo_14() { return &___closedInfo_14; } inline void set_closedInfo_14(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * value) { ___closedInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___closedInfo_14), (void*)value); } inline static int32_t get_offset_of_priorityRequest_15() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___priorityRequest_15)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_priorityRequest_15() const { return ___priorityRequest_15; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_priorityRequest_15() { return &___priorityRequest_15; } inline void set_priorityRequest_15(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___priorityRequest_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___priorityRequest_15), (void*)value); } inline static int32_t get_offset_of_finishedReading_16() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___finishedReading_16)); } inline bool get_finishedReading_16() const { return ___finishedReading_16; } inline bool* get_address_of_finishedReading_16() { return &___finishedReading_16; } inline void set_finishedReading_16(bool value) { ___finishedReading_16 = value; } inline static int32_t get_offset_of_requestSent_17() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___requestSent_17)); } inline int32_t get_requestSent_17() const { return ___requestSent_17; } inline int32_t* get_address_of_requestSent_17() { return &___requestSent_17; } inline void set_requestSent_17(int32_t value) { ___requestSent_17 = value; } }; // Mono.Unity.X509ChainImplUnityTls struct X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 : public X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE { public: // System.Security.Cryptography.X509Certificates.X509ChainElementCollection Mono.Unity.X509ChainImplUnityTls::elements X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * ___elements_0; // Mono.Unity.UnityTls/unitytls_x509list_ref Mono.Unity.X509ChainImplUnityTls::nativeCertificateChain unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D ___nativeCertificateChain_1; // System.Security.Cryptography.X509Certificates.X509ChainPolicy Mono.Unity.X509ChainImplUnityTls::policy X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * ___policy_2; // System.Collections.Generic.List`1 Mono.Unity.X509ChainImplUnityTls::chainStatusList List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 * ___chainStatusList_3; public: inline static int32_t get_offset_of_elements_0() { return static_cast(offsetof(X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456, ___elements_0)); } inline X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * get_elements_0() const { return ___elements_0; } inline X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 ** get_address_of_elements_0() { return &___elements_0; } inline void set_elements_0(X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * value) { ___elements_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___elements_0), (void*)value); } inline static int32_t get_offset_of_nativeCertificateChain_1() { return static_cast(offsetof(X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456, ___nativeCertificateChain_1)); } inline unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D get_nativeCertificateChain_1() const { return ___nativeCertificateChain_1; } inline unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D * get_address_of_nativeCertificateChain_1() { return &___nativeCertificateChain_1; } inline void set_nativeCertificateChain_1(unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D value) { ___nativeCertificateChain_1 = value; } inline static int32_t get_offset_of_policy_2() { return static_cast(offsetof(X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456, ___policy_2)); } inline X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * get_policy_2() const { return ___policy_2; } inline X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F ** get_address_of_policy_2() { return &___policy_2; } inline void set_policy_2(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * value) { ___policy_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___policy_2), (void*)value); } inline static int32_t get_offset_of_chainStatusList_3() { return static_cast(offsetof(X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456, ___chainStatusList_3)); } inline List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 * get_chainStatusList_3() const { return ___chainStatusList_3; } inline List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 ** get_address_of_chainStatusList_3() { return &___chainStatusList_3; } inline void set_chainStatusList_3(List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 * value) { ___chainStatusList_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___chainStatusList_3), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags struct X509ChainStatusFlags_t16F457BB24891840519B66C39DE91268909174F9 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509ChainStatusFlags_t16F457BB24891840519B66C39DE91268909174F9, ___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.X509Certificates.X509KeyUsageFlags struct X509KeyUsageFlags_tA10D2E023BB8086E102AE4EBE10CF84656A18849 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509KeyUsageFlags_tA10D2E023BB8086E102AE4EBE10CF84656A18849, ___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.X509Certificates.X509RevocationFlag struct X509RevocationFlag_t9BFE9067731C4288A9F81DC06AFCA46E0A9A4007 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509RevocationFlag::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509RevocationFlag_t9BFE9067731C4288A9F81DC06AFCA46E0A9A4007, ___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.X509Certificates.X509RevocationMode struct X509RevocationMode_t9D267FA97473A7F354483D075258FF6D341C7A73 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509RevocationMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509RevocationMode_t9D267FA97473A7F354483D075258FF6D341C7A73, ___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.X509Certificates.X509VerificationFlags struct X509VerificationFlags_t94EA609145C9E224A6C07A2E36F42A7A90BDE3BF { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509VerificationFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509VerificationFlags_t94EA609145C9E224A6C07A2E36F42A7A90BDE3BF, ___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.ExecutionContext/Flags struct Flags_t84E4B7439C575026B3A9D10B43AC61B9709011E4 { public: // System.Int32 System.Threading.ExecutionContext/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t84E4B7439C575026B3A9D10B43AC61B9709011E4, ___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.Socket/<>c__DisplayClass299_0 struct U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7 : public RuntimeObject { public: // System.Net.Sockets.Socket System.Net.Sockets.Socket/<>c__DisplayClass299_0::<>4__this Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___U3CU3E4__this_0; // System.IOSelectorJob System.Net.Sockets.Socket/<>c__DisplayClass299_0::job IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * ___job_1; // System.IntPtr System.Net.Sockets.Socket/<>c__DisplayClass299_0::handle intptr_t ___handle_2; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7, ___U3CU3E4__this_0)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_job_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7, ___job_1)); } inline IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * get_job_1() const { return ___job_1; } inline IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 ** get_address_of_job_1() { return &___job_1; } inline void set_job_1(IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * value) { ___job_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___job_1), (void*)value); } inline static int32_t get_offset_of_handle_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7, ___handle_2)); } inline intptr_t get_handle_2() const { return ___handle_2; } inline intptr_t* get_address_of_handle_2() { return &___handle_2; } inline void set_handle_2(intptr_t value) { ___handle_2 = value; } }; // System.Net.Sockets.Socket/WSABUF struct WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 { public: // System.Int32 System.Net.Sockets.Socket/WSABUF::len int32_t ___len_0; // System.IntPtr System.Net.Sockets.Socket/WSABUF::buf intptr_t ___buf_1; public: inline static int32_t get_offset_of_len_0() { return static_cast(offsetof(WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57, ___len_0)); } inline int32_t get_len_0() const { return ___len_0; } inline int32_t* get_address_of_len_0() { return &___len_0; } inline void set_len_0(int32_t value) { ___len_0 = value; } inline static int32_t get_offset_of_buf_1() { return static_cast(offsetof(WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57, ___buf_1)); } inline intptr_t get_buf_1() const { return ___buf_1; } inline intptr_t* get_address_of_buf_1() { return &___buf_1; } inline void set_buf_1(intptr_t value) { ___buf_1 = value; } }; // Mono.Unity.UnityTls/unitytls_ciphersuite struct unitytls_ciphersuite_t3D7B347610D6F27E84245DA98B2A3DB13E4CC663 { public: // System.UInt32 Mono.Unity.UnityTls/unitytls_ciphersuite::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_ciphersuite_t3D7B347610D6F27E84245DA98B2A3DB13E4CC663, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // Mono.Unity.UnityTls/unitytls_error_code struct unitytls_error_code_tC425776568E0A522F720337294FF5226445A9E89 { public: // System.UInt32 Mono.Unity.UnityTls/unitytls_error_code::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_error_code_tC425776568E0A522F720337294FF5226445A9E89, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // Mono.Unity.UnityTls/unitytls_protocol struct unitytls_protocol_t8E18DBA7D28280F405CA3104F9936BE9B543B89A { public: // System.UInt32 Mono.Unity.UnityTls/unitytls_protocol::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_protocol_t8E18DBA7D28280F405CA3104F9936BE9B543B89A, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // Mono.Unity.UnityTls/unitytls_x509verify_result struct unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84 { public: // System.UInt32 Mono.Unity.UnityTls/unitytls_x509verify_result::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // System.Uri/Check struct Check_tEDA05554030AFFE9920C7E4C2233599B26DA74E8 { public: // System.Int32 System.Uri/Check::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Check_tEDA05554030AFFE9920C7E4C2233599B26DA74E8, ___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.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 : public RuntimeObject { public: // System.String System.Uri/UriInfo::Host String_t* ___Host_0; // System.String System.Uri/UriInfo::ScopeId String_t* ___ScopeId_1; // System.String System.Uri/UriInfo::String String_t* ___String_2; // System.Uri/Offset System.Uri/UriInfo::Offset Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 ___Offset_3; // System.String System.Uri/UriInfo::DnsSafeHost String_t* ___DnsSafeHost_4; // System.Uri/MoreInfo System.Uri/UriInfo::MoreInfo MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * ___MoreInfo_5; public: inline static int32_t get_offset_of_Host_0() { return static_cast(offsetof(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45, ___Host_0)); } inline String_t* get_Host_0() const { return ___Host_0; } inline String_t** get_address_of_Host_0() { return &___Host_0; } inline void set_Host_0(String_t* value) { ___Host_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Host_0), (void*)value); } inline static int32_t get_offset_of_ScopeId_1() { return static_cast(offsetof(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45, ___ScopeId_1)); } inline String_t* get_ScopeId_1() const { return ___ScopeId_1; } inline String_t** get_address_of_ScopeId_1() { return &___ScopeId_1; } inline void set_ScopeId_1(String_t* value) { ___ScopeId_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ScopeId_1), (void*)value); } inline static int32_t get_offset_of_String_2() { return static_cast(offsetof(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45, ___String_2)); } inline String_t* get_String_2() const { return ___String_2; } inline String_t** get_address_of_String_2() { return &___String_2; } inline void set_String_2(String_t* value) { ___String_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___String_2), (void*)value); } inline static int32_t get_offset_of_Offset_3() { return static_cast(offsetof(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45, ___Offset_3)); } inline Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 get_Offset_3() const { return ___Offset_3; } inline Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * get_address_of_Offset_3() { return &___Offset_3; } inline void set_Offset_3(Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 value) { ___Offset_3 = value; } inline static int32_t get_offset_of_DnsSafeHost_4() { return static_cast(offsetof(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45, ___DnsSafeHost_4)); } inline String_t* get_DnsSafeHost_4() const { return ___DnsSafeHost_4; } inline String_t** get_address_of_DnsSafeHost_4() { return &___DnsSafeHost_4; } inline void set_DnsSafeHost_4(String_t* value) { ___DnsSafeHost_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DnsSafeHost_4), (void*)value); } inline static int32_t get_offset_of_MoreInfo_5() { return static_cast(offsetof(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45, ___MoreInfo_5)); } inline MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * get_MoreInfo_5() const { return ___MoreInfo_5; } inline MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 ** get_address_of_MoreInfo_5() { return &___MoreInfo_5; } inline void set_MoreInfo_5(MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * value) { ___MoreInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___MoreInfo_5), (void*)value); } }; // System.UriParser/UriQuirksVersion struct UriQuirksVersion_t5A2A88A1D01D0CBC52BC12C612CC1A7F714E79B6 { public: // System.Int32 System.UriParser/UriQuirksVersion::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriQuirksVersion_t5A2A88A1D01D0CBC52BC12C612CC1A7F714E79B6, ___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_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_t04D317EDE427CA8A210E21A15F809E705C66D08F : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_t04D317EDE427CA8A210E21A15F809E705C66D08F, ___m_result_40)); } inline ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 get_m_result_40() const { return ___m_result_40; } inline ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 * get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_result_40))->___Item2_1), (void*)NULL); } }; // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C : public WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 { public: public: }; // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 : public RuntimeObject { public: // System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContext SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ____syncContext_0; // System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContextNoFlow SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ____syncContextNoFlow_1; // System.Runtime.Remoting.Messaging.LogicalCallContext System.Threading.ExecutionContext::_logicalCallContext LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ____logicalCallContext_2; // System.Runtime.Remoting.Messaging.IllogicalCallContext System.Threading.ExecutionContext::_illogicalCallContext IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * ____illogicalCallContext_3; // System.Threading.ExecutionContext/Flags System.Threading.ExecutionContext::_flags int32_t ____flags_4; // System.Collections.Generic.Dictionary`2 System.Threading.ExecutionContext::_localValues Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 * ____localValues_5; // System.Collections.Generic.List`1 System.Threading.ExecutionContext::_localChangeNotifications List_1_t053589A158AAF0B471CF80825616560409AF43D4 * ____localChangeNotifications_6; public: inline static int32_t get_offset_of__syncContext_0() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____syncContext_0)); } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * get__syncContext_0() const { return ____syncContext_0; } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 ** get_address_of__syncContext_0() { return &____syncContext_0; } inline void set__syncContext_0(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * value) { ____syncContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncContext_0), (void*)value); } inline static int32_t get_offset_of__syncContextNoFlow_1() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____syncContextNoFlow_1)); } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * get__syncContextNoFlow_1() const { return ____syncContextNoFlow_1; } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 ** get_address_of__syncContextNoFlow_1() { return &____syncContextNoFlow_1; } inline void set__syncContextNoFlow_1(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * value) { ____syncContextNoFlow_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncContextNoFlow_1), (void*)value); } inline static int32_t get_offset_of__logicalCallContext_2() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____logicalCallContext_2)); } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * get__logicalCallContext_2() const { return ____logicalCallContext_2; } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 ** get_address_of__logicalCallContext_2() { return &____logicalCallContext_2; } inline void set__logicalCallContext_2(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * value) { ____logicalCallContext_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____logicalCallContext_2), (void*)value); } inline static int32_t get_offset_of__illogicalCallContext_3() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____illogicalCallContext_3)); } inline IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * get__illogicalCallContext_3() const { return ____illogicalCallContext_3; } inline IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E ** get_address_of__illogicalCallContext_3() { return &____illogicalCallContext_3; } inline void set__illogicalCallContext_3(IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * value) { ____illogicalCallContext_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____illogicalCallContext_3), (void*)value); } inline static int32_t get_offset_of__flags_4() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____flags_4)); } inline int32_t get__flags_4() const { return ____flags_4; } inline int32_t* get_address_of__flags_4() { return &____flags_4; } inline void set__flags_4(int32_t value) { ____flags_4 = value; } inline static int32_t get_offset_of__localValues_5() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____localValues_5)); } inline Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 * get__localValues_5() const { return ____localValues_5; } inline Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 ** get_address_of__localValues_5() { return &____localValues_5; } inline void set__localValues_5(Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 * value) { ____localValues_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____localValues_5), (void*)value); } inline static int32_t get_offset_of__localChangeNotifications_6() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____localChangeNotifications_6)); } inline List_1_t053589A158AAF0B471CF80825616560409AF43D4 * get__localChangeNotifications_6() const { return ____localChangeNotifications_6; } inline List_1_t053589A158AAF0B471CF80825616560409AF43D4 ** get_address_of__localChangeNotifications_6() { return &____localChangeNotifications_6; } inline void set__localChangeNotifications_6(List_1_t053589A158AAF0B471CF80825616560409AF43D4 * value) { ____localChangeNotifications_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____localChangeNotifications_6), (void*)value); } }; // System.IOSelectorJob struct IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 : public RuntimeObject { public: // System.IOOperation System.IOSelectorJob::operation int32_t ___operation_0; // System.IOAsyncCallback System.IOSelectorJob::callback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___callback_1; // System.IOAsyncResult System.IOSelectorJob::state IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 * ___state_2; public: inline static int32_t get_offset_of_operation_0() { return static_cast(offsetof(IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9, ___operation_0)); } inline int32_t get_operation_0() const { return ___operation_0; } inline int32_t* get_address_of_operation_0() { return &___operation_0; } inline void set_operation_0(int32_t value) { ___operation_0 = value; } inline static int32_t get_offset_of_callback_1() { return static_cast(offsetof(IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9, ___callback_1)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_callback_1() const { return ___callback_1; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_callback_1() { return &___callback_1; } inline void set_callback_1(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___callback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (void*)value); } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9, ___state_2)); } inline IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 * get_state_2() const { return ___state_2; } inline IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 ** get_address_of_state_2() { return &___state_2; } inline void set_state_2(IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 * value) { ___state_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_2), (void*)value); } }; // Native definition for P/Invoke marshalling of System.IOSelectorJob struct IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9_marshaled_pinvoke { int32_t ___operation_0; Il2CppMethodPointer ___callback_1; IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9_marshaled_pinvoke* ___state_2; }; // Native definition for COM marshalling of System.IOSelectorJob struct IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9_marshaled_com { int32_t ___operation_0; Il2CppMethodPointer ___callback_1; IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9_marshaled_com* ___state_2; }; // 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; } }; // 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); } }; // Mono.Security.Interface.MonoTlsConnectionInfo struct MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B : public RuntimeObject { public: // Mono.Security.Interface.CipherSuiteCode Mono.Security.Interface.MonoTlsConnectionInfo::k__BackingField uint16_t ___U3CCipherSuiteCodeU3Ek__BackingField_0; // Mono.Security.Interface.TlsProtocols Mono.Security.Interface.MonoTlsConnectionInfo::k__BackingField int32_t ___U3CProtocolVersionU3Ek__BackingField_1; // System.String Mono.Security.Interface.MonoTlsConnectionInfo::k__BackingField String_t* ___U3CPeerDomainNameU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CCipherSuiteCodeU3Ek__BackingField_0() { return static_cast(offsetof(MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B, ___U3CCipherSuiteCodeU3Ek__BackingField_0)); } inline uint16_t get_U3CCipherSuiteCodeU3Ek__BackingField_0() const { return ___U3CCipherSuiteCodeU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CCipherSuiteCodeU3Ek__BackingField_0() { return &___U3CCipherSuiteCodeU3Ek__BackingField_0; } inline void set_U3CCipherSuiteCodeU3Ek__BackingField_0(uint16_t value) { ___U3CCipherSuiteCodeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CProtocolVersionU3Ek__BackingField_1() { return static_cast(offsetof(MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B, ___U3CProtocolVersionU3Ek__BackingField_1)); } inline int32_t get_U3CProtocolVersionU3Ek__BackingField_1() const { return ___U3CProtocolVersionU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CProtocolVersionU3Ek__BackingField_1() { return &___U3CProtocolVersionU3Ek__BackingField_1; } inline void set_U3CProtocolVersionU3Ek__BackingField_1(int32_t value) { ___U3CProtocolVersionU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CPeerDomainNameU3Ek__BackingField_2() { return static_cast(offsetof(MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B, ___U3CPeerDomainNameU3Ek__BackingField_2)); } inline String_t* get_U3CPeerDomainNameU3Ek__BackingField_2() const { return ___U3CPeerDomainNameU3Ek__BackingField_2; } inline String_t** get_address_of_U3CPeerDomainNameU3Ek__BackingField_2() { return &___U3CPeerDomainNameU3Ek__BackingField_2; } inline void set_U3CPeerDomainNameU3Ek__BackingField_2(String_t* value) { ___U3CPeerDomainNameU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPeerDomainNameU3Ek__BackingField_2), (void*)value); } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; public: inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSizes_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSizes_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveSign_4)); } inline String_t* get_positiveSign_4() const { return ___positiveSign_4; } inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; } inline void set_positiveSign_4(String_t* value) { ___positiveSign_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value); } inline static int32_t get_offset_of_negativeSign_5() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeSign_5)); } inline String_t* get_negativeSign_5() const { return ___negativeSign_5; } inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; } inline void set_negativeSign_5(String_t* value) { ___negativeSign_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value); } inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalSeparator_6)); } inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; } inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; } inline void set_numberDecimalSeparator_6(String_t* value) { ___numberDecimalSeparator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value); } inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSeparator_7)); } inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; } inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; } inline void set_numberGroupSeparator_7(String_t* value) { ___numberGroupSeparator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value); } inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalSeparator_9)); } inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; } inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; } inline void set_currencyDecimalSeparator_9(String_t* value) { ___currencyDecimalSeparator_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value); } inline static int32_t get_offset_of_currencySymbol_10() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencySymbol_10)); } inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; } inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; } inline void set_currencySymbol_10(String_t* value) { ___currencySymbol_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value); } inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___ansiCurrencySymbol_11)); } inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; } inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; } inline void set_ansiCurrencySymbol_11(String_t* value) { ___ansiCurrencySymbol_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value); } inline static int32_t get_offset_of_nanSymbol_12() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nanSymbol_12)); } inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; } inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; } inline void set_nanSymbol_12(String_t* value) { ___nanSymbol_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value); } inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveInfinitySymbol_13)); } inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; } inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; } inline void set_positiveInfinitySymbol_13(String_t* value) { ___positiveInfinitySymbol_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value); } inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalSeparator_15)); } inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; } inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; } inline void set_percentDecimalSeparator_15(String_t* value) { ___percentDecimalSeparator_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value); } inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSeparator_16)); } inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; } inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; } inline void set_percentGroupSeparator_16(String_t* value) { ___percentGroupSeparator_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value); } inline static int32_t get_offset_of_percentSymbol_17() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentSymbol_17)); } inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; } inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; } inline void set_percentSymbol_17(String_t* value) { ___percentSymbol_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value); } inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___perMilleSymbol_18)); } inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; } inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; } inline void set_perMilleSymbol_18(String_t* value) { ___perMilleSymbol_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value); } inline static int32_t get_offset_of_nativeDigits_19() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nativeDigits_19)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_dataItem_20)); } inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; } inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; } inline void set_m_dataItem_20(int32_t value) { ___m_dataItem_20 = value; } inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalDigits_21)); } inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; } inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; } inline void set_numberDecimalDigits_21(int32_t value) { ___numberDecimalDigits_21 = value; } inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalDigits_22)); } inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; } inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; } inline void set_currencyDecimalDigits_22(int32_t value) { ___currencyDecimalDigits_22 = value; } inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyPositivePattern_23)); } inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; } inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; } inline void set_currencyPositivePattern_23(int32_t value) { ___currencyPositivePattern_23 = value; } inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyNegativePattern_24)); } inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; } inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; } inline void set_currencyNegativePattern_24(int32_t value) { ___currencyNegativePattern_24 = value; } inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberNegativePattern_25)); } inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; } inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; } inline void set_numberNegativePattern_25(int32_t value) { ___numberNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentNegativePattern_27)); } inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; } inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; } inline void set_percentNegativePattern_27(int32_t value) { ___percentNegativePattern_27 = value; } inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalDigits_28)); } inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; } inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; } inline void set_percentDecimalDigits_28(int32_t value) { ___percentDecimalDigits_28 = value; } inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___digitSubstitution_29)); } inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; } inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; } inline void set_digitSubstitution_29(int32_t value) { ___digitSubstitution_29 = value; } inline static int32_t get_offset_of_isReadOnly_30() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___isReadOnly_30)); } inline bool get_isReadOnly_30() const { return ___isReadOnly_30; } inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; } inline void set_isReadOnly_30(bool value) { ___isReadOnly_30 = value; } inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_useUserOverride_31)); } inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; } inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; } inline void set_m_useUserOverride_31(bool value) { ___m_useUserOverride_31 = value; } inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_isInvariant_32)); } inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; } inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; } inline void set_m_isInvariant_32(bool value) { ___m_isInvariant_32 = value; } inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsNumber_33)); } inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; } inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; } inline void set_validForParseAsNumber_33(bool value) { ___validForParseAsNumber_33 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsCurrency_34)); } inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; } inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; } inline void set_validForParseAsCurrency_34(bool value) { ___validForParseAsCurrency_34 = value; } }; // 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.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED : public RuntimeObject { public: // System.Net.Cache.RequestCacheLevel System.Net.Cache.RequestCachePolicy::m_Level int32_t ___m_Level_0; public: inline static int32_t get_offset_of_m_Level_0() { return static_cast(offsetof(RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED, ___m_Level_0)); } inline int32_t get_m_Level_0() const { return ___m_Level_0; } inline int32_t* get_address_of_m_Level_0() { return &___m_Level_0; } inline void set_m_Level_0(int32_t value) { ___m_Level_0 = value; } }; // Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid struct SafeHandleMinusOneIsInvalid_t542F86CD15E22E871D725A162DF6EE305850ABC6 : public SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B { public: public: }; // System.Net.ServicePointManager struct ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD : public RuntimeObject { public: public: }; // System.Net.Configuration.SettingsSectionInternal struct SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 : public RuntimeObject { public: // System.Boolean System.Net.Configuration.SettingsSectionInternal::HttpListenerUnescapeRequestUrl bool ___HttpListenerUnescapeRequestUrl_1; // System.Net.Sockets.IPProtectionLevel System.Net.Configuration.SettingsSectionInternal::IPProtectionLevel int32_t ___IPProtectionLevel_2; public: inline static int32_t get_offset_of_HttpListenerUnescapeRequestUrl_1() { return static_cast(offsetof(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18, ___HttpListenerUnescapeRequestUrl_1)); } inline bool get_HttpListenerUnescapeRequestUrl_1() const { return ___HttpListenerUnescapeRequestUrl_1; } inline bool* get_address_of_HttpListenerUnescapeRequestUrl_1() { return &___HttpListenerUnescapeRequestUrl_1; } inline void set_HttpListenerUnescapeRequestUrl_1(bool value) { ___HttpListenerUnescapeRequestUrl_1 = value; } inline static int32_t get_offset_of_IPProtectionLevel_2() { return static_cast(offsetof(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18, ___IPProtectionLevel_2)); } inline int32_t get_IPProtectionLevel_2() const { return ___IPProtectionLevel_2; } inline int32_t* get_address_of_IPProtectionLevel_2() { return &___IPProtectionLevel_2; } inline void set_IPProtectionLevel_2(int32_t value) { ___IPProtectionLevel_2 = 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.Sockets.SocketAsyncEventArgs struct SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Boolean System.Net.Sockets.SocketAsyncEventArgs::disposed bool ___disposed_1; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.SocketAsyncEventArgs::in_progress int32_t ___in_progress_2; // System.Net.EndPoint System.Net.Sockets.SocketAsyncEventArgs::remote_ep EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___remote_ep_3; // System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs::current_socket Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___current_socket_4; // System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs::k__BackingField Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___U3CAcceptSocketU3Ek__BackingField_5; // System.Int32 System.Net.Sockets.SocketAsyncEventArgs::k__BackingField int32_t ___U3CBytesTransferredU3Ek__BackingField_6; // System.Net.Sockets.SocketError System.Net.Sockets.SocketAsyncEventArgs::k__BackingField int32_t ___U3CSocketErrorU3Ek__BackingField_7; // System.EventHandler`1 System.Net.Sockets.SocketAsyncEventArgs::Completed EventHandler_1_t74C6C22D88FDF5301EB9838B325E0BE62472C5FE * ___Completed_8; public: inline static int32_t get_offset_of_disposed_1() { return static_cast(offsetof(SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8, ___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_in_progress_2() { return static_cast(offsetof(SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8, ___in_progress_2)); } inline int32_t get_in_progress_2() const { return ___in_progress_2; } inline int32_t* get_address_of_in_progress_2() { return &___in_progress_2; } inline void set_in_progress_2(int32_t value) { ___in_progress_2 = value; } inline static int32_t get_offset_of_remote_ep_3() { return static_cast(offsetof(SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8, ___remote_ep_3)); } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * get_remote_ep_3() const { return ___remote_ep_3; } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** get_address_of_remote_ep_3() { return &___remote_ep_3; } inline void set_remote_ep_3(EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * value) { ___remote_ep_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___remote_ep_3), (void*)value); } inline static int32_t get_offset_of_current_socket_4() { return static_cast(offsetof(SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8, ___current_socket_4)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_current_socket_4() const { return ___current_socket_4; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_current_socket_4() { return &___current_socket_4; } inline void set_current_socket_4(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___current_socket_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_socket_4), (void*)value); } inline static int32_t get_offset_of_U3CAcceptSocketU3Ek__BackingField_5() { return static_cast(offsetof(SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8, ___U3CAcceptSocketU3Ek__BackingField_5)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_U3CAcceptSocketU3Ek__BackingField_5() const { return ___U3CAcceptSocketU3Ek__BackingField_5; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_U3CAcceptSocketU3Ek__BackingField_5() { return &___U3CAcceptSocketU3Ek__BackingField_5; } inline void set_U3CAcceptSocketU3Ek__BackingField_5(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___U3CAcceptSocketU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAcceptSocketU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CBytesTransferredU3Ek__BackingField_6() { return static_cast(offsetof(SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8, ___U3CBytesTransferredU3Ek__BackingField_6)); } inline int32_t get_U3CBytesTransferredU3Ek__BackingField_6() const { return ___U3CBytesTransferredU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CBytesTransferredU3Ek__BackingField_6() { return &___U3CBytesTransferredU3Ek__BackingField_6; } inline void set_U3CBytesTransferredU3Ek__BackingField_6(int32_t value) { ___U3CBytesTransferredU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CSocketErrorU3Ek__BackingField_7() { return static_cast(offsetof(SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8, ___U3CSocketErrorU3Ek__BackingField_7)); } inline int32_t get_U3CSocketErrorU3Ek__BackingField_7() const { return ___U3CSocketErrorU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CSocketErrorU3Ek__BackingField_7() { return &___U3CSocketErrorU3Ek__BackingField_7; } inline void set_U3CSocketErrorU3Ek__BackingField_7(int32_t value) { ___U3CSocketErrorU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_Completed_8() { return static_cast(offsetof(SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8, ___Completed_8)); } inline EventHandler_1_t74C6C22D88FDF5301EB9838B325E0BE62472C5FE * get_Completed_8() const { return ___Completed_8; } inline EventHandler_1_t74C6C22D88FDF5301EB9838B325E0BE62472C5FE ** get_address_of_Completed_8() { return &___Completed_8; } inline void set_Completed_8(EventHandler_1_t74C6C22D88FDF5301EB9838B325E0BE62472C5FE * value) { ___Completed_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Completed_8), (void*)value); } }; // System.Net.Sockets.SocketAsyncResult struct SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 : public IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 { public: // System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncResult::socket Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket_5; // System.Net.Sockets.SocketOperation System.Net.Sockets.SocketAsyncResult::operation int32_t ___operation_6; // System.Exception System.Net.Sockets.SocketAsyncResult::DelayedException Exception_t * ___DelayedException_7; // System.Net.EndPoint System.Net.Sockets.SocketAsyncResult::EndPoint EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___EndPoint_8; // System.Byte[] System.Net.Sockets.SocketAsyncResult::Buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Buffer_9; // System.Int32 System.Net.Sockets.SocketAsyncResult::Offset int32_t ___Offset_10; // System.Int32 System.Net.Sockets.SocketAsyncResult::Size int32_t ___Size_11; // System.Net.Sockets.SocketFlags System.Net.Sockets.SocketAsyncResult::SockFlags int32_t ___SockFlags_12; // System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncResult::AcceptSocket Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___AcceptSocket_13; // System.Net.IPAddress[] System.Net.Sockets.SocketAsyncResult::Addresses IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___Addresses_14; // System.Int32 System.Net.Sockets.SocketAsyncResult::Port int32_t ___Port_15; // System.Collections.Generic.IList`1> System.Net.Sockets.SocketAsyncResult::Buffers RuntimeObject* ___Buffers_16; // System.Boolean System.Net.Sockets.SocketAsyncResult::ReuseSocket bool ___ReuseSocket_17; // System.Int32 System.Net.Sockets.SocketAsyncResult::CurrentAddress int32_t ___CurrentAddress_18; // System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncResult::AcceptedSocket Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___AcceptedSocket_19; // System.Int32 System.Net.Sockets.SocketAsyncResult::Total int32_t ___Total_20; // System.Int32 System.Net.Sockets.SocketAsyncResult::error int32_t ___error_21; // System.Int32 System.Net.Sockets.SocketAsyncResult::EndCalled int32_t ___EndCalled_22; public: inline static int32_t get_offset_of_socket_5() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___socket_5)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_socket_5() const { return ___socket_5; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_socket_5() { return &___socket_5; } inline void set_socket_5(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___socket_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___socket_5), (void*)value); } inline static int32_t get_offset_of_operation_6() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___operation_6)); } inline int32_t get_operation_6() const { return ___operation_6; } inline int32_t* get_address_of_operation_6() { return &___operation_6; } inline void set_operation_6(int32_t value) { ___operation_6 = value; } inline static int32_t get_offset_of_DelayedException_7() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___DelayedException_7)); } inline Exception_t * get_DelayedException_7() const { return ___DelayedException_7; } inline Exception_t ** get_address_of_DelayedException_7() { return &___DelayedException_7; } inline void set_DelayedException_7(Exception_t * value) { ___DelayedException_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelayedException_7), (void*)value); } inline static int32_t get_offset_of_EndPoint_8() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___EndPoint_8)); } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * get_EndPoint_8() const { return ___EndPoint_8; } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** get_address_of_EndPoint_8() { return &___EndPoint_8; } inline void set_EndPoint_8(EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * value) { ___EndPoint_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___EndPoint_8), (void*)value); } inline static int32_t get_offset_of_Buffer_9() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___Buffer_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Buffer_9() const { return ___Buffer_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Buffer_9() { return &___Buffer_9; } inline void set_Buffer_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Buffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Buffer_9), (void*)value); } inline static int32_t get_offset_of_Offset_10() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___Offset_10)); } inline int32_t get_Offset_10() const { return ___Offset_10; } inline int32_t* get_address_of_Offset_10() { return &___Offset_10; } inline void set_Offset_10(int32_t value) { ___Offset_10 = value; } inline static int32_t get_offset_of_Size_11() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___Size_11)); } inline int32_t get_Size_11() const { return ___Size_11; } inline int32_t* get_address_of_Size_11() { return &___Size_11; } inline void set_Size_11(int32_t value) { ___Size_11 = value; } inline static int32_t get_offset_of_SockFlags_12() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___SockFlags_12)); } inline int32_t get_SockFlags_12() const { return ___SockFlags_12; } inline int32_t* get_address_of_SockFlags_12() { return &___SockFlags_12; } inline void set_SockFlags_12(int32_t value) { ___SockFlags_12 = value; } inline static int32_t get_offset_of_AcceptSocket_13() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___AcceptSocket_13)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_AcceptSocket_13() const { return ___AcceptSocket_13; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_AcceptSocket_13() { return &___AcceptSocket_13; } inline void set_AcceptSocket_13(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___AcceptSocket_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___AcceptSocket_13), (void*)value); } inline static int32_t get_offset_of_Addresses_14() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___Addresses_14)); } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* get_Addresses_14() const { return ___Addresses_14; } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB** get_address_of_Addresses_14() { return &___Addresses_14; } inline void set_Addresses_14(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* value) { ___Addresses_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Addresses_14), (void*)value); } inline static int32_t get_offset_of_Port_15() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___Port_15)); } inline int32_t get_Port_15() const { return ___Port_15; } inline int32_t* get_address_of_Port_15() { return &___Port_15; } inline void set_Port_15(int32_t value) { ___Port_15 = value; } inline static int32_t get_offset_of_Buffers_16() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___Buffers_16)); } inline RuntimeObject* get_Buffers_16() const { return ___Buffers_16; } inline RuntimeObject** get_address_of_Buffers_16() { return &___Buffers_16; } inline void set_Buffers_16(RuntimeObject* value) { ___Buffers_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Buffers_16), (void*)value); } inline static int32_t get_offset_of_ReuseSocket_17() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___ReuseSocket_17)); } inline bool get_ReuseSocket_17() const { return ___ReuseSocket_17; } inline bool* get_address_of_ReuseSocket_17() { return &___ReuseSocket_17; } inline void set_ReuseSocket_17(bool value) { ___ReuseSocket_17 = value; } inline static int32_t get_offset_of_CurrentAddress_18() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___CurrentAddress_18)); } inline int32_t get_CurrentAddress_18() const { return ___CurrentAddress_18; } inline int32_t* get_address_of_CurrentAddress_18() { return &___CurrentAddress_18; } inline void set_CurrentAddress_18(int32_t value) { ___CurrentAddress_18 = value; } inline static int32_t get_offset_of_AcceptedSocket_19() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___AcceptedSocket_19)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_AcceptedSocket_19() const { return ___AcceptedSocket_19; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_AcceptedSocket_19() { return &___AcceptedSocket_19; } inline void set_AcceptedSocket_19(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___AcceptedSocket_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___AcceptedSocket_19), (void*)value); } inline static int32_t get_offset_of_Total_20() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___Total_20)); } inline int32_t get_Total_20() const { return ___Total_20; } inline int32_t* get_address_of_Total_20() { return &___Total_20; } inline void set_Total_20(int32_t value) { ___Total_20 = value; } inline static int32_t get_offset_of_error_21() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___error_21)); } inline int32_t get_error_21() const { return ___error_21; } inline int32_t* get_address_of_error_21() { return &___error_21; } inline void set_error_21(int32_t value) { ___error_21 = value; } inline static int32_t get_offset_of_EndCalled_22() { return static_cast(offsetof(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4, ___EndCalled_22)); } inline int32_t get_EndCalled_22() const { return ___EndCalled_22; } inline int32_t* get_address_of_EndCalled_22() { return &___EndCalled_22; } inline void set_EndCalled_22(int32_t value) { ___EndCalled_22 = value; } }; // Native definition for P/Invoke marshalling of System.Net.Sockets.SocketAsyncResult struct SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_marshaled_pinvoke : public IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9_marshaled_pinvoke { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket_5; int32_t ___operation_6; Exception_t_marshaled_pinvoke* ___DelayedException_7; EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___EndPoint_8; Il2CppSafeArray/*NONE*/* ___Buffer_9; int32_t ___Offset_10; int32_t ___Size_11; int32_t ___SockFlags_12; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___AcceptSocket_13; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___Addresses_14; int32_t ___Port_15; RuntimeObject* ___Buffers_16; int32_t ___ReuseSocket_17; int32_t ___CurrentAddress_18; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___AcceptedSocket_19; int32_t ___Total_20; int32_t ___error_21; int32_t ___EndCalled_22; }; // Native definition for COM marshalling of System.Net.Sockets.SocketAsyncResult struct SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_marshaled_com : public IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9_marshaled_com { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket_5; int32_t ___operation_6; Exception_t_marshaled_com* ___DelayedException_7; EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___EndPoint_8; Il2CppSafeArray/*NONE*/* ___Buffer_9; int32_t ___Offset_10; int32_t ___Size_11; int32_t ___SockFlags_12; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___AcceptSocket_13; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___Addresses_14; int32_t ___Port_15; RuntimeObject* ___Buffers_16; int32_t ___ReuseSocket_17; int32_t ___CurrentAddress_18; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___AcceptedSocket_19; int32_t ___Total_20; int32_t ___error_21; int32_t ___EndCalled_22; }; // 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.ComponentModel.StringConverter struct StringConverter_tEC598B89E55C16F1669CFBC98F5C2308E2F232E5 : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // Mono.Net.Security.SystemCertificateValidator struct SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5 : public RuntimeObject { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B : public RuntimeObject { public: // System.Threading.CancellationToken System.Threading.Tasks.TaskFactory::m_defaultCancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___m_defaultCancellationToken_0; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskFactory::m_defaultScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_defaultScheduler_1; // System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.TaskFactory::m_defaultCreationOptions int32_t ___m_defaultCreationOptions_2; // System.Threading.Tasks.TaskContinuationOptions System.Threading.Tasks.TaskFactory::m_defaultContinuationOptions int32_t ___m_defaultContinuationOptions_3; public: inline static int32_t get_offset_of_m_defaultCancellationToken_0() { return static_cast(offsetof(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B, ___m_defaultCancellationToken_0)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_m_defaultCancellationToken_0() const { return ___m_defaultCancellationToken_0; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_m_defaultCancellationToken_0() { return &___m_defaultCancellationToken_0; } inline void set_m_defaultCancellationToken_0(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___m_defaultCancellationToken_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_defaultCancellationToken_0))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_m_defaultScheduler_1() { return static_cast(offsetof(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B, ___m_defaultScheduler_1)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_defaultScheduler_1() const { return ___m_defaultScheduler_1; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_defaultScheduler_1() { return &___m_defaultScheduler_1; } inline void set_m_defaultScheduler_1(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_defaultScheduler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultScheduler_1), (void*)value); } inline static int32_t get_offset_of_m_defaultCreationOptions_2() { return static_cast(offsetof(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B, ___m_defaultCreationOptions_2)); } inline int32_t get_m_defaultCreationOptions_2() const { return ___m_defaultCreationOptions_2; } inline int32_t* get_address_of_m_defaultCreationOptions_2() { return &___m_defaultCreationOptions_2; } inline void set_m_defaultCreationOptions_2(int32_t value) { ___m_defaultCreationOptions_2 = value; } inline static int32_t get_offset_of_m_defaultContinuationOptions_3() { return static_cast(offsetof(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B, ___m_defaultContinuationOptions_3)); } inline int32_t get_m_defaultContinuationOptions_3() const { return ___m_defaultContinuationOptions_3; } inline int32_t* get_address_of_m_defaultContinuationOptions_3() { return &___m_defaultContinuationOptions_3; } inline void set_m_defaultContinuationOptions_3(int32_t value) { ___m_defaultContinuationOptions_3 = value; } }; // System.Net.Sockets.TcpClient struct TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE : public RuntimeObject { public: // System.Net.Sockets.Socket System.Net.Sockets.TcpClient::m_ClientSocket Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___m_ClientSocket_0; // System.Boolean System.Net.Sockets.TcpClient::m_Active bool ___m_Active_1; // System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient::m_DataStream NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * ___m_DataStream_2; // System.Net.Sockets.AddressFamily System.Net.Sockets.TcpClient::m_Family int32_t ___m_Family_3; // System.Boolean System.Net.Sockets.TcpClient::m_CleanedUp bool ___m_CleanedUp_4; public: inline static int32_t get_offset_of_m_ClientSocket_0() { return static_cast(offsetof(TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE, ___m_ClientSocket_0)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_m_ClientSocket_0() const { return ___m_ClientSocket_0; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_m_ClientSocket_0() { return &___m_ClientSocket_0; } inline void set_m_ClientSocket_0(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___m_ClientSocket_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ClientSocket_0), (void*)value); } inline static int32_t get_offset_of_m_Active_1() { return static_cast(offsetof(TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE, ___m_Active_1)); } inline bool get_m_Active_1() const { return ___m_Active_1; } inline bool* get_address_of_m_Active_1() { return &___m_Active_1; } inline void set_m_Active_1(bool value) { ___m_Active_1 = value; } inline static int32_t get_offset_of_m_DataStream_2() { return static_cast(offsetof(TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE, ___m_DataStream_2)); } inline NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * get_m_DataStream_2() const { return ___m_DataStream_2; } inline NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 ** get_address_of_m_DataStream_2() { return &___m_DataStream_2; } inline void set_m_DataStream_2(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * value) { ___m_DataStream_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DataStream_2), (void*)value); } inline static int32_t get_offset_of_m_Family_3() { return static_cast(offsetof(TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE, ___m_Family_3)); } inline int32_t get_m_Family_3() const { return ___m_Family_3; } inline int32_t* get_address_of_m_Family_3() { return &___m_Family_3; } inline void set_m_Family_3(int32_t value) { ___m_Family_3 = value; } inline static int32_t get_offset_of_m_CleanedUp_4() { return static_cast(offsetof(TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE, ___m_CleanedUp_4)); } inline bool get_m_CleanedUp_4() const { return ___m_CleanedUp_4; } inline bool* get_address_of_m_CleanedUp_4() { return &___m_CleanedUp_4; } inline void set_m_CleanedUp_4(bool value) { ___m_CleanedUp_4 = value; } }; // System.ComponentModel.TimeSpanConverter struct TimeSpanConverter_t5F2498D1A18C834B1F4B9E7A3CF59069D2B72D2E : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // Mono.Security.Interface.TlsException struct TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 : public Exception_t { public: // Mono.Security.Interface.Alert Mono.Security.Interface.TlsException::alert Alert_t71FA13E7FE64597724FB0EE13B09ACF5EFBF5CD2 * ___alert_17; public: inline static int32_t get_offset_of_alert_17() { return static_cast(offsetof(TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9, ___alert_17)); } inline Alert_t71FA13E7FE64597724FB0EE13B09ACF5EFBF5CD2 * get_alert_17() const { return ___alert_17; } inline Alert_t71FA13E7FE64597724FB0EE13B09ACF5EFBF5CD2 ** get_address_of_alert_17() { return &___alert_17; } inline void set_alert_17(Alert_t71FA13E7FE64597724FB0EE13B09ACF5EFBF5CD2 * value) { ___alert_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___alert_17), (void*)value); } }; // 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.Net.NetworkInformation.UnixNoLibCIPGlobalProperties struct UnixNoLibCIPGlobalProperties_t502C0D31B2B758E43415DE9EAEB6A24B3924355F : public UnixIPGlobalProperties_t17A56352BFACD974A0828F84CA3424941E39B021 { public: public: }; // 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.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A : public RuntimeObject { public: // System.UriSyntaxFlags System.UriParser::m_Flags int32_t ___m_Flags_2; // System.UriSyntaxFlags modreq(System.Runtime.CompilerServices.IsVolatile) System.UriParser::m_UpdatableFlags int32_t ___m_UpdatableFlags_3; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.UriParser::m_UpdatableFlagsUsed bool ___m_UpdatableFlagsUsed_4; // System.Int32 System.UriParser::m_Port int32_t ___m_Port_5; // System.String System.UriParser::m_Scheme String_t* ___m_Scheme_6; public: inline static int32_t get_offset_of_m_Flags_2() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A, ___m_Flags_2)); } inline int32_t get_m_Flags_2() const { return ___m_Flags_2; } inline int32_t* get_address_of_m_Flags_2() { return &___m_Flags_2; } inline void set_m_Flags_2(int32_t value) { ___m_Flags_2 = value; } inline static int32_t get_offset_of_m_UpdatableFlags_3() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A, ___m_UpdatableFlags_3)); } inline int32_t get_m_UpdatableFlags_3() const { return ___m_UpdatableFlags_3; } inline int32_t* get_address_of_m_UpdatableFlags_3() { return &___m_UpdatableFlags_3; } inline void set_m_UpdatableFlags_3(int32_t value) { ___m_UpdatableFlags_3 = value; } inline static int32_t get_offset_of_m_UpdatableFlagsUsed_4() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A, ___m_UpdatableFlagsUsed_4)); } inline bool get_m_UpdatableFlagsUsed_4() const { return ___m_UpdatableFlagsUsed_4; } inline bool* get_address_of_m_UpdatableFlagsUsed_4() { return &___m_UpdatableFlagsUsed_4; } inline void set_m_UpdatableFlagsUsed_4(bool value) { ___m_UpdatableFlagsUsed_4 = value; } inline static int32_t get_offset_of_m_Port_5() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A, ___m_Port_5)); } inline int32_t get_m_Port_5() const { return ___m_Port_5; } inline int32_t* get_address_of_m_Port_5() { return &___m_Port_5; } inline void set_m_Port_5(int32_t value) { ___m_Port_5 = value; } inline static int32_t get_offset_of_m_Scheme_6() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A, ___m_Scheme_6)); } inline String_t* get_m_Scheme_6() const { return ___m_Scheme_6; } inline String_t** get_address_of_m_Scheme_6() { return &___m_Scheme_6; } inline void set_m_Scheme_6(String_t* value) { ___m_Scheme_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Scheme_6), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509ChainPolicy struct X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F : public RuntimeObject { public: // System.Security.Cryptography.OidCollection System.Security.Cryptography.X509Certificates.X509ChainPolicy::apps OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * ___apps_0; // System.Security.Cryptography.OidCollection System.Security.Cryptography.X509Certificates.X509ChainPolicy::cert OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * ___cert_1; // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Security.Cryptography.X509Certificates.X509ChainPolicy::store X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___store_2; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509ChainPolicy::store2 X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * ___store2_3; // System.Security.Cryptography.X509Certificates.X509RevocationFlag System.Security.Cryptography.X509Certificates.X509ChainPolicy::rflag int32_t ___rflag_4; // System.Security.Cryptography.X509Certificates.X509RevocationMode System.Security.Cryptography.X509Certificates.X509ChainPolicy::mode int32_t ___mode_5; // System.TimeSpan System.Security.Cryptography.X509Certificates.X509ChainPolicy::timeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeout_6; // System.Security.Cryptography.X509Certificates.X509VerificationFlags System.Security.Cryptography.X509Certificates.X509ChainPolicy::vflags int32_t ___vflags_7; // System.DateTime System.Security.Cryptography.X509Certificates.X509ChainPolicy::vtime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___vtime_8; public: inline static int32_t get_offset_of_apps_0() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___apps_0)); } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * get_apps_0() const { return ___apps_0; } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 ** get_address_of_apps_0() { return &___apps_0; } inline void set_apps_0(OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * value) { ___apps_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___apps_0), (void*)value); } inline static int32_t get_offset_of_cert_1() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___cert_1)); } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * get_cert_1() const { return ___cert_1; } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 ** get_address_of_cert_1() { return &___cert_1; } inline void set_cert_1(OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * value) { ___cert_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cert_1), (void*)value); } inline static int32_t get_offset_of_store_2() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___store_2)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_store_2() const { return ___store_2; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_store_2() { return &___store_2; } inline void set_store_2(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___store_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___store_2), (void*)value); } inline static int32_t get_offset_of_store2_3() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___store2_3)); } inline X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * get_store2_3() const { return ___store2_3; } inline X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 ** get_address_of_store2_3() { return &___store2_3; } inline void set_store2_3(X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * value) { ___store2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___store2_3), (void*)value); } inline static int32_t get_offset_of_rflag_4() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___rflag_4)); } inline int32_t get_rflag_4() const { return ___rflag_4; } inline int32_t* get_address_of_rflag_4() { return &___rflag_4; } inline void set_rflag_4(int32_t value) { ___rflag_4 = value; } inline static int32_t get_offset_of_mode_5() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___mode_5)); } inline int32_t get_mode_5() const { return ___mode_5; } inline int32_t* get_address_of_mode_5() { return &___mode_5; } inline void set_mode_5(int32_t value) { ___mode_5 = value; } inline static int32_t get_offset_of_timeout_6() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___timeout_6)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_timeout_6() const { return ___timeout_6; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_timeout_6() { return &___timeout_6; } inline void set_timeout_6(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___timeout_6 = value; } inline static int32_t get_offset_of_vflags_7() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___vflags_7)); } inline int32_t get_vflags_7() const { return ___vflags_7; } inline int32_t* get_address_of_vflags_7() { return &___vflags_7; } inline void set_vflags_7(int32_t value) { ___vflags_7 = value; } inline static int32_t get_offset_of_vtime_8() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___vtime_8)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_vtime_8() const { return ___vtime_8; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_vtime_8() { return &___vtime_8; } inline void set_vtime_8(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___vtime_8 = value; } }; // System.Net.ServerCertValidationCallback/CallbackContext struct CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B : public RuntimeObject { public: // System.Object System.Net.ServerCertValidationCallback/CallbackContext::request RuntimeObject * ___request_0; // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.ServerCertValidationCallback/CallbackContext::certificate X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate_1; // System.Security.Cryptography.X509Certificates.X509Chain System.Net.ServerCertValidationCallback/CallbackContext::chain X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain_2; // System.Net.Security.SslPolicyErrors System.Net.ServerCertValidationCallback/CallbackContext::sslPolicyErrors int32_t ___sslPolicyErrors_3; // System.Boolean System.Net.ServerCertValidationCallback/CallbackContext::result bool ___result_4; public: inline static int32_t get_offset_of_request_0() { return static_cast(offsetof(CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B, ___request_0)); } inline RuntimeObject * get_request_0() const { return ___request_0; } inline RuntimeObject ** get_address_of_request_0() { return &___request_0; } inline void set_request_0(RuntimeObject * value) { ___request_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_0), (void*)value); } inline static int32_t get_offset_of_certificate_1() { return static_cast(offsetof(CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B, ___certificate_1)); } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * get_certificate_1() const { return ___certificate_1; } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** get_address_of_certificate_1() { return &___certificate_1; } inline void set_certificate_1(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * value) { ___certificate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificate_1), (void*)value); } inline static int32_t get_offset_of_chain_2() { return static_cast(offsetof(CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B, ___chain_2)); } inline X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * get_chain_2() const { return ___chain_2; } inline X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 ** get_address_of_chain_2() { return &___chain_2; } inline void set_chain_2(X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * value) { ___chain_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___chain_2), (void*)value); } inline static int32_t get_offset_of_sslPolicyErrors_3() { return static_cast(offsetof(CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B, ___sslPolicyErrors_3)); } inline int32_t get_sslPolicyErrors_3() const { return ___sslPolicyErrors_3; } inline int32_t* get_address_of_sslPolicyErrors_3() { return &___sslPolicyErrors_3; } inline void set_sslPolicyErrors_3(int32_t value) { ___sslPolicyErrors_3 = value; } inline static int32_t get_offset_of_result_4() { return static_cast(offsetof(CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B, ___result_4)); } inline bool get_result_4() const { return ___result_4; } inline bool* get_address_of_result_4() { return &___result_4; } inline void set_result_4(bool value) { ___result_4 = value; } }; // System.Net.ServicePointScheduler/d__32 struct U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 { public: // System.Int32 System.Net.ServicePointScheduler/d__32::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncVoidMethodBuilder System.Net.ServicePointScheduler/d__32::<>t__builder AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 ___U3CU3Et__builder_1; // System.Net.ServicePointScheduler System.Net.ServicePointScheduler/d__32::<>4__this ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * ___U3CU3E4__this_2; // System.Collections.Generic.List`1 System.Net.ServicePointScheduler/d__32::5__1 List_1_tA3E7ECFCA71D1B53362EA1A7ED7D095F0C221DFB * ___U3CtaskListU3E5__1_3; // System.ValueTuple`2[] System.Net.ServicePointScheduler/d__32::5__2 ValueTuple_2U5BU5D_tC3216B5B0EF9FDBE9F8B985A929E67CC51201AF3* ___U3CoperationArrayU3E5__2_4; // System.ValueTuple`3[] System.Net.ServicePointScheduler/d__32::5__3 ValueTuple_3U5BU5D_t9365D6D29CB40DC6A5BCAB5FAF5C8DE1D1BAFE51* ___U3CidleArrayU3E5__3_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Net.ServicePointScheduler/d__32::<>u__1 ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 ___U3CU3Eu__1_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64, ___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(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64, ___U3CU3Et__builder_1)); } inline AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_synchronizationContext_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #endif #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(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64, ___U3CU3E4__this_2)); } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CtaskListU3E5__1_3() { return static_cast(offsetof(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64, ___U3CtaskListU3E5__1_3)); } inline List_1_tA3E7ECFCA71D1B53362EA1A7ED7D095F0C221DFB * get_U3CtaskListU3E5__1_3() const { return ___U3CtaskListU3E5__1_3; } inline List_1_tA3E7ECFCA71D1B53362EA1A7ED7D095F0C221DFB ** get_address_of_U3CtaskListU3E5__1_3() { return &___U3CtaskListU3E5__1_3; } inline void set_U3CtaskListU3E5__1_3(List_1_tA3E7ECFCA71D1B53362EA1A7ED7D095F0C221DFB * value) { ___U3CtaskListU3E5__1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CtaskListU3E5__1_3), (void*)value); } inline static int32_t get_offset_of_U3CoperationArrayU3E5__2_4() { return static_cast(offsetof(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64, ___U3CoperationArrayU3E5__2_4)); } inline ValueTuple_2U5BU5D_tC3216B5B0EF9FDBE9F8B985A929E67CC51201AF3* get_U3CoperationArrayU3E5__2_4() const { return ___U3CoperationArrayU3E5__2_4; } inline ValueTuple_2U5BU5D_tC3216B5B0EF9FDBE9F8B985A929E67CC51201AF3** get_address_of_U3CoperationArrayU3E5__2_4() { return &___U3CoperationArrayU3E5__2_4; } inline void set_U3CoperationArrayU3E5__2_4(ValueTuple_2U5BU5D_tC3216B5B0EF9FDBE9F8B985A929E67CC51201AF3* value) { ___U3CoperationArrayU3E5__2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CoperationArrayU3E5__2_4), (void*)value); } inline static int32_t get_offset_of_U3CidleArrayU3E5__3_5() { return static_cast(offsetof(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64, ___U3CidleArrayU3E5__3_5)); } inline ValueTuple_3U5BU5D_t9365D6D29CB40DC6A5BCAB5FAF5C8DE1D1BAFE51* get_U3CidleArrayU3E5__3_5() const { return ___U3CidleArrayU3E5__3_5; } inline ValueTuple_3U5BU5D_t9365D6D29CB40DC6A5BCAB5FAF5C8DE1D1BAFE51** get_address_of_U3CidleArrayU3E5__3_5() { return &___U3CidleArrayU3E5__3_5; } inline void set_U3CidleArrayU3E5__3_5(ValueTuple_3U5BU5D_t9365D6D29CB40DC6A5BCAB5FAF5C8DE1D1BAFE51* value) { ___U3CidleArrayU3E5__3_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CidleArrayU3E5__3_5), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } }; // Mono.Unity.UnityTls/unitytls_errorstate struct unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 { public: // System.UInt32 Mono.Unity.UnityTls/unitytls_errorstate::magic uint32_t ___magic_0; // Mono.Unity.UnityTls/unitytls_error_code Mono.Unity.UnityTls/unitytls_errorstate::code uint32_t ___code_1; // System.UInt64 Mono.Unity.UnityTls/unitytls_errorstate::reserved uint64_t ___reserved_2; public: inline static int32_t get_offset_of_magic_0() { return static_cast(offsetof(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499, ___magic_0)); } inline uint32_t get_magic_0() const { return ___magic_0; } inline uint32_t* get_address_of_magic_0() { return &___magic_0; } inline void set_magic_0(uint32_t value) { ___magic_0 = value; } inline static int32_t get_offset_of_code_1() { return static_cast(offsetof(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499, ___code_1)); } inline uint32_t get_code_1() const { return ___code_1; } inline uint32_t* get_address_of_code_1() { return &___code_1; } inline void set_code_1(uint32_t value) { ___code_1 = value; } inline static int32_t get_offset_of_reserved_2() { return static_cast(offsetof(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499, ___reserved_2)); } inline uint64_t get_reserved_2() const { return ___reserved_2; } inline uint64_t* get_address_of_reserved_2() { return &___reserved_2; } inline void set_reserved_2(uint64_t value) { ___reserved_2 = value; } }; // Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange struct unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 { public: // Mono.Unity.UnityTls/unitytls_protocol Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange::min uint32_t ___min_0; // Mono.Unity.UnityTls/unitytls_protocol Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange::max uint32_t ___max_1; public: inline static int32_t get_offset_of_min_0() { return static_cast(offsetof(unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68, ___min_0)); } inline uint32_t get_min_0() const { return ___min_0; } inline uint32_t* get_address_of_min_0() { return &___min_0; } inline void set_min_0(uint32_t value) { ___min_0 = value; } inline static int32_t get_offset_of_max_1() { return static_cast(offsetof(unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68, ___max_1)); } inline uint32_t get_max_1() const { return ___max_1; } inline uint32_t* get_address_of_max_1() { return &___max_1; } inline void set_max_1(uint32_t value) { ___max_1 = value; } }; // System.Action`1 struct Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t20BA0CE0E9D07FB477BD3515213CA9F8C35EF142 : public MulticastDelegate_t { public: public: }; // System.EventHandler`1 struct EventHandler_1_t74C6C22D88FDF5301EB9838B325E0BE62472C5FE : public MulticastDelegate_t { public: public: }; // System.Func`4 struct Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D : 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.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // System.Threading.AutoResetEvent struct AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D : public EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C { public: public: }; // System.Net.BindIPEndPoint struct BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 : public MulticastDelegate_t { public: public: }; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B : public MulticastDelegate_t { public: public: }; // System.EventHandler struct EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B : public MulticastDelegate_t { public: public: }; // System.Runtime.InteropServices.ExternalException struct ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.IOAsyncCallback struct IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E : public MulticastDelegate_t { public: public: }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { 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.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 : public MulticastDelegate_t { public: public: }; // System.Net.Sockets.SafeSocketHandle struct SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 : public SafeHandleMinusOneIsInvalid_t542F86CD15E22E871D725A162DF6EE305850ABC6 { public: // System.Collections.Generic.List`1 System.Net.Sockets.SafeSocketHandle::blocking_threads List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * ___blocking_threads_6; // System.Collections.Generic.Dictionary`2 System.Net.Sockets.SafeSocketHandle::threads_stacktraces Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 * ___threads_stacktraces_7; // System.Boolean System.Net.Sockets.SafeSocketHandle::in_cleanup bool ___in_cleanup_8; public: inline static int32_t get_offset_of_blocking_threads_6() { return static_cast(offsetof(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9, ___blocking_threads_6)); } inline List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * get_blocking_threads_6() const { return ___blocking_threads_6; } inline List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 ** get_address_of_blocking_threads_6() { return &___blocking_threads_6; } inline void set_blocking_threads_6(List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * value) { ___blocking_threads_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___blocking_threads_6), (void*)value); } inline static int32_t get_offset_of_threads_stacktraces_7() { return static_cast(offsetof(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9, ___threads_stacktraces_7)); } inline Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 * get_threads_stacktraces_7() const { return ___threads_stacktraces_7; } inline Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 ** get_address_of_threads_stacktraces_7() { return &___threads_stacktraces_7; } inline void set_threads_stacktraces_7(Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 * value) { ___threads_stacktraces_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___threads_stacktraces_7), (void*)value); } inline static int32_t get_offset_of_in_cleanup_8() { return static_cast(offsetof(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9, ___in_cleanup_8)); } inline bool get_in_cleanup_8() const { return ___in_cleanup_8; } inline bool* get_address_of_in_cleanup_8() { return &___in_cleanup_8; } inline void set_in_cleanup_8(bool value) { ___in_cleanup_8 = value; } }; // Mono.Net.Security.ServerCertValidationCallbackWrapper struct ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 : public MulticastDelegate_t { public: public: }; // System.ComponentModel.SingleConverter struct SingleConverter_t75FCE834B5B2A74CB252021292C9DC205B322391 : public BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C { public: public: }; // Mono.Unity.UnityTlsContext struct UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 : public MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF { public: // Mono.Unity.UnityTls/unitytls_tlsctx* Mono.Unity.UnityTlsContext::tlsContext unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___tlsContext_9; // Mono.Unity.UnityTls/unitytls_x509list* Mono.Unity.UnityTlsContext::requestedClientCertChain unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * ___requestedClientCertChain_10; // Mono.Unity.UnityTls/unitytls_key* Mono.Unity.UnityTlsContext::requestedClientKey unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 * ___requestedClientKey_11; // Mono.Unity.UnityTls/unitytls_tlsctx_read_callback Mono.Unity.UnityTlsContext::readCallback unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E * ___readCallback_12; // Mono.Unity.UnityTls/unitytls_tlsctx_write_callback Mono.Unity.UnityTlsContext::writeCallback unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A * ___writeCallback_13; // Mono.Unity.UnityTls/unitytls_tlsctx_certificate_callback Mono.Unity.UnityTlsContext::certificateCallback unitytls_tlsctx_certificate_callback_t18B3186AFC581972E9591E7D82D6D499F0F9C3EC * ___certificateCallback_14; // Mono.Unity.UnityTls/unitytls_tlsctx_x509verify_callback Mono.Unity.UnityTlsContext::verifyCallback unitytls_tlsctx_x509verify_callback_tFC1C7AA64F522FC925BBF4EC82C9FEC087F9BABC * ___verifyCallback_15; // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Unity.UnityTlsContext::localClientCertificate X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___localClientCertificate_16; // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Unity.UnityTlsContext::remoteCertificate X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___remoteCertificate_17; // Mono.Security.Interface.MonoTlsConnectionInfo Mono.Unity.UnityTlsContext::connectioninfo MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B * ___connectioninfo_18; // System.Boolean Mono.Unity.UnityTlsContext::isAuthenticated bool ___isAuthenticated_19; // System.Boolean Mono.Unity.UnityTlsContext::hasContext bool ___hasContext_20; // System.Boolean Mono.Unity.UnityTlsContext::closedGraceful bool ___closedGraceful_21; // System.Byte[] Mono.Unity.UnityTlsContext::writeBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___writeBuffer_22; // System.Byte[] Mono.Unity.UnityTlsContext::readBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___readBuffer_23; // System.Runtime.InteropServices.GCHandle Mono.Unity.UnityTlsContext::handle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___handle_24; // System.Exception Mono.Unity.UnityTlsContext::lastException Exception_t * ___lastException_25; public: inline static int32_t get_offset_of_tlsContext_9() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___tlsContext_9)); } inline unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * get_tlsContext_9() const { return ___tlsContext_9; } inline unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA ** get_address_of_tlsContext_9() { return &___tlsContext_9; } inline void set_tlsContext_9(unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * value) { ___tlsContext_9 = value; } inline static int32_t get_offset_of_requestedClientCertChain_10() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___requestedClientCertChain_10)); } inline unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * get_requestedClientCertChain_10() const { return ___requestedClientCertChain_10; } inline unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D ** get_address_of_requestedClientCertChain_10() { return &___requestedClientCertChain_10; } inline void set_requestedClientCertChain_10(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * value) { ___requestedClientCertChain_10 = value; } inline static int32_t get_offset_of_requestedClientKey_11() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___requestedClientKey_11)); } inline unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 * get_requestedClientKey_11() const { return ___requestedClientKey_11; } inline unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 ** get_address_of_requestedClientKey_11() { return &___requestedClientKey_11; } inline void set_requestedClientKey_11(unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 * value) { ___requestedClientKey_11 = value; } inline static int32_t get_offset_of_readCallback_12() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___readCallback_12)); } inline unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E * get_readCallback_12() const { return ___readCallback_12; } inline unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E ** get_address_of_readCallback_12() { return &___readCallback_12; } inline void set_readCallback_12(unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E * value) { ___readCallback_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___readCallback_12), (void*)value); } inline static int32_t get_offset_of_writeCallback_13() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___writeCallback_13)); } inline unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A * get_writeCallback_13() const { return ___writeCallback_13; } inline unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A ** get_address_of_writeCallback_13() { return &___writeCallback_13; } inline void set_writeCallback_13(unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A * value) { ___writeCallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeCallback_13), (void*)value); } inline static int32_t get_offset_of_certificateCallback_14() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___certificateCallback_14)); } inline unitytls_tlsctx_certificate_callback_t18B3186AFC581972E9591E7D82D6D499F0F9C3EC * get_certificateCallback_14() const { return ___certificateCallback_14; } inline unitytls_tlsctx_certificate_callback_t18B3186AFC581972E9591E7D82D6D499F0F9C3EC ** get_address_of_certificateCallback_14() { return &___certificateCallback_14; } inline void set_certificateCallback_14(unitytls_tlsctx_certificate_callback_t18B3186AFC581972E9591E7D82D6D499F0F9C3EC * value) { ___certificateCallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateCallback_14), (void*)value); } inline static int32_t get_offset_of_verifyCallback_15() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___verifyCallback_15)); } inline unitytls_tlsctx_x509verify_callback_tFC1C7AA64F522FC925BBF4EC82C9FEC087F9BABC * get_verifyCallback_15() const { return ___verifyCallback_15; } inline unitytls_tlsctx_x509verify_callback_tFC1C7AA64F522FC925BBF4EC82C9FEC087F9BABC ** get_address_of_verifyCallback_15() { return &___verifyCallback_15; } inline void set_verifyCallback_15(unitytls_tlsctx_x509verify_callback_tFC1C7AA64F522FC925BBF4EC82C9FEC087F9BABC * value) { ___verifyCallback_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___verifyCallback_15), (void*)value); } inline static int32_t get_offset_of_localClientCertificate_16() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___localClientCertificate_16)); } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * get_localClientCertificate_16() const { return ___localClientCertificate_16; } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** get_address_of_localClientCertificate_16() { return &___localClientCertificate_16; } inline void set_localClientCertificate_16(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * value) { ___localClientCertificate_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___localClientCertificate_16), (void*)value); } inline static int32_t get_offset_of_remoteCertificate_17() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___remoteCertificate_17)); } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * get_remoteCertificate_17() const { return ___remoteCertificate_17; } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** get_address_of_remoteCertificate_17() { return &___remoteCertificate_17; } inline void set_remoteCertificate_17(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * value) { ___remoteCertificate_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___remoteCertificate_17), (void*)value); } inline static int32_t get_offset_of_connectioninfo_18() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___connectioninfo_18)); } inline MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B * get_connectioninfo_18() const { return ___connectioninfo_18; } inline MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B ** get_address_of_connectioninfo_18() { return &___connectioninfo_18; } inline void set_connectioninfo_18(MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B * value) { ___connectioninfo_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___connectioninfo_18), (void*)value); } inline static int32_t get_offset_of_isAuthenticated_19() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___isAuthenticated_19)); } inline bool get_isAuthenticated_19() const { return ___isAuthenticated_19; } inline bool* get_address_of_isAuthenticated_19() { return &___isAuthenticated_19; } inline void set_isAuthenticated_19(bool value) { ___isAuthenticated_19 = value; } inline static int32_t get_offset_of_hasContext_20() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___hasContext_20)); } inline bool get_hasContext_20() const { return ___hasContext_20; } inline bool* get_address_of_hasContext_20() { return &___hasContext_20; } inline void set_hasContext_20(bool value) { ___hasContext_20 = value; } inline static int32_t get_offset_of_closedGraceful_21() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___closedGraceful_21)); } inline bool get_closedGraceful_21() const { return ___closedGraceful_21; } inline bool* get_address_of_closedGraceful_21() { return &___closedGraceful_21; } inline void set_closedGraceful_21(bool value) { ___closedGraceful_21 = value; } inline static int32_t get_offset_of_writeBuffer_22() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___writeBuffer_22)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_writeBuffer_22() const { return ___writeBuffer_22; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_writeBuffer_22() { return &___writeBuffer_22; } inline void set_writeBuffer_22(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___writeBuffer_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeBuffer_22), (void*)value); } inline static int32_t get_offset_of_readBuffer_23() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___readBuffer_23)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_readBuffer_23() const { return ___readBuffer_23; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_readBuffer_23() { return &___readBuffer_23; } inline void set_readBuffer_23(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___readBuffer_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___readBuffer_23), (void*)value); } inline static int32_t get_offset_of_handle_24() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___handle_24)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_handle_24() const { return ___handle_24; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_handle_24() { return &___handle_24; } inline void set_handle_24(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___handle_24 = value; } inline static int32_t get_offset_of_lastException_25() { return static_cast(offsetof(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197, ___lastException_25)); } inline Exception_t * get_lastException_25() const { return ___lastException_25; } inline Exception_t ** get_address_of_lastException_25() { return &___lastException_25; } inline void set_lastException_25(Exception_t * value) { ___lastException_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastException_25), (void*)value); } }; // Mono.Unity.UnityTlsStream struct UnityTlsStream_t5784F133557D22D26A11BB9352CFC076BF8DC84B : public MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E { public: public: }; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD : public RuntimeObject { public: // System.UInt64 Mono.Unity.UnityTls/unitytls_interface_struct::UNITYTLS_INVALID_HANDLE uint64_t ___UNITYTLS_INVALID_HANDLE_0; // Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange Mono.Unity.UnityTls/unitytls_interface_struct::UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_errorstate_create unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * ___unitytls_errorstate_create_2; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_raise_error_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_errorstate_raise_error unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * ___unitytls_errorstate_raise_error_3; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_get_ref_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_key_get_ref unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 * ___unitytls_key_get_ref_4; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_der_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_key_parse_der unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9 * ___unitytls_key_parse_der_5; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_pem_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_key_parse_pem unitytls_key_parse_pem_t_t584CCAA999DD14D5A50DCDFDECE5CC03C8A35EDC * ___unitytls_key_parse_pem_6; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_free_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_key_free unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F * ___unitytls_key_free_7; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509_export_der_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509_export_der unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC * ___unitytls_x509_export_der_8; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_ref_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_get_ref unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 * ___unitytls_x509list_get_ref_9; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_x509_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_get_x509 unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 * ___unitytls_x509list_get_x509_10; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_create_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_create unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F * ___unitytls_x509list_create_11; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_append unitytls_x509list_append_t_t6ACB188079E58608A8A6D34FA7CD6425C9902AA0 * ___unitytls_x509list_append_12; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_append_der unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * ___unitytls_x509list_append_der_13; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_append_pem unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * ___unitytls_x509list_append_pem_14; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_free_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_free unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * ___unitytls_x509list_free_15; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_default_ca_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509verify_default_ca unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97 * ___unitytls_x509verify_default_ca_16; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_explicit_ca_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509verify_explicit_ca unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316 * ___unitytls_x509verify_explicit_ca_17; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_server_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_create_server unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B * ___unitytls_tlsctx_create_server_18; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_client_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_create_client unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391 * ___unitytls_tlsctx_create_client_19; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_server_require_client_authentication_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_server_require_client_authentication unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD * ___unitytls_tlsctx_server_require_client_authentication_20; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_certificate_callback_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_set_certificate_callback unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1 * ___unitytls_tlsctx_set_certificate_callback_21; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_trace_callback_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_set_trace_callback unitytls_tlsctx_set_trace_callback_t_tAA0291D41818318537C7AF00C5A5EA84775735BF * ___unitytls_tlsctx_set_trace_callback_22; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_x509verify_callback_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_set_x509verify_callback unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4 * ___unitytls_tlsctx_set_x509verify_callback_23; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_supported_ciphersuites_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_set_supported_ciphersuites unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E * ___unitytls_tlsctx_set_supported_ciphersuites_24; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_ciphersuite_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_get_ciphersuite unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4 * ___unitytls_tlsctx_get_ciphersuite_25; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_protocol_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_get_protocol unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6 * ___unitytls_tlsctx_get_protocol_26; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_process_handshake_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_process_handshake unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C * ___unitytls_tlsctx_process_handshake_27; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_read_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_read unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3 * ___unitytls_tlsctx_read_28; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_write_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_write unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9 * ___unitytls_tlsctx_write_29; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_notify_close_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_notify_close unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB * ___unitytls_tlsctx_notify_close_30; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_free_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_free unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA * ___unitytls_tlsctx_free_31; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_random_generate_bytes_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_random_generate_bytes unitytls_random_generate_bytes_t_tE10122C2833C33BF0D5870BEA0457A9F59668FCD * ___unitytls_random_generate_bytes_32; public: inline static int32_t get_offset_of_UNITYTLS_INVALID_HANDLE_0() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___UNITYTLS_INVALID_HANDLE_0)); } inline uint64_t get_UNITYTLS_INVALID_HANDLE_0() const { return ___UNITYTLS_INVALID_HANDLE_0; } inline uint64_t* get_address_of_UNITYTLS_INVALID_HANDLE_0() { return &___UNITYTLS_INVALID_HANDLE_0; } inline void set_UNITYTLS_INVALID_HANDLE_0(uint64_t value) { ___UNITYTLS_INVALID_HANDLE_0 = value; } inline static int32_t get_offset_of_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1)); } inline unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 get_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1() const { return ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; } inline unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 * get_address_of_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1() { return &___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; } inline void set_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1(unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 value) { ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1 = value; } inline static int32_t get_offset_of_unitytls_errorstate_create_2() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_errorstate_create_2)); } inline unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * get_unitytls_errorstate_create_2() const { return ___unitytls_errorstate_create_2; } inline unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 ** get_address_of_unitytls_errorstate_create_2() { return &___unitytls_errorstate_create_2; } inline void set_unitytls_errorstate_create_2(unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * value) { ___unitytls_errorstate_create_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_errorstate_create_2), (void*)value); } inline static int32_t get_offset_of_unitytls_errorstate_raise_error_3() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_errorstate_raise_error_3)); } inline unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * get_unitytls_errorstate_raise_error_3() const { return ___unitytls_errorstate_raise_error_3; } inline unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E ** get_address_of_unitytls_errorstate_raise_error_3() { return &___unitytls_errorstate_raise_error_3; } inline void set_unitytls_errorstate_raise_error_3(unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * value) { ___unitytls_errorstate_raise_error_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_errorstate_raise_error_3), (void*)value); } inline static int32_t get_offset_of_unitytls_key_get_ref_4() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_key_get_ref_4)); } inline unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 * get_unitytls_key_get_ref_4() const { return ___unitytls_key_get_ref_4; } inline unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 ** get_address_of_unitytls_key_get_ref_4() { return &___unitytls_key_get_ref_4; } inline void set_unitytls_key_get_ref_4(unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 * value) { ___unitytls_key_get_ref_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_get_ref_4), (void*)value); } inline static int32_t get_offset_of_unitytls_key_parse_der_5() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_key_parse_der_5)); } inline unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9 * get_unitytls_key_parse_der_5() const { return ___unitytls_key_parse_der_5; } inline unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9 ** get_address_of_unitytls_key_parse_der_5() { return &___unitytls_key_parse_der_5; } inline void set_unitytls_key_parse_der_5(unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9 * value) { ___unitytls_key_parse_der_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_parse_der_5), (void*)value); } inline static int32_t get_offset_of_unitytls_key_parse_pem_6() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_key_parse_pem_6)); } inline unitytls_key_parse_pem_t_t584CCAA999DD14D5A50DCDFDECE5CC03C8A35EDC * get_unitytls_key_parse_pem_6() const { return ___unitytls_key_parse_pem_6; } inline unitytls_key_parse_pem_t_t584CCAA999DD14D5A50DCDFDECE5CC03C8A35EDC ** get_address_of_unitytls_key_parse_pem_6() { return &___unitytls_key_parse_pem_6; } inline void set_unitytls_key_parse_pem_6(unitytls_key_parse_pem_t_t584CCAA999DD14D5A50DCDFDECE5CC03C8A35EDC * value) { ___unitytls_key_parse_pem_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_parse_pem_6), (void*)value); } inline static int32_t get_offset_of_unitytls_key_free_7() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_key_free_7)); } inline unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F * get_unitytls_key_free_7() const { return ___unitytls_key_free_7; } inline unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F ** get_address_of_unitytls_key_free_7() { return &___unitytls_key_free_7; } inline void set_unitytls_key_free_7(unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F * value) { ___unitytls_key_free_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_free_7), (void*)value); } inline static int32_t get_offset_of_unitytls_x509_export_der_8() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509_export_der_8)); } inline unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC * get_unitytls_x509_export_der_8() const { return ___unitytls_x509_export_der_8; } inline unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC ** get_address_of_unitytls_x509_export_der_8() { return &___unitytls_x509_export_der_8; } inline void set_unitytls_x509_export_der_8(unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC * value) { ___unitytls_x509_export_der_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509_export_der_8), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_get_ref_9() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_get_ref_9)); } inline unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 * get_unitytls_x509list_get_ref_9() const { return ___unitytls_x509list_get_ref_9; } inline unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 ** get_address_of_unitytls_x509list_get_ref_9() { return &___unitytls_x509list_get_ref_9; } inline void set_unitytls_x509list_get_ref_9(unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 * value) { ___unitytls_x509list_get_ref_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_get_ref_9), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_get_x509_10() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_get_x509_10)); } inline unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 * get_unitytls_x509list_get_x509_10() const { return ___unitytls_x509list_get_x509_10; } inline unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 ** get_address_of_unitytls_x509list_get_x509_10() { return &___unitytls_x509list_get_x509_10; } inline void set_unitytls_x509list_get_x509_10(unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 * value) { ___unitytls_x509list_get_x509_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_get_x509_10), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_create_11() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_create_11)); } inline unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F * get_unitytls_x509list_create_11() const { return ___unitytls_x509list_create_11; } inline unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F ** get_address_of_unitytls_x509list_create_11() { return &___unitytls_x509list_create_11; } inline void set_unitytls_x509list_create_11(unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F * value) { ___unitytls_x509list_create_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_create_11), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_append_12() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_append_12)); } inline unitytls_x509list_append_t_t6ACB188079E58608A8A6D34FA7CD6425C9902AA0 * get_unitytls_x509list_append_12() const { return ___unitytls_x509list_append_12; } inline unitytls_x509list_append_t_t6ACB188079E58608A8A6D34FA7CD6425C9902AA0 ** get_address_of_unitytls_x509list_append_12() { return &___unitytls_x509list_append_12; } inline void set_unitytls_x509list_append_12(unitytls_x509list_append_t_t6ACB188079E58608A8A6D34FA7CD6425C9902AA0 * value) { ___unitytls_x509list_append_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_append_12), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_append_der_13() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_append_der_13)); } inline unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * get_unitytls_x509list_append_der_13() const { return ___unitytls_x509list_append_der_13; } inline unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E ** get_address_of_unitytls_x509list_append_der_13() { return &___unitytls_x509list_append_der_13; } inline void set_unitytls_x509list_append_der_13(unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * value) { ___unitytls_x509list_append_der_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_append_der_13), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_append_pem_14() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_append_pem_14)); } inline unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * get_unitytls_x509list_append_pem_14() const { return ___unitytls_x509list_append_pem_14; } inline unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E ** get_address_of_unitytls_x509list_append_pem_14() { return &___unitytls_x509list_append_pem_14; } inline void set_unitytls_x509list_append_pem_14(unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * value) { ___unitytls_x509list_append_pem_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_append_pem_14), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_free_15() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_free_15)); } inline unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * get_unitytls_x509list_free_15() const { return ___unitytls_x509list_free_15; } inline unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 ** get_address_of_unitytls_x509list_free_15() { return &___unitytls_x509list_free_15; } inline void set_unitytls_x509list_free_15(unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * value) { ___unitytls_x509list_free_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_free_15), (void*)value); } inline static int32_t get_offset_of_unitytls_x509verify_default_ca_16() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509verify_default_ca_16)); } inline unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97 * get_unitytls_x509verify_default_ca_16() const { return ___unitytls_x509verify_default_ca_16; } inline unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97 ** get_address_of_unitytls_x509verify_default_ca_16() { return &___unitytls_x509verify_default_ca_16; } inline void set_unitytls_x509verify_default_ca_16(unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97 * value) { ___unitytls_x509verify_default_ca_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509verify_default_ca_16), (void*)value); } inline static int32_t get_offset_of_unitytls_x509verify_explicit_ca_17() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509verify_explicit_ca_17)); } inline unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316 * get_unitytls_x509verify_explicit_ca_17() const { return ___unitytls_x509verify_explicit_ca_17; } inline unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316 ** get_address_of_unitytls_x509verify_explicit_ca_17() { return &___unitytls_x509verify_explicit_ca_17; } inline void set_unitytls_x509verify_explicit_ca_17(unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316 * value) { ___unitytls_x509verify_explicit_ca_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509verify_explicit_ca_17), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_create_server_18() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_create_server_18)); } inline unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B * get_unitytls_tlsctx_create_server_18() const { return ___unitytls_tlsctx_create_server_18; } inline unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B ** get_address_of_unitytls_tlsctx_create_server_18() { return &___unitytls_tlsctx_create_server_18; } inline void set_unitytls_tlsctx_create_server_18(unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B * value) { ___unitytls_tlsctx_create_server_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_create_server_18), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_create_client_19() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_create_client_19)); } inline unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391 * get_unitytls_tlsctx_create_client_19() const { return ___unitytls_tlsctx_create_client_19; } inline unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391 ** get_address_of_unitytls_tlsctx_create_client_19() { return &___unitytls_tlsctx_create_client_19; } inline void set_unitytls_tlsctx_create_client_19(unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391 * value) { ___unitytls_tlsctx_create_client_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_create_client_19), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_server_require_client_authentication_20() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_server_require_client_authentication_20)); } inline unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD * get_unitytls_tlsctx_server_require_client_authentication_20() const { return ___unitytls_tlsctx_server_require_client_authentication_20; } inline unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD ** get_address_of_unitytls_tlsctx_server_require_client_authentication_20() { return &___unitytls_tlsctx_server_require_client_authentication_20; } inline void set_unitytls_tlsctx_server_require_client_authentication_20(unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD * value) { ___unitytls_tlsctx_server_require_client_authentication_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_server_require_client_authentication_20), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_certificate_callback_21() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_set_certificate_callback_21)); } inline unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1 * get_unitytls_tlsctx_set_certificate_callback_21() const { return ___unitytls_tlsctx_set_certificate_callback_21; } inline unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1 ** get_address_of_unitytls_tlsctx_set_certificate_callback_21() { return &___unitytls_tlsctx_set_certificate_callback_21; } inline void set_unitytls_tlsctx_set_certificate_callback_21(unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1 * value) { ___unitytls_tlsctx_set_certificate_callback_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_certificate_callback_21), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_trace_callback_22() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_set_trace_callback_22)); } inline unitytls_tlsctx_set_trace_callback_t_tAA0291D41818318537C7AF00C5A5EA84775735BF * get_unitytls_tlsctx_set_trace_callback_22() const { return ___unitytls_tlsctx_set_trace_callback_22; } inline unitytls_tlsctx_set_trace_callback_t_tAA0291D41818318537C7AF00C5A5EA84775735BF ** get_address_of_unitytls_tlsctx_set_trace_callback_22() { return &___unitytls_tlsctx_set_trace_callback_22; } inline void set_unitytls_tlsctx_set_trace_callback_22(unitytls_tlsctx_set_trace_callback_t_tAA0291D41818318537C7AF00C5A5EA84775735BF * value) { ___unitytls_tlsctx_set_trace_callback_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_trace_callback_22), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_x509verify_callback_23() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_set_x509verify_callback_23)); } inline unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4 * get_unitytls_tlsctx_set_x509verify_callback_23() const { return ___unitytls_tlsctx_set_x509verify_callback_23; } inline unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4 ** get_address_of_unitytls_tlsctx_set_x509verify_callback_23() { return &___unitytls_tlsctx_set_x509verify_callback_23; } inline void set_unitytls_tlsctx_set_x509verify_callback_23(unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4 * value) { ___unitytls_tlsctx_set_x509verify_callback_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_x509verify_callback_23), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_supported_ciphersuites_24() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_set_supported_ciphersuites_24)); } inline unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E * get_unitytls_tlsctx_set_supported_ciphersuites_24() const { return ___unitytls_tlsctx_set_supported_ciphersuites_24; } inline unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E ** get_address_of_unitytls_tlsctx_set_supported_ciphersuites_24() { return &___unitytls_tlsctx_set_supported_ciphersuites_24; } inline void set_unitytls_tlsctx_set_supported_ciphersuites_24(unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E * value) { ___unitytls_tlsctx_set_supported_ciphersuites_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_supported_ciphersuites_24), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_get_ciphersuite_25() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_get_ciphersuite_25)); } inline unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4 * get_unitytls_tlsctx_get_ciphersuite_25() const { return ___unitytls_tlsctx_get_ciphersuite_25; } inline unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4 ** get_address_of_unitytls_tlsctx_get_ciphersuite_25() { return &___unitytls_tlsctx_get_ciphersuite_25; } inline void set_unitytls_tlsctx_get_ciphersuite_25(unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4 * value) { ___unitytls_tlsctx_get_ciphersuite_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_get_ciphersuite_25), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_get_protocol_26() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_get_protocol_26)); } inline unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6 * get_unitytls_tlsctx_get_protocol_26() const { return ___unitytls_tlsctx_get_protocol_26; } inline unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6 ** get_address_of_unitytls_tlsctx_get_protocol_26() { return &___unitytls_tlsctx_get_protocol_26; } inline void set_unitytls_tlsctx_get_protocol_26(unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6 * value) { ___unitytls_tlsctx_get_protocol_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_get_protocol_26), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_process_handshake_27() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_process_handshake_27)); } inline unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C * get_unitytls_tlsctx_process_handshake_27() const { return ___unitytls_tlsctx_process_handshake_27; } inline unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C ** get_address_of_unitytls_tlsctx_process_handshake_27() { return &___unitytls_tlsctx_process_handshake_27; } inline void set_unitytls_tlsctx_process_handshake_27(unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C * value) { ___unitytls_tlsctx_process_handshake_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_process_handshake_27), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_read_28() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_read_28)); } inline unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3 * get_unitytls_tlsctx_read_28() const { return ___unitytls_tlsctx_read_28; } inline unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3 ** get_address_of_unitytls_tlsctx_read_28() { return &___unitytls_tlsctx_read_28; } inline void set_unitytls_tlsctx_read_28(unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3 * value) { ___unitytls_tlsctx_read_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_read_28), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_write_29() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_write_29)); } inline unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9 * get_unitytls_tlsctx_write_29() const { return ___unitytls_tlsctx_write_29; } inline unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9 ** get_address_of_unitytls_tlsctx_write_29() { return &___unitytls_tlsctx_write_29; } inline void set_unitytls_tlsctx_write_29(unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9 * value) { ___unitytls_tlsctx_write_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_write_29), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_notify_close_30() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_notify_close_30)); } inline unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB * get_unitytls_tlsctx_notify_close_30() const { return ___unitytls_tlsctx_notify_close_30; } inline unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB ** get_address_of_unitytls_tlsctx_notify_close_30() { return &___unitytls_tlsctx_notify_close_30; } inline void set_unitytls_tlsctx_notify_close_30(unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB * value) { ___unitytls_tlsctx_notify_close_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_notify_close_30), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_free_31() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_free_31)); } inline unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA * get_unitytls_tlsctx_free_31() const { return ___unitytls_tlsctx_free_31; } inline unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA ** get_address_of_unitytls_tlsctx_free_31() { return &___unitytls_tlsctx_free_31; } inline void set_unitytls_tlsctx_free_31(unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA * value) { ___unitytls_tlsctx_free_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_free_31), (void*)value); } inline static int32_t get_offset_of_unitytls_random_generate_bytes_32() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_random_generate_bytes_32)); } inline unitytls_random_generate_bytes_t_tE10122C2833C33BF0D5870BEA0457A9F59668FCD * get_unitytls_random_generate_bytes_32() const { return ___unitytls_random_generate_bytes_32; } inline unitytls_random_generate_bytes_t_tE10122C2833C33BF0D5870BEA0457A9F59668FCD ** get_address_of_unitytls_random_generate_bytes_32() { return &___unitytls_random_generate_bytes_32; } inline void set_unitytls_random_generate_bytes_32(unitytls_random_generate_bytes_t_tE10122C2833C33BF0D5870BEA0457A9F59668FCD * value) { ___unitytls_random_generate_bytes_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_random_generate_bytes_32), (void*)value); } }; // Native definition for P/Invoke marshalling of Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD_marshaled_pinvoke { uint64_t ___UNITYTLS_INVALID_HANDLE_0; unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; Il2CppMethodPointer ___unitytls_errorstate_create_2; Il2CppMethodPointer ___unitytls_errorstate_raise_error_3; Il2CppMethodPointer ___unitytls_key_get_ref_4; Il2CppMethodPointer ___unitytls_key_parse_der_5; Il2CppMethodPointer ___unitytls_key_parse_pem_6; Il2CppMethodPointer ___unitytls_key_free_7; Il2CppMethodPointer ___unitytls_x509_export_der_8; Il2CppMethodPointer ___unitytls_x509list_get_ref_9; Il2CppMethodPointer ___unitytls_x509list_get_x509_10; Il2CppMethodPointer ___unitytls_x509list_create_11; Il2CppMethodPointer ___unitytls_x509list_append_12; Il2CppMethodPointer ___unitytls_x509list_append_der_13; Il2CppMethodPointer ___unitytls_x509list_append_pem_14; Il2CppMethodPointer ___unitytls_x509list_free_15; Il2CppMethodPointer ___unitytls_x509verify_default_ca_16; Il2CppMethodPointer ___unitytls_x509verify_explicit_ca_17; Il2CppMethodPointer ___unitytls_tlsctx_create_server_18; Il2CppMethodPointer ___unitytls_tlsctx_create_client_19; Il2CppMethodPointer ___unitytls_tlsctx_server_require_client_authentication_20; Il2CppMethodPointer ___unitytls_tlsctx_set_certificate_callback_21; Il2CppMethodPointer ___unitytls_tlsctx_set_trace_callback_22; Il2CppMethodPointer ___unitytls_tlsctx_set_x509verify_callback_23; Il2CppMethodPointer ___unitytls_tlsctx_set_supported_ciphersuites_24; Il2CppMethodPointer ___unitytls_tlsctx_get_ciphersuite_25; Il2CppMethodPointer ___unitytls_tlsctx_get_protocol_26; Il2CppMethodPointer ___unitytls_tlsctx_process_handshake_27; Il2CppMethodPointer ___unitytls_tlsctx_read_28; Il2CppMethodPointer ___unitytls_tlsctx_write_29; Il2CppMethodPointer ___unitytls_tlsctx_notify_close_30; Il2CppMethodPointer ___unitytls_tlsctx_free_31; Il2CppMethodPointer ___unitytls_random_generate_bytes_32; }; // Native definition for COM marshalling of Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD_marshaled_com { uint64_t ___UNITYTLS_INVALID_HANDLE_0; unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; Il2CppMethodPointer ___unitytls_errorstate_create_2; Il2CppMethodPointer ___unitytls_errorstate_raise_error_3; Il2CppMethodPointer ___unitytls_key_get_ref_4; Il2CppMethodPointer ___unitytls_key_parse_der_5; Il2CppMethodPointer ___unitytls_key_parse_pem_6; Il2CppMethodPointer ___unitytls_key_free_7; Il2CppMethodPointer ___unitytls_x509_export_der_8; Il2CppMethodPointer ___unitytls_x509list_get_ref_9; Il2CppMethodPointer ___unitytls_x509list_get_x509_10; Il2CppMethodPointer ___unitytls_x509list_create_11; Il2CppMethodPointer ___unitytls_x509list_append_12; Il2CppMethodPointer ___unitytls_x509list_append_der_13; Il2CppMethodPointer ___unitytls_x509list_append_pem_14; Il2CppMethodPointer ___unitytls_x509list_free_15; Il2CppMethodPointer ___unitytls_x509verify_default_ca_16; Il2CppMethodPointer ___unitytls_x509verify_explicit_ca_17; Il2CppMethodPointer ___unitytls_tlsctx_create_server_18; Il2CppMethodPointer ___unitytls_tlsctx_create_client_19; Il2CppMethodPointer ___unitytls_tlsctx_server_require_client_authentication_20; Il2CppMethodPointer ___unitytls_tlsctx_set_certificate_callback_21; Il2CppMethodPointer ___unitytls_tlsctx_set_trace_callback_22; Il2CppMethodPointer ___unitytls_tlsctx_set_x509verify_callback_23; Il2CppMethodPointer ___unitytls_tlsctx_set_supported_ciphersuites_24; Il2CppMethodPointer ___unitytls_tlsctx_get_ciphersuite_25; Il2CppMethodPointer ___unitytls_tlsctx_get_protocol_26; Il2CppMethodPointer ___unitytls_tlsctx_process_handshake_27; Il2CppMethodPointer ___unitytls_tlsctx_read_28; Il2CppMethodPointer ___unitytls_tlsctx_write_29; Il2CppMethodPointer ___unitytls_tlsctx_notify_close_30; Il2CppMethodPointer ___unitytls_tlsctx_free_31; Il2CppMethodPointer ___unitytls_random_generate_bytes_32; }; // Mono.Unity.UnityTls/unitytls_tlsctx_certificate_callback struct unitytls_tlsctx_certificate_callback_t18B3186AFC581972E9591E7D82D6D499F0F9C3EC : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_tlsctx_read_callback struct unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_tlsctx_write_callback struct unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_tlsctx_x509verify_callback struct unitytls_tlsctx_x509verify_callback_tFC1C7AA64F522FC925BBF4EC82C9FEC087F9BABC : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_x509verify_callback struct unitytls_x509verify_callback_tFB7A5A2C48B19A81F927615C45B50BDFEB68A00C : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t struct unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_raise_error_t struct unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_free_t struct unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_get_ref_t struct unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_der_t struct unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_client_t struct unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_server_t struct unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_free_t struct unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_ciphersuite_t struct unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_protocol_t struct unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_notify_close_t struct unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_process_handshake_t struct unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_read_t struct unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_server_require_client_authentication_t struct unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_certificate_callback_t struct unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_supported_ciphersuites_t struct unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_x509verify_callback_t struct unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_write_t struct unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_create_t struct unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_free_t struct unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_ref_t struct unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_x509_t struct unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_default_ca_t struct unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_explicit_ca_t struct unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316 : public MulticastDelegate_t { public: public: }; // 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.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.PlatformNotSupportedException struct PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E : public NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 { public: public: }; // System.UriFormatException struct UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D : public FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 { public: public: }; // 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.Sockets.SocketException struct SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 : public Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 { public: // System.Net.EndPoint System.Net.Sockets.SocketException::m_EndPoint EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___m_EndPoint_20; public: inline static int32_t get_offset_of_m_EndPoint_20() { return static_cast(offsetof(SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88, ___m_EndPoint_20)); } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * get_m_EndPoint_20() const { return ___m_EndPoint_20; } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** get_address_of_m_EndPoint_20() { return &___m_EndPoint_20; } inline void set_m_EndPoint_20(EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * value) { ___m_EndPoint_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EndPoint_20), (void*)value); } }; // Unity.ThrowStub struct ThrowStub_t5906D1D52FCD7EAE2537FC295143AFA9D7C05F67 : public ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A { public: public: }; // System.Object // System.Object // 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/KeyCollection // System.Collections.Generic.Dictionary`2/KeyCollection // 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.LinkedList`1> // System.Collections.Generic.LinkedList`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_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_t9F9F5D4A333C8825F92101BF7BB68754EED3B118_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ThreadU5BU5D_t9AB1EEE437F00EABE533CB2261E519C3976BD81F* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118_StaticFields, ____emptyArray_5)); } inline ThreadU5BU5D_t9AB1EEE437F00EABE533CB2261E519C3976BD81F* get__emptyArray_5() const { return ____emptyArray_5; } inline ThreadU5BU5D_t9AB1EEE437F00EABE533CB2261E519C3976BD81F** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ThreadU5BU5D_t9AB1EEE437F00EABE533CB2261E519C3976BD81F* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 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.AsymmetricAlgorithm // System.Security.Cryptography.AsymmetricAlgorithm // System.Attribute // System.Attribute // System.BitConverter struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields { public: // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_0; public: inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast(offsetof(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields, ___IsLittleEndian_0)); } inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; } inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; } inline void set_IsLittleEndian_0(bool value) { ___IsLittleEndian_0 = value; } }; // System.BitConverter // System.Collections.CollectionBase // System.Collections.CollectionBase // System.Configuration.ConfigurationElement // System.Configuration.ConfigurationElement // System.Configuration.ConfigurationPropertyCollection // System.Configuration.ConfigurationPropertyCollection // System.Runtime.ConstrainedExecution.CriticalFinalizerObject // System.Runtime.ConstrainedExecution.CriticalFinalizerObject // 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.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.Net.EndPoint // System.Net.EndPoint // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.EventArgs // System.Net.HttpVersion struct HttpVersion_t15E4A5DA9E037A055F4630E01EB12A988915448E_StaticFields { public: // System.Version System.Net.HttpVersion::Version10 Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___Version10_0; // System.Version System.Net.HttpVersion::Version11 Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___Version11_1; public: inline static int32_t get_offset_of_Version10_0() { return static_cast(offsetof(HttpVersion_t15E4A5DA9E037A055F4630E01EB12A988915448E_StaticFields, ___Version10_0)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_Version10_0() const { return ___Version10_0; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_Version10_0() { return &___Version10_0; } inline void set_Version10_0(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___Version10_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Version10_0), (void*)value); } inline static int32_t get_offset_of_Version11_1() { return static_cast(offsetof(HttpVersion_t15E4A5DA9E037A055F4630E01EB12A988915448E_StaticFields, ___Version11_1)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_Version11_1() const { return ___Version11_1; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_Version11_1() { return &___Version11_1; } inline void set_Version11_1(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___Version11_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Version11_1), (void*)value); } }; // System.Net.HttpVersion // System.Collections.Specialized.HybridDictionary // System.Collections.Specialized.HybridDictionary // System.IOAsyncResult // System.IOAsyncResult // 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.Net.Sockets.LingerOption // System.Net.Sockets.LingerOption // 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.Reflection.MemberInfo // System.Reflection.MemberInfo // Mono.Security.Interface.MonoTlsProvider // Mono.Security.Interface.MonoTlsProvider // System.Net.Sockets.MulticastOption // System.Net.Sockets.MulticastOption // System.Net.NetworkCredential // System.Net.NetworkCredential // System.IO.Path struct Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields { public: // System.Char[] System.IO.Path::InvalidPathChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___InvalidPathChars_0; // System.Char System.IO.Path::AltDirectorySeparatorChar Il2CppChar ___AltDirectorySeparatorChar_1; // System.Char System.IO.Path::DirectorySeparatorChar Il2CppChar ___DirectorySeparatorChar_2; // System.Char System.IO.Path::PathSeparator Il2CppChar ___PathSeparator_3; // System.String System.IO.Path::DirectorySeparatorStr String_t* ___DirectorySeparatorStr_4; // System.Char System.IO.Path::VolumeSeparatorChar Il2CppChar ___VolumeSeparatorChar_5; // System.Char[] System.IO.Path::PathSeparatorChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___PathSeparatorChars_6; // System.Boolean System.IO.Path::dirEqualsVolume bool ___dirEqualsVolume_7; // System.Char[] System.IO.Path::trimEndCharsWindows CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimEndCharsWindows_8; // System.Char[] System.IO.Path::trimEndCharsUnix CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimEndCharsUnix_9; public: inline static int32_t get_offset_of_InvalidPathChars_0() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___InvalidPathChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_InvalidPathChars_0() const { return ___InvalidPathChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_InvalidPathChars_0() { return &___InvalidPathChars_0; } inline void set_InvalidPathChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___InvalidPathChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidPathChars_0), (void*)value); } inline static int32_t get_offset_of_AltDirectorySeparatorChar_1() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___AltDirectorySeparatorChar_1)); } inline Il2CppChar get_AltDirectorySeparatorChar_1() const { return ___AltDirectorySeparatorChar_1; } inline Il2CppChar* get_address_of_AltDirectorySeparatorChar_1() { return &___AltDirectorySeparatorChar_1; } inline void set_AltDirectorySeparatorChar_1(Il2CppChar value) { ___AltDirectorySeparatorChar_1 = value; } inline static int32_t get_offset_of_DirectorySeparatorChar_2() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___DirectorySeparatorChar_2)); } inline Il2CppChar get_DirectorySeparatorChar_2() const { return ___DirectorySeparatorChar_2; } inline Il2CppChar* get_address_of_DirectorySeparatorChar_2() { return &___DirectorySeparatorChar_2; } inline void set_DirectorySeparatorChar_2(Il2CppChar value) { ___DirectorySeparatorChar_2 = value; } inline static int32_t get_offset_of_PathSeparator_3() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___PathSeparator_3)); } inline Il2CppChar get_PathSeparator_3() const { return ___PathSeparator_3; } inline Il2CppChar* get_address_of_PathSeparator_3() { return &___PathSeparator_3; } inline void set_PathSeparator_3(Il2CppChar value) { ___PathSeparator_3 = value; } inline static int32_t get_offset_of_DirectorySeparatorStr_4() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___DirectorySeparatorStr_4)); } inline String_t* get_DirectorySeparatorStr_4() const { return ___DirectorySeparatorStr_4; } inline String_t** get_address_of_DirectorySeparatorStr_4() { return &___DirectorySeparatorStr_4; } inline void set_DirectorySeparatorStr_4(String_t* value) { ___DirectorySeparatorStr_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DirectorySeparatorStr_4), (void*)value); } inline static int32_t get_offset_of_VolumeSeparatorChar_5() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___VolumeSeparatorChar_5)); } inline Il2CppChar get_VolumeSeparatorChar_5() const { return ___VolumeSeparatorChar_5; } inline Il2CppChar* get_address_of_VolumeSeparatorChar_5() { return &___VolumeSeparatorChar_5; } inline void set_VolumeSeparatorChar_5(Il2CppChar value) { ___VolumeSeparatorChar_5 = value; } inline static int32_t get_offset_of_PathSeparatorChars_6() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___PathSeparatorChars_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_PathSeparatorChars_6() const { return ___PathSeparatorChars_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_PathSeparatorChars_6() { return &___PathSeparatorChars_6; } inline void set_PathSeparatorChars_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___PathSeparatorChars_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___PathSeparatorChars_6), (void*)value); } inline static int32_t get_offset_of_dirEqualsVolume_7() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___dirEqualsVolume_7)); } inline bool get_dirEqualsVolume_7() const { return ___dirEqualsVolume_7; } inline bool* get_address_of_dirEqualsVolume_7() { return &___dirEqualsVolume_7; } inline void set_dirEqualsVolume_7(bool value) { ___dirEqualsVolume_7 = value; } inline static int32_t get_offset_of_trimEndCharsWindows_8() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___trimEndCharsWindows_8)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_trimEndCharsWindows_8() const { return ___trimEndCharsWindows_8; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_trimEndCharsWindows_8() { return &___trimEndCharsWindows_8; } inline void set_trimEndCharsWindows_8(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___trimEndCharsWindows_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsWindows_8), (void*)value); } inline static int32_t get_offset_of_trimEndCharsUnix_9() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___trimEndCharsUnix_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_trimEndCharsUnix_9() const { return ___trimEndCharsUnix_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_trimEndCharsUnix_9() { return &___trimEndCharsUnix_9; } inline void set_trimEndCharsUnix_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___trimEndCharsUnix_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsUnix_9), (void*)value); } }; // System.IO.Path // System.Net.Cache.RequestCache struct RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E_StaticFields { public: // System.Char[] System.Net.Cache.RequestCache::LineSplits CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___LineSplits_0; public: inline static int32_t get_offset_of_LineSplits_0() { return static_cast(offsetof(RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E_StaticFields, ___LineSplits_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_LineSplits_0() const { return ___LineSplits_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_LineSplits_0() { return &___LineSplits_0; } inline void set_LineSplits_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___LineSplits_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LineSplits_0), (void*)value); } }; // System.Net.Cache.RequestCache // System.Net.Cache.RequestCacheBinding // System.Net.Cache.RequestCacheBinding // System.Net.Cache.RequestCacheProtocol // System.Net.Cache.RequestCacheProtocol // System.Net.Cache.RequestCacheValidator // System.Net.Cache.RequestCacheValidator // SR // SR // System.Runtime.Serialization.SerializationInfo // System.Runtime.Serialization.SerializationInfo // System.Net.ServerCertValidationCallback // System.Net.ServerCertValidationCallback // System.Text.RegularExpressions.SharedReference // System.Text.RegularExpressions.SharedReference // System.Net.SocketAddress // System.Net.SocketAddress // System.Net.Sockets.SocketTaskExtensions // System.Net.Sockets.SocketTaskExtensions // System.Diagnostics.StackTrace struct StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_StaticFields { public: // System.Boolean System.Diagnostics.StackTrace::isAotidSet bool ___isAotidSet_4; // System.String System.Diagnostics.StackTrace::aotid String_t* ___aotid_5; public: inline static int32_t get_offset_of_isAotidSet_4() { return static_cast(offsetof(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_StaticFields, ___isAotidSet_4)); } inline bool get_isAotidSet_4() const { return ___isAotidSet_4; } inline bool* get_address_of_isAotidSet_4() { return &___isAotidSet_4; } inline void set_isAotidSet_4(bool value) { ___isAotidSet_4 = value; } inline static int32_t get_offset_of_aotid_5() { return static_cast(offsetof(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_StaticFields, ___aotid_5)); } inline String_t* get_aotid_5() const { return ___aotid_5; } inline String_t** get_address_of_aotid_5() { return &___aotid_5; } inline void set_aotid_5(String_t* value) { ___aotid_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___aotid_5), (void*)value); } }; // System.Diagnostics.StackTrace // System.Diagnostics.Stopwatch struct Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_StaticFields { public: // System.Int64 System.Diagnostics.Stopwatch::Frequency int64_t ___Frequency_0; // System.Boolean System.Diagnostics.Stopwatch::IsHighResolution bool ___IsHighResolution_1; public: inline static int32_t get_offset_of_Frequency_0() { return static_cast(offsetof(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_StaticFields, ___Frequency_0)); } inline int64_t get_Frequency_0() const { return ___Frequency_0; } inline int64_t* get_address_of_Frequency_0() { return &___Frequency_0; } inline void set_Frequency_0(int64_t value) { ___Frequency_0 = value; } inline static int32_t get_offset_of_IsHighResolution_1() { return static_cast(offsetof(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_StaticFields, ___IsHighResolution_1)); } inline bool get_IsHighResolution_1() const { return ___IsHighResolution_1; } inline bool* get_address_of_IsHighResolution_1() { return &___IsHighResolution_1; } inline void set_IsHighResolution_1(bool value) { ___IsHighResolution_1 = value; } }; // System.Diagnostics.Stopwatch // 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.Collections.Specialized.StringCollection // System.Collections.Specialized.StringCollection // 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.Net.Sockets.TcpListener // System.Net.Sockets.TcpListener // System.Net.TimerThread struct TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields { public: // System.Collections.Generic.LinkedList`1 System.Net.TimerThread::s_Queues LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * ___s_Queues_0; // System.Collections.Generic.LinkedList`1 System.Net.TimerThread::s_NewQueues LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * ___s_NewQueues_1; // System.Int32 System.Net.TimerThread::s_ThreadState int32_t ___s_ThreadState_2; // System.Threading.AutoResetEvent System.Net.TimerThread::s_ThreadReadyEvent AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * ___s_ThreadReadyEvent_3; // System.Threading.ManualResetEvent System.Net.TimerThread::s_ThreadShutdownEvent ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___s_ThreadShutdownEvent_4; // System.Threading.WaitHandle[] System.Net.TimerThread::s_ThreadEvents WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3* ___s_ThreadEvents_5; // System.Collections.Hashtable System.Net.TimerThread::s_QueuesCache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___s_QueuesCache_6; public: inline static int32_t get_offset_of_s_Queues_0() { return static_cast(offsetof(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields, ___s_Queues_0)); } inline LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * get_s_Queues_0() const { return ___s_Queues_0; } inline LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 ** get_address_of_s_Queues_0() { return &___s_Queues_0; } inline void set_s_Queues_0(LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * value) { ___s_Queues_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Queues_0), (void*)value); } inline static int32_t get_offset_of_s_NewQueues_1() { return static_cast(offsetof(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields, ___s_NewQueues_1)); } inline LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * get_s_NewQueues_1() const { return ___s_NewQueues_1; } inline LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 ** get_address_of_s_NewQueues_1() { return &___s_NewQueues_1; } inline void set_s_NewQueues_1(LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * value) { ___s_NewQueues_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_NewQueues_1), (void*)value); } inline static int32_t get_offset_of_s_ThreadState_2() { return static_cast(offsetof(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields, ___s_ThreadState_2)); } inline int32_t get_s_ThreadState_2() const { return ___s_ThreadState_2; } inline int32_t* get_address_of_s_ThreadState_2() { return &___s_ThreadState_2; } inline void set_s_ThreadState_2(int32_t value) { ___s_ThreadState_2 = value; } inline static int32_t get_offset_of_s_ThreadReadyEvent_3() { return static_cast(offsetof(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields, ___s_ThreadReadyEvent_3)); } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * get_s_ThreadReadyEvent_3() const { return ___s_ThreadReadyEvent_3; } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D ** get_address_of_s_ThreadReadyEvent_3() { return &___s_ThreadReadyEvent_3; } inline void set_s_ThreadReadyEvent_3(AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * value) { ___s_ThreadReadyEvent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ThreadReadyEvent_3), (void*)value); } inline static int32_t get_offset_of_s_ThreadShutdownEvent_4() { return static_cast(offsetof(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields, ___s_ThreadShutdownEvent_4)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_s_ThreadShutdownEvent_4() const { return ___s_ThreadShutdownEvent_4; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_s_ThreadShutdownEvent_4() { return &___s_ThreadShutdownEvent_4; } inline void set_s_ThreadShutdownEvent_4(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___s_ThreadShutdownEvent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ThreadShutdownEvent_4), (void*)value); } inline static int32_t get_offset_of_s_ThreadEvents_5() { return static_cast(offsetof(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields, ___s_ThreadEvents_5)); } inline WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3* get_s_ThreadEvents_5() const { return ___s_ThreadEvents_5; } inline WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3** get_address_of_s_ThreadEvents_5() { return &___s_ThreadEvents_5; } inline void set_s_ThreadEvents_5(WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3* value) { ___s_ThreadEvents_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ThreadEvents_5), (void*)value); } inline static int32_t get_offset_of_s_QueuesCache_6() { return static_cast(offsetof(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields, ___s_QueuesCache_6)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_s_QueuesCache_6() const { return ___s_QueuesCache_6; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_s_QueuesCache_6() { return &___s_QueuesCache_6; } inline void set_s_QueuesCache_6(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___s_QueuesCache_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_QueuesCache_6), (void*)value); } }; // System.Net.TimerThread // System.UncNameHelper // System.UncNameHelper // Mono.Unity.UnityTls struct UnityTls_t5E9EEFC63D9FA89B070AF1E103D6C427AE7EE525_StaticFields { public: // Mono.Unity.UnityTls/unitytls_interface_struct Mono.Unity.UnityTls::marshalledInterface unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * ___marshalledInterface_0; public: inline static int32_t get_offset_of_marshalledInterface_0() { return static_cast(offsetof(UnityTls_t5E9EEFC63D9FA89B070AF1E103D6C427AE7EE525_StaticFields, ___marshalledInterface_0)); } inline unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * get_marshalledInterface_0() const { return ___marshalledInterface_0; } inline unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD ** get_address_of_marshalledInterface_0() { return &___marshalledInterface_0; } inline void set_marshalledInterface_0(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * value) { ___marshalledInterface_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___marshalledInterface_0), (void*)value); } }; // Mono.Unity.UnityTls // Mono.Unity.UnityTlsConversions // Mono.Unity.UnityTlsConversions // System.Net.UnsafeNclNativeMethods // System.Net.UnsafeNclNativeMethods // System.ValueType // System.ValueType // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_StaticFields { public: // System.Char[] System.Version::SeparatorsArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___SeparatorsArray_4; public: inline static int32_t get_offset_of_SeparatorsArray_4() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_StaticFields, ___SeparatorsArray_4)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_SeparatorsArray_4() const { return ___SeparatorsArray_4; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_SeparatorsArray_4() { return &___SeparatorsArray_4; } inline void set_SeparatorsArray_4(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___SeparatorsArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeparatorsArray_4), (void*)value); } }; // System.Version // System.Security.Cryptography.X509Certificates.X509Certificate // System.Security.Cryptography.X509Certificates.X509Certificate // System.Security.Cryptography.X509Certificates.X509Chain // System.Security.Cryptography.X509Certificates.X509Chain // System.Security.Cryptography.X509Certificates.X509ChainElement // System.Security.Cryptography.X509Certificates.X509ChainElement // System.Security.Cryptography.X509Certificates.X509ChainElementCollection // System.Security.Cryptography.X509Certificates.X509ChainElementCollection // System.Security.Cryptography.X509Certificates.X509ChainImpl // System.Security.Cryptography.X509Certificates.X509ChainImpl // System.Net.ServicePointManager/SPKey // System.Net.ServicePointManager/SPKey // System.Net.ServicePointScheduler/AsyncManualResetEvent // System.Net.ServicePointScheduler/AsyncManualResetEvent // System.Net.ServicePointScheduler/ConnectionGroup struct ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C_StaticFields { public: // System.Int32 System.Net.ServicePointScheduler/ConnectionGroup::nextId int32_t ___nextId_2; public: inline static int32_t get_offset_of_nextId_2() { return static_cast(offsetof(ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C_StaticFields, ___nextId_2)); } inline int32_t get_nextId_2() const { return ___nextId_2; } inline int32_t* get_address_of_nextId_2() { return &___nextId_2; } inline void set_nextId_2(int32_t value) { ___nextId_2 = value; } }; // System.Net.ServicePointScheduler/ConnectionGroup // System.Net.Sockets.Socket/<>c struct U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields { public: // System.Net.Sockets.Socket/<>c System.Net.Sockets.Socket/<>c::<>9 U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * ___U3CU3E9_0; // System.IOAsyncCallback System.Net.Sockets.Socket/<>c::<>9__242_0 IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___U3CU3E9__242_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__242_0_1() { return static_cast(offsetof(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields, ___U3CU3E9__242_0_1)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_U3CU3E9__242_0_1() const { return ___U3CU3E9__242_0_1; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_U3CU3E9__242_0_1() { return &___U3CU3E9__242_0_1; } inline void set_U3CU3E9__242_0_1(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___U3CU3E9__242_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__242_0_1), (void*)value); } }; // System.Net.Sockets.Socket/<>c // System.Net.Sockets.Socket/<>c__DisplayClass243_0 // System.Net.Sockets.Socket/<>c__DisplayClass243_0 // System.Net.Sockets.SocketAsyncResult/<>c struct U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466_StaticFields { public: // System.Net.Sockets.SocketAsyncResult/<>c System.Net.Sockets.SocketAsyncResult/<>c::<>9 U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466 * ___U3CU3E9_0; // System.Threading.WaitCallback System.Net.Sockets.SocketAsyncResult/<>c::<>9__27_0 WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___U3CU3E9__27_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__27_0_1() { return static_cast(offsetof(U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466_StaticFields, ___U3CU3E9__27_0_1)); } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * get_U3CU3E9__27_0_1() const { return ___U3CU3E9__27_0_1; } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 ** get_address_of_U3CU3E9__27_0_1() { return &___U3CU3E9__27_0_1; } inline void set_U3CU3E9__27_0_1(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * value) { ___U3CU3E9__27_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__27_0_1), (void*)value); } }; // System.Net.Sockets.SocketAsyncResult/<>c // System.Net.Sockets.SocketTaskExtensions/<>c struct U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_StaticFields { public: // System.Net.Sockets.SocketTaskExtensions/<>c System.Net.Sockets.SocketTaskExtensions/<>c::<>9 U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191 * ___U3CU3E9_0; // System.Func`4 System.Net.Sockets.SocketTaskExtensions/<>c::<>9__2_0 Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D * ___U3CU3E9__2_0_1; // System.Action`1 System.Net.Sockets.SocketTaskExtensions/<>c::<>9__2_1 Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 * ___U3CU3E9__2_1_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_1() { return static_cast(offsetof(U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_StaticFields, ___U3CU3E9__2_0_1)); } inline Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D * get_U3CU3E9__2_0_1() const { return ___U3CU3E9__2_0_1; } inline Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D ** get_address_of_U3CU3E9__2_0_1() { return &___U3CU3E9__2_0_1; } inline void set_U3CU3E9__2_0_1(Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D * value) { ___U3CU3E9__2_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_1_2() { return static_cast(offsetof(U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_StaticFields, ___U3CU3E9__2_1_2)); } inline Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 * get_U3CU3E9__2_1_2() const { return ___U3CU3E9__2_1_2; } inline Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 ** get_address_of_U3CU3E9__2_1_2() { return &___U3CU3E9__2_1_2; } inline void set_U3CU3E9__2_1_2(Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 * value) { ___U3CU3E9__2_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_1_2), (void*)value); } }; // System.Net.Sockets.SocketTaskExtensions/<>c // System.Net.TimerThread/Queue // System.Net.TimerThread/Queue // System.Uri/MoreInfo // System.Uri/MoreInfo // System.ArraySegment`1 // System.ArraySegment`1 // 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.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Nullable`1 // System.Nullable`1 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`3 // System.ValueTuple`3 // System.ValueTuple`3 // System.ValueTuple`3 // System.Runtime.CompilerServices.AsyncMethodBuilderCore // System.Runtime.CompilerServices.AsyncMethodBuilderCore // 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 // 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.Configuration.ConfigurationSection // System.Configuration.ConfigurationSection // 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.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.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.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.Net.IPEndPoint struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields { public: // System.Net.IPEndPoint System.Net.IPEndPoint::Any IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___Any_5; // System.Net.IPEndPoint System.Net.IPEndPoint::IPv6Any IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___IPv6Any_6; public: inline static int32_t get_offset_of_Any_5() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields, ___Any_5)); } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * get_Any_5() const { return ___Any_5; } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E ** get_address_of_Any_5() { return &___Any_5; } inline void set_Any_5(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * value) { ___Any_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_5), (void*)value); } inline static int32_t get_offset_of_IPv6Any_6() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields, ___IPv6Any_6)); } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * get_IPv6Any_6() const { return ___IPv6Any_6; } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E ** get_address_of_IPv6Any_6() { return &___IPv6Any_6; } inline void set_IPv6Any_6(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * value) { ___IPv6Any_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_6), (void*)value); } }; // System.Net.IPEndPoint // 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.ServicePointManagerElement // System.Net.Configuration.ServicePointManagerElement // System.Net.Configuration.SocketElement // System.Net.Configuration.SocketElement // 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.Net.SystemNetworkCredential struct SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_StaticFields { public: // System.Net.SystemNetworkCredential System.Net.SystemNetworkCredential::defaultCredential SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F * ___defaultCredential_3; public: inline static int32_t get_offset_of_defaultCredential_3() { return static_cast(offsetof(SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_StaticFields, ___defaultCredential_3)); } inline SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F * get_defaultCredential_3() const { return ___defaultCredential_3; } inline SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F ** get_address_of_defaultCredential_3() { return &___defaultCredential_3; } inline void set_defaultCredential_3(SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F * value) { ___defaultCredential_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultCredential_3), (void*)value); } }; // System.Net.SystemNetworkCredential // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields { public: // System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ___s_LocalDataStoreMgr_0; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentCulture AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * ___s_asyncLocalCurrentCulture_4; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentUICulture AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * ___s_asyncLocalCurrentUICulture_5; public: inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_LocalDataStoreMgr_0)); } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; } inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * value) { ___s_LocalDataStoreMgr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStoreMgr_0), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_asyncLocalCurrentCulture_4)); } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; } inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * value) { ___s_asyncLocalCurrentCulture_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentCulture_4), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_asyncLocalCurrentUICulture_5)); } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; } inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * value) { ___s_asyncLocalCurrentUICulture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)value); } }; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields { public: // System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ___s_LocalDataStore_1; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_CurrentCulture_2; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_CurrentUICulture_3; // System.Threading.Thread System.Threading.Thread::current_thread Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___current_thread_11; public: inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___s_LocalDataStore_1)); } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; } inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * value) { ___s_LocalDataStore_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStore_1), (void*)value); } inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___m_CurrentCulture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; } inline void set_m_CurrentCulture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_CurrentCulture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentCulture_2), (void*)value); } inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___m_CurrentUICulture_3)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; } inline void set_m_CurrentUICulture_3(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_CurrentUICulture_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentUICulture_3), (void*)value); } inline static int32_t get_offset_of_current_thread_11() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___current_thread_11)); } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * get_current_thread_11() const { return ___current_thread_11; } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 ** get_address_of_current_thread_11() { return &___current_thread_11; } inline void set_current_thread_11(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * value) { ___current_thread_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_thread_11), (void*)value); } }; // System.ComponentModel.TypeConverterAttribute struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_StaticFields { public: // System.ComponentModel.TypeConverterAttribute System.ComponentModel.TypeConverterAttribute::Default TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * ___Default_1; public: inline static int32_t get_offset_of_Default_1() { return static_cast(offsetof(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_StaticFields, ___Default_1)); } inline TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * get_Default_1() const { return ___Default_1; } inline TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 ** get_address_of_Default_1() { return &___Default_1; } inline void set_Default_1(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * value) { ___Default_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_1), (void*)value); } }; // System.ComponentModel.TypeConverterAttribute // System.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // System.UInt64 // System.UInt64 // Mono.Unity.UnityTlsProvider // Mono.Unity.UnityTlsProvider // System.Void // System.Void // System.Security.Cryptography.X509Certificates.X509Certificate2 struct X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD_StaticFields { public: // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2::signedData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signedData_5; public: inline static int32_t get_offset_of_signedData_5() { return static_cast(offsetof(X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD_StaticFields, ___signedData_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_signedData_5() const { return ___signedData_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_signedData_5() { return &___signedData_5; } inline void set_signedData_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___signedData_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___signedData_5), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509Certificate2 // System.Security.Cryptography.X509Certificates.X509CertificateCollection // System.Security.Cryptography.X509Certificates.X509CertificateCollection // /__StaticArrayInitTypeSize=12 // /__StaticArrayInitTypeSize=12 // /__StaticArrayInitTypeSize=128 // /__StaticArrayInitTypeSize=128 // /__StaticArrayInitTypeSize=14 // /__StaticArrayInitTypeSize=14 // /__StaticArrayInitTypeSize=256 // /__StaticArrayInitTypeSize=256 // /__StaticArrayInitTypeSize=3 // /__StaticArrayInitTypeSize=3 // /__StaticArrayInitTypeSize=32 // /__StaticArrayInitTypeSize=32 // /__StaticArrayInitTypeSize=44 // /__StaticArrayInitTypeSize=44 // /__StaticArrayInitTypeSize=6 // /__StaticArrayInitTypeSize=6 // /__StaticArrayInitTypeSize=9 // /__StaticArrayInitTypeSize=9 // System.Net.TimerThread/InfiniteTimerQueue // System.Net.TimerThread/InfiniteTimerQueue // System.Net.TimerThread/TimerQueue // System.Net.TimerThread/TimerQueue // Mono.Unity.UnityTls/unitytls_key // Mono.Unity.UnityTls/unitytls_key // Mono.Unity.UnityTls/unitytls_key_ref // Mono.Unity.UnityTls/unitytls_key_ref // Mono.Unity.UnityTls/unitytls_tlsctx // Mono.Unity.UnityTls/unitytls_tlsctx // Mono.Unity.UnityTls/unitytls_tlsctx_callbacks // Mono.Unity.UnityTls/unitytls_tlsctx_callbacks // Mono.Unity.UnityTls/unitytls_x509_ref // Mono.Unity.UnityTls/unitytls_x509_ref // Mono.Unity.UnityTls/unitytls_x509list // Mono.Unity.UnityTls/unitytls_x509list // Mono.Unity.UnityTls/unitytls_x509list_ref // Mono.Unity.UnityTls/unitytls_x509list_ref // Mono.Unity.UnityTls/unitytls_x509name // Mono.Unity.UnityTls/unitytls_x509name // System.Uri/Offset // System.Uri/Offset // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.LinkedListNode`1> // System.Collections.Generic.LinkedListNode`1> // System.Collections.Generic.LinkedListNode`1> // System.Collections.Generic.LinkedListNode`1> // System.Collections.Generic.LinkedListNode`1> // System.Collections.Generic.LinkedListNode`1> // System.Collections.Generic.LinkedListNode`1> // System.Collections.Generic.LinkedListNode`1> // System.Nullable`1 // System.Nullable`1 // struct U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields { public: // /__StaticArrayInitTypeSize=14 ::0283A6AF88802AB45989B29549915BEA0F6CD515 __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; // System.Int64 ::03F4297FCC30D0FD5E420E5D26E7FA711167C7EF int64_t ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; // /__StaticArrayInitTypeSize=9 ::1A39764B112685485A5BA7B2880D878B858C1A7A __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; // /__StaticArrayInitTypeSize=3 ::1A84029C80CB5518379F199F53FF08A7B764F8FD __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; // /__StaticArrayInitTypeSize=12 ::3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; // /__StaticArrayInitTypeSize=32 ::59F5BD34B6C013DEACC784F69C67E95150033A84 __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F ___59F5BD34B6C013DEACC784F69C67E95150033A84_5; // /__StaticArrayInitTypeSize=6 ::5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; // /__StaticArrayInitTypeSize=9 ::6D49C9D487D7AD3491ECE08732D68A593CC2038D __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; // /__StaticArrayInitTypeSize=128 ::6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; // /__StaticArrayInitTypeSize=44 ::8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3 __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; // System.Int64 ::98A44A6F8606AE6F23FE230286C1D6FBCC407226 int64_t ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; // /__StaticArrayInitTypeSize=32 ::C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536 __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; // /__StaticArrayInitTypeSize=128 ::CCEEADA43268372341F81AE0C9208C6856441C04 __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B ___CCEEADA43268372341F81AE0C9208C6856441C04_12; // System.Int64 ::E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78 int64_t ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; // /__StaticArrayInitTypeSize=32 ::EC5842B3154E1AF94500B57220EB9F684BCCC42A __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; // /__StaticArrayInitTypeSize=256 ::EEAFE8C6E1AB017237567305EE925C976CDB6458 __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; public: inline static int32_t get_offset_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___0283A6AF88802AB45989B29549915BEA0F6CD515_0)); } inline __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF get_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() const { return ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; } inline __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF * get_address_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return &___0283A6AF88802AB45989B29549915BEA0F6CD515_0; } inline void set_U30283A6AF88802AB45989B29549915BEA0F6CD515_0(__StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF value) { ___0283A6AF88802AB45989B29549915BEA0F6CD515_0 = value; } inline static int32_t get_offset_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1)); } inline int64_t get_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() const { return ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; } inline int64_t* get_address_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return &___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; } inline void set_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1(int64_t value) { ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1 = value; } inline static int32_t get_offset_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___1A39764B112685485A5BA7B2880D878B858C1A7A_2)); } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 get_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() const { return ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 * get_address_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return &___1A39764B112685485A5BA7B2880D878B858C1A7A_2; } inline void set_U31A39764B112685485A5BA7B2880D878B858C1A7A_2(__StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 value) { ___1A39764B112685485A5BA7B2880D878B858C1A7A_2 = value; } inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3)); } inline __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; } inline __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; } inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3(__StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 value) { ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3 = value; } inline static int32_t get_offset_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4)); } inline __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA get_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() const { return ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; } inline __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA * get_address_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return &___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; } inline void set_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4(__StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA value) { ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4 = value; } inline static int32_t get_offset_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___59F5BD34B6C013DEACC784F69C67E95150033A84_5)); } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F get_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() const { return ___59F5BD34B6C013DEACC784F69C67E95150033A84_5; } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F * get_address_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() { return &___59F5BD34B6C013DEACC784F69C67E95150033A84_5; } inline void set_U359F5BD34B6C013DEACC784F69C67E95150033A84_5(__StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F value) { ___59F5BD34B6C013DEACC784F69C67E95150033A84_5 = value; } inline static int32_t get_offset_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6)); } inline __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 get_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() const { return ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; } inline __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 * get_address_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() { return &___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; } inline void set_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6(__StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 value) { ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6 = value; } inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7)); } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; } inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7(__StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 value) { ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7 = value; } inline static int32_t get_offset_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8)); } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B get_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() const { return ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B * get_address_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() { return &___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; } inline void set_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8(__StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B value) { ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8 = value; } inline static int32_t get_offset_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9)); } inline __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 get_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() const { return ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; } inline __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 * get_address_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() { return &___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; } inline void set_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9(__StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 value) { ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9 = value; } inline static int32_t get_offset_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10)); } inline int64_t get_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() const { return ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; } inline int64_t* get_address_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() { return &___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; } inline void set_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10(int64_t value) { ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10 = value; } inline static int32_t get_offset_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11)); } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F get_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() const { return ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F * get_address_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() { return &___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; } inline void set_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11(__StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F value) { ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11 = value; } inline static int32_t get_offset_of_CCEEADA43268372341F81AE0C9208C6856441C04_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___CCEEADA43268372341F81AE0C9208C6856441C04_12)); } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B get_CCEEADA43268372341F81AE0C9208C6856441C04_12() const { return ___CCEEADA43268372341F81AE0C9208C6856441C04_12; } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B * get_address_of_CCEEADA43268372341F81AE0C9208C6856441C04_12() { return &___CCEEADA43268372341F81AE0C9208C6856441C04_12; } inline void set_CCEEADA43268372341F81AE0C9208C6856441C04_12(__StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B value) { ___CCEEADA43268372341F81AE0C9208C6856441C04_12 = value; } inline static int32_t get_offset_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13)); } inline int64_t get_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() const { return ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; } inline int64_t* get_address_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() { return &___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; } inline void set_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13(int64_t value) { ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13 = value; } inline static int32_t get_offset_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14)); } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F get_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() const { return ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F * get_address_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() { return &___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; } inline void set_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14(__StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F value) { ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14 = value; } inline static int32_t get_offset_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15)); } inline __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D get_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() const { return ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; } inline __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D * get_address_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() { return &___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; } inline void set_EEAFE8C6E1AB017237567305EE925C976CDB6458_15(__StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D value) { ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15 = value; } }; // // System.Net.Sockets.AddressFamily // System.Net.Sockets.AddressFamily // Mono.Security.Interface.AlertDescription // Mono.Security.Interface.AlertDescription // 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); } }; // System.Runtime.CompilerServices.AsyncVoidMethodBuilder // System.Runtime.CompilerServices.AsyncVoidMethodBuilder // System.Net.Security.AuthenticatedStream // System.Net.Security.AuthenticatedStream // System.Reflection.BindingFlags // System.Reflection.BindingFlags // Mono.Security.Interface.CipherSuiteCode // Mono.Security.Interface.CipherSuiteCode // 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.Runtime.InteropServices.GCHandleType // System.Runtime.InteropServices.GCHandleType // System.Collections.Hashtable // System.Collections.Hashtable // System.Net.Sockets.IOControlCode // System.Net.Sockets.IOControlCode // System.IOOperation // System.IOOperation // System.Net.Sockets.IPProtectionLevel // System.Net.Sockets.IPProtectionLevel // 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.NetworkInterfaceComponent // System.Net.NetworkInformation.NetworkInterfaceComponent // System.Net.Sockets.NetworkStream // System.Net.Sockets.NetworkStream // System.Text.NormalizationForm // System.Text.NormalizationForm // System.Globalization.NumberStyles // System.Globalization.NumberStyles // System.ParsingError // System.ParsingError // System.PlatformID // System.PlatformID // System.Net.Sockets.ProtocolType // System.Net.Sockets.ProtocolType // System.Net.Cache.RequestCacheLevel // System.Net.Cache.RequestCacheLevel // System.RuntimeFieldHandle // System.RuntimeFieldHandle // System.RuntimeTypeHandle // System.RuntimeTypeHandle // System.Runtime.InteropServices.SafeHandle // System.Runtime.InteropServices.SafeHandle // System.Net.SecurityProtocolType // System.Net.SecurityProtocolType // System.IO.SeekOrigin // System.IO.SeekOrigin // System.Net.Sockets.SelectMode // System.Net.Sockets.SelectMode // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_StaticFields { public: // System.Threading.Tasks.Task`1 System.Threading.SemaphoreSlim::s_trueTask Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * ___s_trueTask_7; // System.Action`1 System.Threading.SemaphoreSlim::s_cancellationTokenCanceledEventHandler Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_cancellationTokenCanceledEventHandler_9; public: inline static int32_t get_offset_of_s_trueTask_7() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_StaticFields, ___s_trueTask_7)); } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * get_s_trueTask_7() const { return ___s_trueTask_7; } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 ** get_address_of_s_trueTask_7() { return &___s_trueTask_7; } inline void set_s_trueTask_7(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * value) { ___s_trueTask_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_trueTask_7), (void*)value); } inline static int32_t get_offset_of_s_cancellationTokenCanceledEventHandler_9() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_StaticFields, ___s_cancellationTokenCanceledEventHandler_9)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_cancellationTokenCanceledEventHandler_9() const { return ___s_cancellationTokenCanceledEventHandler_9; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_cancellationTokenCanceledEventHandler_9() { return &___s_cancellationTokenCanceledEventHandler_9; } inline void set_s_cancellationTokenCanceledEventHandler_9(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_cancellationTokenCanceledEventHandler_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cancellationTokenCanceledEventHandler_9), (void*)value); } }; // System.Threading.SemaphoreSlim // System.Net.ServicePoint // System.Net.ServicePoint // System.Net.ServicePointScheduler struct ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7_StaticFields { public: // System.Int32 System.Net.ServicePointScheduler::nextId int32_t ___nextId_11; public: inline static int32_t get_offset_of_nextId_11() { return static_cast(offsetof(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7_StaticFields, ___nextId_11)); } inline int32_t get_nextId_11() const { return ___nextId_11; } inline int32_t* get_address_of_nextId_11() { return &___nextId_11; } inline void set_nextId_11(int32_t value) { ___nextId_11 = value; } }; // System.Net.ServicePointScheduler // System.Net.Configuration.SettingsSection // System.Net.Configuration.SettingsSection // System.Net.Sockets.SocketError // System.Net.Sockets.SocketError // System.Net.Sockets.SocketFlags // System.Net.Sockets.SocketFlags // System.Net.Sockets.SocketOperation // System.Net.Sockets.SocketOperation // 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.Net.Security.SslPolicyErrors // System.Net.Security.SslPolicyErrors // System.Security.Authentication.SslProtocols // System.Security.Authentication.SslProtocols // System.Security.Cryptography.X509Certificates.StoreLocation // System.Security.Cryptography.X509Certificates.StoreLocation // System.Runtime.Serialization.StreamingContextStates // System.Runtime.Serialization.StreamingContextStates // System.StringComparison // System.StringComparison // 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.Threading.Tasks.TaskContinuationOptions // System.Threading.Tasks.TaskContinuationOptions // System.Threading.Tasks.TaskCreationOptions // System.Threading.Tasks.TaskCreationOptions // System.Threading.Tasks.TaskStatus // System.Threading.Tasks.TaskStatus // 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.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.UnescapeMode // System.UnescapeMode // System.Net.NetworkInformation.UnixIPGlobalProperties // System.Net.NetworkInformation.UnixIPGlobalProperties // System.UriComponents // System.UriComponents // System.UriFormat // System.UriFormat // System.UriHostNameType // System.UriHostNameType // System.UriIdnScope // System.UriIdnScope // System.UriKind // System.UriKind // System.UriSyntaxFlags // System.UriSyntaxFlags // 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.WeakReference // System.WeakReference // System.Net.WebConnection // System.Net.WebConnection // System.Net.WebOperation // System.Net.WebOperation // Mono.Unity.X509ChainImplUnityTls // Mono.Unity.X509ChainImplUnityTls // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags // System.Security.Cryptography.X509Certificates.X509RevocationFlag // System.Security.Cryptography.X509Certificates.X509RevocationFlag // System.Security.Cryptography.X509Certificates.X509RevocationMode // System.Security.Cryptography.X509Certificates.X509RevocationMode // System.Security.Cryptography.X509Certificates.X509VerificationFlags // System.Security.Cryptography.X509Certificates.X509VerificationFlags // System.Threading.ExecutionContext/Flags // System.Threading.ExecutionContext/Flags // System.Net.Sockets.Socket/<>c__DisplayClass299_0 // System.Net.Sockets.Socket/<>c__DisplayClass299_0 // System.Net.Sockets.Socket/WSABUF // System.Net.Sockets.Socket/WSABUF // Mono.Unity.UnityTls/unitytls_ciphersuite // Mono.Unity.UnityTls/unitytls_ciphersuite // Mono.Unity.UnityTls/unitytls_error_code // Mono.Unity.UnityTls/unitytls_error_code // Mono.Unity.UnityTls/unitytls_protocol // Mono.Unity.UnityTls/unitytls_protocol // Mono.Unity.UnityTls/unitytls_x509verify_result // Mono.Unity.UnityTls/unitytls_x509verify_result // System.Uri/Check // System.Uri/Check // System.Uri/Flags // System.Uri/Flags // System.Uri/UriInfo // System.Uri/UriInfo // System.UriParser/UriQuirksVersion // System.UriParser/UriQuirksVersion // System.Nullable`1 // System.Nullable`1 // System.Threading.Tasks.Task`1> struct Task_1_t04D317EDE427CA8A210E21A15F809E705C66D08F_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t4C91294CDECF33075BCBA272FF04374B356ED6B3 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t7F932D33A1D9DE6987E3225C9CA706F789F1FF66 * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_t04D317EDE427CA8A210E21A15F809E705C66D08F_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t4C91294CDECF33075BCBA272FF04374B356ED6B3 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t4C91294CDECF33075BCBA272FF04374B356ED6B3 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t4C91294CDECF33075BCBA272FF04374B356ED6B3 * 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_t04D317EDE427CA8A210E21A15F809E705C66D08F_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t7F932D33A1D9DE6987E3225C9CA706F789F1FF66 * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t7F932D33A1D9DE6987E3225C9CA706F789F1FF66 ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t7F932D33A1D9DE6987E3225C9CA706F789F1FF66 * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1> // System.ComponentModel.BaseNumberConverter // System.ComponentModel.BaseNumberConverter // System.Threading.EventWaitHandle // System.Threading.EventWaitHandle // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_StaticFields { public: // System.Threading.ExecutionContext System.Threading.ExecutionContext::s_dummyDefaultEC ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___s_dummyDefaultEC_7; public: inline static int32_t get_offset_of_s_dummyDefaultEC_7() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_StaticFields, ___s_dummyDefaultEC_7)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_s_dummyDefaultEC_7() const { return ___s_dummyDefaultEC_7; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_s_dummyDefaultEC_7() { return &___s_dummyDefaultEC_7; } inline void set_s_dummyDefaultEC_7(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___s_dummyDefaultEC_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_dummyDefaultEC_7), (void*)value); } }; // System.Threading.ExecutionContext // System.IOSelectorJob // System.IOSelectorJob // 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 // 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 // Mono.Security.Interface.MonoTlsConnectionInfo // Mono.Security.Interface.MonoTlsConnectionInfo // 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.OperatingSystem // System.OperatingSystem // System.Net.Cache.RequestCachePolicy // System.Net.Cache.RequestCachePolicy // Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid // Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid // System.Net.ServicePointManager struct ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields { public: // System.Collections.Specialized.HybridDictionary System.Net.ServicePointManager::servicePoints HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * ___servicePoints_0; // System.Net.ICertificatePolicy System.Net.ServicePointManager::policy RuntimeObject* ___policy_1; // System.Int32 System.Net.ServicePointManager::defaultConnectionLimit int32_t ___defaultConnectionLimit_2; // System.Int32 System.Net.ServicePointManager::maxServicePointIdleTime int32_t ___maxServicePointIdleTime_3; // System.Int32 System.Net.ServicePointManager::maxServicePoints int32_t ___maxServicePoints_4; // System.Int32 System.Net.ServicePointManager::dnsRefreshTimeout int32_t ___dnsRefreshTimeout_5; // System.Boolean System.Net.ServicePointManager::_checkCRL bool ____checkCRL_6; // System.Net.SecurityProtocolType System.Net.ServicePointManager::_securityProtocol int32_t ____securityProtocol_7; // System.Boolean System.Net.ServicePointManager::expectContinue bool ___expectContinue_8; // System.Boolean System.Net.ServicePointManager::useNagle bool ___useNagle_9; // System.Net.ServerCertValidationCallback System.Net.ServicePointManager::server_cert_cb ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___server_cert_cb_10; // System.Boolean System.Net.ServicePointManager::tcp_keepalive bool ___tcp_keepalive_11; // System.Int32 System.Net.ServicePointManager::tcp_keepalive_time int32_t ___tcp_keepalive_time_12; // System.Int32 System.Net.ServicePointManager::tcp_keepalive_interval int32_t ___tcp_keepalive_interval_13; public: inline static int32_t get_offset_of_servicePoints_0() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___servicePoints_0)); } inline HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * get_servicePoints_0() const { return ___servicePoints_0; } inline HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A ** get_address_of_servicePoints_0() { return &___servicePoints_0; } inline void set_servicePoints_0(HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * value) { ___servicePoints_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___servicePoints_0), (void*)value); } inline static int32_t get_offset_of_policy_1() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___policy_1)); } inline RuntimeObject* get_policy_1() const { return ___policy_1; } inline RuntimeObject** get_address_of_policy_1() { return &___policy_1; } inline void set_policy_1(RuntimeObject* value) { ___policy_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___policy_1), (void*)value); } inline static int32_t get_offset_of_defaultConnectionLimit_2() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___defaultConnectionLimit_2)); } inline int32_t get_defaultConnectionLimit_2() const { return ___defaultConnectionLimit_2; } inline int32_t* get_address_of_defaultConnectionLimit_2() { return &___defaultConnectionLimit_2; } inline void set_defaultConnectionLimit_2(int32_t value) { ___defaultConnectionLimit_2 = value; } inline static int32_t get_offset_of_maxServicePointIdleTime_3() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___maxServicePointIdleTime_3)); } inline int32_t get_maxServicePointIdleTime_3() const { return ___maxServicePointIdleTime_3; } inline int32_t* get_address_of_maxServicePointIdleTime_3() { return &___maxServicePointIdleTime_3; } inline void set_maxServicePointIdleTime_3(int32_t value) { ___maxServicePointIdleTime_3 = value; } inline static int32_t get_offset_of_maxServicePoints_4() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___maxServicePoints_4)); } inline int32_t get_maxServicePoints_4() const { return ___maxServicePoints_4; } inline int32_t* get_address_of_maxServicePoints_4() { return &___maxServicePoints_4; } inline void set_maxServicePoints_4(int32_t value) { ___maxServicePoints_4 = value; } inline static int32_t get_offset_of_dnsRefreshTimeout_5() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___dnsRefreshTimeout_5)); } inline int32_t get_dnsRefreshTimeout_5() const { return ___dnsRefreshTimeout_5; } inline int32_t* get_address_of_dnsRefreshTimeout_5() { return &___dnsRefreshTimeout_5; } inline void set_dnsRefreshTimeout_5(int32_t value) { ___dnsRefreshTimeout_5 = value; } inline static int32_t get_offset_of__checkCRL_6() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ____checkCRL_6)); } inline bool get__checkCRL_6() const { return ____checkCRL_6; } inline bool* get_address_of__checkCRL_6() { return &____checkCRL_6; } inline void set__checkCRL_6(bool value) { ____checkCRL_6 = value; } inline static int32_t get_offset_of__securityProtocol_7() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ____securityProtocol_7)); } inline int32_t get__securityProtocol_7() const { return ____securityProtocol_7; } inline int32_t* get_address_of__securityProtocol_7() { return &____securityProtocol_7; } inline void set__securityProtocol_7(int32_t value) { ____securityProtocol_7 = value; } inline static int32_t get_offset_of_expectContinue_8() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___expectContinue_8)); } inline bool get_expectContinue_8() const { return ___expectContinue_8; } inline bool* get_address_of_expectContinue_8() { return &___expectContinue_8; } inline void set_expectContinue_8(bool value) { ___expectContinue_8 = value; } inline static int32_t get_offset_of_useNagle_9() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___useNagle_9)); } inline bool get_useNagle_9() const { return ___useNagle_9; } inline bool* get_address_of_useNagle_9() { return &___useNagle_9; } inline void set_useNagle_9(bool value) { ___useNagle_9 = value; } inline static int32_t get_offset_of_server_cert_cb_10() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___server_cert_cb_10)); } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * get_server_cert_cb_10() const { return ___server_cert_cb_10; } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA ** get_address_of_server_cert_cb_10() { return &___server_cert_cb_10; } inline void set_server_cert_cb_10(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * value) { ___server_cert_cb_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___server_cert_cb_10), (void*)value); } inline static int32_t get_offset_of_tcp_keepalive_11() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___tcp_keepalive_11)); } inline bool get_tcp_keepalive_11() const { return ___tcp_keepalive_11; } inline bool* get_address_of_tcp_keepalive_11() { return &___tcp_keepalive_11; } inline void set_tcp_keepalive_11(bool value) { ___tcp_keepalive_11 = value; } inline static int32_t get_offset_of_tcp_keepalive_time_12() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___tcp_keepalive_time_12)); } inline int32_t get_tcp_keepalive_time_12() const { return ___tcp_keepalive_time_12; } inline int32_t* get_address_of_tcp_keepalive_time_12() { return &___tcp_keepalive_time_12; } inline void set_tcp_keepalive_time_12(int32_t value) { ___tcp_keepalive_time_12 = value; } inline static int32_t get_offset_of_tcp_keepalive_interval_13() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___tcp_keepalive_interval_13)); } inline int32_t get_tcp_keepalive_interval_13() const { return ___tcp_keepalive_interval_13; } inline int32_t* get_address_of_tcp_keepalive_interval_13() { return &___tcp_keepalive_interval_13; } inline void set_tcp_keepalive_interval_13(int32_t value) { ___tcp_keepalive_interval_13 = value; } }; // System.Net.ServicePointManager // System.Net.Configuration.SettingsSectionInternal struct SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_StaticFields { public: // System.Net.Configuration.SettingsSectionInternal System.Net.Configuration.SettingsSectionInternal::instance SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_StaticFields, ___instance_0)); } inline SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * get_instance_0() const { return ___instance_0; } inline SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_0), (void*)value); } }; // System.Net.Configuration.SettingsSectionInternal // 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.Sockets.SocketAsyncEventArgs // System.Net.Sockets.SocketAsyncEventArgs // System.Net.Sockets.SocketAsyncResult // System.Net.Sockets.SocketAsyncResult // System.Net.Security.SslStream // System.Net.Security.SslStream // System.Runtime.Serialization.StreamingContext // System.Runtime.Serialization.StreamingContext // System.ComponentModel.StringConverter // System.ComponentModel.StringConverter // Mono.Net.Security.SystemCertificateValidator struct SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_StaticFields { public: // System.Boolean Mono.Net.Security.SystemCertificateValidator::is_macosx bool ___is_macosx_0; // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags Mono.Net.Security.SystemCertificateValidator::s_flags int32_t ___s_flags_1; public: inline static int32_t get_offset_of_is_macosx_0() { return static_cast(offsetof(SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_StaticFields, ___is_macosx_0)); } inline bool get_is_macosx_0() const { return ___is_macosx_0; } inline bool* get_address_of_is_macosx_0() { return &___is_macosx_0; } inline void set_is_macosx_0(bool value) { ___is_macosx_0 = value; } inline static int32_t get_offset_of_s_flags_1() { return static_cast(offsetof(SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_StaticFields, ___s_flags_1)); } inline int32_t get_s_flags_1() const { return ___s_flags_1; } inline int32_t* get_address_of_s_flags_1() { return &___s_flags_1; } inline void set_s_flags_1(int32_t value) { ___s_flags_1 = value; } }; // Mono.Net.Security.SystemCertificateValidator // System.SystemException // System.SystemException // System.Threading.Tasks.TaskFactory // System.Threading.Tasks.TaskFactory // System.Net.Sockets.TcpClient // System.Net.Sockets.TcpClient // System.ComponentModel.TimeSpanConverter // System.ComponentModel.TimeSpanConverter // Mono.Security.Interface.TlsException // Mono.Security.Interface.TlsException // 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.Net.NetworkInformation.UnixNoLibCIPGlobalProperties // System.Net.NetworkInformation.UnixNoLibCIPGlobalProperties // 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.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.UriParser::m_Table Dictionary_2_t29257EB2565DDF3180663167EF129FA9827836C5 * ___m_Table_0; // System.Collections.Generic.Dictionary`2 System.UriParser::m_TempTable Dictionary_2_t29257EB2565DDF3180663167EF129FA9827836C5 * ___m_TempTable_1; // System.UriParser System.UriParser::HttpUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___HttpUri_7; // System.UriParser System.UriParser::HttpsUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___HttpsUri_8; // System.UriParser System.UriParser::WsUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___WsUri_9; // System.UriParser System.UriParser::WssUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___WssUri_10; // System.UriParser System.UriParser::FtpUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___FtpUri_11; // System.UriParser System.UriParser::FileUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___FileUri_12; // System.UriParser System.UriParser::GopherUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___GopherUri_13; // System.UriParser System.UriParser::NntpUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___NntpUri_14; // System.UriParser System.UriParser::NewsUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___NewsUri_15; // System.UriParser System.UriParser::MailToUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___MailToUri_16; // System.UriParser System.UriParser::UuidUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___UuidUri_17; // System.UriParser System.UriParser::TelnetUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___TelnetUri_18; // System.UriParser System.UriParser::LdapUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___LdapUri_19; // System.UriParser System.UriParser::NetTcpUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___NetTcpUri_20; // System.UriParser System.UriParser::NetPipeUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___NetPipeUri_21; // System.UriParser System.UriParser::VsMacrosUri UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___VsMacrosUri_22; // System.UriParser/UriQuirksVersion System.UriParser::s_QuirksVersion int32_t ___s_QuirksVersion_23; // System.UriSyntaxFlags System.UriParser::HttpSyntaxFlags int32_t ___HttpSyntaxFlags_24; // System.UriSyntaxFlags System.UriParser::FileSyntaxFlags int32_t ___FileSyntaxFlags_25; public: inline static int32_t get_offset_of_m_Table_0() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___m_Table_0)); } inline Dictionary_2_t29257EB2565DDF3180663167EF129FA9827836C5 * get_m_Table_0() const { return ___m_Table_0; } inline Dictionary_2_t29257EB2565DDF3180663167EF129FA9827836C5 ** get_address_of_m_Table_0() { return &___m_Table_0; } inline void set_m_Table_0(Dictionary_2_t29257EB2565DDF3180663167EF129FA9827836C5 * value) { ___m_Table_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Table_0), (void*)value); } inline static int32_t get_offset_of_m_TempTable_1() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___m_TempTable_1)); } inline Dictionary_2_t29257EB2565DDF3180663167EF129FA9827836C5 * get_m_TempTable_1() const { return ___m_TempTable_1; } inline Dictionary_2_t29257EB2565DDF3180663167EF129FA9827836C5 ** get_address_of_m_TempTable_1() { return &___m_TempTable_1; } inline void set_m_TempTable_1(Dictionary_2_t29257EB2565DDF3180663167EF129FA9827836C5 * value) { ___m_TempTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TempTable_1), (void*)value); } inline static int32_t get_offset_of_HttpUri_7() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___HttpUri_7)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_HttpUri_7() const { return ___HttpUri_7; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_HttpUri_7() { return &___HttpUri_7; } inline void set_HttpUri_7(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___HttpUri_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___HttpUri_7), (void*)value); } inline static int32_t get_offset_of_HttpsUri_8() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___HttpsUri_8)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_HttpsUri_8() const { return ___HttpsUri_8; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_HttpsUri_8() { return &___HttpsUri_8; } inline void set_HttpsUri_8(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___HttpsUri_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___HttpsUri_8), (void*)value); } inline static int32_t get_offset_of_WsUri_9() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___WsUri_9)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_WsUri_9() const { return ___WsUri_9; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_WsUri_9() { return &___WsUri_9; } inline void set_WsUri_9(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___WsUri_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___WsUri_9), (void*)value); } inline static int32_t get_offset_of_WssUri_10() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___WssUri_10)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_WssUri_10() const { return ___WssUri_10; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_WssUri_10() { return &___WssUri_10; } inline void set_WssUri_10(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___WssUri_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___WssUri_10), (void*)value); } inline static int32_t get_offset_of_FtpUri_11() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___FtpUri_11)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_FtpUri_11() const { return ___FtpUri_11; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_FtpUri_11() { return &___FtpUri_11; } inline void set_FtpUri_11(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___FtpUri_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___FtpUri_11), (void*)value); } inline static int32_t get_offset_of_FileUri_12() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___FileUri_12)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_FileUri_12() const { return ___FileUri_12; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_FileUri_12() { return &___FileUri_12; } inline void set_FileUri_12(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___FileUri_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___FileUri_12), (void*)value); } inline static int32_t get_offset_of_GopherUri_13() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___GopherUri_13)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_GopherUri_13() const { return ___GopherUri_13; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_GopherUri_13() { return &___GopherUri_13; } inline void set_GopherUri_13(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___GopherUri_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GopherUri_13), (void*)value); } inline static int32_t get_offset_of_NntpUri_14() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___NntpUri_14)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_NntpUri_14() const { return ___NntpUri_14; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_NntpUri_14() { return &___NntpUri_14; } inline void set_NntpUri_14(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___NntpUri_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___NntpUri_14), (void*)value); } inline static int32_t get_offset_of_NewsUri_15() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___NewsUri_15)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_NewsUri_15() const { return ___NewsUri_15; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_NewsUri_15() { return &___NewsUri_15; } inline void set_NewsUri_15(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___NewsUri_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___NewsUri_15), (void*)value); } inline static int32_t get_offset_of_MailToUri_16() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___MailToUri_16)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_MailToUri_16() const { return ___MailToUri_16; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_MailToUri_16() { return &___MailToUri_16; } inline void set_MailToUri_16(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___MailToUri_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___MailToUri_16), (void*)value); } inline static int32_t get_offset_of_UuidUri_17() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___UuidUri_17)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_UuidUri_17() const { return ___UuidUri_17; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_UuidUri_17() { return &___UuidUri_17; } inline void set_UuidUri_17(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___UuidUri_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___UuidUri_17), (void*)value); } inline static int32_t get_offset_of_TelnetUri_18() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___TelnetUri_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_TelnetUri_18() const { return ___TelnetUri_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_TelnetUri_18() { return &___TelnetUri_18; } inline void set_TelnetUri_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___TelnetUri_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___TelnetUri_18), (void*)value); } inline static int32_t get_offset_of_LdapUri_19() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___LdapUri_19)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_LdapUri_19() const { return ___LdapUri_19; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_LdapUri_19() { return &___LdapUri_19; } inline void set_LdapUri_19(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___LdapUri_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___LdapUri_19), (void*)value); } inline static int32_t get_offset_of_NetTcpUri_20() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___NetTcpUri_20)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_NetTcpUri_20() const { return ___NetTcpUri_20; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_NetTcpUri_20() { return &___NetTcpUri_20; } inline void set_NetTcpUri_20(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___NetTcpUri_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___NetTcpUri_20), (void*)value); } inline static int32_t get_offset_of_NetPipeUri_21() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___NetPipeUri_21)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_NetPipeUri_21() const { return ___NetPipeUri_21; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_NetPipeUri_21() { return &___NetPipeUri_21; } inline void set_NetPipeUri_21(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___NetPipeUri_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___NetPipeUri_21), (void*)value); } inline static int32_t get_offset_of_VsMacrosUri_22() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___VsMacrosUri_22)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_VsMacrosUri_22() const { return ___VsMacrosUri_22; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_VsMacrosUri_22() { return &___VsMacrosUri_22; } inline void set_VsMacrosUri_22(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___VsMacrosUri_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___VsMacrosUri_22), (void*)value); } inline static int32_t get_offset_of_s_QuirksVersion_23() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___s_QuirksVersion_23)); } inline int32_t get_s_QuirksVersion_23() const { return ___s_QuirksVersion_23; } inline int32_t* get_address_of_s_QuirksVersion_23() { return &___s_QuirksVersion_23; } inline void set_s_QuirksVersion_23(int32_t value) { ___s_QuirksVersion_23 = value; } inline static int32_t get_offset_of_HttpSyntaxFlags_24() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___HttpSyntaxFlags_24)); } inline int32_t get_HttpSyntaxFlags_24() const { return ___HttpSyntaxFlags_24; } inline int32_t* get_address_of_HttpSyntaxFlags_24() { return &___HttpSyntaxFlags_24; } inline void set_HttpSyntaxFlags_24(int32_t value) { ___HttpSyntaxFlags_24 = value; } inline static int32_t get_offset_of_FileSyntaxFlags_25() { return static_cast(offsetof(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields, ___FileSyntaxFlags_25)); } inline int32_t get_FileSyntaxFlags_25() const { return ___FileSyntaxFlags_25; } inline int32_t* get_address_of_FileSyntaxFlags_25() { return &___FileSyntaxFlags_25; } inline void set_FileSyntaxFlags_25(int32_t value) { ___FileSyntaxFlags_25 = value; } }; // System.UriParser // System.Security.Cryptography.X509Certificates.X509ChainPolicy // System.Security.Cryptography.X509Certificates.X509ChainPolicy // System.Net.ServerCertValidationCallback/CallbackContext // System.Net.ServerCertValidationCallback/CallbackContext // System.Net.ServicePointScheduler/d__32 // System.Net.ServicePointScheduler/d__32 // Mono.Unity.UnityTls/unitytls_errorstate // Mono.Unity.UnityTls/unitytls_errorstate // Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange // Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange // System.Action`1 // System.Action`1 // System.Action`1 // System.Action`1 // System.EventHandler`1 // System.EventHandler`1 // System.Func`4 // System.Func`4 // System.ArgumentException // System.ArgumentException // System.AsyncCallback // System.AsyncCallback // System.Threading.AutoResetEvent // System.Threading.AutoResetEvent // System.Net.BindIPEndPoint // System.Net.BindIPEndPoint // System.Threading.ContextCallback // System.Threading.ContextCallback // System.EventHandler // System.EventHandler // System.Runtime.InteropServices.ExternalException // System.Runtime.InteropServices.ExternalException // System.FormatException // System.FormatException // System.IOAsyncCallback // System.IOAsyncCallback // System.IndexOutOfRangeException // System.IndexOutOfRangeException // System.InvalidOperationException // System.InvalidOperationException // 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.Net.Security.RemoteCertificateValidationCallback // System.Net.Security.RemoteCertificateValidationCallback // System.Net.Sockets.SafeSocketHandle struct SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_StaticFields { public: // System.Boolean System.Net.Sockets.SafeSocketHandle::THROW_ON_ABORT_RETRIES bool ___THROW_ON_ABORT_RETRIES_11; public: inline static int32_t get_offset_of_THROW_ON_ABORT_RETRIES_11() { return static_cast(offsetof(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_StaticFields, ___THROW_ON_ABORT_RETRIES_11)); } inline bool get_THROW_ON_ABORT_RETRIES_11() const { return ___THROW_ON_ABORT_RETRIES_11; } inline bool* get_address_of_THROW_ON_ABORT_RETRIES_11() { return &___THROW_ON_ABORT_RETRIES_11; } inline void set_THROW_ON_ABORT_RETRIES_11(bool value) { ___THROW_ON_ABORT_RETRIES_11 = value; } }; // System.Net.Sockets.SafeSocketHandle // Mono.Net.Security.ServerCertValidationCallbackWrapper // Mono.Net.Security.ServerCertValidationCallbackWrapper // System.ComponentModel.SingleConverter // System.ComponentModel.SingleConverter // Mono.Unity.UnityTlsContext // Mono.Unity.UnityTlsContext // Mono.Unity.UnityTlsStream // Mono.Unity.UnityTlsStream // System.Threading.WaitCallback // System.Threading.WaitCallback // Mono.Unity.UnityTls/unitytls_interface_struct // Mono.Unity.UnityTls/unitytls_interface_struct // Mono.Unity.UnityTls/unitytls_tlsctx_certificate_callback // Mono.Unity.UnityTls/unitytls_tlsctx_certificate_callback // Mono.Unity.UnityTls/unitytls_tlsctx_read_callback // Mono.Unity.UnityTls/unitytls_tlsctx_read_callback // Mono.Unity.UnityTls/unitytls_tlsctx_write_callback // Mono.Unity.UnityTls/unitytls_tlsctx_write_callback // Mono.Unity.UnityTls/unitytls_tlsctx_x509verify_callback // Mono.Unity.UnityTls/unitytls_tlsctx_x509verify_callback // Mono.Unity.UnityTls/unitytls_x509verify_callback // Mono.Unity.UnityTls/unitytls_x509verify_callback // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_raise_error_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_raise_error_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_free_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_free_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_get_ref_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_get_ref_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_der_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_der_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_client_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_client_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_server_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_server_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_free_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_free_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_ciphersuite_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_ciphersuite_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_protocol_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_protocol_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_notify_close_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_notify_close_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_process_handshake_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_process_handshake_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_read_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_read_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_server_require_client_authentication_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_server_require_client_authentication_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_certificate_callback_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_certificate_callback_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_supported_ciphersuites_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_supported_ciphersuites_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_x509verify_callback_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_x509verify_callback_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_write_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_write_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_create_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_create_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_free_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_free_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_ref_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_ref_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_x509_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_x509_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_default_ca_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_default_ca_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_explicit_ca_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_explicit_ca_t // 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.ObjectDisposedException // System.ObjectDisposedException // System.PlatformNotSupportedException // System.PlatformNotSupportedException // System.UriFormatException // System.UriFormatException // 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.Sockets.SocketException // System.Net.Sockets.SocketException // Unity.ThrowStub // Unity.ThrowStub #ifdef __clang__ #pragma clang diagnostic pop #endif // 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.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.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.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.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[] 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.Runtime.InteropServices.GCHandle[] struct GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3 : public RuntimeArray { public: ALIGN_FIELD (8) GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 m_Items[1]; public: inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * 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, GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { m_Items[index] = value; } }; // System.Net.Sockets.Socket/WSABUF[] struct WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A : public RuntimeArray { public: ALIGN_FIELD (8) WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 m_Items[1]; public: inline WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * 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, WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 value) { m_Items[index] = value; } }; // System.Threading.WaitHandle[] struct WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3 : public RuntimeArray { public: ALIGN_FIELD (8) WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * m_Items[1]; public: inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** 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, WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // Mono.Unity.UnityTls/unitytls_ciphersuite[] struct unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480 : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // Mono.Security.Interface.CipherSuiteCode[] struct CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C : public RuntimeArray { public: ALIGN_FIELD (8) uint16_t m_Items[1]; public: inline uint16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint16_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, uint16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value) { m_Items[index] = value; } }; IL2CPP_EXTERN_C void Exception_t_marshal_pinvoke(const Exception_t& unmarshaled, Exception_t_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Exception_t_marshal_pinvoke_back(const Exception_t_marshaled_pinvoke& marshaled, Exception_t& unmarshaled); IL2CPP_EXTERN_C void Exception_t_marshal_pinvoke_cleanup(Exception_t_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Exception_t_marshal_com(const Exception_t& unmarshaled, Exception_t_marshaled_com& marshaled); IL2CPP_EXTERN_C void Exception_t_marshal_com_back(const Exception_t_marshaled_com& marshaled, Exception_t& unmarshaled); IL2CPP_EXTERN_C void Exception_t_marshal_com_cleanup(Exception_t_marshaled_com& marshaled); // 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.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); // !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.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.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); // !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); // 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.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.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.Boolean System.Collections.Generic.List`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m753F7B4281CC4D02C07AE90726F51EF34B588DF7_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::IndexOf(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_IndexOf_m4474628ACB239463EEF6742E298897E550641533_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m32325BAD86F31C471AEBE80C6A7A8A6908EB0611_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1__ctor_m7A1926E6CA6E2C63A38B0260BAB11C185236EFE6_gshared (LinkedList_1_t76233C48F0195F5B42DA63B18E0708EE70F38E2B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1__ctor_mF4708115FAEE048798F2F3D53795C665DED4C2AB_gshared (LinkedList_1_t555E05F2E497A99E81B02BC6149DEFDB20186689 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Startd__32>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m53F123785BD8CDF0968BD897688CDC3A1E98E683_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 * ___stateMachine0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * Dictionary_2_get_Keys_m771BB389A4CB93B7EDBDC71F503B50049B8999C7_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::CopyTo(!0[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_CopyTo_mDD1B1C659F8126261FE53B23432BB451196D0837_gshared (KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4F01DBE7409811CAB0BBA7AEFBAB4BC028D26FA6_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 Dictionary_2_GetEnumerator_mA44BBB15DFBD8E08B5E60E23AA5044D45C3F889F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m17E1C36ECBB09CC2AB892710866F8655D83A6048_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m622223593F7461E7812C581DDB145270016ED303_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_mAA04870E074B64D2F540DA9B21E98C28514F0AAE_gshared (ValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE * __this, bool ___item10, RuntimeObject * ___item21, const RuntimeMethod* method); // !0 System.Threading.Tasks.Task`1>::get_Result() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE Task_1_get_Result_mAC836E82B8F9A2A393003C99022EC10DFC86780B_gshared (Task_1_tD5FF1ABE58A851D9DA6514B814B72C956DDB8AAF * __this, const RuntimeMethod* method); // System.Void System.ValueTuple`3::.ctor(!0,!1,!2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_3__ctor_m8868D9B867F41FEEDC7C736B39DAB0889188EC78_gshared (ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D * __this, RuntimeObject * ___item10, RuntimeObject * ___item21, RuntimeObject * ___item32, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1>::AddLast(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * LinkedList_1_AddLast_m94E6BDD8AB4BB99348B1D8B5DCDCC1DFE0E747FB_gshared (LinkedList_1_t555E05F2E497A99E81B02BC6149DEFDB20186689 * __this, ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D ___value0, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_m7200D87E35146B328553F6054EF895C48674919C_gshared (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 * __this, RuntimeObject * ___item10, RuntimeObject * ___item21, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1>::AddLast(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * LinkedList_1_AddLast_m52FD9ACFE21554D03380C9D8998C03060723FD67_gshared (LinkedList_1_t76233C48F0195F5B42DA63B18E0708EE70F38E2B * __this, ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 ___value0, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1>::get_First() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * LinkedList_1_get_First_m7F110E11244054F1778BBFC6C201B00BD674D370_gshared_inline (LinkedList_1_t76233C48F0195F5B42DA63B18E0708EE70F38E2B * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1>::get_Next() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * LinkedListNode_1_get_Next_m82FEAC4CCE87E843D06A544C9C56FBFDB2BD2257_gshared (LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * __this, const RuntimeMethod* method); // T System.Collections.Generic.LinkedListNode`1>::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 LinkedListNode_1_get_Value_m8E2C7C6F18B0F9BF6BF68279DACF4FF473FBD059_gshared_inline (LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * __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_m7B5E94B6805197263D56975A9FA17E761DAA1577_gshared (LinkedList_1_t76233C48F0195F5B42DA63B18E0708EE70F38E2B * __this, LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * ___node0, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1>::get_First() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * LinkedList_1_get_First_mDF798BD65736C635A4CA489283F437F4C4FF2179_gshared_inline (LinkedList_1_t555E05F2E497A99E81B02BC6149DEFDB20186689 * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1>::get_Next() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * LinkedListNode_1_get_Next_mA9D383C101F79428945E1212E675D4E68A777649_gshared (LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * __this, const RuntimeMethod* method); // T System.Collections.Generic.LinkedListNode`1>::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D LinkedListNode_1_get_Value_m687B11924D28788692F41B6A107DABB43190B124_gshared_inline (LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * __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_m275F5CF5DC80F2B8F8B4973F640E03CCDD0C3592_gshared (LinkedList_1_t555E05F2E497A99E81B02BC6149DEFDB20186689 * __this, LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * ___node0, 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); // System.Int32 System.ArraySegment`1::get_Offset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_gshared_inline (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE * __this, const RuntimeMethod* method); // System.Int32 System.ArraySegment`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_gshared_inline (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE * __this, const RuntimeMethod* method); // !0[] System.ArraySegment`1::get_Array() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_gshared_inline (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE * __this, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement(!!0[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E_gshared (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___arr0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.EventHandler`1::Invoke(System.Object,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_1_Invoke_mEAFD7F9E52E7DF356F3C4F0262BCFBA7769C83C0_gshared (EventHandler_1_tFA1C30E54FA1061D79E711F65F9A174BFBD8CDCB * __this, RuntimeObject * ___sender0, RuntimeObject * ___e1, const RuntimeMethod* method); // System.Void System.Func`4::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_4__ctor_m02FC70AABC75767051F89B53591E696ADA4E13C4_gshared (Func_4_t506CA082EE40D9DFBE82C3CAF44181A1323BC77A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.TaskFactory::FromAsync(System.Func`4,System.Action`1,!!0,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * TaskFactory_FromAsync_TisRuntimeObject_mB38C85103C0962689888886B99347A6DA5B361DE_gshared (TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * __this, Func_4_t1FB292635292578289C454E038620354E9A7662D * ___beginMethod0, Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 * ___endMethod1, RuntimeObject * ___arg12, RuntimeObject * ___state3, 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.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddLast(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * LinkedList_1_AddLast_m619B1130AEA7BAFF3B1D5FCDE25AE40F2B7F8779_gshared (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // !!0 System.Runtime.InteropServices.Marshal::PtrToStructure(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Marshal_PtrToStructure_TisRuntimeObject_mEFB4BE35395FF3C54318F6F61A275B4639C50A3D_gshared (intptr_t ___ptr0, 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.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, 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.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205 (const RuntimeMethod* method); // System.String SR::GetString(System.Globalization.CultureInfo,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_mBCE484542C4DBA5BFBEEDBC4EDBA47DB241E774E (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, String_t* ___name1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, 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.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 Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandleMinusOneIsInvalid__ctor_mB312D95D8A092B2E9D4940E8AD1D55360A6A0FFA (SafeHandleMinusOneIsInvalid_t542F86CD15E22E871D725A162DF6EE305850ABC6 * __this, bool ___ownsHandle0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::SetHandle(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SafeHandle_SetHandle_m3727BDA5C26E0220FA7BBE73C9E662774F5F1664_inline (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, intptr_t ___handle0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m0D715DF2668AB0E58CE744C593D85E513B1252A1 (Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Net.Sockets.Socket::Blocking_internal(System.IntPtr,System.Boolean,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Blocking_internal_m99EDF2CE79EE12BB868006CBD0FCE2C77266AB95 (intptr_t ___socket0, bool ___block1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Shutdown_internal(System.IntPtr,System.Net.Sockets.SocketShutdown,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Shutdown_internal_m2A5EAA761C3EF6AA0495C582768B985762BC24E7 (intptr_t ___socket0, int32_t ___how1, int32_t* ___error2, const RuntimeMethod* 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.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::AppendLine(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_m4FBF9761747825683B04B18842DF906473EEF7C8 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 List_1_GetEnumerator_m880AD577F78AF8EC551CB7FB275790104FC2B28A (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * __this, const RuntimeMethod* method) { return (( Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 (*) (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * Enumerator_get_Current_m9D6B83E05585D70614A61164D8E117620542B310_inline (Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 * __this, const RuntimeMethod* method) { return (( Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * (*) (Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 *, const RuntimeMethod*))Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline)(__this, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * Dictionary_2_get_Item_mF5389518157D60BA55FE9E7081C8D1849B6D56D2 (Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 * __this, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___key0, const RuntimeMethod* method) { return (( StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * (*) (Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 *, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *, const RuntimeMethod*))Dictionary_2_get_Item_mB1398A10D048A0246178C59F95003BD338CE7394_gshared)(__this, ___key0, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mDC956B210DA5F5641333D067CE0C776477426121 (Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mA3FB9719F4CC92744A8E6B02AD749893F764F1B1 (Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Text.StringBuilder System.Text.StringBuilder::AppendLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_mB5790BC98389118626505708AE683AE9257B91B2 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mF4F192665FB9D652A220E87BD65C5EFF1AA3476D_inline (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * List_1_get_Item_m35B4314C8C0E347FB9ED41E23C03A01AB4ACE13C_inline (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * (*) (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Threading.Thread System.Threading.Thread::get_CurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * Thread_get_CurrentThread_m613D5CA0E8B7EC8002AD7F9B4B112289C88635DD (const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::cancel_blocking_socket_operation(System.Threading.Thread) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_cancel_blocking_socket_operation_m7CC62FAFFA8C0EF64E30CED27186B5BF87D930D7 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___thread0, const RuntimeMethod* method); // System.Boolean System.Threading.Monitor::Wait(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Monitor_Wait_m6A71435619E3A8DA34E826BE8610D906B4C720AF (RuntimeObject * ___obj0, int32_t ___millisecondsTimeout1, 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.Net.Sockets.Socket::Close_internal(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Close_internal_m22238A02EFF2E1AB28E5DCC2C7A4E41297D77054 (intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m36355704B10200ABC2B12900E77E4A9987640F3C (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Runtime.InteropServices.SafeHandle::DangerousAddRef(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, bool* ___success0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m383F9AF12DF2593726E7F63FE9438E8ECEA542BA (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * __this, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 *, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Void System.Diagnostics.StackTrace::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace__ctor_m7277E1F7BE981C911B55B2CC2FA53F844C640F1B (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, bool ___fNeedFileInfo0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m3F30447064B7B294BBB7948F21AA833F63B0A5B4 (Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 * __this, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___key0, StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 *, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *, StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 *, const RuntimeMethod*))Dictionary_2_Add_m830DC29CD6F7128D4990D460CCCDE032E3B693D9_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Runtime.InteropServices.SafeHandle::DangerousRelease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsClosed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeHandle_get_IsClosed_mD81377BB0EE9380CB82B2D846A5F5F7D9A880AD8 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketException::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * __this, int32_t ___errorCode0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_m66A64B3F73DE4DF64668EE1F69BD3C25D3C5A2A4 (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * __this, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 *, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *, const RuntimeMethod*))List_1_Remove_m753F7B4281CC4D02C07AE90726F51EF34B588DF7_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::IndexOf(!0) inline int32_t List_1_IndexOf_mDFB48869C07692CB1717F36BF6976A0D811B65F2 (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * __this, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___item0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 *, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *, const RuntimeMethod*))List_1_IndexOf_m4474628ACB239463EEF6742E298897E550641533_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m1051B9536B3D4E6DE9A571DE691853F291EF1A11 (Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 * __this, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 *, Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *, const RuntimeMethod*))Dictionary_2_Remove_m32325BAD86F31C471AEBE80C6A7A8A6908EB0611_gshared)(__this, ___key0, method); } // System.Void System.Threading.Monitor::Pulse(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Pulse_m948440E8C560C905F07404CA25672E887276A97F (RuntimeObject * ___obj0, const RuntimeMethod* 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); // 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.Threading.ExecutionContext System.Threading.ExecutionContext::Capture() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ExecutionContext_Capture_m204AACEC44F30312A34FD72461C59F3BB4178AFA (const RuntimeMethod* method); // System.Boolean System.Net.Security.RemoteCertificateValidationCallback::Invoke(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemoteCertificateValidationCallback_Invoke_m30A34C33A46909FAA60703A2EFF0C41F6E7B6C14 (RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * __this, RuntimeObject * ___sender0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.ExecutionContext::CreateCopy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ExecutionContext_CreateCopy_m8391D5DF2C4C2CDA58356184B0CC2AE3C7D51F73 (ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * __this, const RuntimeMethod* method); // System.Void System.Net.ServerCertValidationCallback/CallbackContext::.ctor(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackContext__ctor_mC3F2B967B65649E6A2FC12CC30EFDAA5631E1BAC (CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B * __this, RuntimeObject * ___request0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method); // System.Void System.Threading.ContextCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextCallback__ctor_mC019DFC7EF9F0900B3B8915F92706BC3BC4EB477 (ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::Run(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_Run_m447F803591ECE6241C9BF1A99B84EF98950B7559 (ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___executionContext0, ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method); // System.Void System.Net.ServicePointScheduler::.ctor(System.Net.ServicePoint,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler__ctor_m5246987112698FC9A296CC7E8DAA276B57FD6F4A (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___servicePoint0, int32_t ___connectionLimit1, int32_t ___maxIdleTime2, const RuntimeMethod* method); // System.Net.ServicePointScheduler System.Net.ServicePoint::get_Scheduler() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * ServicePoint_get_Scheduler_mFDC8AD0EE145AD1BE39037D2BA8DA21F2280A3C8_inline (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method); // System.Int32 System.Net.ServicePointScheduler::get_ConnectionLimit() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePointScheduler_get_ConnectionLimit_mFA140DF59CD0283939163B2380C59D4BE3872754_inline (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_SendContinue(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_SendContinue_m084B169EDBF37E2B2CC592DF68EB9BB17D3B844E_inline (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Version::op_Equality(System.Version,System.Version) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_op_Equality_mAECB4D8D1439E62BAE34B44786E4219E97CE31F0 (Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___v10, Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___v21, 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.Void System.Net.ServicePoint::PutBytes(System.Byte[],System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_PutBytes_m0E84791113AAE410AB0F37FFE752BA975567AB95 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, uint32_t ___v1, int32_t ___offset2, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::IOControl(System.Net.Sockets.IOControlCode,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_IOControl_m2EF49352CCC97BBE1CA1E5577DE03A7A56CF5962 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int64_t ___ioControlCode0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___optionInValue1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___optionOutValue2, const RuntimeMethod* method); // System.Int32 System.Net.ServicePointManager::get_DnsRefreshTimeout() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_DnsRefreshTimeout_mF8180F546F58DF07CDC654BA2DA5A7C3C973C330_inline (const RuntimeMethod* 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.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_op_Addition_mD027B70267661D779BA5A69B77E16AEA295E5B01 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t1, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_UtcNow_m1DDFBE2EF6AB0E4461E1F23E845CDAFAB49A2970 (const RuntimeMethod* method); // System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m31E1966F7BB6E20ED98FEAB9CADE95816353A7D3 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t21, const RuntimeMethod* method); // System.String System.Uri::get_Host() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.UriHostNameType System.Uri::get_HostNameType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_HostNameType_mEBBF38E3DA9410F5D1CA0C8877D7188B8822D97B (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPHostEntry__ctor_mE110DE1F81AC6E1174418A6EE3C266E60BD06B9A (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, const RuntimeMethod* method); // System.Net.IPAddress System.Net.IPAddress::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * IPAddress_Parse_m8AEF3CFE902C389DB899F2948EF83217D10CB6C7 (String_t* ___ipString0, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::set_AddressList(System.Net.IPAddress[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_AddressList_m5D661027187141E20D78AE4795EA8DABA42BEF38_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___value0, const RuntimeMethod* method); // System.Boolean System.Net.ServicePoint::get_HasTimedOut() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_get_HasTimedOut_m98E74D21739FAE910D22C4E883EC10F6E5A7AECD (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostEntry_m79A4886C6B5C1B415652D37EF22484CA530B35B3 (String_t* ___hostNameOrAddress0, const RuntimeMethod* method); // System.Void System.Net.ServicePointScheduler::SendRequest(System.Net.WebOperation,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_SendRequest_m578C7AC51E1CF2F00DF5FD22E03F68A87B7052C7 (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___operation0, String_t* ___groupName1, const RuntimeMethod* method); // System.Net.IPEndPoint System.Net.BindIPEndPoint::Invoke(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * BindIPEndPoint_Invoke_m8462120A7C738076E374FB6ADE447C611DBFD00C (BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * __this, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___servicePoint0, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___remoteEndPoint1, int32_t ___retryCount2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Bind(System.Net.EndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Bind_m4DFEFA3F8C6E95586D02BCF311D8A1D5A449B217 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___localEP0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridDictionary__ctor_m9FC8D443AABAEC8D67ADF072437D2B364B08B7F1 (HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * __this, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_m4C2BAA8B8318A6C124AE18734B2872A983D5CC91 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, 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.String System.Uri::get_Scheme() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Uri::get_Authority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Authority_m453C817B1681F5FD99431A7FDF6F11CDB9FAC093 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uriString0, 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.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Net.ServicePointManager/SPKey::.ctor(System.Uri,System.Uri,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SPKey__ctor_m7AF193EB533D8A77BE1BDD2643F966AC74232A29 (SPKey_t79CECE023E495F798A39AEBBF30F847551AC7EAB * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___proxy1, bool ___use_connect2, const RuntimeMethod* method); // System.Object System.Collections.Specialized.HybridDictionary::get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * HybridDictionary_get_Item_m7185EEEAFC226096E70344C925C0E878B6BB355C (HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.HybridDictionary::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HybridDictionary_get_Count_m9105DDBF52049FDB3664818E8883EDF06646C28A (HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * __this, 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.ServicePoint::.ctor(System.Uri,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint__ctor_m68B4C7FBD836706798BA6882BC351F539A430C6C (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, int32_t ___connectionLimit1, int32_t ___maxIdleTime2, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_Expect100Continue(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_set_Expect100Continue_m53E393E64BE40AC205CF5458DCC98E806D0432B2 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_UseNagleAlgorithm(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_UseNagleAlgorithm_m93F74ADD6C2BE19F9342BE092EF8723F56503913_inline (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_UsesProxy(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_UsesProxy_m25BFB4CE73283597C98A748B231D1A544469F618_inline (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_UseConnect(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_UseConnect_mCFAF7E07504140EEE0E81D5805CFF727575FF5F5_inline (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::SetTcpKeepAlive(System.Boolean,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_SetTcpKeepAlive_m4B4392E54144159027C38EC7FCC12F2C09E7A3CF (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___enabled0, int32_t ___keepAliveTime1, int32_t ___keepAliveInterval2, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::Add(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridDictionary_Add_mAD439BE2C4F44AF8A43EC7491E26478EDDF7DFBC (HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Net.ServicePointScheduler/AsyncManualResetEvent::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncManualResetEvent__ctor_mED23C9E7D9E4B6862CF7CA2D9A8A6DD0F1346D5C (AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0 * __this, bool ___state0, const RuntimeMethod* method); // System.Void System.Net.ServicePointScheduler/ConnectionGroup::.ctor(System.Net.ServicePointScheduler,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionGroup__ctor_m5FA4DC16552C8ADBBADA4FEEB54C620EC1175D80 (ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * __this, ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * ___scheduler0, String_t* ___name1, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1>::.ctor() inline void LinkedList_1__ctor_m08DD2BB27E9C0580BC9D75A7CB3D5D2DF2C552C2 (LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * __this, const RuntimeMethod* method) { (( void (*) (LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF *, const RuntimeMethod*))LinkedList_1__ctor_m7A1926E6CA6E2C63A38B0260BAB11C185236EFE6_gshared)(__this, method); } // System.Void System.Collections.Generic.LinkedList`1>::.ctor() inline void LinkedList_1__ctor_mE482B42353B65C7902B4E4FDB43AFC7A06A45FDD (LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * __this, const RuntimeMethod* method) { (( void (*) (LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 *, const RuntimeMethod*))LinkedList_1__ctor_mF4708115FAEE048798F2F3D53795C665DED4C2AB_gshared)(__this, method); } // System.Net.ServicePoint System.Net.ServicePointScheduler::get_ServicePoint() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ServicePointScheduler_get_ServicePoint_mF440822AB131B3EEC0ED34FAF58A173F47774455_inline (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __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.Void System.Net.ServicePointScheduler::StartScheduler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_StartScheduler_mB84355F0B426E7485884B22D8489086CBD5BEC4D (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, const RuntimeMethod* method); // System.Void System.Net.ServicePointScheduler/AsyncManualResetEvent::Set() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncManualResetEvent_Set_m4AEDC2FB8A878F5A11EAE3FC7C5B079747FA784C (AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0 * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncVoidMethodBuilder System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 AsyncVoidMethodBuilder_Create_m3E7C78F87F23C313FCD75A71B745C647490230C1 (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Startd__32>(!!0&) inline void AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m53F123785BD8CDF0968BD897688CDC3A1E98E683 (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *, U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 *, const RuntimeMethod*))AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m53F123785BD8CDF0968BD897688CDC3A1E98E683_gshared)(__this, ___stateMachine0, method); } // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_mA7CCA08E42EEB52EFEAD92D8C9B988297FAE8E14 (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *, const RuntimeMethod*))Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() inline KeyCollection_t1EC89F6460ADD3DBA3494A23A2965369F2CCD818 * Dictionary_2_get_Keys_m6E5DF3086F53598DE2909BF85D42CE317A64AF97 (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * __this, const RuntimeMethod* method) { return (( KeyCollection_t1EC89F6460ADD3DBA3494A23A2965369F2CCD818 * (*) (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *, const RuntimeMethod*))Dictionary_2_get_Keys_m771BB389A4CB93B7EDBDC71F503B50049B8999C7_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::CopyTo(!0[],System.Int32) inline void KeyCollection_CopyTo_mC663A19DB9A0E1DA39C45C6D9F61BF6638FEB986 (KeyCollection_t1EC89F6460ADD3DBA3494A23A2965369F2CCD818 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___array0, int32_t ___index1, const RuntimeMethod* method) { (( void (*) (KeyCollection_t1EC89F6460ADD3DBA3494A23A2965369F2CCD818 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, int32_t, const RuntimeMethod*))KeyCollection_CopyTo_mDD1B1C659F8126261FE53B23432BB451196D0837_gshared)(__this, ___array0, ___index1, method); } // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m46FDF7D4A6929A83C5483A4F21B180A66843CA66 (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4F01DBE7409811CAB0BBA7AEFBAB4BC028D26FA6_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * Dictionary_2_get_Item_m8D06DE240C2CA069B52A9C8F36E4462F85929B35 (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * (*) (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_mB1398A10D048A0246178C59F95003BD338CE7394_gshared)(__this, ___key0, method); } // System.Boolean System.Net.ServicePointScheduler/ConnectionGroup::IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionGroup_IsEmpty_m8D7C9EAB72B30685EDBE422B33A2DDBED318D33A (ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m379820A93A802E273F7B3522E612E16DE06F6CE3 (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m32325BAD86F31C471AEBE80C6A7A8A6908EB0611_gshared)(__this, ___key0, method); } // System.Void System.Net.ServicePointScheduler/AsyncManualResetEvent::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncManualResetEvent_Reset_mBFDA18F6778C6FF3C063C7A654B455AE56E5E700 (AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0 * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePointScheduler::SchedulerIteration(System.Net.ServicePointScheduler/ConnectionGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointScheduler_SchedulerIteration_m09BB05B64AAF878CD1E22F5A5107762804C1AE72 (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * ___group0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 Dictionary_2_GetEnumerator_m6698FA28BB8153DAC024A26960C9C04AB3A2EA47 (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * __this, const RuntimeMethod* method) { return (( Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 (*) (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mA44BBB15DFBD8E08B5E60E23AA5044D45C3F889F_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE Enumerator_get_Current_mCA90FF121AE3AB13CD8B40FC197947877E4BDB6C_inline (Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE (*) (Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 *, const RuntimeMethod*))Enumerator_get_Current_m17E1C36ECBB09CC2AB892710866F8655D83A6048_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * KeyValuePair_2_get_Value_m7A80C5EB351DC9327932D3DDC8D072221112F33F_inline (KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE * __this, const RuntimeMethod* method) { return (( ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * (*) (KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE *, const RuntimeMethod*))KeyValuePair_2_get_Value_m622223593F7461E7812C581DDB145270016ED303_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m15A12D58B23F66D69CA0853C6BEBC81FCB6403C2 (Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 *, const RuntimeMethod*))Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_m55235B8F61106406081A172AA12D540E4DBAC550 (Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 *, const RuntimeMethod*))Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared)(__this, method); } // System.Threading.Tasks.TaskStatus System.Threading.Tasks.Task::get_Status() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_get_Status_m322B3FEDAED081C1EA55F6E2922007475E7CAAED (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) inline void ValueTuple_2__ctor_m0B2009EDA7A24C5EC5FE7BEDE23154C403CA763A (ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 * __this, bool ___item10, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___item21, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 *, bool, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 *, const RuntimeMethod*))ValueTuple_2__ctor_mAA04870E074B64D2F540DA9B21E98C28514F0AAE_gshared)(__this, ___item10, ___item21, method); } // !0 System.Threading.Tasks.Task`1>::get_Result() inline ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 Task_1_get_Result_mFF9E5741181C66360F18B045C5F31B4856A16CDD (Task_1_t04D317EDE427CA8A210E21A15F809E705C66D08F * __this, const RuntimeMethod* method) { return (( ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 (*) (Task_1_t04D317EDE427CA8A210E21A15F809E705C66D08F *, const RuntimeMethod*))Task_1_get_Result_mAC836E82B8F9A2A393003C99022EC10DFC86780B_gshared)(__this, method); } // System.Net.WebConnection System.Net.WebOperation::get_Connection() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * WebOperation_get_Connection_m5BA0B37AA90173084BA428974AB4AABE79E19909_inline (WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * __this, const RuntimeMethod* method); // System.Boolean System.Net.WebConnection::Continue(System.Net.WebOperation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebConnection_Continue_m536451B677626949F6EFB3DAFF0ADC7435A398AE (WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * __this, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___next0, const RuntimeMethod* method); // System.Void System.Net.ServicePointScheduler/ConnectionGroup::RemoveConnection(System.Net.WebConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionGroup_RemoveConnection_m2DB1E959C60D52E10266593CD01E4E280933A52B (ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * __this, WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * ___connection0, const RuntimeMethod* method); // System.Int32 System.Net.ServicePointScheduler::get_MaxIdleTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePointScheduler_get_MaxIdleTime_m1D0BA49F4201E52CDB01C5A64A75A6453FB88015_inline (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.Task::Delay(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Task_Delay_m880CF6082AF5731C0E7DC9CA3F175878F120CCAA (int32_t ___millisecondsDelay0, const RuntimeMethod* method); // System.Void System.ValueTuple`3::.ctor(!0,!1,!2) inline void ValueTuple_3__ctor_mD624DF1155A5BD42B89FC0021B3829999FAB9338 (ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855 * __this, ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * ___item10, WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * ___item21, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___item32, const RuntimeMethod* method) { (( void (*) (ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855 *, ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C *, WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 *, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, const RuntimeMethod*))ValueTuple_3__ctor_m8868D9B867F41FEEDC7C736B39DAB0889188EC78_gshared)(__this, ___item10, ___item21, ___item32, method); } // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1>::AddLast(T) inline LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * LinkedList_1_AddLast_mC204AFFE30BB5A7D31B4378F1E4F2AAA0851484C (LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * __this, ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855 ___value0, const RuntimeMethod* method) { return (( LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * (*) (LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 *, ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855 , const RuntimeMethod*))LinkedList_1_AddLast_m94E6BDD8AB4BB99348B1D8B5DCDCC1DFE0E747FB_gshared)(__this, ___value0, method); } // System.Void System.ValueTuple`2::.ctor(!0,!1) inline void ValueTuple_2__ctor_m8DCA219EF0C7F7D396D5B1D285048758EF6042DD (ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 * __this, ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * ___item10, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___item21, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 *, ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C *, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 *, const RuntimeMethod*))ValueTuple_2__ctor_m7200D87E35146B328553F6054EF895C48674919C_gshared)(__this, ___item10, ___item21, method); } // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1>::AddLast(T) inline LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * LinkedList_1_AddLast_m5AB0BA2B4CF17330647A883839746FAACF8BB8B5 (LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * __this, ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 ___value0, const RuntimeMethod* method) { return (( LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * (*) (LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF *, ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 , const RuntimeMethod*))LinkedList_1_AddLast_m52FD9ACFE21554D03380C9D8998C03060723FD67_gshared)(__this, ___value0, method); } // System.Void System.Net.ServicePointScheduler::RemoveIdleConnection(System.Net.WebConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_RemoveIdleConnection_mBB6ED958ED6E7AB69373E7A44BAFC251E5771A3C (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * ___connection0, const RuntimeMethod* method); // System.Void System.Net.ServicePointScheduler/ConnectionGroup::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionGroup_Cleanup_m3C54610DE85C7272D7FED7718775A57A114BB0B4 (ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * __this, const RuntimeMethod* method); // System.ValueTuple`2 System.Net.ServicePointScheduler/ConnectionGroup::CreateOrReuseConnection(System.Net.WebOperation,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t9C7076F76259E6A23175B0210ADAA3D4B9C95B34 ConnectionGroup_CreateOrReuseConnection_m8DFC2633DB095A0A4ABD21E116F22A3538C0BAB0 (ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * __this, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___operation0, bool ___force1, const RuntimeMethod* method); // System.Net.WebOperation System.Net.ServicePointScheduler/ConnectionGroup::GetNextOperation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ConnectionGroup_GetNextOperation_m79D857F3FF78911472BA5E51C900E3D8F605F0F5 (ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1>::get_First() inline LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * LinkedList_1_get_First_m160DB4FC2DF0F699B6F100D591D1C14DE45895C7_inline (LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * __this, const RuntimeMethod* method) { return (( LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * (*) (LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF *, const RuntimeMethod*))LinkedList_1_get_First_m7F110E11244054F1778BBFC6C201B00BD674D370_gshared_inline)(__this, method); } // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1>::get_Next() inline LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * LinkedListNode_1_get_Next_m0AB1E444376D52B4318E0FB45BB6855E645BBA39 (LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * __this, const RuntimeMethod* method) { return (( LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * (*) (LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 *, const RuntimeMethod*))LinkedListNode_1_get_Next_m82FEAC4CCE87E843D06A544C9C56FBFDB2BD2257_gshared)(__this, method); } // T System.Collections.Generic.LinkedListNode`1>::get_Value() inline ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 LinkedListNode_1_get_Value_mB4E7CBC4EDAD0A82A3519384F542FB34DA236C23_inline (LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * __this, const RuntimeMethod* method) { return (( ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 (*) (LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 *, const RuntimeMethod*))LinkedListNode_1_get_Value_m8E2C7C6F18B0F9BF6BF68279DACF4FF473FBD059_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.LinkedList`1>::Remove(System.Collections.Generic.LinkedListNode`1) inline void LinkedList_1_Remove_mAAA44702F780B128365886B7823039F49AA71C1B (LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * __this, LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * ___node0, const RuntimeMethod* method) { (( void (*) (LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF *, LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 *, const RuntimeMethod*))LinkedList_1_Remove_m7B5E94B6805197263D56975A9FA17E761DAA1577_gshared)(__this, ___node0, method); } // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1>::get_First() inline LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * LinkedList_1_get_First_m1E9EB69497D360077CC7CAF9D7C31601374CF123_inline (LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * __this, const RuntimeMethod* method) { return (( LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * (*) (LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 *, const RuntimeMethod*))LinkedList_1_get_First_mDF798BD65736C635A4CA489283F437F4C4FF2179_gshared_inline)(__this, method); } // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1>::get_Next() inline LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * LinkedListNode_1_get_Next_mEC100E6638C748CDB67EFD3C0D79C370E46395AF (LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * __this, const RuntimeMethod* method) { return (( LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * (*) (LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E *, const RuntimeMethod*))LinkedListNode_1_get_Next_mA9D383C101F79428945E1212E675D4E68A777649_gshared)(__this, method); } // T System.Collections.Generic.LinkedListNode`1>::get_Value() inline ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855 LinkedListNode_1_get_Value_mA0CCA1F7F6B55141C02C70A61B446255BAD5FD82_inline (LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * __this, const RuntimeMethod* method) { return (( ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855 (*) (LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E *, const RuntimeMethod*))LinkedListNode_1_get_Value_m687B11924D28788692F41B6A107DABB43190B124_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.LinkedList`1>::Remove(System.Collections.Generic.LinkedListNode`1) inline void LinkedList_1_Remove_m92EED9F2F2F57BB828121AE82DBF43CC7A18345B (LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * __this, LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * ___node0, const RuntimeMethod* method) { (( void (*) (LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 *, LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E *, const RuntimeMethod*))LinkedList_1_Remove_m275F5CF5DC80F2B8F8B4973F640E03CCDD0C3592_gshared)(__this, ___node0, method); } // System.Net.ServicePointScheduler/ConnectionGroup System.Net.ServicePointScheduler::GetConnectionGroup(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * ServicePointScheduler_GetConnectionGroup_mF8FE49D548453C3F69C66FE561255DE101282E29 (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Net.ServicePointScheduler/ConnectionGroup::EnqueueOperation(System.Net.WebOperation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionGroup_EnqueueOperation_m53AB85A53CE1112C72FC47EF7A48734B022F41D8 (ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * __this, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___operation0, const RuntimeMethod* method); // System.Void System.Net.ServicePointScheduler::Run() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_Run_m6993E53C1386472568740C6EF61B9CA3BAB9F5B2 (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __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.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m8C1792D01766D7A0A0F267DEFC4BE6B527B9CDC3 (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mB1A6CEB722A7E593AB9A9A20C4FDC1132018C845 (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * __this, String_t* ___key0, ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *, String_t*, ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C **, const RuntimeMethod*))Dictionary_2_TryGetValue_m048C13E0F44BDC16F7CF01D14E918A84EE72C62C_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m03BBF644B6B414B854F9E3390D48DEEB28189943 (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * __this, String_t* ___key0, ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *, String_t*, ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C *, const RuntimeMethod*))Dictionary_2_Add_m830DC29CD6F7128D4990D460CCCDE032E3B693D9_gshared)(__this, ___key0, ___value1, 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.Int32 System.Threading.Interlocked::Decrement(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Decrement_m19687A50F26164AAB33C7CDF9B0C12E42D514C58 (int32_t* ___location0, const RuntimeMethod* method); // System.Void System.Net.Configuration.SettingsSectionInternal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal__ctor_mF3B556F63066A164D09E0890B93FEFA74005743E (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, 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 System.WeakReference::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m11BFDB039514BDCE23425FD90E8C414D051B2F13 (WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * __this, RuntimeObject * ___target0, 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.Threading.SemaphoreSlim::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim__ctor_mFD9960D1EA303B586DF0D46ACA028B8964C354AC (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, int32_t ___initialCount0, int32_t ___maxCount1, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::InitializeSockets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_InitializeSockets_mD132B3F7583082ABB41726BF6A1A9F676F3F98C5 (const RuntimeMethod* method); // System.IntPtr System.Net.Sockets.Socket::Socket_internal(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Socket_Socket_internal_m686934059A2E5662CAB726E58C13EE6EB9283B00 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, int32_t* ___error3, const RuntimeMethod* method); // System.Void System.Net.Sockets.SafeSocketHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSocketHandle__ctor_m98BFBB207C9D8D7750DEA3598051D21FFE784967 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * __this, intptr_t ___preexistingHandle0, bool ___ownsHandle1, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketException__ctor_mA4FA4C30962B1DD852904297C47EB05A9C97B7F9 (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * __this, const RuntimeMethod* method); // System.Net.Configuration.SettingsSectionInternal System.Net.Configuration.SettingsSectionInternal::get_Section() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * SettingsSectionInternal_get_Section_m08BBD565469D067FFFC6934765D82ACAF758084A_inline (const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetIPProtectionLevel_m4E9FDB46A681CF2DA3FE641B417479815F9BBA0C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___level0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::SocketDefaults() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SocketDefaults_m39FA910B28B5CF8833C6D363E343A43D45540F4F (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.SafeHandle::DangerousGetHandle() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_IsBound() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_IsBound_m67D559154A1B175E8B384DF0DBCC98EB0EA53830_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, 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.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___optionLevel0, int32_t ___optionName1, int32_t ___optionValue2, const RuntimeMethod* method); // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::get_AddressFamily() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Socket_get_AddressFamily_m390B53FAAF0DFF8E8BE844F83AFB06D9E53D891B_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __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.Boolean System.Net.Sockets.Socket::get_DualMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_DualMode_mD01944E72CD2FA47B9AA7DC1748BD9C4AE22835E (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Send(System.Collections.Generic.IList`1>,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_m77328B1F3378D0C5B40B15C01FA2226257B706AE (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___buffers0, int32_t ___socketFlags1, int32_t* ___errorCode2, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketException::.ctor(System.Net.Sockets.SocketError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketException__ctor_m8625815C7AFB0F3BF9287520D8F64A69199D6DCA (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * __this, int32_t ___socketError0, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Send(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_mF1AF06B447E1671097A0515BD6170DB92368E8D5 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Receive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_mD8C41C5E04F7A9AEAA8E9D7534970F50918427BF (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Receive(System.Collections.Generic.IList`1>,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_m7D07ECE91DA04210066EB6E373376817E0A024F1 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___buffers0, int32_t ___socketFlags1, int32_t* ___errorCode2, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::IOControl(System.Int32,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_IOControl_mEF60AD4FE7242DEF5BC2A1E05E7DCFF2F3F4B7FE (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___ioControlCode0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___optionInValue1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___optionOutValue2, 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.IAsyncResult System.Net.Sockets.Socket::BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginSend_mE51B200464A077562C33CBEE5421A7F18CA198D8 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback5, RuntimeObject * ___state6, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult,System.Net.Sockets.SocketError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_EndSend_m1D4BCE94C7D318281B9A4D24A99B14B0E66AC160 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginReceive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginReceive_m7AFA3F22DAD771579F060D344EA1B44C3F55C912 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback5, RuntimeObject * ___state6, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult,System.Net.Sockets.SocketError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_EndReceive_mBD6A39DBD9C6D68BB28A2F6A9364BF2BC48CFEBA (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, 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.Object System.Net.Sockets.Socket::get_InternalSyncObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Socket_get_InternalSyncObject_m7688ABCFC9261B620C284D0B8A625FAF159F98B9 (const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::IsProtocolSupported(System.Net.NetworkInformation.NetworkInterfaceComponent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_IsProtocolSupported_m60240825F125A36DF31346D46AE38EF3CE313E65 (int32_t ___networkInterface0, const RuntimeMethod* method); // System.Boolean System.Net.Configuration.SettingsSectionInternal::get_Ipv6Enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsSectionInternal_get_Ipv6Enabled_m0105C8B95D00D8D79A809E41A85127B0C9A66701 (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __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.Boolean System.Net.Sockets.Socket::get_CleanedUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_CleanedUp_m74D2A5015FB338E942B827B5AD89A618C51EFA35 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Shutdown_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SocketShutdown,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Shutdown_internal_m8E3CC5039CC5B5B5C9CAE4A6DE00917819AB3E84 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t ___how1, int32_t* ___error2, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.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 System.Net.Sockets.Socket::SetSocketOption_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object,System.Byte[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_internal_m3C0DCC5F09156DAB95BEAC3FA8446C20D5FFC7CE (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t ___level1, int32_t ___name2, RuntimeObject * ___obj_val3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byte_val4, int32_t ___int_val5, int32_t* ___error6, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::set_DontFragment(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_DontFragment_m12EFF1A7E7239447C5D8EBF54D7A43508CD8FC24 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::set_NoDelay(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_NoDelay_m34DCB8BF5275A85E1687308D0D016E860F229732 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::set_DualMode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_DualMode_mAFC0E6235283469EF1DB58C56262202A9009CFFD (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::ThrowIfDisposedAndClosed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Available_internal(System.Net.Sockets.SafeSocketHandle,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Available_internal_m1967A36BDF6A8E97585FBA24C1B6FFBD3BBFC786 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t* ___error1, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Available_internal(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Available_internal_m53597617D84BCE2875F9AE0443D5D33EE4255D55 (intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method); // System.Net.SocketAddress System.Net.Sockets.Socket::LocalEndPoint_internal(System.Net.Sockets.SafeSocketHandle,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * Socket_LocalEndPoint_internal_m4AA6ACEBD033984EFC21A54BBDE353EF38E81DD8 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t ___family1, int32_t* ___error2, const RuntimeMethod* method); // System.Net.SocketAddress System.Net.Sockets.Socket::LocalEndPoint_internal(System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * Socket_LocalEndPoint_internal_m0FA7C1600DDDE2C08AC573B593D0037503609142 (intptr_t ___socket0, int32_t ___family1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Blocking_internal(System.Net.Sockets.SafeSocketHandle,System.Boolean,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Blocking_internal_mBFE86D9201017AA5063ED33650C045BAEC545F6B (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, bool ___block1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::ThrowIfUdp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_ThrowIfUdp_m7F28AFD15A102E911AEE9B08125794162C2A26F8 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::Poll_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SelectMode,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_Poll_internal_mC7048C47B822031CD3A719D118051660B7688D4F (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t ___mode1, int32_t ___timeout2, int32_t* ___error3, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::Poll_internal(System.IntPtr,System.Net.Sockets.SelectMode,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_Poll_internal_m907B66F670EDE29D80235B6966621FBE045FA7AE (intptr_t ___socket0, int32_t ___mode1, int32_t ___timeout2, int32_t* ___error3, const RuntimeMethod* method); // System.Net.Sockets.SafeSocketHandle System.Net.Sockets.Socket::Accept_internal(System.Net.Sockets.SafeSocketHandle,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * Socket_Accept_internal_mEC49934871889768AA29590484D3C6E62CBA75C9 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t* ___error1, bool ___blocking2, 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.Net.Sockets.ProtocolType System.Net.Sockets.Socket::get_ProtocolType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Socket_get_ProtocolType_m01D6FD7559F27913038834E519A4A54B81039644_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType,System.Net.Sockets.SafeSocketHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket__ctor_m8F2A88DD5CDD8D8B6715A4F74E3C29092245B091 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safe_handle3, 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.Void System.Net.Sockets.Socket::set_Blocking(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_Blocking_m5DCBD637AD0FE63E9A67C1763C91A58799A314E2 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, bool ___value0, 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 System.Net.Sockets.SocketAsyncResult::.ctor(System.Net.Sockets.Socket,System.AsyncCallback,System.Object,System.Net.Sockets.SocketOperation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult__ctor_mF4024A1E5EAD56E00839672EED0126EC34FD9917 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___state2, int32_t ___operation3, const RuntimeMethod* method); // System.IntPtr System.Net.Sockets.SocketAsyncResult::get_Handle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SocketAsyncResult_get_Handle_m0A9F83AD4D06B5E31F63012A1A4557FB48940C44 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, const RuntimeMethod* method); // System.Void System.IOSelectorJob::.ctor(System.IOOperation,System.IOAsyncCallback,System.IOAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOSelectorJob__ctor_m8047B29992961582F968FFB25D95662807C44B59 (IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * __this, int32_t ___operation0, IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___callback1, IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 * ___state2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::QueueIOSelectorJob(System.Threading.SemaphoreSlim,System.IntPtr,System.IOSelectorJob) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_QueueIOSelectorJob_mED926AA0CA86E558C83A306AFC0FC5F918E36327 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ___sem0, intptr_t ___handle1, IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * ___job2, const RuntimeMethod* method); // System.Net.Sockets.Socket System.Net.Sockets.Socket::EndAccept(System.Byte[]&,System.Int32&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * Socket_EndAccept_mCED29DC1DB5BC10309535B190B35DDF704668ABC (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** ___buffer0, int32_t* ___bytesTransferred1, RuntimeObject* ___asyncResult2, const RuntimeMethod* method); // System.Net.Sockets.SocketAsyncResult System.Net.Sockets.Socket::ValidateEndIAsyncResult(System.IAsyncResult,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * Socket_ValidateEndIAsyncResult_m8463696F3CAF01ED5982FF8200C6A53D60C33628 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___ares0, String_t* ___methodName1, String_t* ___argName2, const RuntimeMethod* method); // System.Boolean System.IOAsyncResult::get_IsCompleted() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IOAsyncResult_get_IsCompleted_m22B40C642B779F95E0D4997A336040E89C492291_inline (IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 * __this, const RuntimeMethod* method); // System.Threading.WaitHandle System.IOAsyncResult::get_AsyncWaitHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * IOAsyncResult_get_AsyncWaitHandle_m8BBC83F5F781EE26F35A122B25331DACEB4E558C (IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketAsyncResult::CheckIfThrowDelayedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_CheckIfThrowDelayedException_m5ED469CF2CCFD1E9B2A5621769B8CB27AB89DE45 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.SafeSocketHandle::RegisterForBlockingSyscall() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSocketHandle_RegisterForBlockingSyscall_m7033111DA7B1012B9C4155D892EED598876C2AB3 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * __this, const RuntimeMethod* method); // System.IntPtr System.Net.Sockets.Socket::Accept_internal(System.IntPtr,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Socket_Accept_internal_m449FD9BB4E411F3B2A6EFEC80ACF21DABAFA4C2A (intptr_t ___sock0, int32_t* ___error1, bool ___blocking2, const RuntimeMethod* method); // System.Void System.Net.Sockets.SafeSocketHandle::UnRegisterForBlockingSyscall() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSocketHandle_UnRegisterForBlockingSyscall_m283CE3E82686E5FC7999EDD609DF74A48652D4B3 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * __this, const RuntimeMethod* method); // System.Net.IPEndPoint System.Net.Sockets.Socket::RemapIPEndPoint(System.Net.IPEndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * Socket_RemapIPEndPoint_m940DF8512A590EE50576782DFCAAAC9DF8F3E06C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___input0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Bind_internal(System.Net.Sockets.SafeSocketHandle,System.Net.SocketAddress,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Bind_internal_m7A49157D9CCDEE2CF8A58C4C17B23641FE452C46 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * ___sa1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Bind_internal(System.IntPtr,System.Net.SocketAddress,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Bind_internal_m58538BA7F18B98B3892F52D25E17C09C92CC8357 (intptr_t ___sock0, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * ___sa1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Listen_internal(System.Net.Sockets.SafeSocketHandle,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Listen_internal_m6D05FAA2A6F08840A5EAED4E7640DC64DD063DF7 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t ___backlog1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Listen_internal(System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Listen_internal_m36F02A8A9045D2933D7ABF53390734B40223F4AF (intptr_t ___sock0, int32_t ___backlog1, int32_t* ___error2, const RuntimeMethod* method); // System.Net.IPAddress System.Net.IPEndPoint::get_Address() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * IPEndPoint_get_Address_mD98DD9465D2DE39A73DD098B79062DBCE15C2A95_inline (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Connect_internal(System.Net.Sockets.SafeSocketHandle,System.Net.SocketAddress,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Connect_internal_mA19FD873D30EBC46E6FF890DF4BDE5856BEEC7D8 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * ___sa1, int32_t* ___error2, bool ___blocking3, const RuntimeMethod* method); // System.Net.IPAddress[] System.Net.Dns::GetHostAddresses(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* Dns_GetHostAddresses_m03DF596F20ACED2C3F0DE74E954D5519FD08CC0B (String_t* ___hostNameOrAddress0, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.Net.IPAddress[],System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m8000CE38F7C701D1B4F07B498C222E718BC5074B (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___addresses0, int32_t ___port1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___requestCallback2, RuntimeObject * ___state3, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::BeginSConnect(System.Net.Sockets.SocketAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_BeginSConnect_mBBA6C0E3DFDAFF3161A97FCBDFCE5B31D327D5B5 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * ___sockares0, 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.Void System.Net.Sockets.Socket::BeginMConnect(System.Net.Sockets.SocketAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_BeginMConnect_mF4CC11F2DFFDF4FBCA21FDC87BEE2C166FF082C9 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * ___sockares0, const RuntimeMethod* method); // System.Void System.Net.IPEndPoint::.ctor(System.Net.IPAddress,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPEndPoint__ctor_m22783A215BA0B38674F6A6CB6803804268561321 (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, int32_t ___port1, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Exception,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m44E31D06CAA7D0EFE0A7BB6EA24ADDB14EA625AC (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, Exception_t * ___e0, bool ___synch1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Dispose_mFFFB9D0CAE3EEE02F0D3DA250D5E52F0DD51B098 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m7A55E54CBF74652E5784D34402B88CAB8A18601A (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, bool ___synch0, const RuntimeMethod* method); // System.Void System.IOSelector::Add(System.IntPtr,System.IOSelectorJob) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOSelector_Add_m27D61E1068D6587F2A99B3F2751C87040CCC2157 (intptr_t ___handle0, IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * ___job1, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Connect_internal(System.IntPtr,System.Net.SocketAddress,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Connect_internal_m242B10939F582632598FBBCD15D4DC8F8DDD773C (intptr_t ___sock0, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * ___sa1, int32_t* ___error2, bool ___blocking3, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Disconnect_internal(System.Net.Sockets.SafeSocketHandle,System.Boolean,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Disconnect_internal_mC594BC70DA44BB91B22F5068BD40311333B098E0 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, bool ___reuse1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.PlatformNotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05 (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Disconnect_internal(System.IntPtr,System.Boolean,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Disconnect_internal_m646997B72978F5CC1C3E28AF92F11F8F8D3FB265 (intptr_t ___sock0, bool ___reuse1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::ThrowIfBufferNull(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_ThrowIfBufferNull_mCE5DE853E71FD065E5D5415BAFEDB84CA261DAD3 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::ThrowIfBufferOutOfRange(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_ThrowIfBufferOutOfRange_m571DD069DDC7952B1EB907941F3C202054BBE6FF (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Receive_internal(System.Net.Sockets.SafeSocketHandle,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_mE0647628B151CA069DF0099B053CDBBA5EC40627 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method); // System.Int32 System.ArraySegment`1::get_Offset() inline int32_t ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_inline (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE * __this, const RuntimeMethod* method) { return (( int32_t (*) (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *, const RuntimeMethod*))ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_gshared_inline)(__this, method); } // System.Int32 System.ArraySegment`1::get_Count() inline int32_t ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_inline (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE * __this, const RuntimeMethod* method) { return (( int32_t (*) (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *, const RuntimeMethod*))ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_gshared_inline)(__this, method); } // !0[] System.ArraySegment`1::get_Array() inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_inline (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE * __this, const RuntimeMethod* method) { return (( ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* (*) (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *, const RuntimeMethod*))ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_gshared_inline)(__this, 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.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.Marshal::UnsafeAddrOfPinnedArrayElement(!!0[],System.Int32) inline intptr_t Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___arr0, int32_t ___index1, const RuntimeMethod* method) { return (( intptr_t (*) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, const RuntimeMethod*))Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E_gshared)(___arr0, ___index1, method); } // System.Int32 System.Net.Sockets.Socket::Receive_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.Socket/WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_mA69B81910FC64BEC52C4F91ABE52C522EA82F44C (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, 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.Net.Sockets.SocketError System.Net.Sockets.SocketAsyncResult::get_ErrorCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketAsyncResult_get_ErrorCode_m56F156B7C525AF9947C56C76A8B2D0B4E545AD69 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Receive_internal(System.IntPtr,System.Net.Sockets.Socket/WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_mB032C72DA4A5809A8AB2303AFEA98F62BB60FE2E (intptr_t ___sock0, WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Receive_internal(System.IntPtr,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_m345329E7F6DFB2B46B8BAB8FCD234CDD16D069EB (intptr_t ___sock0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::ReceiveFrom_internal(System.Net.Sockets.SafeSocketHandle,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress&,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_internal_m2636BBEFE1A0C656B84F94E5CD7202DE12A560EF (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 ** ___sockaddr4, int32_t* ___error5, bool ___blocking6, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::ReceiveFrom_internal(System.IntPtr,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress&,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_internal_mAA065C65DE439D2F29A066C9372AC8A261210D7C (intptr_t ___sock0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 ** ___sockaddr4, int32_t* ___error5, bool ___blocking6, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Send_internal(System.Net.Sockets.SafeSocketHandle,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_m6D595D0C8F4B3DF41B0F3626FCF56A865B074052 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Send_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.Socket/WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_m225873D0AAD2BCB5C990B25D64F0B2E8E5EFB215 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method); // System.Void System.IOAsyncCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOAsyncCallback__ctor_mDB00FA0892C32A7922EA6D83F9B99B8BA89B9DD3 (IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/<>c__DisplayClass243_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass243_0__ctor_m5F03E623DD7362E05C09E3ABB8C803F171217FCB (U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_mF68A29EEF8843248D56B583C4CCD9C1549F99DAA (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, Exception_t * ___e0, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m266C10BA9EEF57EC12B411F13B207C638F8762A9 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, int32_t ___total0, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Send_internal(System.IntPtr,System.Net.Sockets.Socket/WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_m1165DB847D3BDFD06F7AAB047EC10B553B1DC726 (intptr_t ___sock0, WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Send_internal(System.IntPtr,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_mB02F115E8A33D27F0E90D4D4E554F7C883B1750E (intptr_t ___sock0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::GetSocketOption_obj_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_GetSocketOption_obj_internal_mAF0EEDBE063231AED55A1A3BC94DB701D4003FCE (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t ___level1, int32_t ___name2, RuntimeObject ** ___obj_val3, int32_t* ___error4, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::GetSocketOption_obj_internal(System.IntPtr,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_GetSocketOption_obj_internal_m848554BF95726EC1C666D930813390998F2370F3 (intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject ** ___obj_val3, int32_t* ___error4, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m789B4E75608A673F2CF5DDFC2E67DA20AF440A34 (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::SetSocketOption_internal(System.IntPtr,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object,System.Byte[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_internal_mE44C10E21DFD102C3354B1D0FB8FB3C3B2B081D4 (intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject * ___obj_val3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byte_val4, int32_t ___int_val5, int32_t* ___error6, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::IOControl_internal(System.Net.Sockets.SafeSocketHandle,System.Int32,System.Byte[],System.Byte[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_IOControl_internal_mCC7ABD5578FE10FF3DAA15542F1D910BD3ED8433 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t ___ioctl_code1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output3, int32_t* ___error4, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::IOControl_internal(System.IntPtr,System.Int32,System.Byte[],System.Byte[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_IOControl_internal_m7F7D81C0707D871D8952B3F798604C85036C91E2 (intptr_t ___sock0, int32_t ___ioctl_code1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output3, int32_t* ___error4, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Dispose_mF84769B30DECB4A1F3AFE68C2A82D2787D8695C1 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.IntPtr System.Net.Sockets.Socket::get_Handle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Socket_get_Handle_m90AE88992BB1B1BF82E680402CEB56A0EB10FFD4 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Linger(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Linger_m635016CAB436DE0FA43CAA80AA5C8EE90225F06A (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, intptr_t ___handle0, const RuntimeMethod* method); // 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); // 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.Sockets.Socket/<>c__DisplayClass299_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass299_0__ctor_mA2004E88EE9AC6E49EE6A5701BA464ED976A0ED4 (U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7 * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.SemaphoreSlim::WaitAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * SemaphoreSlim_WaitAsync_mCE7D6D3A6352F0A56CFFB5ECA7A9752DA0118656 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCompleted_m7EF73EE6C4F400997345371FFB10137D8E9B4E1E (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Void System.IOSelectorJob::MarkDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOSelectorJob_MarkDisposed_m59C7B222B7A2C93E838F2515F89A9BFD16CB6435 (IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_mFA74ADE24B5F0A9ECC18BC57D04B9C0B3EDD7E4C (Action_1_t20BA0CE0E9D07FB477BD3515213CA9F8C35EF142 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t20BA0CE0E9D07FB477BD3515213CA9F8C35EF142 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Threading.Tasks.Task System.Threading.Tasks.Task::ContinueWith(System.Action`1) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Task_ContinueWith_m8540E40049DA1A53066538EBEBC69DE46859748F (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, Action_1_t20BA0CE0E9D07FB477BD3515213CA9F8C35EF142 * ___continuationAction0, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_IsDualMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_IsDualMode_m79CF98B9280D1A062087666B96A4D81C349EF9A1 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Net.IPAddress System.Net.IPAddress::MapToIPv6() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * IPAddress_MapToIPv6_mA99938E0BDF716543A4C890FB694C54FBDE70B4F (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, const RuntimeMethod* method); // System.Int32 System.Net.IPEndPoint::get_Port() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IPEndPoint_get_Port_m442D84417A9E8942514FFBB9714FEE6BD094C6C3_inline (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_OSSupportsIPv4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_OSSupportsIPv4_m95D3C52E2258C13BB8405C051AB07345B11AB0D3 (const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_OSSupportsIPv6() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_OSSupportsIPv6_m98676A26C4D9F0053550BFF845320978E444C219 (const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::IsProtocolSupported_internal(System.Net.NetworkInformation.NetworkInterfaceComponent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_IsProtocolSupported_internal_mA8C3A7CA0DF595904092C13FD229757C51136E61 (int32_t ___networkInterface0, const RuntimeMethod* method); // System.Void System.AsyncCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCallback__ctor_m90AB9820D2F8B0B06E5E51AF3E9086415A122D05 (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 System.Net.SocketAddress::get_Size() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Size_m6383C5C4F9200464ACB6D583020F81019602CFA4_inline (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m84F1D8D46E48427F4DFAC350A5F1E0D345C68523 (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * __this, const RuntimeMethod* method); // System.Int32 System.IntPtr::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_get_Size_mA41B21E8BCEAACF4782B4ADEA43A859262784E1C (const RuntimeMethod* method); // System.Net.Sockets.AddressFamily System.Net.IPAddress::get_AddressFamily() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, const RuntimeMethod* method); // System.Void System.Net.SocketAddress::.ctor(System.Net.Sockets.AddressFamily,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAddress__ctor_m6684EAD0CA7CDDE9DB6E406FE1F32E6DC6B92A4E (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, int32_t ___family0, int32_t ___size1, const RuntimeMethod* method); // System.Int64 System.Net.IPAddress::get_ScopeId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t IPAddress_get_ScopeId_mEDF9FA0FCEFAC4109AEDAD316DC18C5EE841CE5B (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, const RuntimeMethod* method); // System.Byte[] System.Net.IPAddress::GetAddressBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* IPAddress_GetAddressBytes_m7ED0924E8259B6D2426B3B570B25EE7CE9B789C7 (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, const RuntimeMethod* method); // System.Void System.Net.SocketAddress::.ctor(System.Net.IPAddress) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAddress__ctor_mBE5E81FAB07F2E45BCACF1D97E1DBAAFB5E50511 (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___ipAddress0, const RuntimeMethod* method); // System.Net.Sockets.AddressFamily System.Net.SocketAddress::get_Family() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Family_m415D59360C9C2E480D2D98775983A573CCD9D7E0 (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, const RuntimeMethod* method); // System.Void System.Net.IPAddress::.ctor(System.Byte[],System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPAddress__ctor_m1E185EFDA876C940958AF536535E2E4C16C0D1D2 (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___address0, int64_t ___scopeid1, const RuntimeMethod* method); // System.Void System.Net.IPAddress::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPAddress__ctor_mA672DA31F082CC6E8B10BEC436D94450E630E16F (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, int64_t ___newAddress0, const RuntimeMethod* method); // System.Net.IPAddress System.Net.SocketAddress::GetIPAddress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * SocketAddress_GetIPAddress_mB16652A595F005C45F9F8F085C995659E33D1B07 (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, const RuntimeMethod* method); // System.Byte System.Net.SocketAddress::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SocketAddress_get_Item_m4ED599B209C73DFB72212B7B3621B1703A26C5FD (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, int32_t ___offset0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.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.Byte::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m104307B82FDCE07CA77D54B60A5D88786E5BB09D (uint8_t* __this, RuntimeObject* ___provider0, 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 System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketAsyncEventArgs::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_Dispose_m75C974426B784853880FD3146091228ABBD0CE06 (SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.EventHandler`1::Invoke(System.Object,!0) inline void EventHandler_1_Invoke_m1B35EE55470784C7BA72C6D6EAE755514C99F0E8 (EventHandler_1_t74C6C22D88FDF5301EB9838B325E0BE62472C5FE * __this, RuntimeObject * ___sender0, SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * ___e1, const RuntimeMethod* method) { (( void (*) (EventHandler_1_t74C6C22D88FDF5301EB9838B325E0BE62472C5FE *, RuntimeObject *, SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 *, const RuntimeMethod*))EventHandler_1_Invoke_mEAFD7F9E52E7DF356F3C4F0262BCFBA7769C83C0_gshared)(__this, ___sender0, ___e1, method); } // System.Void System.IOAsyncResult::.ctor(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOAsyncResult__ctor_m15A5D72B261B81BE2F8F7DA53FC0E476A3F18591 (IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 * __this, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___async_callback0, RuntimeObject * ___async_state1, const RuntimeMethod* method); // System.Net.Sockets.SocketError System.Net.Sockets.SocketException::get_SocketErrorCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketException_get_SocketErrorCode_m05A48632F6CC75FBD904E8E1AC56FC6B2577A131 (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketAsyncResult::Complete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m236141DBFB1E4B892296B548DDBCB2C04829D194 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, const RuntimeMethod* method); // System.Void System.IOAsyncResult::set_IsCompleted(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOAsyncResult_set_IsCompleted_m66D2E977BD61DC754E0AE7C7B9CB630345905183 (IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 * __this, bool ___value0, const RuntimeMethod* method); // System.AsyncCallback System.IOAsyncResult::get_AsyncCallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * IOAsyncResult_get_AsyncCallback_m28F2ACED98F5AA2F05882EAD17000A26FA3DD5BD_inline (IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 * __this, 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::UnsafeQueueUserWorkItem(System.Threading.WaitCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_UnsafeQueueUserWorkItem_mEE4D49AFD0FE457CC321A120BF1F7FEAA838DC68 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callBack0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Int32 System.Threading.SemaphoreSlim::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SemaphoreSlim_Release_m219D3186074599681AF919E9F8AAE1EE6D23B538 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, const RuntimeMethod* method); // System.Void System.IOAsyncResult::set_CompletedSynchronously(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IOAsyncResult_set_CompletedSynchronously_m4A31A9B8FEFC22E25A8DA81A338A05287487D1D9_inline (IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.SocketException::WSAGetLastError_internal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketException_WSAGetLastError_internal_m14FDA6FF11D13CFB8266F43520F315F4AA649C62 (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.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__ctor_mC836B11093135ABE3B7F402DCD0564E58B8CDA02 (Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 * __this, int32_t ___error0, String_t* ___message1, 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.String System.Exception::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_get_Message_mC7A96CEBF52567CEF612C8C75A99A735A83E883F (Exception_t * __this, const RuntimeMethod* method); // System.Int32 System.ComponentModel.Win32Exception::get_NativeErrorCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Win32Exception_get_NativeErrorCode_m15E3962B1D49FBA685728CB83758C6A3AF6F93E9_inline (Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 * __this, const RuntimeMethod* method); // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::get_Factory() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * Task_get_Factory_mB87D4DE720402FF591CD21CD2DE3D24143FA44C9_inline (const RuntimeMethod* method); // System.Void System.Func`4::.ctor(System.Object,System.IntPtr) inline void Func_4__ctor_mAEE0AECC77D2DB49FD26A03FA6586601BD9265EA (Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_4__ctor_m02FC70AABC75767051F89B53591E696ADA4E13C4_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m2976C4BD80FB4A4974F693F903760520B7F59CDF (Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Threading.Tasks.Task System.Threading.Tasks.TaskFactory::FromAsync(System.Func`4,System.Action`1,!!0,System.Object) inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * TaskFactory_FromAsync_TisEndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA_mC658C2B125275BF0245B2F3B1AA3A6BBEF3BACF8 (TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * __this, Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D * ___beginMethod0, Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 * ___endMethod1, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___arg12, RuntimeObject * ___state3, const RuntimeMethod* method) { return (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B *, Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D *, Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 *, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA *, RuntimeObject *, const RuntimeMethod*))TaskFactory_FromAsync_TisRuntimeObject_mB38C85103C0962689888886B99347A6DA5B361DE_gshared)(__this, ___beginMethod0, ___endMethod1, ___arg12, ___state3, method); } // System.Void System.Net.Security.SslStream::CheckDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_CheckDisposed_mCDA5D6100C3F568C250F904B6936DEB91E5250C3 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, 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 System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream__ctor_m56CC1EA5A22E27B0197C181B2DB6EC6A14755DED (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___innerStream0, bool ___leaveInnerStreamOpen1, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider2, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings3, const RuntimeMethod* method); // Mono.Security.Interface.IMonoSslStream System.Net.Security.SslStream::get_Impl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SslStream_get_Impl_m64EA7C2820C426A13C1693A9E66770A3F986CF86 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, 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 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.Int64 System.Diagnostics.Stopwatch::get_ElapsedTicks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Stopwatch_get_ElapsedTicks_mEA2271BCCE37E6615EFC0B377D33C9DB63CA09E8 (Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89 * __this, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromTicks(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromTicks_mEFB11986FB9A18C90F786361C9F77D176D324DBC (int64_t ___value0, const RuntimeMethod* method); // System.TimeSpan System.Diagnostics.Stopwatch::get_Elapsed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Stopwatch_get_Elapsed_m75C9FF87F9007FC8738B722002A8F8C302F5CFA6 (Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89 * __this, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalMilliseconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Int64 System.Diagnostics.Stopwatch::GetTimestamp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Stopwatch_GetTimestamp_m8BDD632ACE5FF704F108290DC1864032B9B1C0BF (const RuntimeMethod* method); // System.String System.Collections.Specialized.StringCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringCollection_get_Item_m1C00F274B95C72B7802386E253AEFD63BBF0ABC6 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.StringCollection::set_Item(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_set_Item_m9C39150B3F7E7707087939A667608314F7B7396A (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.StringCollection::Add(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_Add_m74C07154AC7259B8219DF6A79B76EF5B7E12A6EE (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Specialized.StringCollection::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringCollection_Contains_mFA733702D3C6B9BFA95AD34B74C5A0AD9DB3B30C (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.StringCollection::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_IndexOf_m0CCDCB4898AEF6BD74168E2FE480CEA739AB926F (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.StringCollection::Insert(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_Insert_m899372FA6CD26D46C1773350C67A5B7DD390F455 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.StringCollection::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_Remove_mC6A3DD305A3DFD39CB2EB0B150633F774FE93E78 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __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.Boolean System.IO.File::Exists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_mEFB0F2E165717ACA9A13202EF4ED17118858FAFE (String_t* ___path0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Chain__ctor_m55DBE2D3727F0AAD25C34A7DCA654AA6218145E4 (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainPolicy::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainPolicy__ctor_m17F37BC42389FFA54D34961E22624F615D7A2094 (X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * __this, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___store0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::set_ChainPolicy(System.Security.Cryptography.X509Certificates.X509ChainPolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Chain_set_ChainPolicy_mBCA34300EEA4783253A7B8DC281F9B858B207C92 (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __this, X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * ___value0, 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.SystemNetworkCredential::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemNetworkCredential__ctor_m1578DB215E2E9C785748EA49BA5E6FF9F145EAE5 (SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F * __this, 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.Net.Sockets.TcpClient::initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_initialize_m08961C45FDA15FB29076F593BD00367CBCD95F9B (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.TcpClient::set_Client(System.Net.Sockets.Socket) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TcpClient_set_Client_m12167E7D3DEAEEF69AF8896152A54CE613C664FC_inline (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___value0, 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.Socket System.Net.Sockets.TcpClient::get_Client() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * TcpClient_get_Client_mC5F4444D9A96380DC38E84E8A2B9E864D600C9A7_inline (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.String,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_mA2E99418FD828F25F66A3D9DBF4BB20D64ADE133 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, String_t* ___host0, int32_t ___port1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___requestCallback2, RuntimeObject * ___state3, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::EndConnect(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_EndConnect_mC014DB766DCF93646536008F55692BE9143797E6 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // 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); // 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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket__ctor_m5A4B335AEC1450ABE31CF1151F3F5A93D9D0280C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___addressFamily0, int32_t ___socketType1, int32_t ___protocolType2, const RuntimeMethod* method); // System.Boolean System.Net.ValidationHelper::ValidateTcpPort(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValidationHelper_ValidateTcpPort_m4FB59C10D4979D7CA8E203EB6E2DBB5BC872119B (int32_t ___port0, const RuntimeMethod* method); // System.Net.EndPoint System.Net.Sockets.Socket::get_LocalEndPoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * Socket_get_LocalEndPoint_m327EB4A6DD9260037F648B5ABA719BB305D40EB0 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.TcpListener::Start(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpListener_Start_mE4B737892B388EBFD51A18A8C53CCBB133B35650 (TcpListener_t96F905EC8A8737637341F4D6BC425E5188FDA14B * __this, int32_t ___backlog0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Listen(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Listen_m333EA7692DFF6A3B7BF746237EBBC22C1FBE61C4 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___backlog0, const RuntimeMethod* method); // System.Void System.Net.Sockets.TcpListener::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpListener_Stop_m113CEAB447C6BCDBCF91CEF94DCA602E4530C033 (TcpListener_t96F905EC8A8737637341F4D6BC425E5188FDA14B * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::set_ExclusiveAddressUse(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_ExclusiveAddressUse_mBC7C7EF17DAFE59D002780B2CAC633E808BFDDCA (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, bool ___value0, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginAccept(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginAccept_mED2A06CC2C7FCCCECC2E3BA1F45CF5FB108D416F (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Net.Sockets.Socket System.Net.Sockets.Socket::EndAccept(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * Socket_EndAccept_mA0518AD160E86C2728B2E4C8E1D2A7BC69E2595A (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.Void System.Net.Sockets.TcpClient::.ctor(System.Net.Sockets.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient__ctor_m8A255164A365956CC12A73846A71548F7614BE56 (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___acceptedSocket0, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() inline void LinkedList_1__ctor_mED01CBA5985C563DA4E0BB91A7B26296A7BA3F90 (LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * __this, const RuntimeMethod* method) { (( void (*) (LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 *, const RuntimeMethod*))LinkedList_1__ctor_mF0412326B070EE3A04AB6BAC4836ED176A0F6186_gshared)(__this, method); } // System.Void System.Threading.AutoResetEvent::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoResetEvent__ctor_m72D2A390415B58E10CA21E260881C88E50D9F35C (AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * __this, bool ___initialState0, 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.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, 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.Void System.EventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler__ctor_m9D4CC7B806AFF3B790E5E1A3B891F6775A146B78 (EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.AppDomain::add_DomainUnload(System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppDomain_add_DomainUnload_mE808522233A3DFCFBC771C2CB69544808938A134 (AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * __this, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___value0, const RuntimeMethod* method); // System.Void System.Net.TimerThread/InfiniteTimerQueue::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InfiniteTimerQueue__ctor_m0615ECE53786982AB9CE17517821090EAA4875FE (InfiniteTimerQueue_t1D20699FE2900CE42CDF3C92FCF2156E0A9A7E60 * __this, const RuntimeMethod* method); // System.Void System.Net.TimerThread/TimerQueue::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerQueue__ctor_m43203205D39CB2175B0E5832A359AFB952AEA9D6 (TimerQueue_tA722FEFC39AECB14D47041145F37F2C0656BC34F * __this, int32_t ___durationMilliseconds0, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddLast(T) inline LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF * LinkedList_1_AddLast_mBEE0FDAB06C80DE8EBC27C83DE3B0BEB2D0BD0EC (LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * __this, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * ___value0, const RuntimeMethod* method) { return (( LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF * (*) (LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 *, WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *, const RuntimeMethod*))LinkedList_1_AddLast_m619B1130AEA7BAFF3B1D5FCDE25AE40F2B7F8779_gshared)(__this, ___value0, 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.Net.TimerThread::StopTimerThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerThread_StopTimerThread_mF21D32E1712AE8052A36EAC8729A2755B4AA4FBF (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.String System.ComponentModel.TypeConverterAttribute::get_ConverterTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_m699652BD16C42823BE283EA769647F676122EB6B_inline (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverterAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_m23863863F742A02AA8914FB5527AFBC15DCAFA8A (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * __this, const RuntimeMethod* method); // System.String System.DomainNameHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_ParseCanonicalName_mA709519F0A1E29FAA3E60D39059E60CEAAD9B503 (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___loopback3, const RuntimeMethod* method); // System.Boolean System.Char::IsLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetter_mB969070D762B8C025232F4FF8EBED0A1A2968C05 (Il2CppChar ___c0, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_interface_struct Mono.Unity.UnityTls::get_NativeInterface() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802 (const RuntimeMethod* method); // System.IntPtr Mono.Unity.UnityTls::GetUnityTlsInterface() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UnityTls_GetUnityTlsInterface_mEB1549C22D01D9EFF5163D617DD6C524399C9168 (const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // !!0 System.Runtime.InteropServices.Marshal::PtrToStructure(System.IntPtr) inline unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * Marshal_PtrToStructure_Tisunitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD_mD08E8417CFE57E74666C9ED03FBA50853FEA3BE5 (intptr_t ___ptr0, const RuntimeMethod* method) { return (( unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * (*) (intptr_t, const RuntimeMethod*))Marshal_PtrToStructure_TisRuntimeObject_mEFB4BE35395FF3C54318F6F61A275B4639C50A3D_gshared)(___ptr0, method); } // System.IntPtr Mono.Unity.UnityTlsContext::WriteCallback(System.Void*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_WriteCallback_mE11815EF2287F4F9D27C94D0E5414DC1E2BCEFD8 (void* ___userData0, uint8_t* ___data1, intptr_t ___bufferLen2, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState3, const RuntimeMethod* method); // System.IntPtr Mono.Unity.UnityTlsContext::ReadCallback(System.Void*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_ReadCallback_m761A4E7B983E40C8D727C2251158F22F762CD419 (void* ___userData0, uint8_t* ___buffer1, intptr_t ___bufferLen2, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState3, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509verify_result Mono.Unity.UnityTlsContext::VerifyCallback(System.Void*,Mono.Unity.UnityTls/unitytls_x509list_ref,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UnityTlsContext_VerifyCallback_m8367D8479B3FD1AA41D886446279FEE8246F04B2 (void* ___userData0, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D ___chain1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTlsContext::CertificateCallback(System.Void*,Mono.Unity.UnityTls/unitytls_tlsctx*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509name*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509list_ref*,Mono.Unity.UnityTls/unitytls_key_ref*,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTlsContext_CertificateCallback_mCF0B5C35CA9C47C2FA5438BA3BA603911642333B (void* ___userData0, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx1, uint8_t* ___cn2, intptr_t ___cnLen3, unitytls_x509name_tC19C2F27FF70AD438A79A5F66E4C5FFA2613EDA6 * ___caList4, intptr_t ___caListLen5, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D * ___chain6, unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 * ___key7, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState8, const RuntimeMethod* method); // 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); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 GCHandle_Alloc_mE8C4B1D393FE153622948BF355728FCF08C98EF1 (RuntimeObject * ___value0, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_errorstate Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 unitytls_errorstate_create_t_Invoke_m6DF09A1CC8C5C38D78CC2E510F318571202E7087 (unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * __this, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_protocol Mono.Unity.UnityTlsConversions::GetMinProtocol(System.Security.Authentication.SslProtocols) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UnityTlsConversions_GetMinProtocol_mC0DC0BDE4898BF74374ED61ECC589590FC7476AD (int32_t ___protocols0, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_protocol Mono.Unity.UnityTlsConversions::GetMaxProtocol(System.Security.Authentication.SslProtocols) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UnityTlsConversions_GetMaxProtocol_m0F9734251AD599C97376A8926A88BCEEFC830D15 (int32_t ___protocols0, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_tlsctx_read_callback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_tlsctx_read_callback__ctor_m42EC0545CBCEE38C403A2AD81C2A951A18536317 (unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_tlsctx_write_callback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_tlsctx_write_callback__ctor_m4A3B6C97ADCDE640A6D51BEBF956FE89CE7FE06E (unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.GCHandle::op_Explicit(System.Runtime.InteropServices.GCHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GCHandle_op_Explicit_m8FAED630F28EBC47C794ED8BECD8963FDA3EB13E (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___value0, 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.Void Mono.Unity.UnityTlsContext::ExtractNativeKeyAndChainFromManagedCertificate(System.Security.Cryptography.X509Certificates.X509Certificate,Mono.Unity.UnityTls/unitytls_errorstate*,Mono.Unity.UnityTls/unitytls_x509list*&,Mono.Unity.UnityTls/unitytls_key*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mD5CE5AAE708D8F381231A674D62F255E2114F8DE (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___cert0, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState1, unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D ** ___nativeCertChain2, unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 ** ___nativeKey3, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509list_ref Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_ref_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list*,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D unitytls_x509list_get_ref_t_Invoke_mFADB5F4BCB29A18DD0BD689EA8180D74CD9E4E63 (unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 * __this, unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * ___list0, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState1, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_key_ref Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_get_ref_t::Invoke(Mono.Unity.UnityTls/unitytls_key*,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 unitytls_key_get_ref_t_Invoke_mE487DAB011D7F5966E09A2245399B312C2EF9111 (unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 * __this, unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 * ___key0, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState1, const RuntimeMethod* method); // System.Void Mono.Unity.Debug::CheckAndThrow(Mono.Unity.UnityTls/unitytls_errorstate,System.String,Mono.Security.Interface.AlertDescription) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_CheckAndThrow_m7936E6C6DB91CE5DA2C88D80D6B06F48997024AF (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 ___errorState0, String_t* ___context1, uint8_t ___defaultAlert2, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_tlsctx* Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_server_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange,Mono.Unity.UnityTls/unitytls_tlsctx_callbacks,System.UInt64,System.UInt64,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * unitytls_tlsctx_create_server_t_Invoke_m9BAA6CD5D7D6646AFC00AFAF4128DF92428F0F44 (unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B * __this, unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 ___supportedProtocols0, unitytls_tlsctx_callbacks_t0BB6AAF9FEBD2FAD0BBB519C8B32489C8F6F4EA8 ___callbacks1, uint64_t ___certChain2, uint64_t ___leafCertificateKey3, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState4, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509list* Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_create_t::Invoke(Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * unitytls_x509list_create_t_Invoke_m3A52B8B8AC08AA77CEDD34817D2C15209130A1F1 (unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F * __this, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState0, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_server_require_client_authentication_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_x509list_ref,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_tlsctx_server_require_client_authentication_t_Invoke_mC8E06902662956294CEC4AFCF8697671E7BA3639 (unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD * __this, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx0, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D ___clientAuthCAList1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_free_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_x509list_free_t_Invoke_m5F920A1A43E549E297391F2033A04AF8C05A3C4C (unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * __this, unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * ___list0, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_free_t::Invoke(Mono.Unity.UnityTls/unitytls_key*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_key_free_t_Invoke_m4DD025ECA7C3B5020EBF702BC4BAAE8D9B3C807B (unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F * __this, unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 * ___key0, 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.IntPtr System.IntPtr::op_Explicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B (int32_t ___value0, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_tlsctx* Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_client_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange,Mono.Unity.UnityTls/unitytls_tlsctx_callbacks,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * unitytls_tlsctx_create_client_t_Invoke_m3BABCEA6ED54FD59886B7E8685BD7BDB6145079A (unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391 * __this, unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 ___supportedProtocols0, unitytls_tlsctx_callbacks_t0BB6AAF9FEBD2FAD0BBB519C8B32489C8F6F4EA8 ___callbacks1, uint8_t* ___cn2, intptr_t ___cnLen3, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState4, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_tlsctx_certificate_callback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_tlsctx_certificate_callback__ctor_mE30600E8B0DC15C286BEBDE36DB7CF0A5DC806A3 (unitytls_tlsctx_certificate_callback_t18B3186AFC581972E9591E7D82D6D499F0F9C3EC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_certificate_callback_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_tlsctx_certificate_callback,System.Void*,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_tlsctx_set_certificate_callback_t_Invoke_m3F334D5FFB2B3C104C1E65A04B044138CE51DFAD (unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1 * __this, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx0, unitytls_tlsctx_certificate_callback_t18B3186AFC581972E9591E7D82D6D499F0F9C3EC * ___cb1, void* ___userData2, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState3, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_tlsctx_x509verify_callback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_tlsctx_x509verify_callback__ctor_mD102129FAC6B05E4B4454B322E0DE2E7BFB16B9F (unitytls_tlsctx_x509verify_callback_tFC1C7AA64F522FC925BBF4EC82C9FEC087F9BABC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_x509verify_callback_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_tlsctx_x509verify_callback,System.Void*,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_tlsctx_set_x509verify_callback_t_Invoke_m81E1B51C444B1074314AD55C22EC20E6AD8FA476 (unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4 * __this, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx0, unitytls_tlsctx_x509verify_callback_tFC1C7AA64F522FC925BBF4EC82C9FEC087F9BABC * ___cb1, void* ___userData2, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState3, const RuntimeMethod* method); // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.X509Certificate2::get_PrivateKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * X509Certificate2_get_PrivateKey_m49B88B09C59D2453F8BFC96CDAFC290948A8E581 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method); // System.Void Mono.Unity.CertHelper::AddCertificateToNativeChain(Mono.Unity.UnityTls/unitytls_x509list*,System.Security.Cryptography.X509Certificates.X509Certificate,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertHelper_AddCertificateToNativeChain_m9B02240E4BB8AF33B6DE4BF82EBDB7FE7699A5F2 (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * ___nativeCertificateChain0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Encode(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PrivateKeyInfo_Encode_m223CF826AE4E5A3DBBED53531A4C6CF6E38B0A00 (AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___aa0, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_key* Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_der_t::Invoke(System.Byte*,System.IntPtr,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 * unitytls_key_parse_der_t_Invoke_m108AFDBB38B2C1AD429E957CD5BEA93D23C152E6 (unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9 * __this, uint8_t* ___buffer0, intptr_t ___bufferLen1, uint8_t* ___password2, intptr_t ___passwordLen3, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState4, const RuntimeMethod* method); // System.IntPtr Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_read_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t unitytls_tlsctx_read_t_Invoke_m142B61FBEE88603BE95202B62762E92008324935 (unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3 * __this, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx0, uint8_t* ___buffer1, intptr_t ___bufferLen2, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState3, const RuntimeMethod* method); // System.Int32 System.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_op_Explicit_m955DDFE2288BA8A4EE7ABBC7D2BDBD0E9004A88E (intptr_t ___value0, 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.IntPtr Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_write_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t unitytls_tlsctx_write_t_Invoke_m4365C50B81B1904232514233B8252D15E3059416 (unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9 * __this, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx0, uint8_t* ___data1, intptr_t ___bufferLen2, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState3, const RuntimeMethod* method); // 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); // System.Boolean Mono.Security.Interface.MonoTlsSettings::get_SendCloseNotify() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MonoTlsSettings_get_SendCloseNotify_m18E22AF7BB290C1C1B88EC0B25A087E27A8ACBAE_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_notify_close_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_tlsctx_notify_close_t_Invoke_m1DF2F894CC7D1DAC1ED86AB643EF4D9482DBDBDD (unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB * __this, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx0, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState1, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_free_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_tlsctx_free_t_Invoke_m54B2D3A510B87650E7AF041CC60A9FF44ECA9437 (unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA * __this, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate_Dispose_m32AB30589D85522C3824BAD039EC4EC68AB9BE46 (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * __this, const RuntimeMethod* method); // 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); // Mono.Security.Interface.CipherSuiteCode[] Mono.Security.Interface.MonoTlsSettings::get_EnabledCiphers() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* MonoTlsSettings_get_EnabledCiphers_mE119485E2178A50C4AE29FDC7AD43A9530FC545B_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_supported_ciphersuites_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_ciphersuite*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_tlsctx_set_supported_ciphersuites_t_Invoke_mE7E379E36B2B4719ECF97F375682CD0DBF407F1B (unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E * __this, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx0, uint32_t* ___supportedCiphersuites1, intptr_t ___supportedCiphersuitesLen2, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState3, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509verify_result Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_process_handshake_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t unitytls_tlsctx_process_handshake_t_Invoke_mB249F948100B2752B2A6BF79C7F9038523C1C89B (unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C * __this, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx0, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState1, 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.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); // System.Void Mono.Security.Interface.TlsException::.ctor(Mono.Security.Interface.AlertDescription,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsException__ctor_m3A87593B9EED79C7E1E0EDA7618CF0BAC393C2B3 (TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 * __this, uint8_t ___description0, String_t* ___message1, const RuntimeMethod* method); // System.Void Mono.Unity.Debug::CheckAndThrow(Mono.Unity.UnityTls/unitytls_errorstate,Mono.Unity.UnityTls/unitytls_x509verify_result,System.String,Mono.Security.Interface.AlertDescription) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_CheckAndThrow_m7A66A3C29F16FFAE652BD0BBC01B1160CC76EA66 (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 ___errorState0, uint32_t ___verifyResult1, String_t* ___context2, uint8_t ___defaultAlert3, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_ciphersuite Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_ciphersuite_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t unitytls_tlsctx_get_ciphersuite_t_Invoke_mDA134EC5BFA53F4985D9D10A8D4ACB971AE6D0A1 (unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4 * __this, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx0, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState1, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_protocol Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_protocol_t::Invoke(Mono.Unity.UnityTls/unitytls_tlsctx*,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t unitytls_tlsctx_get_protocol_t_Invoke_m756BD8E367A9BF2872A3A2183366B5C5098A634C (unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6 * __this, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx0, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState1, const RuntimeMethod* method); // System.Void Mono.Security.Interface.MonoTlsConnectionInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsConnectionInfo__ctor_m6AA817B4610065EEE20089782EBD3CCBF7D47C21 (MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B * __this, const RuntimeMethod* method); // System.Void Mono.Security.Interface.MonoTlsConnectionInfo::set_CipherSuiteCode(Mono.Security.Interface.CipherSuiteCode) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsConnectionInfo_set_CipherSuiteCode_m253BA016164BDD9512F5B04565060EBA07556912_inline (MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B * __this, uint16_t ___value0, const RuntimeMethod* method); // Mono.Security.Interface.TlsProtocols Mono.Unity.UnityTlsConversions::ConvertProtocolVersion(Mono.Unity.UnityTls/unitytls_protocol) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTlsConversions_ConvertProtocolVersion_m0034F4C37220096119219667B4AFA4B3FFE3C115 (uint32_t ___protocol0, const RuntimeMethod* method); // System.Void Mono.Security.Interface.MonoTlsConnectionInfo::set_ProtocolVersion(Mono.Security.Interface.TlsProtocols) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsConnectionInfo_set_ProtocolVersion_m299D388762D5115E7CE0A49EB7F0BD9DAFD36708_inline (MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B * __this, int32_t ___value0, const RuntimeMethod* method); // System.String Mono.Net.Security.MobileTlsContext::get_ServerName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MobileTlsContext_get_ServerName_mDB9D97589ED6FF43DC54F753C4338691DA302B07_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method); // System.Void Mono.Security.Interface.MonoTlsConnectionInfo::set_PeerDomainName(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsConnectionInfo_set_PeerDomainName_m369B7685E07044B0BE92325A3F7A61A143A9145A_inline (MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B * __this, String_t* ___value0, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14 (void* ___value0, const RuntimeMethod* method); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 GCHandle_op_Explicit_mC752EDC0CDFE3727BEA65D0DFE679DDF0B9D2BF7 (intptr_t ___value0, const RuntimeMethod* method); // System.Object System.Runtime.InteropServices.GCHandle::get_Target() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GCHandle_get_Target_m6C296AD6520ECDAFC9498E9387677F522871F883 (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // System.IntPtr Mono.Unity.UnityTlsContext::WriteCallback(System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_WriteCallback_mB052756E2D187C3FCC59F9C90DC574444D88AAE1 (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, uint8_t* ___data0, intptr_t ___bufferLen1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m5B5711DAE25F766427A60AA33208E669EACD0716 (intptr_t ___source0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method); // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileTlsContext::get_Parent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * MobileTlsContext_get_Parent_mA247FA590751030497F9B039ED3543748981EDC3_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method); // 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); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_raise_error_t::Invoke(Mono.Unity.UnityTls/unitytls_errorstate*,Mono.Unity.UnityTls/unitytls_error_code) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_errorstate_raise_error_t_Invoke_mB92B8CF1876FF0C9467C82918E427EBD324D8D8A (unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * __this, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState0, uint32_t ___errorCode1, const RuntimeMethod* method); // System.IntPtr Mono.Unity.UnityTlsContext::ReadCallback(System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_ReadCallback_mE959A9C94E3AB908FD5AE20C21B4CB6FA46DE6FD (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, uint8_t* ___buffer0, intptr_t ___bufferLen1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, const RuntimeMethod* method); // 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); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_mBDE4BE8D48B38EEB9AC3CFFD818A3E6B08E55731 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___source0, int32_t ___startIndex1, intptr_t ___destination2, int32_t ___length3, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509verify_result Mono.Unity.UnityTlsContext::VerifyCallback(Mono.Unity.UnityTls/unitytls_x509list_ref,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UnityTlsContext_VerifyCallback_m7A39B7F3311262CCC65B615F0B1841AEC3EBD6A2 (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D ___chain0, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState1, const RuntimeMethod* method); // System.Void Mono.Unity.X509ChainImplUnityTls::.ctor(Mono.Unity.UnityTls/unitytls_x509list_ref) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImplUnityTls__ctor_mCB15EEDD1B74D120351A35284065CA25A7416BA2 (X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * __this, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D ___nativeCertificateChain0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::.ctor(System.Security.Cryptography.X509Certificates.X509ChainImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Chain__ctor_m3406D90977BB9160C7275CF5EA0FA629CEE4F386 (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __this, X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * ___impl0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainElementCollection System.Security.Cryptography.X509Certificates.X509Chain::get_ChainElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * X509Chain_get_ChainElements_mEA079D18934C900F8AE7E24CC8B143C27A7365DD (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainElement System.Security.Cryptography.X509Certificates.X509ChainElementCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 * X509ChainElementCollection_get_Item_m87736EDD3B7649BCC883759FA1CEB61705B9BDD6 (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509ChainElement::get_Certificate() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * X509ChainElement_get_Certificate_m586BA432D80368AAE40A0524D4770C39BDC640C9_inline (X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 * __this, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTlsContext::CertificateCallback(Mono.Unity.UnityTls/unitytls_tlsctx*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509name*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509list_ref*,Mono.Unity.UnityTls/unitytls_key_ref*,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTlsContext_CertificateCallback_m7E54408ABCE341F31E4470746F9BFE2799B86297 (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx0, uint8_t* ___cn1, intptr_t ___cnLen2, unitytls_x509name_tC19C2F27FF70AD438A79A5F66E4C5FFA2613EDA6 * ___caList3, intptr_t ___caListLen4, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D * ___chain5, unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 * ___key6, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState7, const RuntimeMethod* method); // 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); // System.Boolean System.Enum::HasFlag(System.Enum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E (RuntimeObject * __this, Enum_t23B90B40F60E677A8025267341651C94AE079CDA * ___flag0, const RuntimeMethod* method); // Mono.Security.Interface.IMonoSslStream System.Net.Security.SslStream::CreateMonoSslStream(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SslStream_CreateMonoSslStream_m74BE8E0D40817CE69596C1C0DED1D85F59EA6EBC (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___innerStream0, bool ___leaveInnerStreamOpen1, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider2, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings3, const RuntimeMethod* method); // System.Void Mono.Unity.UnityTlsStream::.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 UnityTlsStream__ctor_m729A992C4510BCCEA67907859E15ADD36EFF6A27 (UnityTlsStream_t5784F133557D22D26A11BB9352CFC076BF8DC84B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___innerStream0, bool ___leaveInnerStreamOpen1, SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * ___owner2, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings3, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider4, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::get_Impl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * X509Chain_get_Impl_mDFDF83101E18C675FBA93E833DDBC458D8427E7E (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __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.X509Chain Mono.Net.Security.SystemCertificateValidator::CreateX509Chain(System.Security.Cryptography.X509Certificates.X509CertificateCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * SystemCertificateValidator_CreateX509Chain_mC69602AAD344A88C338A3DF8CAE71000D30B6264 (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certs0, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509list_ref Mono.Unity.X509ChainImplUnityTls::get_NativeCertificateChain() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D X509ChainImplUnityTls_get_NativeCertificateChain_mCF317E093A598896E07D14E5F3818BD5AE1D59AB_inline (X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * __this, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509_ref Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_x509_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list_ref,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_x509_ref_t4B933FE1711F247F993EE07326F67B7DFFD7DAA5 unitytls_x509list_get_x509_t_Invoke_m58A02DBC5C5C9A0C693DFDE3BEBCE8518C5BEDFE (unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 * __this, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D ___list0, intptr_t ___index1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void Mono.Unity.CertHelper::AddCertificatesToNativeChain(Mono.Unity.UnityTls/unitytls_x509list*,System.Security.Cryptography.X509Certificates.X509CertificateCollection,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertHelper_AddCertificatesToNativeChain_m01FF59F30DBE0728865ECF561D4F0A17186FC9DA (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * ___nativeCertificateChain0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certificates1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Interface.MonoTlsSettings::get_TrustAnchors() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * MonoTlsSettings_get_TrustAnchors_mEBC0221CE33DCA689174469D4869AB0A88D533F7_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509verify_result Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_explicit_ca_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list_ref,Mono.Unity.UnityTls/unitytls_x509list_ref,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509verify_callback,System.Void*,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t unitytls_x509verify_explicit_ca_t_Invoke_m56F009ABDD7ED613CB6AC27AF8CAD6E6FB34555B (unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316 * __this, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D ___chain0, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D ___trustCA1, uint8_t* ___cn2, intptr_t ___cnLen3, unitytls_x509verify_callback_tFB7A5A2C48B19A81F927615C45B50BDFEB68A00C * ___cb4, void* ___userData5, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState6, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509verify_result Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_default_ca_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list_ref,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509verify_callback,System.Void*,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t unitytls_x509verify_default_ca_t_Invoke_m22C2DE021D3D750655FFEF54BE2B030596F1A82E (unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97 * __this, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D ___chain0, uint8_t* ___cn1, intptr_t ___cnLen2, unitytls_x509verify_callback_tFB7A5A2C48B19A81F927615C45B50BDFEB68A00C * ___cb3, void* ___userData4, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState5, const RuntimeMethod* method); // Mono.Security.Interface.MonoSslPolicyErrors Mono.Unity.UnityTlsConversions::VerifyResultToPolicyErrror(Mono.Unity.UnityTls/unitytls_x509verify_result) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTlsConversions_VerifyResultToPolicyErrror_m82132CA7804254909B19D3F789F6903C54A033E2 (uint32_t ___verifyResult0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags Mono.Unity.UnityTlsConversions::VerifyResultToChainStatus(Mono.Unity.UnityTls/unitytls_x509verify_result) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTlsConversions_VerifyResultToChainStatus_mE050899FF417020132E3282BFC6D10FEBB33EE28 (uint32_t ___verifyResult0, const RuntimeMethod* method); // System.Void Mono.Unity.X509ChainImplUnityTls::AddStatus(System.Security.Cryptography.X509Certificates.X509ChainStatusFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImplUnityTls_AddStatus_m9B56480F6C492FED2C59E8A5AAAA30B74F061E10 (X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * __this, int32_t ___errorCode0, const RuntimeMethod* method); // System.Void Mono.Security.Interface.MonoTlsProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsProvider__ctor_m158F98FFC13985AEA169D93B13728FE5018B4352 (MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * __this, const RuntimeMethod* method); // 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); // System.Void Mono.Unity.UnityTlsContext::.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 UnityTlsContext__ctor_mC0C9DB6F5662F4076B3C4B21445826FFEB1C72D0 (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___serverMode1, String_t* ___targetHost2, int32_t ___enabledProtocols3, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate4, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates5, bool ___askForClientCert6, const RuntimeMethod* method); // System.Void System.Net.NetworkInformation.CommonUnixIPGlobalProperties::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonUnixIPGlobalProperties__ctor_m60C46E122AF76BCED16DD7F3FD5EFF74C093F83C (CommonUnixIPGlobalProperties_t74F6A363223CF97FAB9A43E71FEAF07F2681F928 * __this, 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.Boolean System.UriParser::InFact(System.UriSyntaxFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * __this, int32_t ___flags0, const RuntimeMethod* method); // System.UriSyntaxFlags System.UriParser::get_Flags() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UriParser_get_Flags_mDAA0D828057CA2CA4493FD152D3760E975BAE7F0_inline (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * __this, const RuntimeMethod* method); // System.Boolean System.Uri::NotAny(System.Uri/Flags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, uint64_t ___flags0, const RuntimeMethod* method); // System.Boolean System.Uri::StaticNotAny(System.Uri/Flags,System.Uri/Flags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticNotAny_m4D46ED46C6C293479D37674FE7EEB2266BF362D3 (uint64_t ___allFlags0, uint64_t ___checkFlags1, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsDosPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsDosPath_m3374B9D26D6B547862ACB2E617AB6F96CA31A5AF (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, 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.Void System.Uri::CreateUriInfo(System.Uri/Flags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateUriInfo_mD8864BD45B6397D4C3AED68BA2D3EAEB520DB9E6 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, uint64_t ___cF0, const RuntimeMethod* method); // System.Void System.Uri::ParseRemaining() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseRemaining_m8C4350479C64906DDE464595F8BE5F8C14F2038D (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Uri/UriInfo System.Uri::EnsureUriInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::InFact(System.Uri/Flags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, uint64_t ___flags0, const RuntimeMethod* method); // System.Void System.Uri::CreateHostString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateHostString_m2C549411869B57ADE6595800B6493BDB0A52F124 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.Uri::CreateThis(System.String,System.Boolean,System.UriKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateThis_m86E72577BCB9A6FDF5A0EC8EDFDD5F41AD3256FC (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uri0, bool ___dontEscape1, int32_t ___uriKind2, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsAbsoluteUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.Uri::CreateUri(System.Uri,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateUri_mCAE7D6A4588E2FF4507FF9198B856FD7354DBE0D (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, String_t* ___relativeUri1, bool ___dontEscape2, const RuntimeMethod* method); // System.UriParser System.Uri::get_Syntax() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Boolean System.UriParser::get_IsSimple() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_get_IsSimple_m09BA6505FDD1AE0BF6C711AE9C2C3F9379B868F8 (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * __this, const RuntimeMethod* method); // System.Uri System.Uri::ResolveHelper(System.Uri,System.Uri,System.String&,System.Boolean&,System.UriFormatException&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * Uri_ResolveHelper_mA18C06D627E72E81F0848DA4C02CE7675D139CD7 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___relativeUri1, String_t** ___newUriString2, bool* ___userEscaped3, UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** ___e4, const RuntimeMethod* method); // System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m1CFADE0F122D3B996C7B1871646FA1570AF399E5 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, const RuntimeMethod* method); // System.Void System.Uri::CreateThisFromUri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateThisFromUri_mCD4CFC7C223ADB909C634DA7EAE279DCD9BF5C14 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___otherUri0, const RuntimeMethod* method); // System.String System.UriParser::InternalResolve(System.Uri,System.Uri,System.UriFormatException&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UriParser_InternalResolve_m7EF249EAEFB9DDE866F9830E91CC61E09F1548E9 (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___thisBaseUri0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uriLink1, UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** ___parsingError2, const RuntimeMethod* method); // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D (const RuntimeMethod* method); // System.ParsingError System.Uri::CheckSchemeSyntax(System.Char*,System.UInt16,System.UriParser&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CheckSchemeSyntax_m2390F44FEDD9E7489EF8F607B862B6210A9DC404 (Il2CppChar* ___ptr0, uint16_t ___length1, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** ___syntax2, 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.String System.Uri::get_OriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Uri::CombineUri(System.Uri,System.String,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_CombineUri_mC799BAF9A767DCE3A906D27DF1A947D0CB684E54 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___basePart0, String_t* ___relativePart1, int32_t ___uriFormat2, const RuntimeMethod* method); // System.Void System.UriFormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * __this, String_t* ___textString0, 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.Uri::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_GetObjectData_mB720AACE3C54C5B104A7DF0658369C7F7914E895 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method); // System.String System.Uri::GetParts(System.UriComponents,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___uriParts0, int32_t ___formatAs1, 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.Boolean System.Uri::get_IsNotAbsoluteUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Uri::get_PrivateAbsolutePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_PrivateAbsolutePath_mB480D22E4DBE280587D24BCF9A57D3C096C4A833 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.Uri/MoreInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MoreInfo__ctor_mF8515B2BCCB5E7DC008164794946ADE7ADBCD2BD (MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * __this, const RuntimeMethod* method); // System.String System.Uri::GetLocalPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetLocalPath_mCEB791B43D5872D4D6230A21E2DFC93166CEDA1B (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.Uri::EnsureHostString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_EnsureHostString_m47897EC94F83DFE1CA16CE71167DDD3CC986C22A (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, bool ___allowDnsOptimization0, const RuntimeMethod* method); // System.Uri/Flags System.Uri::get_HostType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Uri_get_HostType_m6C142BC37D44CF1F53D80627455BC6B1CB747820 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.UriParser::get_SchemeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * __this, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsUncPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUncPath_m1004A84C83F38F40A4AD1334F22BDDE658EF8E99 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Object System.Uri::get_InitializeLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Uri_get_InitializeLock_m974D0E7509860787487C6D190475A0941ECC30D9 (const RuntimeMethod* method); // System.Void System.Uri::EnsureParseRemaining() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_EnsureParseRemaining_m7BC86BEFE07F56D480C9ACBCE64983806F6789BB (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsFile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsFile_mCFA022C6E4641EBD7285A01056B7E201CEFD2C73 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsLoopback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsLoopback_m6988313CE348064A6A068347D878DDC51594B710 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsUncOrDosPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUncOrDosPath_mF197920D1C1DBDE10A3478855D89D36210D8CE94 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsImplicitFile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_mA7DE3D6FE3344FD65108B33BD1DE8020D22ADAC0 (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method); // System.String System.String::Insert(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Insert_m6F5335C84ACB178D4141772E1D7F2EB7811990EB (String_t* __this, int32_t ___startIndex0, String_t* ___value1, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method); // System.Char[] System.UriHelper::UnescapeString(System.String,System.Int32,System.Int32,System.Char[],System.Int32&,System.Char,System.Char,System.Char,System.UnescapeMode,System.UriParser,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591 (String_t* ___input0, int32_t ___start1, int32_t ___end2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___dest3, int32_t* ___destPosition4, Il2CppChar ___rsvd15, Il2CppChar ___rsvd26, Il2CppChar ___rsvd37, int32_t ___unescapeMode8, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax9, bool ___isQuery10, const RuntimeMethod* method); // System.Char[] System.Uri::Compress(System.Char[],System.UInt16,System.Int32&,System.UriParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* Uri_Compress_m0AC629D11323C8DF4E6CCEDC31D737FEAA384D0D (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___dest0, uint16_t ___start1, int32_t* ___destLength2, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax3, 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.String System.Uri::GetUnescapedParts(System.UriComponents,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetUnescapedParts_m6F106ECABBBAFA95C3F3CA86F540B9EE0B9D01D4 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___uriParts0, int32_t ___formatAs1, const RuntimeMethod* method); // System.Int32 System.UriParser::get_DefaultPort() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UriParser_get_DefaultPort_m7ECA5BE839D36C7FF854FEA0795D8DE701487D33_inline (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * __this, const RuntimeMethod* method); // System.Boolean System.Uri::get_AllowIdn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_AllowIdn_m4031E81D7D0E44FC81C6951D78B2C836EC8270D7 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::get_OriginalStringSwitched() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_OriginalStringSwitched_m405404D361D84E268AED978DCE114F5E43583987 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::IsAsciiLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsAsciiLetter_mA7F74C96007004DB0184D149CA03949D5E18E244 (Il2CppChar ___character0, const RuntimeMethod* method); // System.Boolean System.Uri::IsAsciiLetterOrDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsAsciiLetterOrDigit_mC5604E1B62ED7337C5966CC6AD021DF841C90A83 (Il2CppChar ___character0, const RuntimeMethod* method); // System.Int32 System.Uri::CalculateCaseInsensitiveHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CalculateCaseInsensitiveHashCode_m2B4C02B5CBB139510BA6F9BCF1CB21768DA6614C (String_t* ___text0, const RuntimeMethod* method); // System.String System.Uri::GetComponentsHelper(System.UriComponents,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetComponentsHelper_mAA39E421157735AAD7D93A187CCCAED5A122C8E8 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___uriComponents0, int32_t ___uriFormat1, const RuntimeMethod* method); // System.Boolean System.Uri::TryCreate(System.String,System.UriKind,System.Uri&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_m4E7D41A8B62D8E964E0B73B67CD7A31BF3E65799 (String_t* ___uriString0, int32_t ___uriKind1, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** ___result2, 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.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.Boolean System.Uri::get_UserDrivenParsing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_UserDrivenParsing_mF09087D4DE9A0823EBF1FC0C14101335D01393F2 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Int32 System.Uri::get_Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Char[] System.UriHelper::EscapeString(System.String,System.Int32,System.Int32,System.Char[],System.Int32&,System.Boolean,System.Char,System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* UriHelper_EscapeString_m86812263CFCDD337B818CC7401499CCC67196147 (String_t* ___input0, int32_t ___start1, int32_t ___end2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___dest3, int32_t* ___destPos4, bool ___isUriString5, Il2CppChar ___force16, Il2CppChar ___force27, Il2CppChar ___rsvd8, const RuntimeMethod* method); // System.UInt16 System.Uri::ParseSchemeCheckImplicitFile(System.Char*,System.UInt16,System.ParsingError&,System.Uri/Flags&,System.UriParser&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_ParseSchemeCheckImplicitFile_m54C6CFD37CC5A5C24E502E44AA44112AF7B50BFD (Il2CppChar* ___uriString0, uint16_t ___length1, int32_t* ___err2, uint64_t* ___flags3, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** ___syntax4, const RuntimeMethod* method); // System.ParsingError System.Uri::PrivateParseMinimal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_PrivateParseMinimal_m154A67FFA2FA8E2D9215163B56DF1BB88576A369 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.UriFormatException System.Uri::GetException(System.ParsingError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * Uri_GetException_m09A6668C52473C2B01ADB6FC52B1F64C98AA2F2B (int32_t ___err0, const RuntimeMethod* method); // System.Boolean System.Uri::IsLWS(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsLWS_mAE27963118FD3DA41FEC97493B2D9EFBF46E6C57 (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.UriParser::IsAllSet(System.UriSyntaxFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_IsAllSet_m356BD044D8A53560B6A7AA9B81A20A364E015C18 (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * __this, int32_t ___flags0, const RuntimeMethod* method); // System.Boolean System.UriParser::NotAny(System.UriSyntaxFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_NotAny_m6A42FAC623F0EBDE441782DAC3E3B2ED34756D91 (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * __this, int32_t ___flags0, const RuntimeMethod* method); // System.UInt16 System.Uri::CheckAuthorityHelper(System.Char*,System.UInt16,System.UInt16,System.ParsingError&,System.Uri/Flags&,System.UriParser,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_CheckAuthorityHelper_mC5010AEC19EED1968EDE7CB52C92AC0AC0869503 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Il2CppChar* ___pString0, uint16_t ___idx1, uint16_t ___length2, int32_t* ___err3, uint64_t* ___flags4, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax5, String_t** ___newHost6, const RuntimeMethod* method); // System.Void System.Uri::PrivateParseMinimalIri(System.String,System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_PrivateParseMinimalIri_m1A23B409BC4FE17A66599BFE0E0CD62C06D45E2B (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___newHost0, uint16_t ___idx1, const RuntimeMethod* method); // System.Void System.Uri/UriInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriInfo__ctor_m990C9CA368096AFE12B92F3605FAA70EC0C69BB8 (UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::StaticInFact(System.Uri/Flags,System.Uri/Flags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticInFact_m9F44BF06099F60002C5D9CE07F72DD74D1404AA0 (uint64_t ___allFlags0, uint64_t ___checkFlags1, const RuntimeMethod* method); // System.Void System.Uri::GetHostViaCustomSyntax() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_GetHostViaCustomSyntax_mF2DABFE767AB49B8F8E0C9E19937AF900A1E4BC7 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Uri::CreateHostStringHelper(System.String,System.UInt16,System.UInt16,System.Uri/Flags&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_CreateHostStringHelper_mF364FD1C0FBD46838557CAA1D35D74DF276F9038 (String_t* ___str0, uint16_t ___idx1, uint16_t ___end2, uint64_t* ___flags3, String_t** ___scopeId4, const RuntimeMethod* method); // System.Uri/Check System.Uri::CheckCanonical(System.Char*,System.UInt16&,System.UInt16,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CheckCanonical_mFD937A06DC3885481C374ACDD190A3B3E40152F3 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Il2CppChar* ___str0, uint16_t* ___idx1, uint16_t ___end2, Il2CppChar ___delim3, const RuntimeMethod* method); // 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); // System.String System.IPv4AddressHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IPv4AddressHelper_ParseCanonicalName_mA2417EA51555DA5053E4B52BEEB7E020235AA6EE (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___isLoopback3, const RuntimeMethod* method); // System.String System.UncNameHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UncNameHelper_ParseCanonicalName_m223F0202F60AC6F3EFE9A61D9F28EBEBB77BAB86 (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___loopback3, const RuntimeMethod* method); // System.String System.UriParser::InternalGetComponents(System.Uri,System.UriComponents,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UriParser_InternalGetComponents_mAB0A54E462724FA417D0EF3A2AD0BD24BC66DFF8 (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___thisUri0, int32_t ___uriComponents1, int32_t ___uriFormat2, const RuntimeMethod* method); // System.String System.Uri::GetComponents(System.UriComponents,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetComponents_mA614A98C35F2E5D924A10A8018A46606AFB6133E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___components0, int32_t ___format1, const RuntimeMethod* method); // System.UInt16 System.Uri::get_SecuredPathIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_get_SecuredPathIndex_m0BE7920E94AA002B4CD2D568BD6E0FD91F0D7F0B (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Uri::GetUriPartsFromUserString(System.UriComponents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetUriPartsFromUserString_m81B60C6E31AB8EA51438E391F7990334B96ACD29 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___uriParts0, const RuntimeMethod* method); // System.String System.Uri::ReCreateParts(System.UriComponents,System.UInt16,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_ReCreateParts_m3D0CD53477FBAB5E8988373B8D749E286399278E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___parts0, uint16_t ___nonCanonical1, int32_t ___formatAs2, const RuntimeMethod* method); // System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1 (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method); // System.String System.DomainNameHelper::UnicodeEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_UnicodeEquivalent_m34C183586CF46D7F8FB3ED34A3DCB205F7EF684E (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, bool* ___atLeastOneValidIdn4, const RuntimeMethod* method); // System.String System.UInt16::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_m960B640F8B0C181A9185FCD0921B2F85106FE336 (uint16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char[] System.Uri::GetCanonicalPath(System.Char[],System.Int32&,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* Uri_GetCanonicalPath_mA187EAD590C890FE0623CF7B1EFF4364B57FAF10 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___dest0, int32_t* ___pos1, int32_t ___formatAs2, const RuntimeMethod* method); // System.Boolean System.UriParser::get_ShouldUseLegacyV2Quirks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_get_ShouldUseLegacyV2Quirks_m999F115810F8CD526705FC7FE28DC78348BB6B58 (const RuntimeMethod* method); // System.Void System.Uri::FindEndOfComponent(System.String,System.UInt16&,System.UInt16,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_FindEndOfComponent_m82D6E67E45114D23F403807E6D711C2A4E574567 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___input0, uint16_t* ___idx1, uint16_t ___end2, Il2CppChar ___delim3, const RuntimeMethod* method); // System.String System.Uri::EscapeUnescapeIri(System.String,System.Int32,System.Int32,System.UriComponents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeUnescapeIri_m606A69B7A76A131D0CA6F562E5DC0721C626E071 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___input0, int32_t ___start1, int32_t ___end2, int32_t ___component3, const RuntimeMethod* method); // System.String System.String::Normalize(System.Text.NormalizationForm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Normalize_m8CD42072C9F7B418990609EB63C5F7E1328321A9 (String_t* __this, int32_t ___normalizationForm0, const RuntimeMethod* method); // System.Boolean System.Uri::CheckKnownSchemes(System.Int64*,System.UInt16,System.UriParser&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckKnownSchemes_m4E564FB55DD6924C057E758C6CEDB54614399B69 (int64_t* ___lptr0, uint16_t ___nChars1, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** ___syntax2, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.UriParser System.UriParser::FindOrFetchAsUnknownV1Syntax(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * UriParser_FindOrFetchAsUnknownV1Syntax_m7E42C893EE2F8C29C3BAF9FBDAAEBD707311D63F (String_t* ___lwrCaseScheme0, const RuntimeMethod* method); // System.Boolean System.Uri::IriParsingStatic(System.UriParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IriParsingStatic_mBC868691E0FEA5CBA45F4BD2A457D3D801C245CE (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax0, const RuntimeMethod* method); // System.Boolean System.Uri::StaticIsFile(System.UriParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticIsFile_mBE7D4186A7745C99605023A9F2299331B356410D (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax0, const RuntimeMethod* method); // 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); // 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); // System.Void System.Uri::InitializeUriConfig() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_InitializeUriConfig_m02258702293F27DA769F17433E63799D93005C0B (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.DomainNameHelper::IsValid(System.Char*,System.UInt16,System.Int32&,System.Boolean&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValid_mEC6D655592BCCBA29341285C518B6CB1955D5C4C (Il2CppChar* ___name0, uint16_t ___pos1, int32_t* ___returnedEnd2, bool* ___notCanonical3, bool ___notImplicitFile4, const RuntimeMethod* method); // System.Boolean System.Uri::IsIntranet(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsIntranet_m89BF3C395C8D960B103DF056976B7C369231270C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___schemeHost0, const RuntimeMethod* method); // System.Boolean System.Uri::AllowIdnStatic(System.UriParser,System.Uri/Flags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_AllowIdnStatic_mF38FDCA5248AA93F8823A192D61E2180FEC9C41C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax0, uint64_t ___flags1, const RuntimeMethod* method); // System.Boolean System.DomainNameHelper::IsValidByIri(System.Char*,System.UInt16,System.Int32&,System.Boolean&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValidByIri_m28C53F8ADFE505DC82BF940C5C7718E3175EE798 (Il2CppChar* ___name0, uint16_t ___pos1, int32_t* ___returnedEnd2, bool* ___notCanonical3, bool ___notImplicitFile4, const RuntimeMethod* method); // System.Void System.Uri::CheckAuthorityHelperHandleDnsIri(System.Char*,System.UInt16,System.Int32,System.Int32,System.Boolean,System.Boolean,System.UriParser,System.String,System.Uri/Flags&,System.Boolean&,System.String&,System.ParsingError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CheckAuthorityHelperHandleDnsIri_m495861D9EEE706767F37270F316951E292C60B7A (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Il2CppChar* ___pString0, uint16_t ___start1, int32_t ___end2, int32_t ___startInput3, bool ___iriParsing4, bool ___hasUnicode5, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax6, String_t* ___userInfoString7, uint64_t* ___flags8, bool* ___justNormalized9, String_t** ___newHost10, int32_t* ___err11, const RuntimeMethod* method); // System.Boolean System.UncNameHelper::IsValid(System.Char*,System.UInt16,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UncNameHelper_IsValid_mFE0F1C598686A9A6280A1ABDA5ED55414DFD0F5F (Il2CppChar* ___name0, uint16_t ___start1, int32_t* ___returnedEnd2, bool ___notImplicitFile3, const RuntimeMethod* method); // System.Void System.Uri::CheckAuthorityHelperHandleAnyHostIri(System.Char*,System.Int32,System.Int32,System.Boolean,System.Boolean,System.UriParser,System.Uri/Flags&,System.String&,System.ParsingError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CheckAuthorityHelperHandleAnyHostIri_m25D24DA750D1E2D025C22CF6D2BAD269AB3FA21B (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Il2CppChar* ___pString0, int32_t ___startInput1, int32_t ___end2, bool ___iriParsing3, bool ___hasUnicode4, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax5, uint64_t* ___flags6, String_t** ___newHost7, int32_t* ___err8, const RuntimeMethod* method); // System.String System.DomainNameHelper::IdnEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_IdnEquivalent_m68FCBA0981064907EAD19342D1EB18D60347E7D1 (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, bool* ___atLeastOneValidIdn4, const RuntimeMethod* method); // System.String System.DomainNameHelper::UnicodeEquivalent(System.String,System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_UnicodeEquivalent_mA16E3E4E5F5F4ABD58F288D655A61AF3457A8F38 (String_t* ___idnHost0, Il2CppChar* ___hostname1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method); // System.String System.Uri::StripBidiControlCharacter(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_StripBidiControlCharacter_mEAACF380CC279ADFF5E318963C82CDABC9DE35C5 (Il2CppChar* ___strToClean0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.String System.DomainNameHelper::IdnEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_IdnEquivalent_mF90F6C70EDDD7744A622A8A8D8DBA8147B708CC1 (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, String_t** ___bidiStrippedHost4, const RuntimeMethod* method); // System.Void System.Uri::FindEndOfComponent(System.Char*,System.UInt16&,System.UInt16,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_FindEndOfComponent_mFFFB2266B9FDDB757E145586461BF46D26C509C9 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Il2CppChar* ___str0, uint16_t* ___idx1, uint16_t ___end2, Il2CppChar ___delim3, 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.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.Void System.Uri::UnescapeOnly(System.Char*,System.Int32,System.Int32&,System.Char,System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_UnescapeOnly_m92D3576A2907919173B7C8528642CA8FBF3E5EFC (Il2CppChar* ___pch0, int32_t ___start1, int32_t* ___end2, Il2CppChar ___ch13, Il2CppChar ___ch24, Il2CppChar ___ch35, 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.Char[] System.UriHelper::UnescapeString(System.Char*,System.Int32,System.Int32,System.Char[],System.Int32&,System.Char,System.Char,System.Char,System.UnescapeMode,System.UriParser,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* UriHelper_UnescapeString_mFBF6EA6FBC25A465B680157F84CA1307A51EF65B (Il2CppChar* ___pStr0, int32_t ___start1, int32_t ___end2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___dest3, int32_t* ___destPosition4, Il2CppChar ___rsvd15, Il2CppChar ___rsvd26, Il2CppChar ___rsvd37, int32_t ___unescapeMode8, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax9, bool ___isQuery10, 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.Int32 System.String::IndexOf(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsUnc() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_m74CE69038E37D7F868EF3EFD9DCCD08AA11877CC (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.String System.Uri::get_DnsSafeHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_DnsSafeHost_m3A22E10619987FC8FED6CEDDCA5D9647AC5B6AC5 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, 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.ParsingError System.Uri::ParseScheme(System.String,System.Uri/Flags&,System.UriParser&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_ParseScheme_m39368D56F9846D64F08A9890B7B698B3E6226BCD (String_t* ___uriString0, uint64_t* ___flags1, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** ___syntax2, const RuntimeMethod* method); // System.Void System.Uri::InitializeUri(System.ParsingError,System.UriKind,System.UriFormatException&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_InitializeUri_m952665E18BE60CFAC5A6025FCD2A0BB9CCB5C567 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___err0, int32_t ___uriKind1, UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** ___e2, const RuntimeMethod* method); // System.Boolean System.Uri::CheckForConfigLoad(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForConfigLoad_m4AF9D27B5F62A0D4269B23FB3BEF4846E8D0983D (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___data0, const RuntimeMethod* method); // System.Boolean System.Uri::CheckForUnicode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForUnicode_m2A9DB97F3B384DADC1A274C8982404DDE17F6688 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___data0, const RuntimeMethod* method); // System.Boolean System.Uri::CheckForEscapedUnreserved(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForEscapedUnreserved_m5EC5EFE77E30B08708B49086DF72A659454B1A2F (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___data0, const RuntimeMethod* method); // System.UriParser System.UriParser::InternalOnNewUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * UriParser_InternalOnNewUri_m0AC629BCCA398E9A193AC16A5E91D445B9B70D79 (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * __this, const RuntimeMethod* method); // System.Void System.UriParser::InternalValidate(System.Uri,System.UriFormatException&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriParser_InternalValidate_mB845C482B4B01EDFE012DD4C4CEF62C8F4FFE94F (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___thisUri0, UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** ___parsingError1, const RuntimeMethod* method); // System.Void System.Uri::SetUserDrivenParsing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_SetUserDrivenParsing_mDF0BFAFE946EAD9122ED2A542132902D7E47FD9C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* 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.UriHelper::Is3986Unreserved(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriHelper_Is3986Unreserved_m7A17E1EAE5812BCFD4158BF65A75013B3A87E8A8 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Uri System.Uri::CreateHelper(System.String,System.Boolean,System.UriKind,System.UriFormatException&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * Uri_CreateHelper_m7119CDD68462AF01538A0E8010CF9421DA9FD321 (String_t* ___uriString0, bool ___dontEscape1, int32_t ___uriKind2, UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** ___e3, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method); // System.String System.Uri::GetRelativeSerializationString(System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetRelativeSerializationString_mBCE8CC99C746B18A9DE0B2C6084C5B90A192130D (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___format0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.Uri/Flags,System.UriParser,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m899122920EF2C3DE3E7A620B823D43BDB54D3406 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, uint64_t ___flags0, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___uriParser1, String_t* ___uri2, const RuntimeMethod* method); // System.Boolean System.Uri::get_UserEscaped() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_UserEscaped_m36B234B7081DFE3B3B6D7FCA2F9768C10DDD2807 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.String::Trim(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m10D967E03EDCB170227406426558B7FEA27CD6CC (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimChars0, const RuntimeMethod* method); // System.ParsingError System.Uri::GetCombinedString(System.Uri,System.String,System.Boolean,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_GetCombinedString_m044AB008E717A0FB16217B83C112AA38C54A409F (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, String_t* ___relativeStr1, bool ___dontEscape2, String_t** ___result3, const RuntimeMethod* method); // System.String System.Uri::UnescapeDataString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_UnescapeDataString_mF503D862AFF8EFDC9394DE8052648DB59E9F96F2 (String_t* ___stringToUnescape0, const RuntimeMethod* method); // System.String System.Uri::GetEscapedParts(System.UriComponents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetEscapedParts_m61C2B2B898F8AA8B75AAEC38EF78C340BC1F5A20 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___uriParts0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m37345890E8136134556D27E57315B584AC51D53F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Security.RemoteCertificateValidationCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemoteCertificateValidationCallback__ctor_mDBCF893D0A540CB506F5547807525625F5CBA4C4 (RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * __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.Boolean System.Net.Security.RemoteCertificateValidationCallback::Invoke(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemoteCertificateValidationCallback_Invoke_m30A34C33A46909FAA60703A2EFF0C41F6E7B6C14 (RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * __this, RuntimeObject * ___sender0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method) { bool result = false; 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 bool (*FunctionPointerType) (RuntimeObject *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod); } else { // closed typedef bool (*FunctionPointerType) (void*, RuntimeObject *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, 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< bool, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(targetMethod, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); else result = GenericVirtFuncInvoker3< bool, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(targetMethod, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< bool, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); else result = VirtFuncInvoker3< bool, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); } } else { typedef bool (*FunctionPointerType) (RuntimeObject *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, 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< bool, RuntimeObject *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(targetMethod, targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); else result = GenericVirtFuncInvoker4< bool, RuntimeObject *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(targetMethod, targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< bool, RuntimeObject *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); else result = VirtFuncInvoker4< bool, RuntimeObject *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); } } else { if (___parameterCount == 3) { typedef bool (*FunctionPointerType) (RuntimeObject *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod); } else { typedef bool (*FunctionPointerType) (void*, RuntimeObject *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod); } } } } return result; } // System.IAsyncResult System.Net.Security.RemoteCertificateValidationCallback::BeginInvoke(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RemoteCertificateValidationCallback_BeginInvoke_m8A150C819EE51BD2913E80CFD149D3A8B9DD9930 (RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * __this, RuntimeObject * ___sender0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain2, int32_t ___sslPolicyErrors3, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SslPolicyErrors_t4C4942B3C78507D4E6891DBEFE60043B285CFBE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___certificate1; __d_args[2] = ___chain2; __d_args[3] = Box(SslPolicyErrors_t4C4942B3C78507D4E6891DBEFE60043B285CFBE4_il2cpp_TypeInfo_var, &___sslPolicyErrors3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);; } // System.Boolean System.Net.Security.RemoteCertificateValidationCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemoteCertificateValidationCallback_EndInvoke_mD94E71A429600B4EAC95128CBAEBB19C97C054F5 (RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result);; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Cache.RequestCache::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCache__cctor_m43CCDEAB28A2652A8F4DAA998849ADA14A42081F (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*)&RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E_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)13)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (Il2CppChar)((int32_t)10)); ((RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E_StaticFields*)il2cpp_codegen_static_fields_for(RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E_il2cpp_TypeInfo_var))->set_LineSplits_0(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.Net.Cache.RequestCache System.Net.Cache.RequestCacheBinding::get_Cache() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E * RequestCacheBinding_get_Cache_m9077FB5FFEC884EE7565F6ABF86D66A82DDB7E92 (RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * __this, const RuntimeMethod* method) { { RequestCache_tC0CC505A524DB2D3E6F40CECA3AE203C96297E8E * L_0 = __this->get_m_RequestCache_0(); return L_0; } } // System.Net.Cache.RequestCacheValidator System.Net.Cache.RequestCacheBinding::get_Validator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RequestCacheValidator_tF5CEC01B5D84A8F7A1951B18877B17F7418A21F7 * RequestCacheBinding_get_Validator_m153FBAC522C3820301CCA3FAB9783EC3D77BD290 (RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * __this, const RuntimeMethod* method) { { RequestCacheValidator_tF5CEC01B5D84A8F7A1951B18877B17F7418A21F7 * L_0 = __this->get_m_CacheValidator_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cache.RequestCacheLevel System.Net.Cache.RequestCachePolicy::get_Level() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RequestCachePolicy_get_Level_m3320EEC180F15B984D79C61058C31811169D67CB (RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Level_0(); 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.Cache.RequestCacheProtocol::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCacheProtocol__ctor_m649D66C13E5A2A345DE56763720AAF07FE75C06E (RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RequestCacheProtocol__ctor_m649D66C13E5A2A345DE56763720AAF07FE75C06E_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.Object System.Net.Cache.RequestCacheValidator::CreateValidator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RequestCacheValidator_CreateValidator_m32C3E1321208B38B676810E513046CC114C9374B (RequestCacheValidator_tF5CEC01B5D84A8F7A1951B18877B17F7418A21F7 * __this, const RuntimeMethod* method) { { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RequestCacheValidator_CreateValidator_m32C3E1321208B38B676810E513046CC114C9374B_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.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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_1 = ___name0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___args1; String_t* L_3; L_3 = SR_GetString_mBCE484542C4DBA5BFBEEDBC4EDBA47DB241E774E(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String SR::GetString(System.Globalization.CultureInfo,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_mBCE484542C4DBA5BFBEEDBC4EDBA47DB241E774E (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, String_t* ___name1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___culture0; String_t* L_1 = ___name1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___args2; String_t* L_3; L_3 = String_Format_m2CD22B92BC86D731EC55ED4D2A970491CBFD1C51(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String SR::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54 (String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; return L_0; } } // System.String SR::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m5C615313793B94A667C0719B79F30DB747339239 (String_t* ___resourceFormat0, RuntimeObject * ___p11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_1 = ___resourceFormat0; RuntimeObject * L_2 = ___p11; String_t* L_3; L_3 = String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB(L_0, L_1, L_2, /*hidden argument*/NULL); 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.Sockets.SafeSocketHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSocketHandle__ctor_m98BFBB207C9D8D7750DEA3598051D21FFE784967 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * __this, intptr_t ___preexistingHandle0, bool ___ownsHandle1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m0D715DF2668AB0E58CE744C593D85E513B1252A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___ownsHandle1; SafeHandleMinusOneIsInvalid__ctor_mB312D95D8A092B2E9D4940E8AD1D55360A6A0FFA(__this, L_0, /*hidden argument*/NULL); intptr_t L_1 = ___preexistingHandle0; SafeHandle_SetHandle_m3727BDA5C26E0220FA7BBE73C9E662774F5F1664_inline(__this, (intptr_t)L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var); bool L_2 = ((SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_StaticFields*)il2cpp_codegen_static_fields_for(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var))->get_THROW_ON_ABORT_RETRIES_11(); if (!L_2) { goto IL_0020; } } { Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 * L_3 = (Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 *)il2cpp_codegen_object_new(Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5_il2cpp_TypeInfo_var); Dictionary_2__ctor_m0D715DF2668AB0E58CE744C593D85E513B1252A1(L_3, /*hidden argument*/Dictionary_2__ctor_m0D715DF2668AB0E58CE744C593D85E513B1252A1_RuntimeMethod_var); __this->set_threads_stacktraces_7(L_3); } IL_0020: { return; } } // System.Boolean System.Net.Sockets.SafeSocketHandle::ReleaseHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeSocketHandle_ReleaseHandle_m93408D5088C512A7BFF7C6CA7D5857645C17BDFF (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mF5389518157D60BA55FE9E7081C8D1849B6D56D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA3FB9719F4CC92744A8E6B02AD749893F764F1B1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mDC956B210DA5F5641333D067CE0C776477426121_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9D6B83E05585D70614A61164D8E117620542B310_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m880AD577F78AF8EC551CB7FB275790104FC2B28A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mF4F192665FB9D652A220E87BD65C5EFF1AA3476D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m35B4314C8C0E347FB9ED41E23C03A01AB4ACE13C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49FB20AF7D832AF20AD2F4170339D473684018D4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A62F4EEAA031F30B545A398D12F81D6413DE012); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; StringBuilder_t * V_4 = NULL; Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 V_5; memset((&V_5), 0, sizeof(V_5)); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = 0; intptr_t L_0 = ((SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B *)__this)->get_handle_0(); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Blocking_internal_m99EDF2CE79EE12BB868006CBD0FCE2C77266AB95((intptr_t)L_0, (bool)0, (int32_t*)(&V_0), /*hidden argument*/NULL); intptr_t L_1 = ((SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B *)__this)->get_handle_0(); Socket_Shutdown_internal_m2A5EAA761C3EF6AA0495C582768B985762BC24E7((intptr_t)L_1, 2, (int32_t*)(&V_0), /*hidden argument*/NULL); List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_2 = __this->get_blocking_threads_6(); if (!L_2) { goto IL_0161; } } { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_3 = __this->get_blocking_threads_6(); V_1 = L_3; V_2 = (bool)0; } IL_0032: try { // begin try (depth: 1) { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_4 = V_1; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_4, (bool*)(&V_2), /*hidden argument*/NULL); V_3 = 0; goto IL_0144; } IL_0041: { int32_t L_5 = V_3; int32_t L_6 = L_5; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); if ((((int32_t)L_6) < ((int32_t)((int32_t)10)))) { goto IL_00d8; } } IL_004d: { IL2CPP_RUNTIME_CLASS_INIT(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var); bool L_7 = ((SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_StaticFields*)il2cpp_codegen_static_fields_for(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var))->get_THROW_ON_ABORT_RETRIES_11(); if (!L_7) { goto IL_0155; } } IL_0057: { StringBuilder_t * L_8 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_8, /*hidden argument*/NULL); V_4 = L_8; StringBuilder_t * L_9 = V_4; NullCheck(L_9); StringBuilder_t * L_10; L_10 = StringBuilder_AppendLine_m4FBF9761747825683B04B18842DF906473EEF7C8(L_9, _stringLiteral7A62F4EEAA031F30B545A398D12F81D6413DE012, /*hidden argument*/NULL); List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_11 = __this->get_blocking_threads_6(); NullCheck(L_11); Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 L_12; L_12 = List_1_GetEnumerator_m880AD577F78AF8EC551CB7FB275790104FC2B28A(L_11, /*hidden argument*/List_1_GetEnumerator_m880AD577F78AF8EC551CB7FB275790104FC2B28A_RuntimeMethod_var); V_5 = L_12; } IL_0078: try { // begin try (depth: 2) { goto IL_00aa; } IL_007a: { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_13; L_13 = Enumerator_get_Current_m9D6B83E05585D70614A61164D8E117620542B310_inline((Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 *)(&V_5), /*hidden argument*/Enumerator_get_Current_m9D6B83E05585D70614A61164D8E117620542B310_RuntimeMethod_var); V_6 = L_13; StringBuilder_t * L_14 = V_4; NullCheck(L_14); StringBuilder_t * L_15; L_15 = StringBuilder_AppendLine_m4FBF9761747825683B04B18842DF906473EEF7C8(L_14, _stringLiteral49FB20AF7D832AF20AD2F4170339D473684018D4, /*hidden argument*/NULL); StringBuilder_t * L_16 = V_4; Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 * L_17 = __this->get_threads_stacktraces_7(); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_18 = V_6; NullCheck(L_17); StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * L_19; L_19 = Dictionary_2_get_Item_mF5389518157D60BA55FE9E7081C8D1849B6D56D2(L_17, L_18, /*hidden argument*/Dictionary_2_get_Item_mF5389518157D60BA55FE9E7081C8D1849B6D56D2_RuntimeMethod_var); NullCheck(L_19); String_t* L_20; L_20 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_19); NullCheck(L_16); StringBuilder_t * L_21; L_21 = StringBuilder_AppendLine_m4FBF9761747825683B04B18842DF906473EEF7C8(L_16, L_20, /*hidden argument*/NULL); } IL_00aa: { bool L_22; L_22 = Enumerator_MoveNext_mDC956B210DA5F5641333D067CE0C776477426121((Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 *)(&V_5), /*hidden argument*/Enumerator_MoveNext_mDC956B210DA5F5641333D067CE0C776477426121_RuntimeMethod_var); if (L_22) { goto IL_007a; } } IL_00b3: { IL2CPP_LEAVE(0xC3, FINALLY_00b5); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b5; } FINALLY_00b5: { // begin finally (depth: 2) Enumerator_Dispose_mA3FB9719F4CC92744A8E6B02AD749893F764F1B1((Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 *)(&V_5), /*hidden argument*/Enumerator_Dispose_mA3FB9719F4CC92744A8E6B02AD749893F764F1B1_RuntimeMethod_var); IL2CPP_END_FINALLY(181) } // end finally (depth: 2) IL2CPP_CLEANUP(181) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC3, IL_00c3) } IL_00c3: { StringBuilder_t * L_23 = V_4; NullCheck(L_23); StringBuilder_t * L_24; L_24 = StringBuilder_AppendLine_mB5790BC98389118626505708AE683AE9257B91B2(L_23, /*hidden argument*/NULL); StringBuilder_t * L_25 = V_4; NullCheck(L_25); String_t* L_26; L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25); Exception_t * L_27 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SafeSocketHandle_ReleaseHandle_m93408D5088C512A7BFF7C6CA7D5857645C17BDFF_RuntimeMethod_var))); } IL_00d8: { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_28 = __this->get_blocking_threads_6(); NullCheck(L_28); int32_t L_29; L_29 = List_1_get_Count_mF4F192665FB9D652A220E87BD65C5EFF1AA3476D_inline(L_28, /*hidden argument*/List_1_get_Count_mF4F192665FB9D652A220E87BD65C5EFF1AA3476D_RuntimeMethod_var); if ((!(((uint32_t)L_29) == ((uint32_t)1)))) { goto IL_00fb; } } IL_00e6: { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_30 = __this->get_blocking_threads_6(); NullCheck(L_30); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_31; L_31 = List_1_get_Item_m35B4314C8C0E347FB9ED41E23C03A01AB4ACE13C_inline(L_30, 0, /*hidden argument*/List_1_get_Item_m35B4314C8C0E347FB9ED41E23C03A01AB4ACE13C_RuntimeMethod_var); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_32; L_32 = Thread_get_CurrentThread_m613D5CA0E8B7EC8002AD7F9B4B112289C88635DD(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *)L_31) == ((RuntimeObject*)(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *)L_32)))) { goto IL_00fb; } } IL_00f9: { IL2CPP_LEAVE(0x161, FINALLY_0157); } IL_00fb: { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_33 = __this->get_blocking_threads_6(); NullCheck(L_33); Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 L_34; L_34 = List_1_GetEnumerator_m880AD577F78AF8EC551CB7FB275790104FC2B28A(L_33, /*hidden argument*/List_1_GetEnumerator_m880AD577F78AF8EC551CB7FB275790104FC2B28A_RuntimeMethod_var); V_5 = L_34; } IL_0108: try { // begin try (depth: 2) { goto IL_0116; } IL_010a: { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_35; L_35 = Enumerator_get_Current_m9D6B83E05585D70614A61164D8E117620542B310_inline((Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 *)(&V_5), /*hidden argument*/Enumerator_get_Current_m9D6B83E05585D70614A61164D8E117620542B310_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_cancel_blocking_socket_operation_m7CC62FAFFA8C0EF64E30CED27186B5BF87D930D7(L_35, /*hidden argument*/NULL); } IL_0116: { bool L_36; L_36 = Enumerator_MoveNext_mDC956B210DA5F5641333D067CE0C776477426121((Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 *)(&V_5), /*hidden argument*/Enumerator_MoveNext_mDC956B210DA5F5641333D067CE0C776477426121_RuntimeMethod_var); if (L_36) { goto IL_010a; } } IL_011f: { IL2CPP_LEAVE(0x12F, FINALLY_0121); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0121; } FINALLY_0121: { // begin finally (depth: 2) Enumerator_Dispose_mA3FB9719F4CC92744A8E6B02AD749893F764F1B1((Enumerator_tC1FF599F9BF82C7BA445C25087700503D344D1C5 *)(&V_5), /*hidden argument*/Enumerator_Dispose_mA3FB9719F4CC92744A8E6B02AD749893F764F1B1_RuntimeMethod_var); IL2CPP_END_FINALLY(289) } // end finally (depth: 2) IL2CPP_CLEANUP(289) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x12F, IL_012f) } IL_012f: { __this->set_in_cleanup_8((bool)1); List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_37 = __this->get_blocking_threads_6(); bool L_38; L_38 = Monitor_Wait_m6A71435619E3A8DA34E826BE8610D906B4C720AF(L_37, ((int32_t)100), /*hidden argument*/NULL); } IL_0144: { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_39 = __this->get_blocking_threads_6(); NullCheck(L_39); int32_t L_40; L_40 = List_1_get_Count_mF4F192665FB9D652A220E87BD65C5EFF1AA3476D_inline(L_39, /*hidden argument*/List_1_get_Count_mF4F192665FB9D652A220E87BD65C5EFF1AA3476D_RuntimeMethod_var); if ((((int32_t)L_40) > ((int32_t)0))) { goto IL_0041; } } IL_0155: { IL2CPP_LEAVE(0x161, FINALLY_0157); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0157; } FINALLY_0157: { // begin finally (depth: 1) { bool L_41 = V_2; if (!L_41) { goto IL_0160; } } IL_015a: { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_42 = V_1; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_42, /*hidden argument*/NULL); } IL_0160: { IL2CPP_END_FINALLY(343) } } // end finally (depth: 1) IL2CPP_CLEANUP(343) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x161, IL_0161) } IL_0161: { intptr_t L_43 = ((SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B *)__this)->get_handle_0(); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Close_internal_m22238A02EFF2E1AB28E5DCC2C7A4E41297D77054((intptr_t)L_43, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_44 = V_0; return (bool)((((int32_t)L_44) == ((int32_t)0))? 1 : 0); } } // System.Void System.Net.Sockets.SafeSocketHandle::RegisterForBlockingSyscall() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSocketHandle_RegisterForBlockingSyscall_m7033111DA7B1012B9C4155D892EED598876C2AB3 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m3F30447064B7B294BBB7948F21AA833F63B0A5B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m383F9AF12DF2593726E7F63FE9438E8ECEA542BA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m36355704B10200ABC2B12900E77E4A9987640F3C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_0 = __this->get_blocking_threads_6(); if (L_0) { goto IL_001a; } } { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 ** L_1 = __this->get_address_of_blocking_threads_6(); List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_2 = (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 *)il2cpp_codegen_object_new(List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118_il2cpp_TypeInfo_var); List_1__ctor_m36355704B10200ABC2B12900E77E4A9987640F3C(L_2, /*hidden argument*/List_1__ctor_m36355704B10200ABC2B12900E77E4A9987640F3C_RuntimeMethod_var); List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_3; L_3 = InterlockedCompareExchangeImpl((List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 **)L_1, L_2, (List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 *)NULL); } IL_001a: { V_0 = (bool)0; } IL_001c: try { // begin try (depth: 1) SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(__this, (bool*)(&V_0), /*hidden argument*/NULL); IL2CPP_LEAVE(0x8D, FINALLY_0026); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0026; } FINALLY_0026: { // begin finally (depth: 1) { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_4 = __this->get_blocking_threads_6(); V_1 = L_4; V_2 = (bool)0; } IL_002f: try { // begin try (depth: 2) { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_5 = V_1; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_5, (bool*)(&V_2), /*hidden argument*/NULL); List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_6 = __this->get_blocking_threads_6(); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_7; L_7 = Thread_get_CurrentThread_m613D5CA0E8B7EC8002AD7F9B4B112289C88635DD(/*hidden argument*/NULL); NullCheck(L_6); List_1_Add_m383F9AF12DF2593726E7F63FE9438E8ECEA542BA(L_6, L_7, /*hidden argument*/List_1_Add_m383F9AF12DF2593726E7F63FE9438E8ECEA542BA_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var); bool L_8 = ((SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_StaticFields*)il2cpp_codegen_static_fields_for(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var))->get_THROW_ON_ABORT_RETRIES_11(); if (!L_8) { goto IL_0064; } } IL_004e: { Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 * L_9 = __this->get_threads_stacktraces_7(); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_10; L_10 = Thread_get_CurrentThread_m613D5CA0E8B7EC8002AD7F9B4B112289C88635DD(/*hidden argument*/NULL); StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * L_11 = (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 *)il2cpp_codegen_object_new(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_il2cpp_TypeInfo_var); StackTrace__ctor_m7277E1F7BE981C911B55B2CC2FA53F844C640F1B(L_11, (bool)1, /*hidden argument*/NULL); NullCheck(L_9); Dictionary_2_Add_m3F30447064B7B294BBB7948F21AA833F63B0A5B4(L_9, L_10, L_11, /*hidden argument*/Dictionary_2_Add_m3F30447064B7B294BBB7948F21AA833F63B0A5B4_RuntimeMethod_var); } IL_0064: { IL2CPP_LEAVE(0x70, FINALLY_0066); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0066; } FINALLY_0066: { // begin finally (depth: 2) { bool L_12 = V_2; if (!L_12) { goto IL_006f; } } IL_0069: { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_13 = V_1; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_13, /*hidden argument*/NULL); } IL_006f: { IL2CPP_END_FINALLY(102) } } // end finally (depth: 2) IL2CPP_CLEANUP(102) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x70, IL_0070) } IL_0070: { bool L_14 = V_0; if (!L_14) { goto IL_0079; } } IL_0073: { SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(__this, /*hidden argument*/NULL); } IL_0079: { bool L_15; L_15 = SafeHandle_get_IsClosed_mD81377BB0EE9380CB82B2D846A5F5F7D9A880AD8(__this, /*hidden argument*/NULL); if (!L_15) { goto IL_008c; } } IL_0081: { SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_16 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_16, ((int32_t)10004), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SafeSocketHandle_RegisterForBlockingSyscall_m7033111DA7B1012B9C4155D892EED598876C2AB3_RuntimeMethod_var))); } IL_008c: { IL2CPP_END_FINALLY(38) } } // end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8D, IL_008d) } IL_008d: { return; } } // System.Void System.Net.Sockets.SafeSocketHandle::UnRegisterForBlockingSyscall() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSocketHandle_UnRegisterForBlockingSyscall_m283CE3E82686E5FC7999EDD609DF74A48652D4B3 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m1051B9536B3D4E6DE9A571DE691853F291EF1A11_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_IndexOf_mDFB48869C07692CB1717F36BF6976A0D811B65F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m66A64B3F73DE4DF64668EE1F69BD3C25D3C5A2A4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mF4F192665FB9D652A220E87BD65C5EFF1AA3476D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * V_0 = NULL; bool V_1 = false; Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_0 = __this->get_blocking_threads_6(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_2; L_2 = Thread_get_CurrentThread_m613D5CA0E8B7EC8002AD7F9B4B112289C88635DD(/*hidden argument*/NULL); V_2 = L_2; List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_3 = __this->get_blocking_threads_6(); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_4 = V_2; NullCheck(L_3); bool L_5; L_5 = List_1_Remove_m66A64B3F73DE4DF64668EE1F69BD3C25D3C5A2A4(L_3, L_4, /*hidden argument*/List_1_Remove_m66A64B3F73DE4DF64668EE1F69BD3C25D3C5A2A4_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var); bool L_6 = ((SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_StaticFields*)il2cpp_codegen_static_fields_for(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var))->get_THROW_ON_ABORT_RETRIES_11(); if (!L_6) { goto IL_0047; } } IL_002b: { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_7 = __this->get_blocking_threads_6(); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_8 = V_2; NullCheck(L_7); int32_t L_9; L_9 = List_1_IndexOf_mDFB48869C07692CB1717F36BF6976A0D811B65F2(L_7, L_8, /*hidden argument*/List_1_IndexOf_mDFB48869C07692CB1717F36BF6976A0D811B65F2_RuntimeMethod_var); if ((!(((uint32_t)L_9) == ((uint32_t)(-1))))) { goto IL_0047; } } IL_003a: { Dictionary_2_t0CC64FAB51CA131E38CA8D65B07BC0B7DD08D3C5 * L_10 = __this->get_threads_stacktraces_7(); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_11 = V_2; NullCheck(L_10); bool L_12; L_12 = Dictionary_2_Remove_m1051B9536B3D4E6DE9A571DE691853F291EF1A11(L_10, L_11, /*hidden argument*/Dictionary_2_Remove_m1051B9536B3D4E6DE9A571DE691853F291EF1A11_RuntimeMethod_var); } IL_0047: { bool L_13 = __this->get_in_cleanup_8(); if (!L_13) { goto IL_0067; } } IL_004f: { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_14 = __this->get_blocking_threads_6(); NullCheck(L_14); int32_t L_15; L_15 = List_1_get_Count_mF4F192665FB9D652A220E87BD65C5EFF1AA3476D_inline(L_14, /*hidden argument*/List_1_get_Count_mF4F192665FB9D652A220E87BD65C5EFF1AA3476D_RuntimeMethod_var); if (L_15) { goto IL_0067; } } IL_005c: { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_16 = __this->get_blocking_threads_6(); Monitor_Pulse_m948440E8C560C905F07404CA25672E887276A97F(L_16, /*hidden argument*/NULL); } IL_0067: { IL2CPP_LEAVE(0x73, FINALLY_0069); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0069; } FINALLY_0069: { // begin finally (depth: 1) { bool L_17 = V_1; if (!L_17) { goto IL_0072; } } IL_006c: { List_1_t9F9F5D4A333C8825F92101BF7BB68754EED3B118 * L_18 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_18, /*hidden argument*/NULL); } IL_0072: { IL2CPP_END_FINALLY(105) } } // end finally (depth: 1) IL2CPP_CLEANUP(105) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x73, IL_0073) } IL_0073: { return; } } // System.Void System.Net.Sockets.SafeSocketHandle::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSocketHandle__cctor_m124BAE407CAC62417D06367E57320631BE15488D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9714C70F08B15BEF4414BD33A16130BD670348F); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetEnvironmentVariable_m75437F4EF4F42937CCFB216F940E51B628A9086E(_stringLiteralF9714C70F08B15BEF4414BD33A16130BD670348F, /*hidden argument*/NULL); bool L_1; L_1 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_0, _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331, /*hidden argument*/NULL); ((SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_StaticFields*)il2cpp_codegen_static_fields_for(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var))->set_THROW_ON_ABORT_RETRIES_11(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.ServerCertValidationCallback::.ctor(System.Net.Security.RemoteCertificateValidationCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerCertValidationCallback__ctor_m74FA8CDC1C3AD2BAE782BFD55EC0AA62A18E7DE0 (ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * __this, RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * ___validationCallback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * L_0 = ___validationCallback0; __this->set_m_ValidationCallback_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_1; L_1 = ExecutionContext_Capture_m204AACEC44F30312A34FD72461C59F3BB4178AFA(/*hidden argument*/NULL); __this->set_m_Context_1(L_1); return; } } // System.Void System.Net.ServerCertValidationCallback::Callback(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerCertValidationCallback_Callback_m70F2E0E1A3C556EFADA5F1AFC56B43A65E0E7FBD (ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B * V_0 = NULL; { RuntimeObject * L_0 = ___state0; V_0 = ((CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B *)CastclassClass((RuntimeObject*)L_0, CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B_il2cpp_TypeInfo_var)); CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B * L_1 = V_0; RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * L_2 = __this->get_m_ValidationCallback_0(); CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = L_3->get_request_0(); CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B * L_5 = V_0; NullCheck(L_5); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_6 = L_5->get_certificate_1(); CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B * L_7 = V_0; NullCheck(L_7); X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_8 = L_7->get_chain_2(); CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B * L_9 = V_0; NullCheck(L_9); int32_t L_10 = L_9->get_sslPolicyErrors_3(); NullCheck(L_2); bool L_11; L_11 = RemoteCertificateValidationCallback_Invoke_m30A34C33A46909FAA60703A2EFF0C41F6E7B6C14(L_2, L_4, L_6, L_8, L_10, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_result_4(L_11); return; } } // System.Boolean System.Net.ServerCertValidationCallback::Invoke(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServerCertValidationCallback_Invoke_m88F7CC8E8BAE6F501FB49ECE5DC9026120DA3857 (ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * __this, RuntimeObject * ___request0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerCertValidationCallback_Callback_m70F2E0E1A3C556EFADA5F1AFC56B43A65E0E7FBD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B * V_0 = NULL; { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_0 = __this->get_m_Context_1(); if (L_0) { goto IL_0019; } } { RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * L_1 = __this->get_m_ValidationCallback_0(); RuntimeObject * L_2 = ___request0; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_3 = ___certificate1; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_4 = ___chain2; int32_t L_5 = ___sslPolicyErrors3; NullCheck(L_1); bool L_6; L_6 = RemoteCertificateValidationCallback_Invoke_m30A34C33A46909FAA60703A2EFF0C41F6E7B6C14(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0019: { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_7 = __this->get_m_Context_1(); NullCheck(L_7); ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_8; L_8 = ExecutionContext_CreateCopy_m8391D5DF2C4C2CDA58356184B0CC2AE3C7D51F73(L_7, /*hidden argument*/NULL); RuntimeObject * L_9 = ___request0; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_10 = ___certificate1; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_11 = ___chain2; int32_t L_12 = ___sslPolicyErrors3; CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B * L_13 = (CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B *)il2cpp_codegen_object_new(CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B_il2cpp_TypeInfo_var); CallbackContext__ctor_mC3F2B967B65649E6A2FC12CC30EFDAA5631E1BAC(L_13, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * L_14 = (ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B *)il2cpp_codegen_object_new(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B_il2cpp_TypeInfo_var); ContextCallback__ctor_mC019DFC7EF9F0900B3B8915F92706BC3BC4EB477(L_14, __this, (intptr_t)((intptr_t)ServerCertValidationCallback_Callback_m70F2E0E1A3C556EFADA5F1AFC56B43A65E0E7FBD_RuntimeMethod_var), /*hidden argument*/NULL); CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B * L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_Run_m447F803591ECE6241C9BF1A99B84EF98950B7559(L_8, L_14, L_15, /*hidden argument*/NULL); CallbackContext_t29D8509637F3761EEBC4F4280BC2477363B2939B * L_16 = V_0; NullCheck(L_16); bool L_17 = L_16->get_result_4(); return L_17; } } #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.ServerCertValidationCallbackWrapper::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerCertValidationCallbackWrapper__ctor_mF25EEA31EB05C9C7C7745F9E4B4DB500A5EB7B34 (ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * __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.Boolean Mono.Net.Security.ServerCertValidationCallbackWrapper::Invoke(System.Net.ServerCertValidationCallback,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,Mono.Security.Interface.MonoSslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServerCertValidationCallbackWrapper_Invoke_mBDF485AED0434BAE86AF712D014292266AA71C0C (ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * __this, ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___callback0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method) { bool result = false; 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 bool (*FunctionPointerType) (ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___callback0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod); } else { // closed typedef bool (*FunctionPointerType) (void*, ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___callback0, ___certificate1, ___chain2, ___sslPolicyErrors3, 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< bool, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(targetMethod, ___callback0, ___certificate1, ___chain2, ___sslPolicyErrors3); else result = GenericVirtFuncInvoker3< bool, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(targetMethod, ___callback0, ___certificate1, ___chain2, ___sslPolicyErrors3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< bool, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___callback0, ___certificate1, ___chain2, ___sslPolicyErrors3); else result = VirtFuncInvoker3< bool, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___callback0, ___certificate1, ___chain2, ___sslPolicyErrors3); } } else { typedef bool (*FunctionPointerType) (ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___callback0, ___certificate1, ___chain2, ___sslPolicyErrors3, 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< bool, ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(targetMethod, targetThis, ___callback0, ___certificate1, ___chain2, ___sslPolicyErrors3); else result = GenericVirtFuncInvoker4< bool, ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(targetMethod, targetThis, ___callback0, ___certificate1, ___chain2, ___sslPolicyErrors3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< bool, ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___callback0, ___certificate1, ___chain2, ___sslPolicyErrors3); else result = VirtFuncInvoker4< bool, ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___callback0, ___certificate1, ___chain2, ___sslPolicyErrors3); } } else { if (___parameterCount == 3) { typedef bool (*FunctionPointerType) (ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___callback0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod); } else { typedef bool (*FunctionPointerType) (void*, ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___callback0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod); } } } } return result; } // System.IAsyncResult Mono.Net.Security.ServerCertValidationCallbackWrapper::BeginInvoke(System.Net.ServerCertValidationCallback,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,Mono.Security.Interface.MonoSslPolicyErrors,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServerCertValidationCallbackWrapper_BeginInvoke_m1C615BE2C9AB52861BF069787D0ECD4C7879913B (ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * __this, ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___callback0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain2, int32_t ___sslPolicyErrors3, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * _____callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoSslPolicyErrors_t5C2169CB6F739F3F5BDB568BAB12A7286ABC34EC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___callback0; __d_args[1] = ___certificate1; __d_args[2] = ___chain2; __d_args[3] = Box(MonoSslPolicyErrors_t5C2169CB6F739F3F5BDB568BAB12A7286ABC34EC_il2cpp_TypeInfo_var, &___sslPolicyErrors3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)_____callback4, (RuntimeObject*)___object5);; } // System.Boolean Mono.Net.Security.ServerCertValidationCallbackWrapper::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServerCertValidationCallbackWrapper_EndInvoke_mB61CE88402A67EA8F3ACDB5EF71355C868BB0813 (ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result);; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.ServicePoint::.ctor(System.Uri,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint__ctor_m68B4C7FBD836706798BA6882BC351F539A430C6C (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, int32_t ___connectionLimit1, int32_t ___maxIdleTime2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_sendContinue_5((bool)1); RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); __this->set_hostE_7(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = ___uri0; __this->set_uri_0(L_1); int32_t L_2 = ___connectionLimit1; int32_t L_3 = ___maxIdleTime2; ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * L_4 = (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 *)il2cpp_codegen_object_new(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7_il2cpp_TypeInfo_var); ServicePointScheduler__ctor_m5246987112698FC9A296CC7E8DAA276B57FD6F4A(L_4, __this, L_2, L_3, /*hidden argument*/NULL); __this->set_U3CSchedulerU3Ek__BackingField_13(L_4); return; } } // System.Net.ServicePointScheduler System.Net.ServicePoint::get_Scheduler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * ServicePoint_get_Scheduler_mFDC8AD0EE145AD1BE39037D2BA8DA21F2280A3C8 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method) { { ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * L_0 = __this->get_U3CSchedulerU3Ek__BackingField_13(); return L_0; } } // System.Uri System.Net.ServicePoint::get_Address() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ServicePoint_get_Address_mBBF6879649652FA3923191FF1A01421D289971A6 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_uri_0(); return L_0; } } // System.Int32 System.Net.ServicePoint::get_ConnectionLimit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServicePoint_get_ConnectionLimit_mDF34A9CA341979EF0E5A547DC0E3281BBBEE72FF (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method) { { ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * L_0; L_0 = ServicePoint_get_Scheduler_mFDC8AD0EE145AD1BE39037D2BA8DA21F2280A3C8_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = ServicePointScheduler_get_ConnectionLimit_mFA140DF59CD0283939163B2380C59D4BE3872754_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Version System.Net.ServicePoint::get_ProtocolVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ServicePoint_get_ProtocolVersion_mDF830FA6C47525790E2FE8E4733F4903AE13C018 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method) { { Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * L_0 = __this->get_protocolVersion_2(); return L_0; } } // System.Void System.Net.ServicePoint::set_Expect100Continue(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_set_Expect100Continue_m53E393E64BE40AC205CF5458DCC98E806D0432B2 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; ServicePoint_set_SendContinue_m084B169EDBF37E2B2CC592DF68EB9BB17D3B844E_inline(__this, L_0, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.ServicePoint::get_UseNagleAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_get_UseNagleAlgorithm_m241DCE7C589DD8B22FD614C5C43ADF409C2B79A1 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_useNagle_8(); return L_0; } } // System.Void System.Net.ServicePoint::set_UseNagleAlgorithm(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_set_UseNagleAlgorithm_m93F74ADD6C2BE19F9342BE092EF8723F56503913 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_useNagle_8(L_0); return; } } // System.Boolean System.Net.ServicePoint::get_SendContinue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_get_SendContinue_m0708B1804863BCECDFE5FB7A5120B15530087704 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpVersion_t15E4A5DA9E037A055F4630E01EB12A988915448E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_sendContinue_5(); if (!L_0) { goto IL_0029; } } { Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * L_1 = __this->get_protocolVersion_2(); IL2CPP_RUNTIME_CLASS_INIT(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var); bool L_2; L_2 = Version_op_Equality_mAECB4D8D1439E62BAE34B44786E4219E97CE31F0(L_1, (Version_tBDAEDED25425A1D09910468B8BD1759115646E3C *)NULL, /*hidden argument*/NULL); if (L_2) { goto IL_0027; } } { Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * L_3 = __this->get_protocolVersion_2(); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t15E4A5DA9E037A055F4630E01EB12A988915448E_il2cpp_TypeInfo_var); Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * L_4 = ((HttpVersion_t15E4A5DA9E037A055F4630E01EB12A988915448E_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t15E4A5DA9E037A055F4630E01EB12A988915448E_il2cpp_TypeInfo_var))->get_Version11_1(); IL2CPP_RUNTIME_CLASS_INIT(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var); bool L_5; L_5 = Version_op_Equality_mAECB4D8D1439E62BAE34B44786E4219E97CE31F0(L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0027: { return (bool)1; } IL_0029: { return (bool)0; } } // System.Void System.Net.ServicePoint::set_SendContinue(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_set_SendContinue_m084B169EDBF37E2B2CC592DF68EB9BB17D3B844E (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_sendContinue_5(L_0); return; } } // System.Void System.Net.ServicePoint::SetTcpKeepAlive(System.Boolean,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_SetTcpKeepAlive_m4B4392E54144159027C38EC7FCC12F2C09E7A3CF (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___enabled0, int32_t ___keepAliveTime1, int32_t ___keepAliveInterval2, const RuntimeMethod* method) { { bool L_0 = ___enabled0; if (!L_0) { goto IL_002b; } } { int32_t L_1 = ___keepAliveTime1; if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_0017; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC7E0767FE2666F48DAC672FD451F2F5BC6B4CE6)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF0DE0E8DA6053429BA10025127EF05416FD1FCAC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServicePoint_SetTcpKeepAlive_m4B4392E54144159027C38EC7FCC12F2C09E7A3CF_RuntimeMethod_var))); } IL_0017: { int32_t L_3 = ___keepAliveInterval2; if ((((int32_t)L_3) > ((int32_t)0))) { goto IL_002b; } } { 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*)&_stringLiteralBDC5FDC47ACE7F03CD95EC2B3BB2812C5F79E14C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF0DE0E8DA6053429BA10025127EF05416FD1FCAC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServicePoint_SetTcpKeepAlive_m4B4392E54144159027C38EC7FCC12F2C09E7A3CF_RuntimeMethod_var))); } IL_002b: { bool L_5 = ___enabled0; __this->set_tcp_keepalive_10(L_5); int32_t L_6 = ___keepAliveTime1; __this->set_tcp_keepalive_time_11(L_6); int32_t L_7 = ___keepAliveInterval2; __this->set_tcp_keepalive_interval_12(L_7); return; } } // System.Void System.Net.ServicePoint::KeepAliveSetup(System.Net.Sockets.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_KeepAliveSetup_m2C79E00554F3F7705FF0F8A65FA48467CAFF982E (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B4_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B3_0 = NULL; int32_t G_B5_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B5_1 = NULL; { bool L_0 = __this->get_tcp_keepalive_10(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); V_0 = L_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; bool L_3 = __this->get_tcp_keepalive_10(); G_B3_0 = L_2; if (L_3) { G_B4_0 = L_2; goto IL_001d; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; goto IL_001e; } IL_001d: { G_B5_0 = 1; G_B5_1 = G_B4_0; } IL_001e: { ServicePoint_PutBytes_m0E84791113AAE410AB0F37FFE752BA975567AB95(G_B5_1, G_B5_0, 0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; int32_t L_5 = __this->get_tcp_keepalive_time_11(); ServicePoint_PutBytes_m0E84791113AAE410AB0F37FFE752BA975567AB95(L_4, L_5, 4, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; int32_t L_7 = __this->get_tcp_keepalive_interval_12(); ServicePoint_PutBytes_m0E84791113AAE410AB0F37FFE752BA975567AB95(L_6, L_7, 8, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_8 = ___socket0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; NullCheck(L_8); int32_t L_10; L_10 = Socket_IOControl_m2EF49352CCC97BBE1CA1E5577DE03A7A56CF5962(L_8, ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)-1744830460))))), L_9, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Net.ServicePoint::PutBytes(System.Byte[],System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_PutBytes_m0E84791113AAE410AB0F37FFE752BA975567AB95 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, uint32_t ___v1, int32_t ___offset2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_0) { goto IL_0042; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; int32_t L_2 = ___offset2; uint32_t L_3 = ___v1; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)255)))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes0; int32_t L_5 = ___offset2; uint32_t L_6 = ___v1; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)65280)))>>8))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___bytes0; int32_t L_8 = ___offset2; uint32_t L_9 = ___v1; NullCheck(L_7); (L_7)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)16711680)))>>((int32_t)16)))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___bytes0; int32_t L_11 = ___offset2; uint32_t L_12 = ___v1; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)3))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)-16777216)))>>((int32_t)24)))))); return; } IL_0042: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___bytes0; int32_t L_14 = ___offset2; uint32_t L_15 = ___v1; NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255)))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___bytes0; int32_t L_17 = ___offset2; uint32_t L_18 = ___v1; NullCheck(L_16); (L_16)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)2))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_18&(int32_t)((int32_t)65280)))>>8))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___bytes0; int32_t L_20 = ___offset2; uint32_t L_21 = ___v1; NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_21&(int32_t)((int32_t)16711680)))>>((int32_t)16)))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___bytes0; int32_t L_23 = ___offset2; uint32_t L_24 = ___v1; NullCheck(L_22); (L_22)->SetAt(static_cast(L_23), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_24&(int32_t)((int32_t)-16777216)))>>((int32_t)24)))))); return; } } // System.Boolean System.Net.ServicePoint::get_UsesProxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_get_UsesProxy_mE6CE550E4DFEB85A673160DE35CD67AFA87F35BD (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_usesProxy_4(); return L_0; } } // System.Void System.Net.ServicePoint::set_UsesProxy(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_set_UsesProxy_m25BFB4CE73283597C98A748B231D1A544469F618 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_usesProxy_4(L_0); return; } } // System.Boolean System.Net.ServicePoint::get_UseConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_get_UseConnect_m33B1EC23452734FFED85B21F9439A546BFBD3CC7 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_useConnect_6(); return L_0; } } // System.Void System.Net.ServicePoint::set_UseConnect(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_set_UseConnect_mCFAF7E07504140EEE0E81D5805CFF727575FF5F5 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_useConnect_6(L_0); return; } } // System.Boolean System.Net.ServicePoint::get_HasTimedOut() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_get_HasTimedOut_m98E74D21739FAE910D22C4E883EC10F6E5A7AECD (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); int32_t L_0; L_0 = ServicePointManager_get_DnsRefreshTimeout_mF8180F546F58DF07CDC654BA2DA5A7C3C973C330_inline(/*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_0027; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = __this->get_lastDnsResolve_1(); int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4; L_4 = TimeSpan_FromMilliseconds_m01A41D7CC4E748C1B1506FA14524EEBCBE9F93CF(((double)((double)L_3)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = DateTime_op_Addition_mD027B70267661D779BA5A69B77E16AEA295E5B01(L_2, L_4, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6; L_6 = DateTime_get_UtcNow_m1DDFBE2EF6AB0E4461E1F23E845CDAFAB49A2970(/*hidden argument*/NULL); bool L_7; L_7 = DateTime_op_LessThan_m31E1966F7BB6E20ED98FEAB9CADE95816353A7D3(L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_0027: { return (bool)0; } } // System.Net.IPHostEntry System.Net.ServicePoint::get_HostEntry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * ServicePoint_get_HostEntry_mC952C74930BB4A989F0214DF0FA34104D9D9C975 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = __this->get_hostE_7(); 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); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = __this->get_uri_0(); NullCheck(L_2); String_t* L_3; L_3 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_2, /*hidden argument*/NULL); V_2 = L_3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = __this->get_uri_0(); NullCheck(L_4); int32_t L_5; L_5 = Uri_get_HostNameType_mEBBF38E3DA9410F5D1CA0C8877D7188B8822D97B(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)4))) { goto IL_0039; } } IL_002b: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6 = __this->get_uri_0(); NullCheck(L_6); int32_t L_7; L_7 = Uri_get_HostNameType_mEBBF38E3DA9410F5D1CA0C8877D7188B8822D97B(L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)3)))) { goto IL_0099; } } IL_0039: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_8 = __this->get_host_3(); if (!L_8) { goto IL_004d; } } IL_0041: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_9 = __this->get_host_3(); V_3 = L_9; IL2CPP_LEAVE(0xE1, FINALLY_00d0); } IL_004d: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_10 = __this->get_uri_0(); NullCheck(L_10); int32_t L_11; L_11 = Uri_get_HostNameType_mEBBF38E3DA9410F5D1CA0C8877D7188B8822D97B(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)4)))) { goto IL_006b; } } IL_005b: { String_t* L_12 = V_2; String_t* L_13 = V_2; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_15; L_15 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_12, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)2)), /*hidden argument*/NULL); V_2 = L_15; } IL_006b: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_16 = (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA *)il2cpp_codegen_object_new(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA_il2cpp_TypeInfo_var); IPHostEntry__ctor_mE110DE1F81AC6E1174418A6EE3C266E60BD06B9A(L_16, /*hidden argument*/NULL); __this->set_host_3(L_16); IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_17 = __this->get_host_3(); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_18 = (IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB*)(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB*)SZArrayNew(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var, (uint32_t)1); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_19 = L_18; String_t* L_20 = V_2; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_21; L_21 = IPAddress_Parse_m8AEF3CFE902C389DB899F2948EF83217D10CB6C7(L_20, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(0), (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE *)L_21); NullCheck(L_17); IPHostEntry_set_AddressList_m5D661027187141E20D78AE4795EA8DABA42BEF38_inline(L_17, L_19, /*hidden argument*/NULL); IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_22 = __this->get_host_3(); V_3 = L_22; IL2CPP_LEAVE(0xE1, FINALLY_00d0); } IL_0099: { bool L_23; L_23 = ServicePoint_get_HasTimedOut_m98E74D21739FAE910D22C4E883EC10F6E5A7AECD(__this, /*hidden argument*/NULL); if (L_23) { goto IL_00b2; } } IL_00a1: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_24 = __this->get_host_3(); if (!L_24) { goto IL_00b2; } } IL_00a9: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_25 = __this->get_host_3(); V_3 = L_25; IL2CPP_LEAVE(0xE1, FINALLY_00d0); } IL_00b2: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26; L_26 = DateTime_get_UtcNow_m1DDFBE2EF6AB0E4461E1F23E845CDAFAB49A2970(/*hidden argument*/NULL); __this->set_lastDnsResolve_1(L_26); } IL_00bd: try { // begin try (depth: 2) String_t* L_27 = V_2; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_28; L_28 = Dns_GetHostEntry_m79A4886C6B5C1B415652D37EF22484CA530B35B3(L_27, /*hidden argument*/NULL); __this->set_host_3(L_28); IL2CPP_LEAVE(0xDA, FINALLY_00d0); } // 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_00cb; } throw e; } CATCH_00cb: { // begin catch(System.Object) V_3 = (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA *)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0xE1, FINALLY_00d0); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d0; } FINALLY_00d0: { // begin finally (depth: 1) { bool L_29 = V_1; if (!L_29) { goto IL_00d9; } } IL_00d3: { RuntimeObject * L_30 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_30, /*hidden argument*/NULL); } IL_00d9: { IL2CPP_END_FINALLY(208) } } // end finally (depth: 1) IL2CPP_CLEANUP(208) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE1, IL_00e1) IL2CPP_JUMP_TBL(0xDA, IL_00da) } IL_00da: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_31 = __this->get_host_3(); return L_31; } IL_00e1: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_32 = V_3; return L_32; } } // System.Void System.Net.ServicePoint::SetVersion(System.Version) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_SetVersion_m576E03D8F45F8F971C6833C19733A02F8738A85D (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version0, const RuntimeMethod* method) { { Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * L_0 = ___version0; __this->set_protocolVersion_2(L_0); return; } } // System.Void System.Net.ServicePoint::SendRequest(System.Net.WebOperation,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_SendRequest_mED98FDFB12725FDB1BFF3E6D08AFD9B2C8674AB7 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___operation0, String_t* ___groupName1, const RuntimeMethod* method) { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = __this; V_1 = (bool)0; } IL_0004: try { // begin try (depth: 1) ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_0 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_0, (bool*)(&V_1), /*hidden argument*/NULL); ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * L_1; L_1 = ServicePoint_get_Scheduler_mFDC8AD0EE145AD1BE39037D2BA8DA21F2280A3C8_inline(__this, /*hidden argument*/NULL); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_2 = ___operation0; String_t* L_3 = ___groupName1; NullCheck(L_1); ServicePointScheduler_SendRequest_m578C7AC51E1CF2F00DF5FD22E03F68A87B7052C7(L_1, L_2, L_3, /*hidden argument*/NULL); IL2CPP_LEAVE(0x25, FINALLY_001b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001b; } FINALLY_001b: { // begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0024; } } IL_001e: { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_5 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_5, /*hidden argument*/NULL); } IL_0024: { IL2CPP_END_FINALLY(27) } } // end finally (depth: 1) IL2CPP_CLEANUP(27) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x25, IL_0025) } IL_0025: { return; } } // System.Void System.Net.ServicePoint::UpdateServerCertificate(System.Security.Cryptography.X509Certificates.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_UpdateServerCertificate_m8F8352188BACC259F5D00F3D9044E3E7F2707E29 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate0, const RuntimeMethod* method) { { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_0 = ___certificate0; if (!L_0) { goto IL_0010; } } { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_1 = ___certificate0; NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData() */, L_1); __this->set_m_ServerCertificateOrBytes_14((RuntimeObject *)L_2); return; } IL_0010: { __this->set_m_ServerCertificateOrBytes_14(NULL); return; } } // System.Void System.Net.ServicePoint::UpdateClientCertificate(System.Security.Cryptography.X509Certificates.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_UpdateClientCertificate_m27EB596CD61A50592B853BC653D613E71B0DBFC2 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate0, const RuntimeMethod* method) { { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_0 = ___certificate0; if (!L_0) { goto IL_0010; } } { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_1 = ___certificate0; NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData() */, L_1); __this->set_m_ClientCertificateOrBytes_15((RuntimeObject *)L_2); return; } IL_0010: { __this->set_m_ClientCertificateOrBytes_15(NULL); return; } } // System.Boolean System.Net.ServicePoint::CallEndPointDelegate(System.Net.Sockets.Socket,System.Net.IPEndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_CallEndPointDelegate_mD2D6A04E2C8D485E4BE66BE8376123108FE76C98 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___sock0, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___remote1, const RuntimeMethod* method) { int32_t V_0 = 0; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * V_1 = NULL; bool V_2 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * L_0 = __this->get_endPointCallback_9(); if (L_0) { goto IL_000a; } } { return (bool)1; } IL_000a: { V_0 = 0; } IL_000c: { V_1 = (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)NULL; } IL_000e: try { // begin try (depth: 1) BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * L_1 = __this->get_endPointCallback_9(); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_2 = ___remote1; int32_t L_3 = V_0; NullCheck(L_1); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_4; L_4 = BindIPEndPoint_Invoke_m8462120A7C738076E374FB6ADE447C611DBFD00C(L_1, __this, L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; goto IL_0024; } // 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_001f; } throw e; } CATCH_001f: { // begin catch(System.Object) V_2 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003c; } // end catch (depth: 1) IL_0024: { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_5 = V_1; if (L_5) { goto IL_0029; } } { return (bool)1; } IL_0029: { } IL_002a: try { // begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_6 = ___sock0; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_7 = V_1; NullCheck(L_6); Socket_Bind_m4DFEFA3F8C6E95586D02BCF311D8A1D5A449B217(L_6, L_7, /*hidden argument*/NULL); goto IL_003a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0033; } throw e; } CATCH_0033: { // begin catch(System.Net.Sockets.SocketException) int32_t L_8 = V_0; if (((int64_t)L_8 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_8 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServicePoint_CallEndPointDelegate_mD2D6A04E2C8D485E4BE66BE8376123108FE76C98_RuntimeMethod_var))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_000c; } // end catch (depth: 1) IL_003a: { return (bool)1; } IL_003c: { bool L_9 = V_2; return L_9; } } #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.ServicePointManager::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManager__cctor_mC65B547091F12ECF9B6B95CBEE1A52BB35E70DE3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * L_0 = (HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A *)il2cpp_codegen_object_new(HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A_il2cpp_TypeInfo_var); HybridDictionary__ctor_m9FC8D443AABAEC8D67ADF072437D2B364B08B7F1(L_0, /*hidden argument*/NULL); ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->set_servicePoints_0(L_0); ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->set_defaultConnectionLimit_2(2); ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->set_maxServicePointIdleTime_3(((int32_t)100000)); ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->set_maxServicePoints_4(0); ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->set_dnsRefreshTimeout_5(((int32_t)120000)); ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->set__checkCRL_6((bool)0); ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->set__securityProtocol_7(((int32_t)4032)); ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->set_expectContinue_8((bool)1); return; } } // System.Net.ICertificatePolicy System.Net.ServicePointManager::GetLegacyCertificatePolicy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServicePointManager_GetLegacyCertificatePolicy_mAF513A5B047B738491743CDC093618371750E747 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_policy_1(); return L_0; } } // System.Boolean System.Net.ServicePointManager::get_CheckCertificateRevocationList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointManager_get_CheckCertificateRevocationList_m912D1CE31A2E7D49F0BC064B9080CBCA4C9BF7BE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); bool L_0 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get__checkCRL_6(); return L_0; } } // System.Int32 System.Net.ServicePointManager::get_DnsRefreshTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_DnsRefreshTimeout_mF8180F546F58DF07CDC654BA2DA5A7C3C973C330 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); int32_t L_0 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_dnsRefreshTimeout_5(); return L_0; } } // System.Net.SecurityProtocolType System.Net.ServicePointManager::get_SecurityProtocol() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_SecurityProtocol_mB54A449C96053D4D84CF3C85B3C1CC1DCD34952D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); int32_t L_0 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get__securityProtocol_7(); return L_0; } } // System.Net.ServerCertValidationCallback System.Net.ServicePointManager::get_ServerCertValidationCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ServicePointManager_get_ServerCertValidationCallback_m5AD93FC2391E0E343328CE642F7DDE1CFBB0B306 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_0 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_server_cert_cb_10(); return L_0; } } // System.Net.ServicePoint System.Net.ServicePointManager::FindServicePoint(System.Uri,System.Net.IWebProxy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ServicePointManager_FindServicePoint_mB264FFC301584D1A7590D8F783485E81ECBBDE21 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___address0, RuntimeObject* ___proxy1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SPKey_t79CECE023E495F798A39AEBBF30F847551AC7EAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF27E4C631EBEFA337EC21BE8552E169C9DED78A2); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * V_2 = NULL; SPKey_t79CECE023E495F798A39AEBBF30F847551AC7EAB * V_3 = NULL; HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B9_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B3_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B4_0 = NULL; bool G_B6_0 = false; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B6_1 = NULL; bool G_B5_0 = false; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B5_1 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B7_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B8_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B11_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B10_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B12_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B12_1 = NULL; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___address0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_op_Equality_m4C2BAA8B8318A6C124AE18734B2872A983D5CC91(L_0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8A577A5A6848BEDC7A1DBA1211A06E627EEF0057)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServicePointManager_FindServicePoint_mB264FFC301584D1A7590D8F783485E81ECBBDE21_RuntimeMethod_var))); } IL_0014: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___address0; NullCheck(L_3); String_t* L_4; L_4 = Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29(L_3, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = ___address0; NullCheck(L_5); String_t* L_6; L_6 = Uri_get_Authority_m453C817B1681F5FD99431A7FDF6F11CDB9FAC093(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_4, _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A, L_6, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_8 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_8, L_7, /*hidden argument*/NULL); V_0 = (bool)0; V_1 = (bool)0; RuntimeObject* L_9 = ___proxy1; G_B3_0 = L_8; if (!L_9) { G_B9_0 = L_8; goto IL_008d; } } { RuntimeObject* L_10 = ___proxy1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11 = ___address0; NullCheck(L_10); bool L_12; L_12 = InterfaceFuncInvoker1< bool, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(1 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_il2cpp_TypeInfo_var, L_10, L_11); G_B4_0 = G_B3_0; if (L_12) { G_B9_0 = G_B3_0; goto IL_008d; } } { V_0 = (bool)1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_13 = ___address0; NullCheck(L_13); String_t* L_14; L_14 = Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29(L_13, /*hidden argument*/NULL); bool L_15; L_15 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_14, _stringLiteralF27E4C631EBEFA337EC21BE8552E169C9DED78A2, /*hidden argument*/NULL); RuntimeObject* L_16 = ___proxy1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_17 = ___address0; NullCheck(L_16); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_18; L_18 = InterfaceFuncInvoker1< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(0 /* System.Uri System.Net.IWebProxy::GetProxy(System.Uri) */, IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_il2cpp_TypeInfo_var, L_16, L_17); ___address0 = L_18; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_19 = ___address0; NullCheck(L_19); String_t* L_20; L_20 = Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29(L_19, /*hidden argument*/NULL); bool L_21; L_21 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_20, _stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF, /*hidden argument*/NULL); G_B5_0 = L_15; G_B5_1 = G_B4_0; if (!L_21) { G_B6_0 = L_15; G_B6_1 = G_B4_0; goto IL_0077; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_22 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9696E4A4E55A237E98B2267ADF3E00DDA59CF675)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServicePointManager_FindServicePoint_mB264FFC301584D1A7590D8F783485E81ECBBDE21_RuntimeMethod_var))); } IL_0077: { G_B7_0 = G_B6_1; if (!G_B6_0) { G_B9_0 = G_B6_1; goto IL_008d; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_23 = ___address0; NullCheck(L_23); String_t* L_24; L_24 = Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29(L_23, /*hidden argument*/NULL); bool L_25; L_25 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_24, _stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF, /*hidden argument*/NULL); G_B8_0 = G_B7_0; if (!L_25) { G_B9_0 = G_B7_0; goto IL_008d; } } { V_1 = (bool)1; G_B9_0 = G_B8_0; } IL_008d: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_26 = ___address0; NullCheck(L_26); String_t* L_27; L_27 = Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29(L_26, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_28 = ___address0; NullCheck(L_28); String_t* L_29; L_29 = Uri_get_Authority_m453C817B1681F5FD99431A7FDF6F11CDB9FAC093(L_28, /*hidden argument*/NULL); String_t* L_30; L_30 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_27, _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A, L_29, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_31 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_31, L_30, /*hidden argument*/NULL); ___address0 = L_31; V_2 = (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *)NULL; bool L_32 = V_0; G_B10_0 = G_B9_0; if (L_32) { G_B11_0 = G_B9_0; goto IL_00b2; } } { G_B12_0 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)(NULL)); G_B12_1 = G_B10_0; goto IL_00b3; } IL_00b2: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_33 = ___address0; G_B12_0 = L_33; G_B12_1 = G_B11_0; } IL_00b3: { bool L_34 = V_1; SPKey_t79CECE023E495F798A39AEBBF30F847551AC7EAB * L_35 = (SPKey_t79CECE023E495F798A39AEBBF30F847551AC7EAB *)il2cpp_codegen_object_new(SPKey_t79CECE023E495F798A39AEBBF30F847551AC7EAB_il2cpp_TypeInfo_var); SPKey__ctor_m7AF193EB533D8A77BE1BDD2643F966AC74232A29(L_35, G_B12_1, G_B12_0, L_34, /*hidden argument*/NULL); V_3 = L_35; IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * L_36 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_servicePoints_0(); V_4 = L_36; V_5 = (bool)0; } IL_00c4: try { // begin try (depth: 1) { HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * L_37 = V_4; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_37, (bool*)(&V_5), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * L_38 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_servicePoints_0(); SPKey_t79CECE023E495F798A39AEBBF30F847551AC7EAB * L_39 = V_3; NullCheck(L_38); RuntimeObject * L_40; L_40 = HybridDictionary_get_Item_m7185EEEAFC226096E70344C925C0E878B6BB355C(L_38, L_39, /*hidden argument*/NULL); V_2 = ((ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *)IsInstClass((RuntimeObject*)L_40, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0_il2cpp_TypeInfo_var)); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_41 = V_2; if (!L_41) { goto IL_00e9; } } IL_00e1: { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_42 = V_2; V_7 = L_42; IL2CPP_LEAVE(0x177, FINALLY_0169); } IL_00e9: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); int32_t L_43 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_maxServicePoints_4(); if ((((int32_t)L_43) <= ((int32_t)0))) { goto IL_010d; } } IL_00f1: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * L_44 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_servicePoints_0(); NullCheck(L_44); int32_t L_45; L_45 = HybridDictionary_get_Count_m9105DDBF52049FDB3664818E8883EDF06646C28A(L_44, /*hidden argument*/NULL); int32_t L_46 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_maxServicePoints_4(); if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_010d; } } IL_0102: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_47 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_47, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7D1C38A21F73D199B3533492AD93C440D1DB735C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServicePointManager_FindServicePoint_mB264FFC301584D1A7590D8F783485E81ECBBDE21_RuntimeMethod_var))); } IL_010d: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); int32_t L_48 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_defaultConnectionLimit_2(); V_6 = L_48; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_49 = ___address0; int32_t L_50 = V_6; int32_t L_51 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_maxServicePointIdleTime_3(); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_52 = (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *)il2cpp_codegen_object_new(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0_il2cpp_TypeInfo_var); ServicePoint__ctor_m68B4C7FBD836706798BA6882BC351F539A430C6C(L_52, L_49, L_50, L_51, /*hidden argument*/NULL); V_2 = L_52; ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_53 = V_2; bool L_54 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_expectContinue_8(); NullCheck(L_53); ServicePoint_set_Expect100Continue_m53E393E64BE40AC205CF5458DCC98E806D0432B2(L_53, L_54, /*hidden argument*/NULL); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_55 = V_2; bool L_56 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_useNagle_9(); NullCheck(L_55); ServicePoint_set_UseNagleAlgorithm_m93F74ADD6C2BE19F9342BE092EF8723F56503913_inline(L_55, L_56, /*hidden argument*/NULL); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_57 = V_2; bool L_58 = V_0; NullCheck(L_57); ServicePoint_set_UsesProxy_m25BFB4CE73283597C98A748B231D1A544469F618_inline(L_57, L_58, /*hidden argument*/NULL); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_59 = V_2; bool L_60 = V_1; NullCheck(L_59); ServicePoint_set_UseConnect_mCFAF7E07504140EEE0E81D5805CFF727575FF5F5_inline(L_59, L_60, /*hidden argument*/NULL); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_61 = V_2; bool L_62 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_tcp_keepalive_11(); int32_t L_63 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_tcp_keepalive_time_12(); int32_t L_64 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_tcp_keepalive_interval_13(); NullCheck(L_61); ServicePoint_SetTcpKeepAlive_m4B4392E54144159027C38EC7FCC12F2C09E7A3CF(L_61, L_62, L_63, L_64, /*hidden argument*/NULL); HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * L_65 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_servicePoints_0(); SPKey_t79CECE023E495F798A39AEBBF30F847551AC7EAB * L_66 = V_3; ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_67 = V_2; NullCheck(L_65); HybridDictionary_Add_mAD439BE2C4F44AF8A43EC7491E26478EDDF7DFBC(L_65, L_66, L_67, /*hidden argument*/NULL); IL2CPP_LEAVE(0x175, FINALLY_0169); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0169; } FINALLY_0169: { // begin finally (depth: 1) { bool L_68 = V_5; if (!L_68) { goto IL_0174; } } IL_016d: { HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * L_69 = V_4; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_69, /*hidden argument*/NULL); } IL_0174: { IL2CPP_END_FINALLY(361) } } // end finally (depth: 1) IL2CPP_CLEANUP(361) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x177, IL_0177) IL2CPP_JUMP_TBL(0x175, IL_0175) } IL_0175: { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_70 = V_2; return L_70; } IL_0177: { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_71 = V_7; return L_71; } } #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.ServicePointManagerElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement__ctor_mA04F31D124B40258FE6673A2B7B0F7B2CE787615 (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement__ctor_mA04F31D124B40258FE6673A2B7B0F7B2CE787615_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement__ctor_mA04F31D124B40258FE6673A2B7B0F7B2CE787615_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ServicePointManagerElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * ServicePointManagerElement_get_Properties_mCB80284E347910A59F7B5A495D5862533E41907A (ServicePointManagerElement_tBDFCD14FA5A9ABB1BE70A69621349A23B402989C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManagerElement_get_Properties_mCB80284E347910A59F7B5A495D5862533E41907A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_Properties_mCB80284E347910A59F7B5A495D5862533E41907A_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.Net.ServicePoint System.Net.ServicePointScheduler::get_ServicePoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ServicePointScheduler_get_ServicePoint_mF440822AB131B3EEC0ED34FAF58A173F47774455 (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, const RuntimeMethod* method) { { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_0 = __this->get_U3CServicePointU3Ek__BackingField_0(); return L_0; } } // System.Int32 System.Net.ServicePointScheduler::get_MaxIdleTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServicePointScheduler_get_MaxIdleTime_m1D0BA49F4201E52CDB01C5A64A75A6453FB88015 (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_maxIdleTime_2(); return L_0; } } // System.Int32 System.Net.ServicePointScheduler::get_ConnectionLimit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServicePointScheduler_get_ConnectionLimit_mFA140DF59CD0283939163B2380C59D4BE3872754 (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_connectionLimit_9(); return L_0; } } // System.Void System.Net.ServicePointScheduler::.ctor(System.Net.ServicePoint,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler__ctor_m5246987112698FC9A296CC7E8DAA276B57FD6F4A (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___servicePoint0, int32_t ___connectionLimit1, int32_t ___maxIdleTime2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1__ctor_m08DD2BB27E9C0580BC9D75A7CB3D5D2DF2C552C2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1__ctor_mE482B42353B65C7902B4E4FDB43AFC7A06A45FDD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_maxIdleTime_2(((int32_t)100000)); int32_t L_0 = ((ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7_il2cpp_TypeInfo_var))->get_nextId_11(); int32_t L_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); ((ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7_il2cpp_TypeInfo_var))->set_nextId_11(L_1); __this->set_ID_12(L_1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_2 = ___servicePoint0; __this->set_U3CServicePointU3Ek__BackingField_0(L_2); int32_t L_3 = ___connectionLimit1; __this->set_connectionLimit_9(L_3); int32_t L_4 = ___maxIdleTime2; __this->set_maxIdleTime_2(L_4); AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0 * L_5 = (AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0 *)il2cpp_codegen_object_new(AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0_il2cpp_TypeInfo_var); AsyncManualResetEvent__ctor_mED23C9E7D9E4B6862CF7CA2D9A8A6DD0F1346D5C(L_5, (bool)0, /*hidden argument*/NULL); __this->set_schedulerEvent_3(L_5); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_7 = (ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C *)il2cpp_codegen_object_new(ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C_il2cpp_TypeInfo_var); ConnectionGroup__ctor_m5FA4DC16552C8ADBBADA4FEEB54C620EC1175D80(L_7, __this, L_6, /*hidden argument*/NULL); __this->set_defaultGroup_4(L_7); LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * L_8 = (LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF *)il2cpp_codegen_object_new(LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF_il2cpp_TypeInfo_var); LinkedList_1__ctor_m08DD2BB27E9C0580BC9D75A7CB3D5D2DF2C552C2(L_8, /*hidden argument*/LinkedList_1__ctor_m08DD2BB27E9C0580BC9D75A7CB3D5D2DF2C552C2_RuntimeMethod_var); __this->set_operations_6(L_8); LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * L_9 = (LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 *)il2cpp_codegen_object_new(LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6_il2cpp_TypeInfo_var); LinkedList_1__ctor_mE482B42353B65C7902B4E4FDB43AFC7A06A45FDD(L_9, /*hidden argument*/LinkedList_1__ctor_mE482B42353B65C7902B4E4FDB43AFC7A06A45FDD_RuntimeMethod_var); __this->set_idleConnections_7(L_9); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_10; L_10 = DateTime_get_UtcNow_m1DDFBE2EF6AB0E4461E1F23E845CDAFAB49A2970(/*hidden argument*/NULL); __this->set_idleSince_10(L_10); return; } } // System.Void System.Net.ServicePointScheduler::Run() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_Run_m6993E53C1386472568740C6EF61B9CA3BAB9F5B2 (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, const RuntimeMethod* method) { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_0; L_0 = ServicePointScheduler_get_ServicePoint_mF440822AB131B3EEC0ED34FAF58A173F47774455_inline(__this, /*hidden argument*/NULL); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); int32_t* L_2 = __this->get_address_of_running_1(); int32_t L_3; L_3 = Interlocked_CompareExchange_m7EBFB07A7B97F6413261B302A509C280E5E11400((int32_t*)L_2, 1, 0, /*hidden argument*/NULL); if (L_3) { goto IL_0026; } } IL_0020: { ServicePointScheduler_StartScheduler_mB84355F0B426E7485884B22D8489086CBD5BEC4D(__this, /*hidden argument*/NULL); } IL_0026: { AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0 * L_4 = __this->get_schedulerEvent_3(); NullCheck(L_4); AsyncManualResetEvent_Set_m4AEDC2FB8A878F5A11EAE3FC7C5B079747FA784C(L_4, /*hidden argument*/NULL); IL2CPP_LEAVE(0x3D, FINALLY_0033); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0033; } FINALLY_0033: { // begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_003c; } } IL_0036: { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_6 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_6, /*hidden argument*/NULL); } IL_003c: { IL2CPP_END_FINALLY(51) } } // end finally (depth: 1) IL2CPP_CLEANUP(51) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3D, IL_003d) } IL_003d: { return; } } // System.Void System.Net.ServicePointScheduler::StartScheduler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_StartScheduler_mB84355F0B426E7485884B22D8489086CBD5BEC4D (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m53F123785BD8CDF0968BD897688CDC3A1E98E683_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 V_0; memset((&V_0), 0, sizeof(V_0)); AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_2(__this); AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 L_0; L_0 = AsyncVoidMethodBuilder_Create_m3E7C78F87F23C313FCD75A71B745C647490230C1(/*hidden argument*/NULL); (&V_0)->set_U3CU3Et__builder_1(L_0); (&V_0)->set_U3CU3E1__state_0((-1)); U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 L_1 = V_0; AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 L_2 = L_1.get_U3CU3Et__builder_1(); V_1 = L_2; AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m53F123785BD8CDF0968BD897688CDC3A1E98E683((AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)(&V_1), (U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 *)(&V_0), /*hidden argument*/AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m53F123785BD8CDF0968BD897688CDC3A1E98E683_RuntimeMethod_var); return; } } // System.Void System.Net.ServicePointScheduler::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_Cleanup_mDEBD36E43A6B6EF3D2E02DE12C4F9F2BD6069DD7 (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m46FDF7D4A6929A83C5483A4F21B180A66843CA66_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m379820A93A802E273F7B3522E612E16DE06F6CE3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_mA7CCA08E42EEB52EFEAD92D8C9B988297FAE8E14_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m8D06DE240C2CA069B52A9C8F36E4462F85929B35_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m6E5DF3086F53598DE2909BF85D42CE317A64AF97_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_CopyTo_mC663A19DB9A0E1DA39C45C6D9F61BF6638FEB986_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; { Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * L_0 = __this->get_groups_5(); if (!L_0) { goto IL_0081; } } { Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * L_1 = __this->get_groups_5(); NullCheck(L_1); int32_t L_2; L_2 = Dictionary_2_get_Count_mA7CCA08E42EEB52EFEAD92D8C9B988297FAE8E14(L_1, /*hidden argument*/Dictionary_2_get_Count_mA7CCA08E42EEB52EFEAD92D8C9B988297FAE8E14_RuntimeMethod_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * L_4 = __this->get_groups_5(); NullCheck(L_4); KeyCollection_t1EC89F6460ADD3DBA3494A23A2965369F2CCD818 * L_5; L_5 = Dictionary_2_get_Keys_m6E5DF3086F53598DE2909BF85D42CE317A64AF97(L_4, /*hidden argument*/Dictionary_2_get_Keys_m6E5DF3086F53598DE2909BF85D42CE317A64AF97_RuntimeMethod_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = V_0; NullCheck(L_5); KeyCollection_CopyTo_mC663A19DB9A0E1DA39C45C6D9F61BF6638FEB986(L_5, L_6, 0, /*hidden argument*/KeyCollection_CopyTo_mC663A19DB9A0E1DA39C45C6D9F61BF6638FEB986_RuntimeMethod_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = V_0; V_1 = L_7; V_2 = 0; goto IL_0067; } IL_0031: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_8); int32_t L_10 = L_9; String_t* L_11 = (L_8)->GetAt(static_cast(L_10)); V_3 = L_11; Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * L_12 = __this->get_groups_5(); String_t* L_13 = V_3; NullCheck(L_12); bool L_14; L_14 = Dictionary_2_ContainsKey_m46FDF7D4A6929A83C5483A4F21B180A66843CA66(L_12, L_13, /*hidden argument*/Dictionary_2_ContainsKey_m46FDF7D4A6929A83C5483A4F21B180A66843CA66_RuntimeMethod_var); if (!L_14) { goto IL_0063; } } { Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * L_15 = __this->get_groups_5(); String_t* L_16 = V_3; NullCheck(L_15); ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_17; L_17 = Dictionary_2_get_Item_m8D06DE240C2CA069B52A9C8F36E4462F85929B35(L_15, L_16, /*hidden argument*/Dictionary_2_get_Item_m8D06DE240C2CA069B52A9C8F36E4462F85929B35_RuntimeMethod_var); NullCheck(L_17); bool L_18; L_18 = ConnectionGroup_IsEmpty_m8D7C9EAB72B30685EDBE422B33A2DDBED318D33A(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0063; } } { Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * L_19 = __this->get_groups_5(); String_t* L_20 = V_3; NullCheck(L_19); bool L_21; L_21 = Dictionary_2_Remove_m379820A93A802E273F7B3522E612E16DE06F6CE3(L_19, L_20, /*hidden argument*/Dictionary_2_Remove_m379820A93A802E273F7B3522E612E16DE06F6CE3_RuntimeMethod_var); } IL_0063: { int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0067: { int32_t L_23 = V_2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = V_1; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))) { goto IL_0031; } } { Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * L_25 = __this->get_groups_5(); NullCheck(L_25); int32_t L_26; L_26 = Dictionary_2_get_Count_mA7CCA08E42EEB52EFEAD92D8C9B988297FAE8E14(L_25, /*hidden argument*/Dictionary_2_get_Count_mA7CCA08E42EEB52EFEAD92D8C9B988297FAE8E14_RuntimeMethod_var); if (L_26) { goto IL_0081; } } { __this->set_groups_5((Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *)NULL); } IL_0081: { return; } } // System.Void System.Net.ServicePointScheduler::RunSchedulerIteration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_RunSchedulerIteration_mF8FF1C803F8C31BBD95C016F7862B95C229262FA (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m6698FA28BB8153DAC024A26960C9C04AB3A2EA47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m55235B8F61106406081A172AA12D540E4DBAC550_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m15A12D58B23F66D69CA0853C6BEBC81FCB6403C2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mCA90FF121AE3AB13CD8B40FC197947877E4BDB6C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m7A80C5EB351DC9327932D3DDC8D072221112F33F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 V_1; memset((&V_1), 0, sizeof(V_1)); KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { AsyncManualResetEvent_t47325E9C64CC5E07EE88CE5A22EC0C5CA83F90F0 * L_0 = __this->get_schedulerEvent_3(); NullCheck(L_0); AsyncManualResetEvent_Reset_mBFDA18F6778C6FF3C063C7A654B455AE56E5E700(L_0, /*hidden argument*/NULL); } IL_000b: { ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_1 = __this->get_defaultGroup_4(); bool L_2; L_2 = ServicePointScheduler_SchedulerIteration_m09BB05B64AAF878CD1E22F5A5107762804C1AE72(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * L_3 = __this->get_groups_5(); if (!L_3) { goto IL_005f; } } { Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * L_4 = __this->get_groups_5(); NullCheck(L_4); Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 L_5; L_5 = Dictionary_2_GetEnumerator_m6698FA28BB8153DAC024A26960C9C04AB3A2EA47(L_4, /*hidden argument*/Dictionary_2_GetEnumerator_m6698FA28BB8153DAC024A26960C9C04AB3A2EA47_RuntimeMethod_var); V_1 = L_5; } IL_002c: try { // begin try (depth: 1) { goto IL_0046; } IL_002e: { KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE L_6; L_6 = Enumerator_get_Current_mCA90FF121AE3AB13CD8B40FC197947877E4BDB6C_inline((Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 *)(&V_1), /*hidden argument*/Enumerator_get_Current_mCA90FF121AE3AB13CD8B40FC197947877E4BDB6C_RuntimeMethod_var); V_2 = L_6; bool L_7 = V_0; ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_8; L_8 = KeyValuePair_2_get_Value_m7A80C5EB351DC9327932D3DDC8D072221112F33F_inline((KeyValuePair_2_t45B86B7CC92BCDF601ADF96F358C86D09CBA87BE *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m7A80C5EB351DC9327932D3DDC8D072221112F33F_RuntimeMethod_var); bool L_9; L_9 = ServicePointScheduler_SchedulerIteration_m09BB05B64AAF878CD1E22F5A5107762804C1AE72(__this, L_8, /*hidden argument*/NULL); V_0 = (bool)((int32_t)((int32_t)L_7|(int32_t)L_9)); } IL_0046: { bool L_10; L_10 = Enumerator_MoveNext_m15A12D58B23F66D69CA0853C6BEBC81FCB6403C2((Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m15A12D58B23F66D69CA0853C6BEBC81FCB6403C2_RuntimeMethod_var); if (L_10) { goto IL_002e; } } IL_004f: { IL2CPP_LEAVE(0x5F, FINALLY_0051); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0051; } FINALLY_0051: { // begin finally (depth: 1) Enumerator_Dispose_m55235B8F61106406081A172AA12D540E4DBAC550((Enumerator_tEC691E38E9DBE0B4A8D33A3F556EB89957B01151 *)(&V_1), /*hidden argument*/Enumerator_Dispose_m55235B8F61106406081A172AA12D540E4DBAC550_RuntimeMethod_var); IL2CPP_END_FINALLY(81) } // end finally (depth: 1) IL2CPP_CLEANUP(81) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5F, IL_005f) } IL_005f: { bool L_11 = V_0; if (L_11) { goto IL_000b; } } { return; } } // System.Boolean System.Net.ServicePointScheduler::OperationCompleted(System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation,System.Threading.Tasks.Task`1>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointScheduler_OperationCompleted_m07EA04EA89B065DBC78166FCE78C41A9A822FD89 (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * ___group0, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___operation1, Task_1_t04D317EDE427CA8A210E21A15F809E705C66D08F * ___task2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddLast_m5AB0BA2B4CF17330647A883839746FAACF8BB8B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddLast_mC204AFFE30BB5A7D31B4378F1E4F2AAA0851484C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_get_Result_mFF9E5741181C66360F18B045C5F31B4856A16CDD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_m0B2009EDA7A24C5EC5FE7BEDE23154C403CA763A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_m8DCA219EF0C7F7D396D5B1D285048758EF6042DD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_3__ctor_mD624DF1155A5BD42B89FC0021B3829999FAB9338_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * V_1 = NULL; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * V_2 = NULL; ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { Task_1_t04D317EDE427CA8A210E21A15F809E705C66D08F * L_0 = ___task2; NullCheck(L_0); int32_t L_1; L_1 = Task_get_Status_m322B3FEDAED081C1EA55F6E2922007475E7CAAED(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)5))) { goto IL_0012; } } { ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 L_2; memset((&L_2), 0, sizeof(L_2)); ValueTuple_2__ctor_m0B2009EDA7A24C5EC5FE7BEDE23154C403CA763A((&L_2), (bool)0, (WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 *)NULL, /*hidden argument*/ValueTuple_2__ctor_m0B2009EDA7A24C5EC5FE7BEDE23154C403CA763A_RuntimeMethod_var); G_B3_0 = L_2; goto IL_0018; } IL_0012: { Task_1_t04D317EDE427CA8A210E21A15F809E705C66D08F * L_3 = ___task2; NullCheck(L_3); ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 L_4; L_4 = Task_1_get_Result_mFF9E5741181C66360F18B045C5F31B4856A16CDD(L_3, /*hidden argument*/Task_1_get_Result_mFF9E5741181C66360F18B045C5F31B4856A16CDD_RuntimeMethod_var); G_B3_0 = L_4; } IL_0018: { ValueTuple_2_t2F716F5DE92DE351DF0095CB60B7C0FA85A909C8 L_5 = G_B3_0; bool L_6 = L_5.get_Item1_0(); V_0 = L_6; WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_7 = L_5.get_Item2_1(); V_1 = L_7; bool L_8 = V_0; if (!L_8) { goto IL_0036; } } { WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_9 = ___operation1; NullCheck(L_9); WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * L_10; L_10 = WebOperation_get_Connection_m5BA0B37AA90173084BA428974AB4AABE79E19909_inline(L_9, /*hidden argument*/NULL); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_11 = V_1; NullCheck(L_10); bool L_12; L_12 = WebConnection_Continue_m536451B677626949F6EFB3DAFF0ADC7435A398AE(L_10, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0049; } } IL_0036: { ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_13 = ___group0; WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_14 = ___operation1; NullCheck(L_14); WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * L_15; L_15 = WebOperation_get_Connection_m5BA0B37AA90173084BA428974AB4AABE79E19909_inline(L_14, /*hidden argument*/NULL); NullCheck(L_13); ConnectionGroup_RemoveConnection_m2DB1E959C60D52E10266593CD01E4E280933A52B(L_13, L_15, /*hidden argument*/NULL); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_16 = V_1; if (L_16) { goto IL_0047; } } { return (bool)1; } IL_0047: { V_0 = (bool)0; } IL_0049: { WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_17 = V_1; if (L_17) { goto IL_0076; } } { bool L_18 = V_0; if (!L_18) { goto IL_0074; } } { int32_t L_19; L_19 = ServicePointScheduler_get_MaxIdleTime_m1D0BA49F4201E52CDB01C5A64A75A6453FB88015_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_20; L_20 = Task_Delay_m880CF6082AF5731C0E7DC9CA3F175878F120CCAA(L_19, /*hidden argument*/NULL); V_2 = L_20; LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * L_21 = __this->get_idleConnections_7(); ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_22 = ___group0; WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_23 = ___operation1; NullCheck(L_23); WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * L_24; L_24 = WebOperation_get_Connection_m5BA0B37AA90173084BA428974AB4AABE79E19909_inline(L_23, /*hidden argument*/NULL); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_25 = V_2; ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855 L_26; memset((&L_26), 0, sizeof(L_26)); ValueTuple_3__ctor_mD624DF1155A5BD42B89FC0021B3829999FAB9338((&L_26), L_22, L_24, L_25, /*hidden argument*/ValueTuple_3__ctor_mD624DF1155A5BD42B89FC0021B3829999FAB9338_RuntimeMethod_var); NullCheck(L_21); LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * L_27; L_27 = LinkedList_1_AddLast_mC204AFFE30BB5A7D31B4378F1E4F2AAA0851484C(L_21, L_26, /*hidden argument*/LinkedList_1_AddLast_mC204AFFE30BB5A7D31B4378F1E4F2AAA0851484C_RuntimeMethod_var); } IL_0074: { return (bool)1; } IL_0076: { LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * L_28 = __this->get_operations_6(); ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_29 = ___group0; WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_30 = V_1; ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 L_31; memset((&L_31), 0, sizeof(L_31)); ValueTuple_2__ctor_m8DCA219EF0C7F7D396D5B1D285048758EF6042DD((&L_31), L_29, L_30, /*hidden argument*/ValueTuple_2__ctor_m8DCA219EF0C7F7D396D5B1D285048758EF6042DD_RuntimeMethod_var); NullCheck(L_28); LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * L_32; L_32 = LinkedList_1_AddLast_m5AB0BA2B4CF17330647A883839746FAACF8BB8B5(L_28, L_31, /*hidden argument*/LinkedList_1_AddLast_m5AB0BA2B4CF17330647A883839746FAACF8BB8B5_RuntimeMethod_var); bool L_33 = V_0; if (!L_33) { goto IL_009a; } } { WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_34 = ___operation1; NullCheck(L_34); WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * L_35; L_35 = WebOperation_get_Connection_m5BA0B37AA90173084BA428974AB4AABE79E19909_inline(L_34, /*hidden argument*/NULL); ServicePointScheduler_RemoveIdleConnection_mBB6ED958ED6E7AB69373E7A44BAFC251E5771A3C(__this, L_35, /*hidden argument*/NULL); return (bool)0; } IL_009a: { ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_36 = ___group0; NullCheck(L_36); ConnectionGroup_Cleanup_m3C54610DE85C7272D7FED7718775A57A114BB0B4(L_36, /*hidden argument*/NULL); ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_37 = ___group0; WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_38 = V_1; NullCheck(L_37); ValueTuple_2_t9C7076F76259E6A23175B0210ADAA3D4B9C95B34 L_39; L_39 = ConnectionGroup_CreateOrReuseConnection_m8DFC2633DB095A0A4ABD21E116F22A3538C0BAB0(L_37, L_38, (bool)1, /*hidden argument*/NULL); return (bool)0; } } // System.Void System.Net.ServicePointScheduler::CloseIdleConnection(System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_CloseIdleConnection_m3F00DC3AB2FDE618B4E6D7C452A8B6920975C402 (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * ___group0, WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * ___connection1, const RuntimeMethod* method) { { ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_0 = ___group0; WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * L_1 = ___connection1; NullCheck(L_0); ConnectionGroup_RemoveConnection_m2DB1E959C60D52E10266593CD01E4E280933A52B(L_0, L_1, /*hidden argument*/NULL); WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * L_2 = ___connection1; ServicePointScheduler_RemoveIdleConnection_mBB6ED958ED6E7AB69373E7A44BAFC251E5771A3C(__this, L_2, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.ServicePointScheduler::SchedulerIteration(System.Net.ServicePointScheduler/ConnectionGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointScheduler_SchedulerIteration_m09BB05B64AAF878CD1E22F5A5107762804C1AE72 (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * ___group0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddLast_m5AB0BA2B4CF17330647A883839746FAACF8BB8B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_m8DCA219EF0C7F7D396D5B1D285048758EF6042DD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * V_0 = NULL; WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * V_1 = NULL; { ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_0 = ___group0; NullCheck(L_0); ConnectionGroup_Cleanup_m3C54610DE85C7272D7FED7718775A57A114BB0B4(L_0, /*hidden argument*/NULL); ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_1 = ___group0; NullCheck(L_1); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_2; L_2 = ConnectionGroup_GetNextOperation_m79D857F3FF78911472BA5E51C900E3D8F605F0F5(L_1, /*hidden argument*/NULL); V_0 = L_2; WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_3 = V_0; if (L_3) { goto IL_0012; } } { return (bool)0; } IL_0012: { ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_4 = ___group0; WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_5 = V_0; NullCheck(L_4); ValueTuple_2_t9C7076F76259E6A23175B0210ADAA3D4B9C95B34 L_6; L_6 = ConnectionGroup_CreateOrReuseConnection_m8DFC2633DB095A0A4ABD21E116F22A3538C0BAB0(L_4, L_5, (bool)0, /*hidden argument*/NULL); ValueTuple_2_t9C7076F76259E6A23175B0210ADAA3D4B9C95B34 L_7 = L_6; WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * L_8 = L_7.get_Item1_0(); V_1 = L_8; WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * L_9 = V_1; if (L_9) { goto IL_0027; } } { return (bool)0; } IL_0027: { LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * L_10 = __this->get_operations_6(); ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_11 = ___group0; WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_12 = V_0; ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 L_13; memset((&L_13), 0, sizeof(L_13)); ValueTuple_2__ctor_m8DCA219EF0C7F7D396D5B1D285048758EF6042DD((&L_13), L_11, L_12, /*hidden argument*/ValueTuple_2__ctor_m8DCA219EF0C7F7D396D5B1D285048758EF6042DD_RuntimeMethod_var); NullCheck(L_10); LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * L_14; L_14 = LinkedList_1_AddLast_m5AB0BA2B4CF17330647A883839746FAACF8BB8B5(L_10, L_13, /*hidden argument*/LinkedList_1_AddLast_m5AB0BA2B4CF17330647A883839746FAACF8BB8B5_RuntimeMethod_var); WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * L_15 = V_1; ServicePointScheduler_RemoveIdleConnection_mBB6ED958ED6E7AB69373E7A44BAFC251E5771A3C(__this, L_15, /*hidden argument*/NULL); return (bool)1; } } // System.Void System.Net.ServicePointScheduler::RemoveOperation(System.Net.WebOperation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_RemoveOperation_mBFF45695A7E59C36658B11EC8AF0661B8D753E9B (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___operation0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Next_m0AB1E444376D52B4318E0FB45BB6855E645BBA39_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Value_mB4E7CBC4EDAD0A82A3519384F542FB34DA236C23_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_mAAA44702F780B128365886B7823039F49AA71C1B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_First_m160DB4FC2DF0F699B6F100D591D1C14DE45895C7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * V_0 = NULL; LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * V_1 = NULL; { LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * L_0 = __this->get_operations_6(); NullCheck(L_0); LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * L_1; L_1 = LinkedList_1_get_First_m160DB4FC2DF0F699B6F100D591D1C14DE45895C7_inline(L_0, /*hidden argument*/LinkedList_1_get_First_m160DB4FC2DF0F699B6F100D591D1C14DE45895C7_RuntimeMethod_var); V_0 = L_1; goto IL_0031; } IL_000e: { LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * L_2 = V_0; V_1 = L_2; LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * L_3 = V_0; NullCheck(L_3); LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * L_4; L_4 = LinkedListNode_1_get_Next_m0AB1E444376D52B4318E0FB45BB6855E645BBA39(L_3, /*hidden argument*/LinkedListNode_1_get_Next_m0AB1E444376D52B4318E0FB45BB6855E645BBA39_RuntimeMethod_var); V_0 = L_4; LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * L_5 = V_1; NullCheck(L_5); ValueTuple_2_t6FFE8E7B92A814C1771283DDCAA844F19C690A85 L_6; L_6 = LinkedListNode_1_get_Value_mB4E7CBC4EDAD0A82A3519384F542FB34DA236C23_inline(L_5, /*hidden argument*/LinkedListNode_1_get_Value_mB4E7CBC4EDAD0A82A3519384F542FB34DA236C23_RuntimeMethod_var); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_7 = L_6.get_Item2_1(); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_8 = ___operation0; if ((!(((RuntimeObject*)(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 *)L_7) == ((RuntimeObject*)(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 *)L_8)))) { goto IL_0031; } } { LinkedList_1_t7C949CF28AA066BC8DAEC08C9848AA8B6EB2BAEF * L_9 = __this->get_operations_6(); LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * L_10 = V_1; NullCheck(L_9); LinkedList_1_Remove_mAAA44702F780B128365886B7823039F49AA71C1B(L_9, L_10, /*hidden argument*/LinkedList_1_Remove_mAAA44702F780B128365886B7823039F49AA71C1B_RuntimeMethod_var); } IL_0031: { LinkedListNode_1_tB68C97842C17FB707E4DA20334EF72DD380AD164 * L_11 = V_0; if (L_11) { goto IL_000e; } } { return; } } // System.Void System.Net.ServicePointScheduler::RemoveIdleConnection(System.Net.WebConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_RemoveIdleConnection_mBB6ED958ED6E7AB69373E7A44BAFC251E5771A3C (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * ___connection0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Next_mEC100E6638C748CDB67EFD3C0D79C370E46395AF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Value_mA0CCA1F7F6B55141C02C70A61B446255BAD5FD82_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_m92EED9F2F2F57BB828121AE82DBF43CC7A18345B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_First_m1E9EB69497D360077CC7CAF9D7C31601374CF123_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * V_0 = NULL; LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * V_1 = NULL; { LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * L_0 = __this->get_idleConnections_7(); NullCheck(L_0); LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * L_1; L_1 = LinkedList_1_get_First_m1E9EB69497D360077CC7CAF9D7C31601374CF123_inline(L_0, /*hidden argument*/LinkedList_1_get_First_m1E9EB69497D360077CC7CAF9D7C31601374CF123_RuntimeMethod_var); V_0 = L_1; goto IL_0031; } IL_000e: { LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * L_2 = V_0; V_1 = L_2; LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * L_3 = V_0; NullCheck(L_3); LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * L_4; L_4 = LinkedListNode_1_get_Next_mEC100E6638C748CDB67EFD3C0D79C370E46395AF(L_3, /*hidden argument*/LinkedListNode_1_get_Next_mEC100E6638C748CDB67EFD3C0D79C370E46395AF_RuntimeMethod_var); V_0 = L_4; LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * L_5 = V_1; NullCheck(L_5); ValueTuple_3_tB85BDC863685C2DEAF2FBF875CC5E2005A35D855 L_6; L_6 = LinkedListNode_1_get_Value_mA0CCA1F7F6B55141C02C70A61B446255BAD5FD82_inline(L_5, /*hidden argument*/LinkedListNode_1_get_Value_mA0CCA1F7F6B55141C02C70A61B446255BAD5FD82_RuntimeMethod_var); WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * L_7 = L_6.get_Item2_1(); WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * L_8 = ___connection0; if ((!(((RuntimeObject*)(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 *)L_7) == ((RuntimeObject*)(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 *)L_8)))) { goto IL_0031; } } { LinkedList_1_tC012992AA40F9170DC9CEE62D807BFB8D04CB0E6 * L_9 = __this->get_idleConnections_7(); LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * L_10 = V_1; NullCheck(L_9); LinkedList_1_Remove_m92EED9F2F2F57BB828121AE82DBF43CC7A18345B(L_9, L_10, /*hidden argument*/LinkedList_1_Remove_m92EED9F2F2F57BB828121AE82DBF43CC7A18345B_RuntimeMethod_var); } IL_0031: { LinkedListNode_1_tF2C101AA2F7320B18972F00F4BAD347267CCAA3E * L_11 = V_0; if (L_11) { goto IL_000e; } } { return; } } // System.Void System.Net.ServicePointScheduler::SendRequest(System.Net.WebOperation,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_SendRequest_m578C7AC51E1CF2F00DF5FD22E03F68A87B7052C7 (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___operation0, String_t* ___groupName1, const RuntimeMethod* method) { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_0; L_0 = ServicePointScheduler_get_ServicePoint_mF440822AB131B3EEC0ED34FAF58A173F47774455_inline(__this, /*hidden argument*/NULL); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); String_t* L_2 = ___groupName1; ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_3; L_3 = ServicePointScheduler_GetConnectionGroup_mF8FE49D548453C3F69C66FE561255DE101282E29(__this, L_2, /*hidden argument*/NULL); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_4 = ___operation0; NullCheck(L_3); ConnectionGroup_EnqueueOperation_m53AB85A53CE1112C72FC47EF7A48734B022F41D8(L_3, L_4, /*hidden argument*/NULL); ServicePointScheduler_Run_m6993E53C1386472568740C6EF61B9CA3BAB9F5B2(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0x30, FINALLY_0026); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0026; } FINALLY_0026: { // begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_002f; } } IL_0029: { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_6 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_6, /*hidden argument*/NULL); } IL_002f: { IL2CPP_END_FINALLY(38) } } // end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x30, IL_0030) } IL_0030: { return; } } // System.Net.ServicePointScheduler/ConnectionGroup System.Net.ServicePointScheduler::GetConnectionGroup(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * ServicePointScheduler_GetConnectionGroup_mF8FE49D548453C3F69C66FE561255DE101282E29 (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m03BBF644B6B414B854F9E3390D48DEEB28189943_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mB1A6CEB722A7E593AB9A9A20C4FDC1132018C845_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m8C1792D01766D7A0A0F267DEFC4BE6B527B9CDC3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * V_0 = NULL; bool V_1 = false; ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * V_2 = NULL; ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_0; L_0 = ServicePointScheduler_get_ServicePoint_mF440822AB131B3EEC0ED34FAF58A173F47774455_inline(__this, /*hidden argument*/NULL); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); String_t* L_2 = ___name0; bool L_3; L_3 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } IL_0019: { ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_4 = __this->get_defaultGroup_4(); V_3 = L_4; IL2CPP_LEAVE(0x6C, FINALLY_0062); } IL_0022: { Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * L_5 = __this->get_groups_5(); if (L_5) { goto IL_0035; } } IL_002a: { Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * L_6 = (Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 *)il2cpp_codegen_object_new(Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638_il2cpp_TypeInfo_var); Dictionary_2__ctor_m8C1792D01766D7A0A0F267DEFC4BE6B527B9CDC3(L_6, /*hidden argument*/Dictionary_2__ctor_m8C1792D01766D7A0A0F267DEFC4BE6B527B9CDC3_RuntimeMethod_var); __this->set_groups_5(L_6); } IL_0035: { Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * L_7 = __this->get_groups_5(); String_t* L_8 = ___name0; NullCheck(L_7); bool L_9; L_9 = Dictionary_2_TryGetValue_mB1A6CEB722A7E593AB9A9A20C4FDC1132018C845(L_7, L_8, (ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C **)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mB1A6CEB722A7E593AB9A9A20C4FDC1132018C845_RuntimeMethod_var); if (!L_9) { goto IL_0049; } } IL_0045: { ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_10 = V_2; V_3 = L_10; IL2CPP_LEAVE(0x6C, FINALLY_0062); } IL_0049: { String_t* L_11 = ___name0; ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_12 = (ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C *)il2cpp_codegen_object_new(ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C_il2cpp_TypeInfo_var); ConnectionGroup__ctor_m5FA4DC16552C8ADBBADA4FEEB54C620EC1175D80(L_12, __this, L_11, /*hidden argument*/NULL); V_2 = L_12; Dictionary_2_t22D558904722DB14931A9BCEC4E05FD813FB9638 * L_13 = __this->get_groups_5(); String_t* L_14 = ___name0; ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_15 = V_2; NullCheck(L_13); Dictionary_2_Add_m03BBF644B6B414B854F9E3390D48DEEB28189943(L_13, L_14, L_15, /*hidden argument*/Dictionary_2_Add_m03BBF644B6B414B854F9E3390D48DEEB28189943_RuntimeMethod_var); ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_16 = V_2; V_3 = L_16; IL2CPP_LEAVE(0x6C, FINALLY_0062); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0062; } FINALLY_0062: { // begin finally (depth: 1) { bool L_17 = V_1; if (!L_17) { goto IL_006b; } } IL_0065: { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_18 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_18, /*hidden argument*/NULL); } IL_006b: { IL2CPP_END_FINALLY(98) } } // end finally (depth: 1) IL2CPP_CLEANUP(98) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6C, IL_006c) } IL_006c: { ConnectionGroup_t09CAB179366A928090E848B8BB786DA2A70B210C * L_19 = V_3; return L_19; } } // System.Void System.Net.ServicePointScheduler::OnConnectionCreated(System.Net.WebConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_OnConnectionCreated_mD0A50FB19C9750E9DD7FAB7F981668C22C574E0C (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * ___connection0, const RuntimeMethod* method) { { int32_t* L_0 = __this->get_address_of_currentConnections_8(); int32_t L_1; L_1 = Interlocked_Increment_mD50D990259C12C6193F7E1516F352A998126A6D2((int32_t*)L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.ServicePointScheduler::OnConnectionClosed(System.Net.WebConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_OnConnectionClosed_mA6BB8634BACB62DB319925D2185F41B714D61E2B (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * ___connection0, const RuntimeMethod* method) { { WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * L_0 = ___connection0; ServicePointScheduler_RemoveIdleConnection_mBB6ED958ED6E7AB69373E7A44BAFC251E5771A3C(__this, L_0, /*hidden argument*/NULL); int32_t* L_1 = __this->get_address_of_currentConnections_8(); int32_t L_2; L_2 = Interlocked_Decrement_m19687A50F26164AAB33C7CDF9B0C12E42D514C58((int32_t*)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.SettingsSection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSection__ctor_m09A6DF12BD56D2C0E0ABA8152004C486B1DE97E3 (SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSection__ctor_m09A6DF12BD56D2C0E0ABA8152004C486B1DE97E3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsSection__ctor_m09A6DF12BD56D2C0E0ABA8152004C486B1DE97E3_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.SettingsSection::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * SettingsSection_get_Properties_mE5337C4AF39EA0A1B2AEB842CDBB16B8C0C1C4A0 (SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSection_get_Properties_mE5337C4AF39EA0A1B2AEB842CDBB16B8C0C1C4A0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SettingsSection_get_Properties_mE5337C4AF39EA0A1B2AEB842CDBB16B8C0C1C4A0_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.Net.Configuration.SettingsSectionInternal System.Net.Configuration.SettingsSectionInternal::get_Section() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * SettingsSectionInternal_get_Section_m08BBD565469D067FFFC6934765D82ACAF758084A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_il2cpp_TypeInfo_var); SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * L_0 = ((SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_il2cpp_TypeInfo_var))->get_instance_0(); return L_0; } } // System.Boolean System.Net.Configuration.SettingsSectionInternal::get_Ipv6Enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsSectionInternal_get_Ipv6Enabled_m0105C8B95D00D8D79A809E41A85127B0C9A66701 (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Net.Configuration.SettingsSectionInternal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal__ctor_mF3B556F63066A164D09E0890B93FEFA74005743E (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * __this, const RuntimeMethod* method) { { __this->set_HttpListenerUnescapeRequestUrl_1((bool)1); __this->set_IPProtectionLevel_2((-1)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.SettingsSectionInternal::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal__cctor_mF0A4C643620935B9E6601C2E95B7B3D0CC63B719 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * L_0 = (SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 *)il2cpp_codegen_object_new(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_il2cpp_TypeInfo_var); SettingsSectionInternal__ctor_mF3B556F63066A164D09E0890B93FEFA74005743E(L_0, /*hidden argument*/NULL); ((SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_il2cpp_TypeInfo_var))->set_instance_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.Object System.Text.RegularExpressions.SharedReference::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SharedReference_Get_mABBA2F0DE65F82D90AAE425020F14676F313EB68 (SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * __this, const RuntimeMethod* method) { { int32_t* L_0 = __this->get_address_of__locked_1(); int32_t L_1; L_1 = Interlocked_Exchange_m611B2BAD98101E850E6FC87FCC1F342C84A3270A((int32_t*)L_0, 1, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_2 = __this->get__ref_0(); NullCheck(L_2); RuntimeObject * L_3; L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_2); __this->set__locked_1(0); return L_3; } IL_0021: { return NULL; } } // 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) { { int32_t* L_0 = __this->get_address_of__locked_1(); int32_t L_1; L_1 = Interlocked_Exchange_m611B2BAD98101E850E6FC87FCC1F342C84A3270A((int32_t*)L_0, 1, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_2 = __this->get__ref_0(); RuntimeObject * L_3 = ___obj0; NullCheck(L_2); VirtActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void System.WeakReference::set_Target(System.Object) */, L_2, L_3); __this->set__locked_1(0); } IL_0021: { return; } } // System.Void System.Text.RegularExpressions.SharedReference::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedReference__ctor_mCD9987FD08CB61180CE190A8DEF05E5AAF5C1087 (SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_0 = (WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)il2cpp_codegen_object_new(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); WeakReference__ctor_m11BFDB039514BDCE23425FD90E8C414D051B2F13(L_0, NULL, /*hidden argument*/NULL); __this->set__ref_0(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.SingleConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleConverter__ctor_m497283A0BDBBBE713A71C8A2E4A89D2B58627365 (SingleConverter_t75FCE834B5B2A74CB252021292C9DC205B322391 * __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.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket__ctor_m5A4B335AEC1450ABE31CF1151F3F5A93D9D0280C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___addressFamily0, int32_t ___socketType1, int32_t ___protocolType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_0 = (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 *)il2cpp_codegen_object_new(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var); SemaphoreSlim__ctor_mFD9960D1EA303B586DF0D46ACA028B8964C354AC(L_0, 1, 1, /*hidden argument*/NULL); __this->set_ReadSem_19(L_0); SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_1 = (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 *)il2cpp_codegen_object_new(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var); SemaphoreSlim__ctor_mFD9960D1EA303B586DF0D46ACA028B8964C354AC(L_1, 1, 1, /*hidden argument*/NULL); __this->set_WriteSem_20(L_1); __this->set_is_blocking_21((bool)1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); bool L_2 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_s_LoggingEnabled_5(L_2); bool L_3 = ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->get_s_LoggingEnabled_5(); il2cpp_codegen_memory_barrier(); Socket_InitializeSockets_mD132B3F7583082ABB41726BF6A1A9F676F3F98C5(/*hidden argument*/NULL); int32_t L_4 = ___addressFamily0; int32_t L_5 = ___socketType1; int32_t L_6 = ___protocolType2; intptr_t L_7; L_7 = Socket_Socket_internal_m686934059A2E5662CAB726E58C13EE6EB9283B00(__this, L_4, L_5, L_6, (int32_t*)(&V_0), /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_8 = (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 *)il2cpp_codegen_object_new(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var); SafeSocketHandle__ctor_m98BFBB207C9D8D7750DEA3598051D21FFE784967(L_8, (intptr_t)L_7, (bool)1, /*hidden argument*/NULL); __this->set_m_Handle_17(L_8); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_9 = __this->get_m_Handle_17(); NullCheck(L_9); bool L_10; L_10 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsInvalid() */, L_9); if (!L_10) { goto IL_006a; } } { SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_11 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_mA4FA4C30962B1DD852904297C47EB05A9C97B7F9(L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket__ctor_m5A4B335AEC1450ABE31CF1151F3F5A93D9D0280C_RuntimeMethod_var))); } IL_006a: { int32_t L_12 = ___addressFamily0; __this->set_addressFamily_14(L_12); int32_t L_13 = ___socketType1; __this->set_socketType_15(L_13); int32_t L_14 = ___protocolType2; __this->set_protocolType_16(L_14); IL2CPP_RUNTIME_CLASS_INIT(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_il2cpp_TypeInfo_var); SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * L_15; L_15 = SettingsSectionInternal_get_Section_m08BBD565469D067FFFC6934765D82ACAF758084A_inline(/*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = L_15->get_IPProtectionLevel_2(); V_1 = L_16; int32_t L_17 = V_1; if ((((int32_t)L_17) == ((int32_t)(-1)))) { goto IL_0095; } } { int32_t L_18 = V_1; Socket_SetIPProtectionLevel_m4E9FDB46A681CF2DA3FE641B417479815F9BBA0C(__this, L_18, /*hidden argument*/NULL); } IL_0095: { Socket_SocketDefaults_m39FA910B28B5CF8833C6D363E343A43D45540F4F(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_19 = ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->get_s_LoggingEnabled_5(); il2cpp_codegen_memory_barrier(); return; } } // System.Boolean System.Net.Sockets.Socket::get_SupportsIPv4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv4_mA668079517200391EE1202652AC1289E0BE740F1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_InitializeSockets_mD132B3F7583082ABB41726BF6A1A9F676F3F98C5(/*hidden argument*/NULL); bool L_0 = ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->get_s_SupportsIPv4_1(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Boolean System.Net.Sockets.Socket::get_OSSupportsIPv4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_OSSupportsIPv4_m95D3C52E2258C13BB8405C051AB07345B11AB0D3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_InitializeSockets_mD132B3F7583082ABB41726BF6A1A9F676F3F98C5(/*hidden argument*/NULL); bool L_0 = ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->get_s_SupportsIPv4_1(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Boolean System.Net.Sockets.Socket::get_SupportsIPv6() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv6_m7BBE7DAE88294EE9F8E00EFA97D0F360BA07CB82 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_InitializeSockets_mD132B3F7583082ABB41726BF6A1A9F676F3F98C5(/*hidden argument*/NULL); bool L_0 = ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->get_s_SupportsIPv6_2(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Boolean System.Net.Sockets.Socket::get_OSSupportsIPv6() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_OSSupportsIPv6_m98676A26C4D9F0053550BFF845320978E444C219 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_InitializeSockets_mD132B3F7583082ABB41726BF6A1A9F676F3F98C5(/*hidden argument*/NULL); bool L_0 = ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->get_s_OSSupportsIPv6_3(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.IntPtr System.Net.Sockets.Socket::get_Handle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Socket_get_Handle_m90AE88992BB1B1BF82E680402CEB56A0EB10FFD4 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = __this->get_m_Handle_17(); NullCheck(L_0); intptr_t L_1; L_1 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_0, /*hidden argument*/NULL); return (intptr_t)L_1; } } // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::get_AddressFamily() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_get_AddressFamily_m390B53FAAF0DFF8E8BE844F83AFB06D9E53D891B (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_addressFamily_14(); return L_0; } } // System.Net.Sockets.SocketType System.Net.Sockets.Socket::get_SocketType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_get_SocketType_m59C57C96B6DBA839FAFBB649491A059082D5D6F5 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_socketType_15(); return L_0; } } // System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::get_ProtocolType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_get_ProtocolType_m01D6FD7559F27913038834E519A4A54B81039644 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_protocolType_16(); return L_0; } } // System.Void System.Net.Sockets.Socket::set_ExclusiveAddressUse(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_ExclusiveAddressUse_mBC7C7EF17DAFE59D002780B2CAC633E808BFDDCA (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, bool ___value0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B4_2 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B3_2 = NULL; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; int32_t G_B5_2 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B5_3 = NULL; { bool L_0; L_0 = Socket_get_IsBound_m67D559154A1B175E8B384DF0DBCC98EB0EA53830_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*)&_stringLiteralF0D6C3C5349CA0F61BAC4F907D330DADDAE5B724)), /*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*)&Socket_set_ExclusiveAddressUse_mBC7C7EF17DAFE59D002780B2CAC633E808BFDDCA_RuntimeMethod_var))); } IL_0018: { bool L_3 = ___value0; G_B3_0 = ((int32_t)-5); G_B3_1 = ((int32_t)65535); G_B3_2 = __this; if (L_3) { G_B4_0 = ((int32_t)-5); G_B4_1 = ((int32_t)65535); G_B4_2 = __this; goto IL_0026; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; goto IL_0027; } IL_0026: { G_B5_0 = 1; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; } IL_0027: { NullCheck(G_B5_3); Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467(G_B5_3, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket::set_DontFragment(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_DontFragment_m12EFF1A7E7239447C5D8EBF54D7A43508CD8FC24 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, bool ___value0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B3_2 = NULL; int32_t G_B2_0 = 0; int32_t G_B2_1 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B2_2 = NULL; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; int32_t G_B4_2 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B4_3 = NULL; { int32_t L_0 = __this->get_addressFamily_14(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_001a; } } { bool L_1 = ___value0; G_B2_0 = ((int32_t)14); G_B2_1 = 0; G_B2_2 = __this; if (L_1) { G_B3_0 = ((int32_t)14); G_B3_1 = 0; G_B3_2 = __this; goto IL_0013; } } { G_B4_0 = 0; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; G_B4_3 = G_B2_2; goto IL_0014; } IL_0013: { G_B4_0 = 1; G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; G_B4_3 = G_B3_2; } IL_0014: { NullCheck(G_B4_3); Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467(G_B4_3, G_B4_2, G_B4_1, G_B4_0, /*hidden argument*/NULL); return; } IL_001a: { String_t* L_2; L_2 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B9F99550D8DECAF31E1FC1ADF4921923B550D17)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_3 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_set_DontFragment_m12EFF1A7E7239447C5D8EBF54D7A43508CD8FC24_RuntimeMethod_var))); } } // System.Boolean System.Net.Sockets.Socket::get_DualMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_DualMode_mD01944E72CD2FA47B9AA7DC1748BD9C4AE22835E (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __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 L_0; L_0 = Socket_get_AddressFamily_m390B53FAAF0DFF8E8BE844F83AFB06D9E53D891B_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)((int32_t)23)))) { goto IL_001a; } } { String_t* L_1; L_1 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B9F99550D8DECAF31E1FC1ADF4921923B550D17)), /*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*)&Socket_get_DualMode_mD01944E72CD2FA47B9AA7DC1748BD9C4AE22835E_RuntimeMethod_var))); } IL_001a: { RuntimeObject * L_3; L_3 = Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D(__this, ((int32_t)41), ((int32_t)27), /*hidden argument*/NULL); return (bool)((((int32_t)((*(int32_t*)((int32_t*)UnBox(L_3, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))) == ((int32_t)0))? 1 : 0); } } // System.Void System.Net.Sockets.Socket::set_DualMode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_DualMode_mAFC0E6235283469EF1DB58C56262202A9009CFFD (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, bool ___value0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B4_2 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B3_2 = NULL; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; int32_t G_B5_2 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B5_3 = NULL; { int32_t L_0; L_0 = Socket_get_AddressFamily_m390B53FAAF0DFF8E8BE844F83AFB06D9E53D891B_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)((int32_t)23)))) { goto IL_001a; } } { String_t* L_1; L_1 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B9F99550D8DECAF31E1FC1ADF4921923B550D17)), /*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*)&Socket_set_DualMode_mAFC0E6235283469EF1DB58C56262202A9009CFFD_RuntimeMethod_var))); } IL_001a: { bool L_3 = ___value0; G_B3_0 = ((int32_t)27); G_B3_1 = ((int32_t)41); G_B3_2 = __this; if (L_3) { G_B4_0 = ((int32_t)27); G_B4_1 = ((int32_t)41); G_B4_2 = __this; goto IL_0025; } } { G_B5_0 = 1; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; goto IL_0026; } IL_0025: { G_B5_0 = 0; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; } IL_0026: { NullCheck(G_B5_3); Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467(G_B5_3, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Sockets.Socket::get_IsDualMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_IsDualMode_m79CF98B9280D1A062087666B96A4D81C349EF9A1 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Socket_get_AddressFamily_m390B53FAAF0DFF8E8BE844F83AFB06D9E53D891B_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)23))))) { goto IL_0011; } } { bool L_1; L_1 = Socket_get_DualMode_mD01944E72CD2FA47B9AA7DC1748BD9C4AE22835E(__this, /*hidden argument*/NULL); return L_1; } IL_0011: { return (bool)0; } } // System.Int32 System.Net.Sockets.Socket::Send(System.Collections.Generic.IList`1>,System.Net.Sockets.SocketFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_mB925DA11E47BB9772EDFC0DDFEE238EB3A1F98B5 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___buffers0, int32_t ___socketFlags1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; { RuntimeObject* L_0 = ___buffers0; int32_t L_1 = ___socketFlags1; int32_t L_2; L_2 = Socket_Send_m77328B1F3378D0C5B40B15C01FA2226257B706AE(__this, L_0, L_1, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_3 = V_0; G_B1_0 = L_2; if (!L_3) { G_B2_0 = L_2; goto IL_0014; } } { int32_t L_4 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_5 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m8625815C7AFB0F3BF9287520D8F64A69199D6DCA(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Send_mB925DA11E47BB9772EDFC0DDFEE238EB3A1F98B5_RuntimeMethod_var))); } IL_0014: { return G_B2_0; } } // 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) { int32_t V_0 = 0; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; int32_t L_3 = ___socketFlags3; int32_t L_4; L_4 = Socket_Send_mF1AF06B447E1671097A0515BD6170DB92368E8D5(__this, L_0, L_1, L_2, L_3, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = V_0; G_B1_0 = L_4; if (!L_5) { G_B2_0 = L_4; goto IL_0017; } } { int32_t L_6 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_7 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m8625815C7AFB0F3BF9287520D8F64A69199D6DCA(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Send_mF70EF17396CEA161F628B1923DA32463720D9A1E_RuntimeMethod_var))); } IL_0017: { return G_B2_0; } } // 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) { int32_t V_0 = 0; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; int32_t L_3 = ___socketFlags3; int32_t L_4; L_4 = Socket_Receive_mD8C41C5E04F7A9AEAA8E9D7534970F50918427BF(__this, L_0, L_1, L_2, L_3, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = V_0; G_B1_0 = L_4; if (!L_5) { G_B2_0 = L_4; goto IL_0017; } } { int32_t L_6 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_7 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m8625815C7AFB0F3BF9287520D8F64A69199D6DCA(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Receive_mA08EE1F9A870791CECAAC2FA2D4144ACBA6B4962_RuntimeMethod_var))); } IL_0017: { return G_B2_0; } } // System.Int32 System.Net.Sockets.Socket::Receive(System.Collections.Generic.IList`1>,System.Net.Sockets.SocketFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_m6D95774528C89ED4777791E8EFC84ADFCD255A48 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___buffers0, int32_t ___socketFlags1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; { RuntimeObject* L_0 = ___buffers0; int32_t L_1 = ___socketFlags1; int32_t L_2; L_2 = Socket_Receive_m7D07ECE91DA04210066EB6E373376817E0A024F1(__this, L_0, L_1, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_3 = V_0; G_B1_0 = L_2; if (!L_3) { G_B2_0 = L_2; goto IL_0014; } } { int32_t L_4 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_5 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m8625815C7AFB0F3BF9287520D8F64A69199D6DCA(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Receive_m6D95774528C89ED4777791E8EFC84ADFCD255A48_RuntimeMethod_var))); } IL_0014: { return G_B2_0; } } // System.Int32 System.Net.Sockets.Socket::IOControl(System.Net.Sockets.IOControlCode,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_IOControl_m2EF49352CCC97BBE1CA1E5577DE03A7A56CF5962 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int64_t ___ioControlCode0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___optionInValue1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___optionOutValue2, const RuntimeMethod* method) { { int64_t L_0 = ___ioControlCode0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___optionInValue1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___optionOutValue2; int32_t L_3; L_3 = Socket_IOControl_mEF60AD4FE7242DEF5BC2A1E05E7DCFF2F3F4B7FE(__this, ((int32_t)((int32_t)L_0)), L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void System.Net.Sockets.Socket::SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetIPProtectionLevel_m4E9FDB46A681CF2DA3FE641B417479815F9BBA0C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___level0, const RuntimeMethod* method) { { int32_t L_0 = ___level0; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0019; } } { String_t* L_1; L_1 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA86BAF50597421454B25F523BA9CC1EE620D0474)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_2, L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B5D93EBDD41E0250436B5C2FA8A1004ADC41CB9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_SetIPProtectionLevel_m4E9FDB46A681CF2DA3FE641B417479815F9BBA0C_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = __this->get_addressFamily_14(); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)23))))) { goto IL_002f; } } { int32_t L_4 = ___level0; Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467(__this, ((int32_t)41), ((int32_t)23), L_4, /*hidden argument*/NULL); return; } IL_002f: { int32_t L_5 = __this->get_addressFamily_14(); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_0043; } } { int32_t L_6 = ___level0; Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467(__this, 0, ((int32_t)23), L_6, /*hidden argument*/NULL); return; } IL_0043: { String_t* L_7; L_7 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B9F99550D8DECAF31E1FC1ADF4921923B550D17)), /*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*)&Socket_SetIPProtectionLevel_m4E9FDB46A681CF2DA3FE641B417479815F9BBA0C_RuntimeMethod_var))); } } // 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) { int32_t V_0 = 0; RuntimeObject* G_B3_0 = NULL; RuntimeObject* G_B1_0 = NULL; RuntimeObject* G_B2_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; int32_t L_3 = ___socketFlags3; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_4 = ___callback4; RuntimeObject * L_5 = ___state5; RuntimeObject* L_6; L_6 = Socket_BeginSend_mE51B200464A077562C33CBEE5421A7F18CA198D8(__this, L_0, L_1, L_2, L_3, (int32_t*)(&V_0), L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = V_0; G_B1_0 = L_6; if (!L_7) { G_B3_0 = L_6; goto IL_0023; } } { int32_t L_8 = V_0; G_B2_0 = G_B1_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)997)))) { G_B3_0 = G_B1_0; goto IL_0023; } } { int32_t L_9 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_10 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m8625815C7AFB0F3BF9287520D8F64A69199D6DCA(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginSend_mFB97AF214E7F82B0B38434F844DA755AF18E612C_RuntimeMethod_var))); } IL_0023: { return G_B3_0; } } // 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) { int32_t V_0 = 0; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; { RuntimeObject* L_0 = ___asyncResult0; int32_t L_1; L_1 = Socket_EndSend_m1D4BCE94C7D318281B9A4D24A99B14B0E66AC160(__this, L_0, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_2 = V_0; G_B1_0 = L_1; if (!L_2) { G_B2_0 = L_1; goto IL_0013; } } { int32_t L_3 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_4 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m8625815C7AFB0F3BF9287520D8F64A69199D6DCA(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_EndSend_mE56C2A95C12655CA7C3C6690382FC48B7E9AA45C_RuntimeMethod_var))); } IL_0013: { return G_B2_0; } } // 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) { int32_t V_0 = 0; RuntimeObject* G_B3_0 = NULL; RuntimeObject* G_B1_0 = NULL; RuntimeObject* G_B2_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; int32_t L_3 = ___socketFlags3; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_4 = ___callback4; RuntimeObject * L_5 = ___state5; RuntimeObject* L_6; L_6 = Socket_BeginReceive_m7AFA3F22DAD771579F060D344EA1B44C3F55C912(__this, L_0, L_1, L_2, L_3, (int32_t*)(&V_0), L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = V_0; G_B1_0 = L_6; if (!L_7) { G_B3_0 = L_6; goto IL_0023; } } { int32_t L_8 = V_0; G_B2_0 = G_B1_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)997)))) { G_B3_0 = G_B1_0; goto IL_0023; } } { int32_t L_9 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_10 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m8625815C7AFB0F3BF9287520D8F64A69199D6DCA(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginReceive_mE0B06265B8AFC35DADCA4184D6C8B8A062BCDE73_RuntimeMethod_var))); } IL_0023: { return G_B3_0; } } // 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) { int32_t V_0 = 0; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; { RuntimeObject* L_0 = ___asyncResult0; int32_t L_1; L_1 = Socket_EndReceive_mBD6A39DBD9C6D68BB28A2F6A9364BF2BC48CFEBA(__this, L_0, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_2 = V_0; G_B1_0 = L_1; if (!L_2) { G_B2_0 = L_1; goto IL_0013; } } { int32_t L_3 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_4 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m8625815C7AFB0F3BF9287520D8F64A69199D6DCA(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_EndReceive_m46B15199B81401BF6B7B76242C6E3A7E8156749C_RuntimeMethod_var))); } IL_0013: { return G_B2_0; } } // System.Object System.Net.Sockets.Socket::get_InternalSyncObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Socket_get_InternalSyncObject_m7688ABCFC9261B620C284D0B8A625FAF159F98B9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_0(); if (L_0) { goto IL_001a; } } { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); RuntimeObject * L_2 = V_0; RuntimeObject * L_3; L_3 = Interlocked_CompareExchange_mE7ECC993E32D2E6334567DB7C3CF56C15DAF0C95((RuntimeObject **)(((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->get_address_of_s_InternalSyncObject_0()), L_2, NULL, /*hidden argument*/NULL); } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); RuntimeObject * L_4 = ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_0(); return L_4; } } // System.Boolean System.Net.Sockets.Socket::get_CleanedUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_CleanedUp_m74D2A5015FB338E942B827B5AD89A618C51EFA35 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_IntCleanedUp_24(); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Void System.Net.Sockets.Socket::InitializeSockets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_InitializeSockets_mD132B3F7583082ABB41726BF6A1A9F676F3F98C5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; bool G_B5_0 = false; bool G_B4_0 = false; { IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_0 = ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->get_s_Initialized_4(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_006a; } } { IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); RuntimeObject * L_1; L_1 = Socket_get_InternalSyncObject_m7688ABCFC9261B620C284D0B8A625FAF159F98B9(/*hidden argument*/NULL); V_0 = L_1; V_1 = (bool)0; } IL_0011: try { // begin try (depth: 1) { RuntimeObject * L_2 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_2, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_3 = ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->get_s_Initialized_4(); il2cpp_codegen_memory_barrier(); if (L_3) { goto IL_005e; } } IL_0022: { V_2 = (bool)1; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_4; L_4 = Socket_IsProtocolSupported_m60240825F125A36DF31346D46AE38EF3CE313E65(0, /*hidden argument*/NULL); bool L_5; L_5 = Socket_IsProtocolSupported_m60240825F125A36DF31346D46AE38EF3CE313E65(1, /*hidden argument*/NULL); V_2 = L_5; bool L_6 = V_2; G_B4_0 = L_4; if (!L_6) { G_B5_0 = L_4; goto IL_0047; } } IL_0034: { IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_s_OSSupportsIPv6_3(1); IL2CPP_RUNTIME_CLASS_INIT(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_il2cpp_TypeInfo_var); SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * L_7; L_7 = SettingsSectionInternal_get_Section_m08BBD565469D067FFFC6934765D82ACAF758084A_inline(/*hidden argument*/NULL); NullCheck(L_7); bool L_8; L_8 = SettingsSectionInternal_get_Ipv6Enabled_m0105C8B95D00D8D79A809E41A85127B0C9A66701(L_7, /*hidden argument*/NULL); V_2 = L_8; G_B5_0 = G_B4_0; } IL_0047: { IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_s_SupportsIPv4_1(G_B5_0); bool L_9 = V_2; il2cpp_codegen_memory_barrier(); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_s_SupportsIPv6_2(L_9); il2cpp_codegen_memory_barrier(); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_s_Initialized_4(1); } IL_005e: { IL2CPP_LEAVE(0x6A, FINALLY_0060); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0060; } FINALLY_0060: { // begin finally (depth: 1) { bool L_10 = V_1; if (!L_10) { goto IL_0069; } } IL_0063: { RuntimeObject * L_11 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_11, /*hidden argument*/NULL); } IL_0069: { IL2CPP_END_FINALLY(96) } } // end finally (depth: 1) IL2CPP_CLEANUP(96) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6A, IL_006a) } IL_006a: { return; } } // System.Void System.Net.Sockets.Socket::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Dispose_mF84769B30DECB4A1F3AFE68C2A82D2787D8695C1 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __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(5 /* System.Void System.Net.Sockets.Socket::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 System.Net.Sockets.Socket::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Finalize_m2458A278B8DCA5B016DD41B50272FC85D8A332E4 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __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(5 /* System.Void System.Net.Sockets.Socket::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.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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_is_connected_23(); if (!L_0) { goto IL_0010; } } { bool L_1; L_1 = Socket_get_CleanedUp_m74D2A5015FB338E942B827B5AD89A618C51EFA35(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } IL_0010: { return; } IL_0011: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_2 = __this->get_m_Handle_17(); int32_t L_3 = ___how0; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Shutdown_internal_m8E3CC5039CC5B5B5C9CAE4A6DE00917819AB3E84(L_2, L_3, (int32_t*)(&V_0), /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0; L_0 = Socket_get_CleanedUp_m74D2A5015FB338E942B827B5AD89A618C51EFA35(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0026; } } { bool L_1 = __this->get_is_closed_10(); if (!L_1) { goto IL_0026; } } { bool L_2 = ___silent3; if (!L_2) { goto IL_0015; } } { return; } IL_0015: { 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(3 /* System.String System.Object::ToString() */, 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*)&Socket_SetSocketOption_m82AF3404BDE49D13BE5860C622D484AA52F1DD3B_RuntimeMethod_var))); } IL_0026: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_6 = __this->get_m_Handle_17(); int32_t L_7 = ___optionLevel0; int32_t L_8 = ___optionName1; int32_t L_9 = ___optionValue2; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_SetSocketOption_internal_m3C0DCC5F09156DAB95BEAC3FA8446C20D5FFC7CE(L_6, L_7, L_8, NULL, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, L_9, (int32_t*)(&V_0), /*hidden argument*/NULL); bool L_10 = ___silent3; if (L_10) { goto IL_0046; } } { int32_t L_11 = V_0; if (!L_11) { goto IL_0046; } } { int32_t L_12 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_13 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_SetSocketOption_m82AF3404BDE49D13BE5860C622D484AA52F1DD3B_RuntimeMethod_var))); } IL_0046: { return; } } // System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType,System.Net.Sockets.SafeSocketHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket__ctor_m8F2A88DD5CDD8D8B6715A4F74E3C29092245B091 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safe_handle3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_0 = (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 *)il2cpp_codegen_object_new(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var); SemaphoreSlim__ctor_mFD9960D1EA303B586DF0D46ACA028B8964C354AC(L_0, 1, 1, /*hidden argument*/NULL); __this->set_ReadSem_19(L_0); SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_1 = (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 *)il2cpp_codegen_object_new(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_il2cpp_TypeInfo_var); SemaphoreSlim__ctor_mFD9960D1EA303B586DF0D46ACA028B8964C354AC(L_1, 1, 1, /*hidden argument*/NULL); __this->set_WriteSem_20(L_1); __this->set_is_blocking_21((bool)1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_2 = ___family0; __this->set_addressFamily_14(L_2); int32_t L_3 = ___type1; __this->set_socketType_15(L_3); int32_t L_4 = ___proto2; __this->set_protocolType_16(L_4); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_5 = ___safe_handle3; __this->set_m_Handle_17(L_5); __this->set_is_connected_23((bool)1); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_InitializeSockets_mD132B3F7583082ABB41726BF6A1A9F676F3F98C5(/*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket::SocketDefaults() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SocketDefaults_m39FA910B28B5CF8833C6D363E343A43D45540F4F (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { int32_t L_0 = __this->get_addressFamily_14(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0022; } } IL_0009: { Socket_set_DontFragment_m12EFF1A7E7239447C5D8EBF54D7A43508CD8FC24(__this, (bool)0, /*hidden argument*/NULL); int32_t L_1 = __this->get_protocolType_16(); if ((!(((uint32_t)L_1) == ((uint32_t)6)))) { goto IL_0033; } } IL_0019: { Socket_set_NoDelay_m34DCB8BF5275A85E1687308D0D016E860F229732(__this, (bool)0, /*hidden argument*/NULL); goto IL_0033; } IL_0022: { int32_t L_2 = __this->get_addressFamily_14(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)23))))) { goto IL_0033; } } IL_002c: { Socket_set_DualMode_mAFC0E6235283469EF1DB58C56262202A9009CFFD(__this, (bool)1, /*hidden argument*/NULL); } IL_0033: { goto IL_0038; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0035; } throw e; } CATCH_0035: { // begin catch(System.Net.Sockets.SocketException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0038; } // end catch (depth: 1) IL_0038: { return; } } // System.IntPtr System.Net.Sockets.Socket::Socket_internal(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Socket_Socket_internal_m686934059A2E5662CAB726E58C13EE6EB9283B00 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, int32_t* ___error3, const RuntimeMethod* method) { typedef intptr_t (*Socket_Socket_internal_m686934059A2E5662CAB726E58C13EE6EB9283B00_ftn) (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *, int32_t, int32_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_Socket_internal_m686934059A2E5662CAB726E58C13EE6EB9283B00_ftn)System::System::Net::Sockets::Socket::Socket_internal) (__this, ___family0, ___type1, ___proto2, ___error3); } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = __this->get_m_Handle_17(); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Socket_Available_internal_m1967A36BDF6A8E97585FBA24C1B6FFBD3BBFC786(L_0, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_2 = V_0; G_B1_0 = L_1; if (!L_2) { G_B2_0 = L_1; goto IL_001d; } } { int32_t L_3 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_4 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_get_Available_mDAEF0D394D1130E69158CBE24A5687C772800E09_RuntimeMethod_var))); } IL_001d: { return G_B2_0; } } // System.Int32 System.Net.Sockets.Socket::Available_internal(System.Net.Sockets.SafeSocketHandle,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Available_internal_m1967A36BDF6A8E97585FBA24C1B6FFBD3BBFC786 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t* ___error1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; } IL_0002: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); int32_t* L_3 = ___error1; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Socket_Available_internal_m53597617D84BCE2875F9AE0443D5D33EE4255D55((intptr_t)L_2, (int32_t*)L_3, /*hidden argument*/NULL); V_1 = L_4; IL2CPP_LEAVE(0x23, FINALLY_0019); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) { bool L_5 = V_0; if (!L_5) { goto IL_0022; } } IL_001c: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_6 = ___safeHandle0; NullCheck(L_6); SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(L_6, /*hidden argument*/NULL); } IL_0022: { IL2CPP_END_FINALLY(25) } } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x23, IL_0023) } IL_0023: { int32_t L_7 = V_1; return L_7; } } // System.Int32 System.Net.Sockets.Socket::Available_internal(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Available_internal_m53597617D84BCE2875F9AE0443D5D33EE4255D55 (intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method) { typedef int32_t (*Socket_Available_internal_m53597617D84BCE2875F9AE0443D5D33EE4255D55_ftn) (intptr_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_Available_internal_m53597617D84BCE2875F9AE0443D5D33EE4255D55_ftn)System::System::Net::Sockets::Socket::Available) (___socket0, ___error1); } // System.Boolean System.Net.Sockets.Socket::get_IsBound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_IsBound_m67D559154A1B175E8B384DF0DBCC98EB0EA53830 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_is_bound_22(); return L_0; } } // System.Net.EndPoint System.Net.Sockets.Socket::get_LocalEndPoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * Socket_get_LocalEndPoint_m327EB4A6DD9260037F648B5ABA719BB305D40EB0 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * V_1 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_0 = __this->get_seed_endpoint_18(); if (L_0) { goto IL_0010; } } { return (EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA *)NULL; } IL_0010: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = __this->get_m_Handle_17(); int32_t L_2 = __this->get_addressFamily_14(); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_3; L_3 = Socket_LocalEndPoint_internal_m4AA6ACEBD033984EFC21A54BBDE353EF38E81DD8(L_1, L_2, (int32_t*)(&V_0), /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_0; if (!L_4) { goto IL_002e; } } { int32_t L_5 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_6 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_get_LocalEndPoint_m327EB4A6DD9260037F648B5ABA719BB305D40EB0_RuntimeMethod_var))); } IL_002e: { EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_7 = __this->get_seed_endpoint_18(); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_8 = V_1; NullCheck(L_7); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_9; L_9 = VirtFuncInvoker1< EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA *, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * >::Invoke(6 /* System.Net.EndPoint System.Net.EndPoint::Create(System.Net.SocketAddress) */, L_7, L_8); return L_9; } } // System.Net.SocketAddress System.Net.Sockets.Socket::LocalEndPoint_internal(System.Net.Sockets.SafeSocketHandle,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * Socket_LocalEndPoint_internal_m4AA6ACEBD033984EFC21A54BBDE353EF38E81DD8 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t ___family1, int32_t* ___error2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; } IL_0002: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); int32_t L_3 = ___family1; int32_t* L_4 = ___error2; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_5; L_5 = Socket_LocalEndPoint_internal_m0FA7C1600DDDE2C08AC573B593D0037503609142((intptr_t)L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); V_1 = L_5; IL2CPP_LEAVE(0x24, FINALLY_001a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001a; } FINALLY_001a: { // begin finally (depth: 1) { bool L_6 = V_0; if (!L_6) { goto IL_0023; } } IL_001d: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_7 = ___safeHandle0; NullCheck(L_7); SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(L_7, /*hidden argument*/NULL); } IL_0023: { IL2CPP_END_FINALLY(26) } } // end finally (depth: 1) IL2CPP_CLEANUP(26) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x24, IL_0024) } IL_0024: { SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_8 = V_1; return L_8; } } // System.Net.SocketAddress System.Net.Sockets.Socket::LocalEndPoint_internal(System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * Socket_LocalEndPoint_internal_m0FA7C1600DDDE2C08AC573B593D0037503609142 (intptr_t ___socket0, int32_t ___family1, int32_t* ___error2, const RuntimeMethod* method) { typedef SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * (*Socket_LocalEndPoint_internal_m0FA7C1600DDDE2C08AC573B593D0037503609142_ftn) (intptr_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_LocalEndPoint_internal_m0FA7C1600DDDE2C08AC573B593D0037503609142_ftn)System::System::Net::Sockets::Socket::LocalEndPoint_internal) (___socket0, ___family1, ___error2); } // System.Boolean System.Net.Sockets.Socket::get_Blocking() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_Blocking_m808720CD768833CF2EB6F7F8AA462115AA3A1F8B (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_is_blocking_21(); return L_0; } } // System.Void System.Net.Sockets.Socket::set_Blocking(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_Blocking_m5DCBD637AD0FE63E9A67C1763C91A58799A314E2 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = __this->get_m_Handle_17(); bool L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Blocking_internal_mBFE86D9201017AA5063ED33650C045BAEC545F6B(L_0, L_1, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_2 = V_0; if (!L_2) { goto IL_001e; } } { int32_t L_3 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_4 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_set_Blocking_m5DCBD637AD0FE63E9A67C1763C91A58799A314E2_RuntimeMethod_var))); } IL_001e: { bool L_5 = ___value0; __this->set_is_blocking_21(L_5); return; } } // System.Void System.Net.Sockets.Socket::Blocking_internal(System.Net.Sockets.SafeSocketHandle,System.Boolean,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Blocking_internal_mBFE86D9201017AA5063ED33650C045BAEC545F6B (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, bool ___block1, int32_t* ___error2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; } IL_0002: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); bool L_3 = ___block1; int32_t* L_4 = ___error2; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Blocking_internal_m99EDF2CE79EE12BB868006CBD0FCE2C77266AB95((intptr_t)L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); IL2CPP_LEAVE(0x23, FINALLY_0019); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) { bool L_5 = V_0; if (!L_5) { goto IL_0022; } } IL_001c: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_6 = ___safeHandle0; NullCheck(L_6); SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(L_6, /*hidden argument*/NULL); } IL_0022: { IL2CPP_END_FINALLY(25) } } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x23, IL_0023) } IL_0023: { return; } } // System.Void System.Net.Sockets.Socket::Blocking_internal(System.IntPtr,System.Boolean,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Blocking_internal_m99EDF2CE79EE12BB868006CBD0FCE2C77266AB95 (intptr_t ___socket0, bool ___block1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Blocking_internal_m99EDF2CE79EE12BB868006CBD0FCE2C77266AB95_ftn) (intptr_t, bool, int32_t*); using namespace il2cpp::icalls; ((Socket_Blocking_internal_m99EDF2CE79EE12BB868006CBD0FCE2C77266AB95_ftn)System::System::Net::Sockets::Socket::Blocking) (___socket0, ___block1, ___error2); } // System.Boolean System.Net.Sockets.Socket::get_Connected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_is_connected_23(); return L_0; } } // System.Void System.Net.Sockets.Socket::set_NoDelay(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_NoDelay_m34DCB8BF5275A85E1687308D0D016E860F229732 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, bool ___value0, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B2_1 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B2_2 = NULL; int32_t G_B1_0 = 0; int32_t G_B1_1 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B1_2 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; int32_t G_B3_2 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B3_3 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); Socket_ThrowIfUdp_m7F28AFD15A102E911AEE9B08125794162C2A26F8(__this, /*hidden argument*/NULL); bool L_0 = ___value0; G_B1_0 = 1; G_B1_1 = 6; G_B1_2 = __this; if (L_0) { G_B2_0 = 1; G_B2_1 = 6; G_B2_2 = __this; goto IL_0015; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_0016; } IL_0015: { G_B3_0 = 1; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_0016: { NullCheck(G_B3_3); Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467(G_B3_3, G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Sockets.Socket::Poll(System.Int32,System.Net.Sockets.SelectMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_Poll_m82012C326974DCA0B8C57A98E68C3E099D52BF7C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___microSeconds0, int32_t ___mode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); int32_t L_0 = ___mode1; if (!L_0) { goto IL_001c; } } { int32_t L_1 = ___mode1; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_001c; } } { int32_t L_2 = ___mode1; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_001c; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_3 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral44FEEC2F69E25C4FF581C3DD4599AE1D1C7B38E7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Poll_m82012C326974DCA0B8C57A98E68C3E099D52BF7C_RuntimeMethod_var))); } IL_001c: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_4 = __this->get_m_Handle_17(); int32_t L_5 = ___mode1; int32_t L_6 = ___microSeconds0; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_7; L_7 = Socket_Poll_internal_mC7048C47B822031CD3A719D118051660B7688D4F(L_4, L_5, L_6, (int32_t*)(&V_0), /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_0; if (!L_8) { goto IL_0036; } } { int32_t L_9 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_10 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Poll_m82012C326974DCA0B8C57A98E68C3E099D52BF7C_RuntimeMethod_var))); } IL_0036: { int32_t L_11 = ___mode1; bool L_12 = V_1; if (!((int32_t)((int32_t)((((int32_t)L_11) == ((int32_t)1))? 1 : 0)&(int32_t)L_12))) { goto IL_0064; } } { bool L_13 = __this->get_is_connected_23(); if (L_13) { goto IL_0064; } } { RuntimeObject * L_14; L_14 = Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D(__this, ((int32_t)65535), ((int32_t)4103), /*hidden argument*/NULL); if (((*(int32_t*)((int32_t*)UnBox(L_14, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))) { goto IL_0064; } } { __this->set_is_connected_23((bool)1); } IL_0064: { bool L_15 = V_1; return L_15; } } // System.Boolean System.Net.Sockets.Socket::Poll_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SelectMode,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_Poll_internal_mC7048C47B822031CD3A719D118051660B7688D4F (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t ___mode1, int32_t ___timeout2, int32_t* ___error3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; } IL_0002: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); int32_t L_3 = ___mode1; int32_t L_4 = ___timeout2; int32_t* L_5 = ___error3; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_6; L_6 = Socket_Poll_internal_m907B66F670EDE29D80235B6966621FBE045FA7AE((intptr_t)L_2, L_3, L_4, (int32_t*)L_5, /*hidden argument*/NULL); V_1 = L_6; IL2CPP_LEAVE(0x25, FINALLY_001b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001b; } FINALLY_001b: { // begin finally (depth: 1) { bool L_7 = V_0; if (!L_7) { goto IL_0024; } } IL_001e: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_8 = ___safeHandle0; NullCheck(L_8); SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(L_8, /*hidden argument*/NULL); } IL_0024: { IL2CPP_END_FINALLY(27) } } // end finally (depth: 1) IL2CPP_CLEANUP(27) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x25, IL_0025) } IL_0025: { bool L_9 = V_1; return L_9; } } // System.Boolean System.Net.Sockets.Socket::Poll_internal(System.IntPtr,System.Net.Sockets.SelectMode,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_Poll_internal_m907B66F670EDE29D80235B6966621FBE045FA7AE (intptr_t ___socket0, int32_t ___mode1, int32_t ___timeout2, int32_t* ___error3, const RuntimeMethod* method) { typedef bool (*Socket_Poll_internal_m907B66F670EDE29D80235B6966621FBE045FA7AE_ftn) (intptr_t, int32_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_Poll_internal_m907B66F670EDE29D80235B6966621FBE045FA7AE_ftn)System::System::Net::Sockets::Socket::Poll) (___socket0, ___mode1, ___timeout2, ___error3); } // System.Net.Sockets.Socket System.Net.Sockets.Socket::Accept() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * Socket_Accept_m376D8FD43D18B427EBED5419F80E79D1ADDF9BE2 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * V_1 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); V_0 = 0; SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = __this->get_m_Handle_17(); bool L_1 = __this->get_is_blocking_21(); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_2; L_2 = Socket_Accept_internal_mEC49934871889768AA29590484D3C6E62CBA75C9(L_0, (int32_t*)(&V_0), L_1, /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = V_0; if (!L_3) { goto IL_0034; } } { bool L_4 = __this->get_is_closed_10(); if (!L_4) { goto IL_002d; } } { V_0 = ((int32_t)10004); } IL_002d: { int32_t L_5 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_6 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Accept_m376D8FD43D18B427EBED5419F80E79D1ADDF9BE2_RuntimeMethod_var))); } IL_0034: { int32_t L_7; L_7 = Socket_get_AddressFamily_m390B53FAAF0DFF8E8BE844F83AFB06D9E53D891B_inline(__this, /*hidden argument*/NULL); int32_t L_8; L_8 = Socket_get_SocketType_m59C57C96B6DBA839FAFBB649491A059082D5D6F5_inline(__this, /*hidden argument*/NULL); int32_t L_9; L_9 = Socket_get_ProtocolType_m01D6FD7559F27913038834E519A4A54B81039644_inline(__this, /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_10 = V_1; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_11 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)il2cpp_codegen_object_new(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket__ctor_m8F2A88DD5CDD8D8B6715A4F74E3C29092245B091(L_11, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_12 = L_11; EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_13 = __this->get_seed_endpoint_18(); NullCheck(L_12); L_12->set_seed_endpoint_18(L_13); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_14 = L_12; bool L_15; L_15 = Socket_get_Blocking_m808720CD768833CF2EB6F7F8AA462115AA3A1F8B_inline(__this, /*hidden argument*/NULL); NullCheck(L_14); Socket_set_Blocking_m5DCBD637AD0FE63E9A67C1763C91A58799A314E2(L_14, L_15, /*hidden argument*/NULL); return L_14; } } // System.Void System.Net.Sockets.Socket::Accept(System.Net.Sockets.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Accept_mA2B3B144CB4E2F28C4A3F5CE449C0069FE6FF88B (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___acceptSocket0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * V_1 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); V_0 = 0; SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = __this->get_m_Handle_17(); bool L_1 = __this->get_is_blocking_21(); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_2; L_2 = Socket_Accept_internal_mEC49934871889768AA29590484D3C6E62CBA75C9(L_0, (int32_t*)(&V_0), L_1, /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = V_0; if (!L_3) { goto IL_0034; } } { bool L_4 = __this->get_is_closed_10(); if (!L_4) { goto IL_002d; } } { V_0 = ((int32_t)10004); } IL_002d: { int32_t L_5 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_6 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Accept_mA2B3B144CB4E2F28C4A3F5CE449C0069FE6FF88B_RuntimeMethod_var))); } IL_0034: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_7 = ___acceptSocket0; int32_t L_8; L_8 = Socket_get_AddressFamily_m390B53FAAF0DFF8E8BE844F83AFB06D9E53D891B_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_addressFamily_14(L_8); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_9 = ___acceptSocket0; int32_t L_10; L_10 = Socket_get_SocketType_m59C57C96B6DBA839FAFBB649491A059082D5D6F5_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_socketType_15(L_10); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_11 = ___acceptSocket0; int32_t L_12; L_12 = Socket_get_ProtocolType_m01D6FD7559F27913038834E519A4A54B81039644_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); L_11->set_protocolType_16(L_12); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_13 = ___acceptSocket0; SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_14 = V_1; NullCheck(L_13); L_13->set_m_Handle_17(L_14); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_15 = ___acceptSocket0; NullCheck(L_15); L_15->set_is_connected_23((bool)1); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_16 = ___acceptSocket0; EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_17 = __this->get_seed_endpoint_18(); NullCheck(L_16); L_16->set_seed_endpoint_18(L_17); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_18 = ___acceptSocket0; bool L_19; L_19 = Socket_get_Blocking_m808720CD768833CF2EB6F7F8AA462115AA3A1F8B_inline(__this, /*hidden argument*/NULL); NullCheck(L_18); Socket_set_Blocking_m5DCBD637AD0FE63E9A67C1763C91A58799A314E2(L_18, L_19, /*hidden argument*/NULL); return; } } // System.IAsyncResult System.Net.Sockets.Socket::BeginAccept(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginAccept_mED2A06CC2C7FCCCECC2E3BA1F45CF5FB108D416F (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * V_0 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); bool L_0 = __this->get_is_bound_22(); if (!L_0) { goto IL_0016; } } { bool L_1 = __this->get_is_listening_11(); if (L_1) { goto IL_001c; } } IL_0016: { 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_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginAccept_mED2A06CC2C7FCCCECC2E3BA1F45CF5FB108D416F_RuntimeMethod_var))); } IL_001c: { AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_3 = ___callback0; RuntimeObject * L_4 = ___state1; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_5 = (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 *)il2cpp_codegen_object_new(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_il2cpp_TypeInfo_var); SocketAsyncResult__ctor_mF4024A1E5EAD56E00839672EED0126EC34FD9917(L_5, __this, L_3, L_4, 0, /*hidden argument*/NULL); V_0 = L_5; SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_6 = __this->get_ReadSem_19(); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_7 = V_0; NullCheck(L_7); intptr_t L_8; L_8 = SocketAsyncResult_get_Handle_m0A9F83AD4D06B5E31F63012A1A4557FB48940C44(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_9 = ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->get_BeginAcceptCallback_28(); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_10 = V_0; IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * L_11 = (IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 *)il2cpp_codegen_object_new(IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9_il2cpp_TypeInfo_var); IOSelectorJob__ctor_m8047B29992961582F968FFB25D95662807C44B59(L_11, 1, L_9, L_10, /*hidden argument*/NULL); Socket_QueueIOSelectorJob_mED926AA0CA86E558C83A306AFC0FC5F918E36327(__this, L_6, (intptr_t)L_8, L_11, /*hidden argument*/NULL); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_12 = V_0; return L_12; } } // System.Net.Sockets.Socket System.Net.Sockets.Socket::EndAccept(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * Socket_EndAccept_mA0518AD160E86C2728B2E4C8E1D2A7BC69E2595A (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { RuntimeObject* L_0 = ___asyncResult0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_1; L_1 = Socket_EndAccept_mCED29DC1DB5BC10309535B190B35DDF704668ABC(__this, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)(&V_1), (int32_t*)(&V_0), L_0, /*hidden argument*/NULL); return L_1; } } // System.Net.Sockets.Socket System.Net.Sockets.Socket::EndAccept(System.Byte[]&,System.Int32&,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * Socket_EndAccept_mCED29DC1DB5BC10309535B190B35DDF704668ABC (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** ___buffer0, int32_t* ___bytesTransferred1, RuntimeObject* ___asyncResult2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral050E14751C1172FDD0FDD7679A1CC0E00FDCB33D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * V_0 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___asyncResult2; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_1; L_1 = Socket_ValidateEndIAsyncResult_m8463696F3CAF01ED5982FF8200C6A53D60C33628(__this, L_0, _stringLiteral050E14751C1172FDD0FDD7679A1CC0E00FDCB33D, _stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5, /*hidden argument*/NULL); V_0 = L_1; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = IOAsyncResult_get_IsCompleted_m22B40C642B779F95E0D4997A336040E89C492291_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_4 = V_0; NullCheck(L_4); WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_5; L_5 = IOAsyncResult_get_AsyncWaitHandle_m8BBC83F5F781EE26F35A122B25331DACEB4E558C(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6; L_6 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_5); } IL_002c: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_7 = V_0; NullCheck(L_7); SocketAsyncResult_CheckIfThrowDelayedException_m5ED469CF2CCFD1E9B2A5621769B8CB27AB89DE45(L_7, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_8 = ___buffer0; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_9 = V_0; NullCheck(L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = L_9->get_Buffer_9(); *((RuntimeObject **)L_8) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_10); int32_t* L_11 = ___bytesTransferred1; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = L_12->get_Total_20(); *((int32_t*)L_11) = (int32_t)L_13; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_14 = V_0; NullCheck(L_14); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_15 = L_14->get_AcceptedSocket_19(); return L_15; } } // System.Net.Sockets.SafeSocketHandle System.Net.Sockets.Socket::Accept_internal(System.Net.Sockets.SafeSocketHandle,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * Socket_Accept_internal_mEC49934871889768AA29590484D3C6E62CBA75C9 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t* ___error1, bool ___blocking2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeSocketHandle_RegisterForBlockingSyscall_m7033111DA7B1012B9C4155D892EED598876C2AB3(L_0, /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); int32_t* L_3 = ___error1; bool L_4 = ___blocking2; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); intptr_t L_5; L_5 = Socket_Accept_internal_m449FD9BB4E411F3B2A6EFEC80ACF21DABAFA4C2A((intptr_t)L_2, (int32_t*)L_3, L_4, /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_6 = (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 *)il2cpp_codegen_object_new(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var); SafeSocketHandle__ctor_m98BFBB207C9D8D7750DEA3598051D21FFE784967(L_6, (intptr_t)L_5, (bool)1, /*hidden argument*/NULL); V_0 = L_6; IL2CPP_LEAVE(0x23, FINALLY_001c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001c; } FINALLY_001c: { // begin finally (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_7 = ___safeHandle0; NullCheck(L_7); SafeSocketHandle_UnRegisterForBlockingSyscall_m283CE3E82686E5FC7999EDD609DF74A48652D4B3(L_7, /*hidden argument*/NULL); IL2CPP_END_FINALLY(28) } // end finally (depth: 1) IL2CPP_CLEANUP(28) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x23, IL_0023) } IL_0023: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_8 = V_0; return L_8; } } // System.IntPtr System.Net.Sockets.Socket::Accept_internal(System.IntPtr,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Socket_Accept_internal_m449FD9BB4E411F3B2A6EFEC80ACF21DABAFA4C2A (intptr_t ___sock0, int32_t* ___error1, bool ___blocking2, const RuntimeMethod* method) { typedef intptr_t (*Socket_Accept_internal_m449FD9BB4E411F3B2A6EFEC80ACF21DABAFA4C2A_ftn) (intptr_t, int32_t*, bool); using namespace il2cpp::icalls; return ((Socket_Accept_internal_m449FD9BB4E411F3B2A6EFEC80ACF21DABAFA4C2A_ftn)System::System::Net::Sockets::Socket::Accept) (___sock0, ___error1, ___blocking2); } // System.Void System.Net.Sockets.Socket::Bind(System.Net.EndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Bind_m4DFEFA3F8C6E95586D02BCF311D8A1D5A449B217 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___localEP0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * V_0 = NULL; int32_t V_1 = 0; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_0 = ___localEP0; 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*)&_stringLiteral97EDDBE4A869625EADBA1F87954566C285043157)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Bind_m4DFEFA3F8C6E95586D02BCF311D8A1D5A449B217_RuntimeMethod_var))); } IL_0014: { EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_2 = ___localEP0; V_0 = ((IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)IsInstClass((RuntimeObject*)L_2, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var)); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_3 = V_0; if (!L_3) { goto IL_0027; } } { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_4 = V_0; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_5; L_5 = Socket_RemapIPEndPoint_m940DF8512A590EE50576782DFCAAAC9DF8F3E06C(__this, L_4, /*hidden argument*/NULL); ___localEP0 = L_5; } IL_0027: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_6 = __this->get_m_Handle_17(); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_7 = ___localEP0; NullCheck(L_7); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_8; L_8 = VirtFuncInvoker0< SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * >::Invoke(5 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Bind_internal_m7A49157D9CCDEE2CF8A58C4C17B23641FE452C46(L_6, L_8, (int32_t*)(&V_1), /*hidden argument*/NULL); int32_t L_9 = V_1; if (!L_9) { goto IL_0044; } } { int32_t L_10 = V_1; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_11 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Bind_m4DFEFA3F8C6E95586D02BCF311D8A1D5A449B217_RuntimeMethod_var))); } IL_0044: { int32_t L_12 = V_1; if (L_12) { goto IL_004e; } } { __this->set_is_bound_22((bool)1); } IL_004e: { EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_13 = ___localEP0; __this->set_seed_endpoint_18(L_13); return; } } // System.Void System.Net.Sockets.Socket::Bind_internal(System.Net.Sockets.SafeSocketHandle,System.Net.SocketAddress,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Bind_internal_m7A49157D9CCDEE2CF8A58C4C17B23641FE452C46 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * ___sa1, int32_t* ___error2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; } IL_0002: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_3 = ___sa1; int32_t* L_4 = ___error2; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Bind_internal_m58538BA7F18B98B3892F52D25E17C09C92CC8357((intptr_t)L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); IL2CPP_LEAVE(0x23, FINALLY_0019); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) { bool L_5 = V_0; if (!L_5) { goto IL_0022; } } IL_001c: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_6 = ___safeHandle0; NullCheck(L_6); SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(L_6, /*hidden argument*/NULL); } IL_0022: { IL2CPP_END_FINALLY(25) } } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x23, IL_0023) } IL_0023: { return; } } // System.Void System.Net.Sockets.Socket::Bind_internal(System.IntPtr,System.Net.SocketAddress,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Bind_internal_m58538BA7F18B98B3892F52D25E17C09C92CC8357 (intptr_t ___sock0, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * ___sa1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Bind_internal_m58538BA7F18B98B3892F52D25E17C09C92CC8357_ftn) (intptr_t, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 *, int32_t*); using namespace il2cpp::icalls; ((Socket_Bind_internal_m58538BA7F18B98B3892F52D25E17C09C92CC8357_ftn)System::System::Net::Sockets::Socket::Bind) (___sock0, ___sa1, ___error2); } // System.Void System.Net.Sockets.Socket::Listen(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Listen_m333EA7692DFF6A3B7BF746237EBBC22C1FBE61C4 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___backlog0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); bool L_0 = __this->get_is_bound_22(); if (L_0) { goto IL_0019; } } { SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_1 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_1, ((int32_t)10022), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Listen_m333EA7692DFF6A3B7BF746237EBBC22C1FBE61C4_RuntimeMethod_var))); } IL_0019: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_2 = __this->get_m_Handle_17(); int32_t L_3 = ___backlog0; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Listen_internal_m6D05FAA2A6F08840A5EAED4E7640DC64DD063DF7(L_2, L_3, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_4 = V_0; if (!L_4) { goto IL_0031; } } { int32_t L_5 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_6 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Listen_m333EA7692DFF6A3B7BF746237EBBC22C1FBE61C4_RuntimeMethod_var))); } IL_0031: { __this->set_is_listening_11((bool)1); return; } } // System.Void System.Net.Sockets.Socket::Listen_internal(System.Net.Sockets.SafeSocketHandle,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Listen_internal_m6D05FAA2A6F08840A5EAED4E7640DC64DD063DF7 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t ___backlog1, int32_t* ___error2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; } IL_0002: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); int32_t L_3 = ___backlog1; int32_t* L_4 = ___error2; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Listen_internal_m36F02A8A9045D2933D7ABF53390734B40223F4AF((intptr_t)L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); IL2CPP_LEAVE(0x23, FINALLY_0019); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) { bool L_5 = V_0; if (!L_5) { goto IL_0022; } } IL_001c: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_6 = ___safeHandle0; NullCheck(L_6); SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(L_6, /*hidden argument*/NULL); } IL_0022: { IL2CPP_END_FINALLY(25) } } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x23, IL_0023) } IL_0023: { return; } } // System.Void System.Net.Sockets.Socket::Listen_internal(System.IntPtr,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Listen_internal_m36F02A8A9045D2933D7ABF53390734B40223F4AF (intptr_t ___sock0, int32_t ___backlog1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Listen_internal_m36F02A8A9045D2933D7ABF53390734B40223F4AF_ftn) (intptr_t, int32_t, int32_t*); using namespace il2cpp::icalls; ((Socket_Listen_internal_m36F02A8A9045D2933D7ABF53390734B40223F4AF_ftn)System::System::Net::Sockets::Socket::Listen) (___sock0, ___backlog1, ___error2); } // System.Void System.Net.Sockets.Socket::Connect(System.Net.EndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Connect_mA047E173F3E1082B396D018585E0B0B2D6E8E5A8 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___remoteEP0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * V_0 = NULL; SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * V_1 = NULL; int32_t V_2 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B23_0 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B19_0 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B20_0 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B22_0 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B21_0 = NULL; int32_t G_B24_0 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B24_1 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_0 = ___remoteEP0; 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*)&_stringLiteral6C52C8D495F05CFD54188F5CD5E5C6E98067B112)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Connect_mA047E173F3E1082B396D018585E0B0B2D6E8E5A8_RuntimeMethod_var))); } IL_0014: { EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_2 = ___remoteEP0; V_0 = ((IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)IsInstClass((RuntimeObject*)L_2, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var)); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_3 = V_0; if (!L_3) { goto IL_0056; } } { int32_t L_4 = __this->get_socketType_15(); if ((((int32_t)L_4) == ((int32_t)2))) { goto IL_0056; } } { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_5 = V_0; NullCheck(L_5); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_6; L_6 = IPEndPoint_get_Address_mD98DD9465D2DE39A73DD098B79062DBCE15C2A95_inline(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_7 = ((IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var))->get_Any_0(); NullCheck(L_6); bool L_8; L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_6, L_7); if (L_8) { goto IL_004b; } } { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_9 = V_0; NullCheck(L_9); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_10; L_10 = IPEndPoint_get_Address_mD98DD9465D2DE39A73DD098B79062DBCE15C2A95_inline(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_11 = ((IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var))->get_IPv6Any_7(); NullCheck(L_10); bool L_12; L_12 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_10, L_11); if (!L_12) { goto IL_0056; } } IL_004b: { SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_13 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_13, ((int32_t)10049), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Connect_mA047E173F3E1082B396D018585E0B0B2D6E8E5A8_RuntimeMethod_var))); } IL_0056: { bool L_14 = __this->get_is_listening_11(); if (!L_14) { goto IL_0064; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_15 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Connect_mA047E173F3E1082B396D018585E0B0B2D6E8E5A8_RuntimeMethod_var))); } IL_0064: { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_16 = V_0; if (!L_16) { goto IL_0070; } } { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_17 = V_0; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_18; L_18 = Socket_RemapIPEndPoint_m940DF8512A590EE50576782DFCAAAC9DF8F3E06C(__this, L_17, /*hidden argument*/NULL); ___remoteEP0 = L_18; } IL_0070: { EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_19 = ___remoteEP0; NullCheck(L_19); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_20; L_20 = VirtFuncInvoker0< SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * >::Invoke(5 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_19); V_1 = L_20; V_2 = 0; SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_21 = __this->get_m_Handle_17(); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_22 = V_1; bool L_23 = __this->get_is_blocking_21(); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Connect_internal_mA19FD873D30EBC46E6FF890DF4BDE5856BEEC7D8(L_21, L_22, (int32_t*)(&V_2), L_23, /*hidden argument*/NULL); int32_t L_24 = V_2; if (!L_24) { goto IL_0098; } } { int32_t L_25 = V_2; if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)10035))))) { goto IL_009f; } } IL_0098: { EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_26 = ___remoteEP0; __this->set_seed_endpoint_18(L_26); } IL_009f: { int32_t L_27 = V_2; if (!L_27) { goto IL_00b7; } } { bool L_28 = __this->get_is_closed_10(); if (!L_28) { goto IL_00b0; } } { V_2 = ((int32_t)10004); } IL_00b0: { int32_t L_29 = V_2; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_30 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_30, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Connect_mA047E173F3E1082B396D018585E0B0B2D6E8E5A8_RuntimeMethod_var))); } IL_00b7: { int32_t L_31 = __this->get_socketType_15(); G_B19_0 = __this; if ((!(((uint32_t)L_31) == ((uint32_t)2)))) { G_B23_0 = __this; goto IL_00ee; } } { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_32 = V_0; G_B20_0 = G_B19_0; if (!L_32) { G_B23_0 = G_B19_0; goto IL_00ee; } } { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_33 = V_0; NullCheck(L_33); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_34; L_34 = IPEndPoint_get_Address_mD98DD9465D2DE39A73DD098B79062DBCE15C2A95_inline(L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_35 = ((IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var))->get_Any_0(); NullCheck(L_34); bool L_36; L_36 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_34, L_35); G_B21_0 = G_B20_0; if (L_36) { G_B22_0 = G_B20_0; goto IL_00eb; } } { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_37 = V_0; NullCheck(L_37); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_38; L_38 = IPEndPoint_get_Address_mD98DD9465D2DE39A73DD098B79062DBCE15C2A95_inline(L_37, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_39 = ((IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var))->get_IPv6Any_7(); NullCheck(L_38); bool L_40; L_40 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_38, L_39); G_B24_0 = ((((int32_t)L_40) == ((int32_t)0))? 1 : 0); G_B24_1 = G_B21_0; goto IL_00ef; } IL_00eb: { G_B24_0 = 0; G_B24_1 = G_B22_0; goto IL_00ef; } IL_00ee: { G_B24_0 = 1; G_B24_1 = G_B23_0; } IL_00ef: { NullCheck(G_B24_1); G_B24_1->set_is_connected_23((bool)G_B24_0); __this->set_is_bound_22((bool)1); return; } } // System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.String,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_mA2E99418FD828F25F66A3D9DBF4BB20D64ADE133 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, String_t* ___host0, int32_t ___port1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___requestCallback2, RuntimeObject * ___state3, const RuntimeMethod* method) { { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); String_t* L_0 = ___host0; 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*)&_stringLiteralE705C6345C26AF82E64D22DBE44B2A3514F2F06F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginConnect_mA2E99418FD828F25F66A3D9DBF4BB20D64ADE133_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = __this->get_addressFamily_14(); if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0032; } } { int32_t L_3 = __this->get_addressFamily_14(); if ((((int32_t)L_3) == ((int32_t)((int32_t)23)))) { goto IL_0032; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_4 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5738E8EF39F4A746FB353657868616164977C054)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginConnect_mA2E99418FD828F25F66A3D9DBF4BB20D64ADE133_RuntimeMethod_var))); } IL_0032: { int32_t L_5 = ___port1; if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_003e; } } { int32_t L_6 = ___port1; if ((((int32_t)L_6) <= ((int32_t)((int32_t)65535)))) { goto IL_004e; } } IL_003e: { 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_mE43AFC74F5F3932913C023A04B24905E093C5005(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral670E6E5CD786FBA46F50395F2FE281B1DF2C9985)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral377405A3DE521B32C6A51F3C47F6E64D73BC0C71)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginConnect_mA2E99418FD828F25F66A3D9DBF4BB20D64ADE133_RuntimeMethod_var))); } IL_004e: { bool L_8 = __this->get_is_listening_11(); if (!L_8) { goto IL_005c; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_9 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginConnect_mA2E99418FD828F25F66A3D9DBF4BB20D64ADE133_RuntimeMethod_var))); } IL_005c: { String_t* L_10 = ___host0; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_11; L_11 = Dns_GetHostAddresses_m03DF596F20ACED2C3F0DE74E954D5519FD08CC0B(L_10, /*hidden argument*/NULL); int32_t L_12 = ___port1; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_13 = ___requestCallback2; RuntimeObject * L_14 = ___state3; RuntimeObject* L_15; L_15 = Socket_BeginConnect_m8000CE38F7C701D1B4F07B498C222E718BC5074B(__this, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.Net.EndPoint,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m6B71DEA09A833155BBF391D25DC81C404FE5B3EF (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___remoteEP0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_0 = ___remoteEP0; 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*)&_stringLiteral6C52C8D495F05CFD54188F5CD5E5C6E98067B112)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginConnect_m6B71DEA09A833155BBF391D25DC81C404FE5B3EF_RuntimeMethod_var))); } IL_0014: { bool L_2 = __this->get_is_listening_11(); if (!L_2) { goto IL_0022; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginConnect_m6B71DEA09A833155BBF391D25DC81C404FE5B3EF_RuntimeMethod_var))); } IL_0022: { AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_4 = ___callback1; RuntimeObject * L_5 = ___state2; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_6 = (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 *)il2cpp_codegen_object_new(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_il2cpp_TypeInfo_var); SocketAsyncResult__ctor_mF4024A1E5EAD56E00839672EED0126EC34FD9917(L_6, __this, L_4, L_5, 1, /*hidden argument*/NULL); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_7 = L_6; EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_8 = ___remoteEP0; NullCheck(L_7); L_7->set_EndPoint_8(L_8); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_9 = L_7; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_BeginSConnect_mBBA6C0E3DFDAFF3161A97FCBDFCE5B31D327D5B5(L_9, /*hidden argument*/NULL); return L_9; } } // System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.Net.IPAddress[],System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m8000CE38F7C701D1B4F07B498C222E718BC5074B (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___addresses0, int32_t ___port1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___requestCallback2, RuntimeObject * ___state3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_0 = ___addresses0; 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*)&_stringLiteral4A6999D0958CFEF0962818BF7A1CE95D466D5725)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginConnect_m8000CE38F7C701D1B4F07B498C222E718BC5074B_RuntimeMethod_var))); } IL_0014: { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_2 = ___addresses0; NullCheck(L_2); if ((((RuntimeArray*)L_2)->max_length)) { goto IL_0023; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA78DB613D084170BC47F35F56FCFEBBFC3E56F82)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginConnect_m8000CE38F7C701D1B4F07B498C222E718BC5074B_RuntimeMethod_var))); } IL_0023: { int32_t L_4; L_4 = Socket_get_AddressFamily_m390B53FAAF0DFF8E8BE844F83AFB06D9E53D891B_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)2))) { goto IL_0041; } } { int32_t L_5; L_5 = Socket_get_AddressFamily_m390B53FAAF0DFF8E8BE844F83AFB06D9E53D891B_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)23)))) { goto IL_0041; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_6 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCECC1028C1E3AF6EBDD6E2225AB1F86248D1958F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginConnect_m8000CE38F7C701D1B4F07B498C222E718BC5074B_RuntimeMethod_var))); } IL_0041: { int32_t L_7 = ___port1; if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_004d; } } { int32_t L_8 = ___port1; if ((((int32_t)L_8) <= ((int32_t)((int32_t)65535)))) { goto IL_005d; } } IL_004d: { 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_mE43AFC74F5F3932913C023A04B24905E093C5005(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral670E6E5CD786FBA46F50395F2FE281B1DF2C9985)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral377405A3DE521B32C6A51F3C47F6E64D73BC0C71)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginConnect_m8000CE38F7C701D1B4F07B498C222E718BC5074B_RuntimeMethod_var))); } IL_005d: { bool L_10 = __this->get_is_listening_11(); if (!L_10) { goto IL_006b; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_11 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginConnect_m8000CE38F7C701D1B4F07B498C222E718BC5074B_RuntimeMethod_var))); } IL_006b: { AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_12 = ___requestCallback2; RuntimeObject * L_13 = ___state3; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_14 = (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 *)il2cpp_codegen_object_new(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_il2cpp_TypeInfo_var); SocketAsyncResult__ctor_mF4024A1E5EAD56E00839672EED0126EC34FD9917(L_14, __this, L_12, L_13, 1, /*hidden argument*/NULL); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_15 = L_14; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_16 = ___addresses0; NullCheck(L_15); L_15->set_Addresses_14(L_16); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_17 = L_15; int32_t L_18 = ___port1; NullCheck(L_17); L_17->set_Port_15(L_18); __this->set_is_connected_23((bool)0); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_19 = L_17; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_BeginMConnect_mF4CC11F2DFFDF4FBCA21FDC87BEE2C166FF082C9(L_19, /*hidden argument*/NULL); return L_19; } } // System.Void System.Net.Sockets.Socket::BeginMConnect(System.Net.Sockets.SocketAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_BeginMConnect_mF4CC11F2DFFDF4FBCA21FDC87BEE2C166FF082C9 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * ___sockares0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; int32_t V_1 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Exception_t *)NULL; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_0 = ___sockares0; NullCheck(L_0); int32_t L_1 = L_0->get_CurrentAddress_18(); V_1 = L_1; goto IL_0042; } IL_000b: { } IL_000c: try { // begin try (depth: 1) SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_2 = ___sockares0; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_3 = L_2; NullCheck(L_3); int32_t L_4 = L_3->get_CurrentAddress_18(); NullCheck(L_3); L_3->set_CurrentAddress_18(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_5 = ___sockares0; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_6 = ___sockares0; NullCheck(L_6); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_7 = L_6->get_Addresses_14(); int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_10 = (L_7)->GetAt(static_cast(L_9)); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_11 = ___sockares0; NullCheck(L_11); int32_t L_12 = L_11->get_Port_15(); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_13 = (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)il2cpp_codegen_object_new(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); IPEndPoint__ctor_m22783A215BA0B38674F6A6CB6803804268561321(L_13, L_10, L_12, /*hidden argument*/NULL); NullCheck(L_5); L_5->set_EndPoint_8(L_13); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_14 = ___sockares0; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_BeginSConnect_mBBA6C0E3DFDAFF3161A97FCBDFCE5B31D327D5B5(L_14, /*hidden argument*/NULL); goto IL_004f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003b; } throw e; } CATCH_003b: { // begin catch(System.Exception) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003e; } // end catch (depth: 1) IL_003e: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0042: { int32_t L_16 = V_1; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_17 = ___sockares0; NullCheck(L_17); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_18 = L_17->get_Addresses_14(); NullCheck(L_18); if ((((int32_t)L_16) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))) { goto IL_000b; } } { Exception_t * L_19 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginMConnect_mF4CC11F2DFFDF4FBCA21FDC87BEE2C166FF082C9_RuntimeMethod_var))); } IL_004f: { return; } } // System.Void System.Net.Sockets.Socket::BeginSConnect(System.Net.Sockets.SocketAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_BeginSConnect_mBBA6C0E3DFDAFF3161A97FCBDFCE5B31D327D5B5 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * ___sockares0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * V_0 = NULL; int32_t V_1 = 0; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * V_2 = NULL; bool G_B10_0 = false; bool G_B9_0 = false; { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_0 = ___sockares0; NullCheck(L_0); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_1 = L_0->get_EndPoint_8(); V_0 = L_1; EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_2 = V_0; if (!((IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)IsInstClass((RuntimeObject*)L_2, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var))) { goto IL_0060; } } { EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_3 = V_0; V_2 = ((IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)CastclassClass((RuntimeObject*)L_3, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var)); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_4 = V_2; NullCheck(L_4); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_5; L_5 = IPEndPoint_get_Address_mD98DD9465D2DE39A73DD098B79062DBCE15C2A95_inline(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_6 = ((IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var))->get_Any_0(); NullCheck(L_5); bool L_7; L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_6); if (L_7) { goto IL_003a; } } { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_8 = V_2; NullCheck(L_8); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_9; L_9 = IPEndPoint_get_Address_mD98DD9465D2DE39A73DD098B79062DBCE15C2A95_inline(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_10 = ((IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var))->get_IPv6Any_7(); NullCheck(L_9); bool L_11; L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_9, L_10); if (!L_11) { goto IL_004c; } } IL_003a: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_12 = ___sockares0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_13 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_13, ((int32_t)10049), /*hidden argument*/NULL); NullCheck(L_12); SocketAsyncResult_Complete_m44E31D06CAA7D0EFE0A7BB6EA24ADDB14EA625AC(L_12, L_13, (bool)1, /*hidden argument*/NULL); return; } IL_004c: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_14 = ___sockares0; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_15 = ___sockares0; NullCheck(L_15); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_16 = L_15->get_socket_5(); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_17 = V_2; NullCheck(L_16); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_18; L_18 = Socket_RemapIPEndPoint_m940DF8512A590EE50576782DFCAAAC9DF8F3E06C(L_16, L_17, /*hidden argument*/NULL); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_19 = L_18; V_0 = L_19; NullCheck(L_14); L_14->set_EndPoint_8(L_19); } IL_0060: { V_1 = 0; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_20 = ___sockares0; NullCheck(L_20); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_21 = L_20->get_socket_5(); NullCheck(L_21); bool L_22 = L_21->get_connect_in_progress_25(); if (!L_22) { goto IL_00d4; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_23 = ___sockares0; NullCheck(L_23); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_24 = L_23->get_socket_5(); NullCheck(L_24); L_24->set_connect_in_progress_25((bool)0); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_25 = ___sockares0; NullCheck(L_25); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_26 = L_25->get_socket_5(); NullCheck(L_26); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_27 = L_26->get_m_Handle_17(); NullCheck(L_27); SafeHandle_Dispose_mFFFB9D0CAE3EEE02F0D3DA250D5E52F0DD51B098(L_27, /*hidden argument*/NULL); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_28 = ___sockares0; NullCheck(L_28); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_29 = L_28->get_socket_5(); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_30 = ___sockares0; NullCheck(L_30); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_31 = L_30->get_socket_5(); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_32 = ___sockares0; NullCheck(L_32); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_33 = L_32->get_socket_5(); NullCheck(L_33); int32_t L_34 = L_33->get_addressFamily_14(); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_35 = ___sockares0; NullCheck(L_35); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_36 = L_35->get_socket_5(); NullCheck(L_36); int32_t L_37 = L_36->get_socketType_15(); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_38 = ___sockares0; NullCheck(L_38); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_39 = L_38->get_socket_5(); NullCheck(L_39); int32_t L_40 = L_39->get_protocolType_16(); NullCheck(L_31); intptr_t L_41; L_41 = Socket_Socket_internal_m686934059A2E5662CAB726E58C13EE6EB9283B00(L_31, L_34, L_37, L_40, (int32_t*)(&V_1), /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_42 = (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 *)il2cpp_codegen_object_new(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9_il2cpp_TypeInfo_var); SafeSocketHandle__ctor_m98BFBB207C9D8D7750DEA3598051D21FFE784967(L_42, (intptr_t)L_41, (bool)1, /*hidden argument*/NULL); NullCheck(L_29); L_29->set_m_Handle_17(L_42); int32_t L_43 = V_1; if (!L_43) { goto IL_00d4; } } { int32_t L_44 = V_1; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_45 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_45, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_BeginSConnect_mBBA6C0E3DFDAFF3161A97FCBDFCE5B31D327D5B5_RuntimeMethod_var))); } IL_00d4: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_46 = ___sockares0; NullCheck(L_46); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_47 = L_46->get_socket_5(); NullCheck(L_47); bool L_48 = L_47->get_is_blocking_21(); bool L_49 = L_48; G_B9_0 = L_49; if (!L_49) { G_B10_0 = L_49; goto IL_00ee; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_50 = ___sockares0; NullCheck(L_50); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_51 = L_50->get_socket_5(); NullCheck(L_51); Socket_set_Blocking_m5DCBD637AD0FE63E9A67C1763C91A58799A314E2(L_51, (bool)0, /*hidden argument*/NULL); G_B10_0 = G_B9_0; } IL_00ee: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_52 = ___sockares0; NullCheck(L_52); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_53 = L_52->get_socket_5(); NullCheck(L_53); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_54 = L_53->get_m_Handle_17(); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_55 = V_0; NullCheck(L_55); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_56; L_56 = VirtFuncInvoker0< SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * >::Invoke(5 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_55); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Connect_internal_mA19FD873D30EBC46E6FF890DF4BDE5856BEEC7D8(L_54, L_56, (int32_t*)(&V_1), (bool)0, /*hidden argument*/NULL); if (!G_B10_0) { goto IL_0115; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_57 = ___sockares0; NullCheck(L_57); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_58 = L_57->get_socket_5(); NullCheck(L_58); Socket_set_Blocking_m5DCBD637AD0FE63E9A67C1763C91A58799A314E2(L_58, (bool)1, /*hidden argument*/NULL); } IL_0115: { int32_t L_59 = V_1; if (L_59) { goto IL_0138; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_60 = ___sockares0; NullCheck(L_60); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_61 = L_60->get_socket_5(); NullCheck(L_61); L_61->set_is_connected_23((bool)1); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_62 = ___sockares0; NullCheck(L_62); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_63 = L_62->get_socket_5(); NullCheck(L_63); L_63->set_is_bound_22((bool)1); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_64 = ___sockares0; NullCheck(L_64); SocketAsyncResult_Complete_m7A55E54CBF74652E5784D34402B88CAB8A18601A(L_64, (bool)1, /*hidden argument*/NULL); return; } IL_0138: { int32_t L_65 = V_1; if ((((int32_t)L_65) == ((int32_t)((int32_t)10036)))) { goto IL_016e; } } { int32_t L_66 = V_1; if ((((int32_t)L_66) == ((int32_t)((int32_t)10035)))) { goto IL_016e; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_67 = ___sockares0; NullCheck(L_67); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_68 = L_67->get_socket_5(); NullCheck(L_68); L_68->set_is_connected_23((bool)0); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_69 = ___sockares0; NullCheck(L_69); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_70 = L_69->get_socket_5(); NullCheck(L_70); L_70->set_is_bound_22((bool)0); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_71 = ___sockares0; int32_t L_72 = V_1; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_73 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_73, L_72, /*hidden argument*/NULL); NullCheck(L_71); SocketAsyncResult_Complete_m44E31D06CAA7D0EFE0A7BB6EA24ADDB14EA625AC(L_71, L_73, (bool)1, /*hidden argument*/NULL); return; } IL_016e: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_74 = ___sockares0; NullCheck(L_74); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_75 = L_74->get_socket_5(); NullCheck(L_75); L_75->set_is_connected_23((bool)0); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_76 = ___sockares0; NullCheck(L_76); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_77 = L_76->get_socket_5(); NullCheck(L_77); L_77->set_is_bound_22((bool)0); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_78 = ___sockares0; NullCheck(L_78); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_79 = L_78->get_socket_5(); NullCheck(L_79); L_79->set_connect_in_progress_25((bool)1); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_80 = ___sockares0; NullCheck(L_80); intptr_t L_81; L_81 = SocketAsyncResult_get_Handle_m0A9F83AD4D06B5E31F63012A1A4557FB48940C44(L_80, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_82 = ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->get_BeginConnectCallback_31(); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_83 = ___sockares0; IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * L_84 = (IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 *)il2cpp_codegen_object_new(IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9_il2cpp_TypeInfo_var); IOSelectorJob__ctor_m8047B29992961582F968FFB25D95662807C44B59(L_84, 2, L_82, L_83, /*hidden argument*/NULL); IOSelector_Add_m27D61E1068D6587F2A99B3F2751C87040CCC2157((intptr_t)L_81, L_84, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket::EndConnect(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_EndConnect_mC014DB766DCF93646536008F55692BE9143797E6 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC0775E2368BB47AA6FAE68F8F661629D4AA8F1A); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * V_0 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___asyncResult0; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_1; L_1 = Socket_ValidateEndIAsyncResult_m8463696F3CAF01ED5982FF8200C6A53D60C33628(__this, L_0, _stringLiteralAC0775E2368BB47AA6FAE68F8F661629D4AA8F1A, _stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5, /*hidden argument*/NULL); V_0 = L_1; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = IOAsyncResult_get_IsCompleted_m22B40C642B779F95E0D4997A336040E89C492291_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_4 = V_0; NullCheck(L_4); WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_5; L_5 = IOAsyncResult_get_AsyncWaitHandle_m8BBC83F5F781EE26F35A122B25331DACEB4E558C(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6; L_6 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_5); } IL_002c: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_7 = V_0; NullCheck(L_7); SocketAsyncResult_CheckIfThrowDelayedException_m5ED469CF2CCFD1E9B2A5621769B8CB27AB89DE45(L_7, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket::Connect_internal(System.Net.Sockets.SafeSocketHandle,System.Net.SocketAddress,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Connect_internal_mA19FD873D30EBC46E6FF890DF4BDE5856BEEC7D8 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * ___sa1, int32_t* ___error2, bool ___blocking3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeSocketHandle_RegisterForBlockingSyscall_m7033111DA7B1012B9C4155D892EED598876C2AB3(L_0, /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_3 = ___sa1; int32_t* L_4 = ___error2; bool L_5 = ___blocking3; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Connect_internal_m242B10939F582632598FBBCD15D4DC8F8DDD773C((intptr_t)L_2, L_3, (int32_t*)L_4, L_5, /*hidden argument*/NULL); IL2CPP_LEAVE(0x1D, FINALLY_0016); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0016; } FINALLY_0016: { // begin finally (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_6 = ___safeHandle0; NullCheck(L_6); SafeSocketHandle_UnRegisterForBlockingSyscall_m283CE3E82686E5FC7999EDD609DF74A48652D4B3(L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(22) } // end finally (depth: 1) IL2CPP_CLEANUP(22) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1D, IL_001d) } IL_001d: { return; } } // System.Void System.Net.Sockets.Socket::Connect_internal(System.IntPtr,System.Net.SocketAddress,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Connect_internal_m242B10939F582632598FBBCD15D4DC8F8DDD773C (intptr_t ___sock0, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * ___sa1, int32_t* ___error2, bool ___blocking3, const RuntimeMethod* method) { typedef void (*Socket_Connect_internal_m242B10939F582632598FBBCD15D4DC8F8DDD773C_ftn) (intptr_t, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 *, int32_t*, bool); using namespace il2cpp::icalls; ((Socket_Connect_internal_m242B10939F582632598FBBCD15D4DC8F8DDD773C_ftn)System::System::Net::Sockets::Socket::Connect_internal) (___sock0, ___sa1, ___error2, ___blocking3); } // System.Void System.Net.Sockets.Socket::Disconnect(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Disconnect_m088E558DFF8B6640DE5D3F041504F15D0C1DB957 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, bool ___reuseSocket0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); V_0 = 0; SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = __this->get_m_Handle_17(); bool L_1 = ___reuseSocket0; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Disconnect_internal_mC594BC70DA44BB91B22F5068BD40311333B098E0(L_0, L_1, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_2 = V_0; if (!L_2) { goto IL_002b; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)50))))) { goto IL_0024; } } { PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * L_4 = (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var))); PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Disconnect_m088E558DFF8B6640DE5D3F041504F15D0C1DB957_RuntimeMethod_var))); } IL_0024: { int32_t L_5 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_6 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Disconnect_m088E558DFF8B6640DE5D3F041504F15D0C1DB957_RuntimeMethod_var))); } IL_002b: { __this->set_is_connected_23((bool)0); bool L_7 = ___reuseSocket0; return; } } // System.Void System.Net.Sockets.Socket::EndDisconnect(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_EndDisconnect_mE208E9EFF47D1921E6BAD57B94FC5F8BCE53D058 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D15C70C0521D7D78F497EBCFBB061DBA3F8D03D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * V_0 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___asyncResult0; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_1; L_1 = Socket_ValidateEndIAsyncResult_m8463696F3CAF01ED5982FF8200C6A53D60C33628(__this, L_0, _stringLiteral2D15C70C0521D7D78F497EBCFBB061DBA3F8D03D, _stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5, /*hidden argument*/NULL); V_0 = L_1; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = IOAsyncResult_get_IsCompleted_m22B40C642B779F95E0D4997A336040E89C492291_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_4 = V_0; NullCheck(L_4); WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_5; L_5 = IOAsyncResult_get_AsyncWaitHandle_m8BBC83F5F781EE26F35A122B25331DACEB4E558C(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6; L_6 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_5); } IL_002c: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_7 = V_0; NullCheck(L_7); SocketAsyncResult_CheckIfThrowDelayedException_m5ED469CF2CCFD1E9B2A5621769B8CB27AB89DE45(L_7, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket::Disconnect_internal(System.Net.Sockets.SafeSocketHandle,System.Boolean,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Disconnect_internal_mC594BC70DA44BB91B22F5068BD40311333B098E0 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, bool ___reuse1, int32_t* ___error2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; } IL_0002: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); bool L_3 = ___reuse1; int32_t* L_4 = ___error2; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Disconnect_internal_m646997B72978F5CC1C3E28AF92F11F8F8D3FB265((intptr_t)L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); IL2CPP_LEAVE(0x23, FINALLY_0019); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) { bool L_5 = V_0; if (!L_5) { goto IL_0022; } } IL_001c: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_6 = ___safeHandle0; NullCheck(L_6); SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(L_6, /*hidden argument*/NULL); } IL_0022: { IL2CPP_END_FINALLY(25) } } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x23, IL_0023) } IL_0023: { return; } } // System.Void System.Net.Sockets.Socket::Disconnect_internal(System.IntPtr,System.Boolean,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Disconnect_internal_m646997B72978F5CC1C3E28AF92F11F8F8D3FB265 (intptr_t ___sock0, bool ___reuse1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Disconnect_internal_m646997B72978F5CC1C3E28AF92F11F8F8D3FB265_ftn) (intptr_t, bool, int32_t*); using namespace il2cpp::icalls; ((Socket_Disconnect_internal_m646997B72978F5CC1C3E28AF92F11F8F8D3FB265_ftn)System::System::Net::Sockets::Socket::Disconnect) (___sock0, ___reuse1, ___error2); } // System.Int32 System.Net.Sockets.Socket::Receive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_mD8C41C5E04F7A9AEAA8E9D7534970F50918427BF (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t G_B8_0 = 0; int32_t G_B5_0 = 0; int32_t G_B6_0 = 0; int32_t G_B7_0 = 0; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; Socket_ThrowIfBufferNull_mCE5DE853E71FD065E5D5415BAFEDB84CA261DAD3(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___size2; Socket_ThrowIfBufferOutOfRange_m571DD069DDC7952B1EB907941F3C202054BBE6FF(__this, L_1, L_2, L_3, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = L_4; V_2 = L_5; if (!L_5) { goto IL_0020; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_2; NullCheck(L_6); if (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))) { goto IL_0025; } } IL_0020: { V_1 = (uint8_t*)((uintptr_t)0); goto IL_002e; } IL_0025: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_2; NullCheck(L_7); V_1 = (uint8_t*)((uintptr_t)((L_7)->GetAddressAt(static_cast(0)))); } IL_002e: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_8 = __this->get_m_Handle_17(); uint8_t* L_9 = V_1; int32_t L_10 = ___offset1; int32_t L_11 = ___size2; int32_t L_12 = ___socketFlags3; bool L_13 = __this->get_is_blocking_21(); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_14; L_14 = Socket_Receive_internal_mE0647628B151CA069DF0099B053CDBBA5EC40627(L_8, (uint8_t*)(uint8_t*)((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)L_10))), L_11, L_12, (int32_t*)(&V_0), L_13, /*hidden argument*/NULL); V_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; int32_t* L_15 = ___errorCode4; int32_t L_16 = V_0; *((int32_t*)L_15) = (int32_t)L_16; int32_t* L_17 = ___errorCode4; int32_t L_18 = *((int32_t*)L_17); G_B5_0 = L_14; if (!L_18) { G_B8_0 = L_14; goto IL_0076; } } { int32_t* L_19 = ___errorCode4; int32_t L_20 = *((int32_t*)L_19); G_B6_0 = G_B5_0; if ((((int32_t)L_20) == ((int32_t)((int32_t)10035)))) { G_B8_0 = G_B5_0; goto IL_0076; } } { int32_t* L_21 = ___errorCode4; int32_t L_22 = *((int32_t*)L_21); G_B7_0 = G_B6_0; if ((((int32_t)L_22) == ((int32_t)((int32_t)10036)))) { G_B8_0 = G_B6_0; goto IL_0076; } } { __this->set_is_connected_23((bool)0); __this->set_is_bound_22((bool)0); return G_B7_0; } IL_0076: { __this->set_is_connected_23((bool)1); return G_B8_0; } } // System.Int32 System.Net.Sockets.Socket::Receive(System.Collections.Generic.IList`1>,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_m7D07ECE91DA04210066EB6E373376817E0A024F1 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___buffers0, int32_t ___socketFlags1, int32_t* ___errorCode2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t6A84863279E6437522651C95AA766EAB739EBB70_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t883859B252A9C2EBF5E5132DE4284CC61456ADAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* V_3 = NULL; WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * V_4 = NULL; WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A* V_5 = NULL; int32_t V_6 = 0; ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE V_7; memset((&V_7), 0, sizeof(V_7)); int32_t V_8 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___buffers0; if (!L_0) { goto IL_0011; } } { RuntimeObject* L_1 = ___buffers0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1>::get_Count() */, ICollection_1_t6A84863279E6437522651C95AA766EAB739EBB70_il2cpp_TypeInfo_var, L_1); if (L_2) { goto IL_001c; } } IL_0011: { 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*)&_stringLiteralBE71D746FDB893CE627C5F97FEE59638767E8951)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Receive_m7D07ECE91DA04210066EB6E373376817E0A024F1_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___buffers0; NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1>::get_Count() */, ICollection_1_t6A84863279E6437522651C95AA766EAB739EBB70_il2cpp_TypeInfo_var, L_4); V_0 = L_5; int32_t L_6 = V_0; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_7 = (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)(GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)SZArrayNew(GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3_il2cpp_TypeInfo_var, (uint32_t)L_6); V_3 = L_7; } IL_002a: try { // begin try (depth: 1) try { // begin try (depth: 2) { int32_t L_8 = V_0; WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A* L_9 = (WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A*)(WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A*)SZArrayNew(WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A_il2cpp_TypeInfo_var, (uint32_t)L_8); WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A* L_10 = L_9; V_5 = L_10; if (!L_10) { goto IL_003b; } } IL_0035: { WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A* L_11 = V_5; NullCheck(L_11); if (((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))) { goto IL_0041; } } IL_003b: { V_4 = (WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)((uintptr_t)0); goto IL_004c; } IL_0041: { WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A* L_12 = V_5; NullCheck(L_12); V_4 = (WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)((uintptr_t)((L_12)->GetAddressAt(static_cast(0)))); } IL_004c: { V_6 = 0; goto IL_00f4; } IL_0054: { RuntimeObject* L_13 = ___buffers0; int32_t L_14 = V_6; NullCheck(L_13); ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE L_15; L_15 = InterfaceFuncInvoker1< ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IList_1_t883859B252A9C2EBF5E5132DE4284CC61456ADAA_il2cpp_TypeInfo_var, L_13, L_14); V_7 = L_15; int32_t L_16; L_16 = ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_RuntimeMethod_var); if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_008c; } } IL_0068: { int32_t L_17; L_17 = ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_RuntimeMethod_var); if ((((int32_t)L_17) < ((int32_t)0))) { goto IL_008c; } } IL_0072: { int32_t L_18; L_18 = ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_RuntimeMethod_var); NullCheck(L_19); int32_t L_20; L_20 = ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_RuntimeMethod_var); if ((((int32_t)L_18) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))), (int32_t)L_20))))) { goto IL_0097; } } IL_008c: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_21 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEAD89BCF94CEC42E8003F596E097534D65C876B3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Receive_m7D07ECE91DA04210066EB6E373376817E0A024F1_RuntimeMethod_var))); } IL_0097: { } IL_0098: try { // begin try (depth: 3) IL2CPP_LEAVE(0xB0, FINALLY_009a); } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009a; } FINALLY_009a: { // begin finally (depth: 3) GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_22 = V_3; int32_t L_23 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24; L_24 = ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_RuntimeMethod_var); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_25; L_25 = GCHandle_Alloc_m51C5BC1D6902ADA3B9C297C1A96DB322A6403201((RuntimeObject *)(RuntimeObject *)L_24, 3, /*hidden argument*/NULL); NullCheck(L_22); (L_22)->SetAt(static_cast(L_23), (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 )L_25); IL2CPP_END_FINALLY(154) } // end finally (depth: 3) IL2CPP_CLEANUP(154) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB0, IL_00b0) } IL_00b0: { WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * L_26 = V_4; int32_t L_27 = V_6; uint32_t L_28 = sizeof(WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 ); int32_t L_29; L_29 = ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_RuntimeMethod_var); NullCheck(((WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_27), (int32_t)L_28))))); ((WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_27), (int32_t)L_28))))->set_len_0(L_29); WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * L_30 = V_4; int32_t L_31 = V_6; uint32_t L_32 = sizeof(WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 ); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33; L_33 = ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_RuntimeMethod_var); int32_t L_34; L_34 = ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_35; L_35 = Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E(L_33, L_34, /*hidden argument*/Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E_RuntimeMethod_var); NullCheck(((WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_31), (int32_t)L_32))))); ((WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_31), (int32_t)L_32))))->set_buf_1((intptr_t)L_35); int32_t L_36 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00f4: { int32_t L_37 = V_6; int32_t L_38 = V_0; if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0054; } } IL_00fc: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_39 = __this->get_m_Handle_17(); WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * L_40 = V_4; int32_t L_41 = V_0; int32_t L_42 = ___socketFlags1; bool L_43 = __this->get_is_blocking_21(); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_44; L_44 = Socket_Receive_internal_mA69B81910FC64BEC52C4F91ABE52C522EA82F44C(L_39, (WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)(WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)L_40, L_41, L_42, (int32_t*)(&V_1), L_43, /*hidden argument*/NULL); V_2 = L_44; IL2CPP_LEAVE(0x147, FINALLY_0116); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0116; } FINALLY_0116: { // begin finally (depth: 2) V_5 = (WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A*)NULL; IL2CPP_END_FINALLY(278) } // end finally (depth: 2) IL2CPP_CLEANUP(278) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x147, FINALLY_011a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_011a; } FINALLY_011a: { // begin finally (depth: 1) { V_8 = 0; goto IL_0141; } IL_011f: { GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_45 = V_3; int32_t L_46 = V_8; NullCheck(L_45); bool L_47; L_47 = GCHandle_get_IsAllocated_mEDA4DAC6AD6D881110E96CAFDAB78C068F5B144D((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)((L_45)->GetAddressAt(static_cast(L_46))), /*hidden argument*/NULL); if (!L_47) { goto IL_013b; } } IL_012e: { GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_48 = V_3; int32_t L_49 = V_8; NullCheck(L_48); GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)((L_48)->GetAddressAt(static_cast(L_49))), /*hidden argument*/NULL); } IL_013b: { int32_t L_50 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0141: { int32_t L_51 = V_8; int32_t L_52 = V_0; if ((((int32_t)L_51) < ((int32_t)L_52))) { goto IL_011f; } } IL_0146: { IL2CPP_END_FINALLY(282) } } // end finally (depth: 1) IL2CPP_CLEANUP(282) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x147, IL_0147) } IL_0147: { int32_t* L_53 = ___errorCode2; int32_t L_54 = V_1; *((int32_t*)L_53) = (int32_t)L_54; int32_t L_55 = V_2; return L_55; } } // System.IAsyncResult System.Net.Sockets.Socket::BeginReceive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginReceive_m7AFA3F22DAD771579F060D344EA1B44C3F55C912 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback5, RuntimeObject * ___state6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * V_0 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; Socket_ThrowIfBufferNull_mCE5DE853E71FD065E5D5415BAFEDB84CA261DAD3(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___size2; Socket_ThrowIfBufferOutOfRange_m571DD069DDC7952B1EB907941F3C202054BBE6FF(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t* L_4 = ___errorCode4; *((int32_t*)L_4) = (int32_t)0; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_5 = ___callback5; RuntimeObject * L_6 = ___state6; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_7 = (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 *)il2cpp_codegen_object_new(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_il2cpp_TypeInfo_var); SocketAsyncResult__ctor_mF4024A1E5EAD56E00839672EED0126EC34FD9917(L_7, __this, L_5, L_6, 2, /*hidden argument*/NULL); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_8 = L_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___buffer0; NullCheck(L_8); L_8->set_Buffer_9(L_9); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_10 = L_8; int32_t L_11 = ___offset1; NullCheck(L_10); L_10->set_Offset_10(L_11); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_12 = L_10; int32_t L_13 = ___size2; NullCheck(L_12); L_12->set_Size_11(L_13); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_14 = L_12; int32_t L_15 = ___socketFlags3; NullCheck(L_14); L_14->set_SockFlags_12(L_15); V_0 = L_14; SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_16 = __this->get_ReadSem_19(); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_17 = V_0; NullCheck(L_17); intptr_t L_18; L_18 = SocketAsyncResult_get_Handle_m0A9F83AD4D06B5E31F63012A1A4557FB48940C44(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_19 = ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->get_BeginReceiveCallback_35(); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_20 = V_0; IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * L_21 = (IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 *)il2cpp_codegen_object_new(IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9_il2cpp_TypeInfo_var); IOSelectorJob__ctor_m8047B29992961582F968FFB25D95662807C44B59(L_21, 1, L_19, L_20, /*hidden argument*/NULL); Socket_QueueIOSelectorJob_mED926AA0CA86E558C83A306AFC0FC5F918E36327(__this, L_16, (intptr_t)L_18, L_21, /*hidden argument*/NULL); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_22 = V_0; return L_22; } } // System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult,System.Net.Sockets.SocketError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_EndReceive_mBD6A39DBD9C6D68BB28A2F6A9364BF2BC48CFEBA (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC6779F79260F03851C8137FBD63A07102BF3E2EE); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * V_0 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___asyncResult0; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_1; L_1 = Socket_ValidateEndIAsyncResult_m8463696F3CAF01ED5982FF8200C6A53D60C33628(__this, L_0, _stringLiteralC6779F79260F03851C8137FBD63A07102BF3E2EE, _stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5, /*hidden argument*/NULL); V_0 = L_1; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = IOAsyncResult_get_IsCompleted_m22B40C642B779F95E0D4997A336040E89C492291_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_4 = V_0; NullCheck(L_4); WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_5; L_5 = IOAsyncResult_get_AsyncWaitHandle_m8BBC83F5F781EE26F35A122B25331DACEB4E558C(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6; L_6 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_5); } IL_002c: { int32_t* L_7 = ___errorCode1; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_8 = V_0; NullCheck(L_8); int32_t L_9; L_9 = SocketAsyncResult_get_ErrorCode_m56F156B7C525AF9947C56C76A8B2D0B4E545AD69(L_8, /*hidden argument*/NULL); *((int32_t*)L_7) = (int32_t)L_9; int32_t* L_10 = ___errorCode1; int32_t L_11 = *((int32_t*)L_10); if (!L_11) { goto IL_0051; } } { int32_t* L_12 = ___errorCode1; int32_t L_13 = *((int32_t*)L_12); if ((((int32_t)L_13) == ((int32_t)((int32_t)10035)))) { goto IL_0051; } } { int32_t* L_14 = ___errorCode1; int32_t L_15 = *((int32_t*)L_14); if ((((int32_t)L_15) == ((int32_t)((int32_t)10036)))) { goto IL_0051; } } { __this->set_is_connected_23((bool)0); } IL_0051: { int32_t* L_16 = ___errorCode1; int32_t L_17 = *((int32_t*)L_16); if (L_17) { goto IL_005b; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_18 = V_0; NullCheck(L_18); SocketAsyncResult_CheckIfThrowDelayedException_m5ED469CF2CCFD1E9B2A5621769B8CB27AB89DE45(L_18, /*hidden argument*/NULL); } IL_005b: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = L_19->get_Total_20(); return L_20; } } // System.Int32 System.Net.Sockets.Socket::Receive_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.Socket/WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_mA69B81910FC64BEC52C4F91ABE52C522EA82F44C (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeSocketHandle_RegisterForBlockingSyscall_m7033111DA7B1012B9C4155D892EED598876C2AB3(L_0, /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * L_3 = ___bufarray1; int32_t L_4 = ___count2; int32_t L_5 = ___flags3; int32_t* L_6 = ___error4; bool L_7 = ___blocking5; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Socket_Receive_internal_mB032C72DA4A5809A8AB2303AFEA98F62BB60FE2E((intptr_t)L_2, (WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)(WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)L_3, L_4, L_5, (int32_t*)L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; IL2CPP_LEAVE(0x22, FINALLY_001b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001b; } FINALLY_001b: { // begin finally (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_9 = ___safeHandle0; NullCheck(L_9); SafeSocketHandle_UnRegisterForBlockingSyscall_m283CE3E82686E5FC7999EDD609DF74A48652D4B3(L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(27) } // end finally (depth: 1) IL2CPP_CLEANUP(27) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x22, IL_0022) } IL_0022: { int32_t L_10 = V_0; return L_10; } } // System.Int32 System.Net.Sockets.Socket::Receive_internal(System.IntPtr,System.Net.Sockets.Socket/WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_mB032C72DA4A5809A8AB2303AFEA98F62BB60FE2E (intptr_t ___sock0, WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method) { typedef int32_t (*Socket_Receive_internal_mB032C72DA4A5809A8AB2303AFEA98F62BB60FE2E_ftn) (intptr_t, WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *, int32_t, int32_t, int32_t*, bool); using namespace il2cpp::icalls; return ((Socket_Receive_internal_mB032C72DA4A5809A8AB2303AFEA98F62BB60FE2E_ftn)System::System::Net::Sockets::Socket::ReceiveArray40) (___sock0, ___bufarray1, ___count2, ___flags3, ___error4, ___blocking5); } // System.Int32 System.Net.Sockets.Socket::Receive_internal(System.Net.Sockets.SafeSocketHandle,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_mE0647628B151CA069DF0099B053CDBBA5EC40627 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeSocketHandle_RegisterForBlockingSyscall_m7033111DA7B1012B9C4155D892EED598876C2AB3(L_0, /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); uint8_t* L_3 = ___buffer1; int32_t L_4 = ___count2; int32_t L_5 = ___flags3; int32_t* L_6 = ___error4; bool L_7 = ___blocking5; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Socket_Receive_internal_m345329E7F6DFB2B46B8BAB8FCD234CDD16D069EB((intptr_t)L_2, (uint8_t*)(uint8_t*)L_3, L_4, L_5, (int32_t*)L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; IL2CPP_LEAVE(0x22, FINALLY_001b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001b; } FINALLY_001b: { // begin finally (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_9 = ___safeHandle0; NullCheck(L_9); SafeSocketHandle_UnRegisterForBlockingSyscall_m283CE3E82686E5FC7999EDD609DF74A48652D4B3(L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(27) } // end finally (depth: 1) IL2CPP_CLEANUP(27) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x22, IL_0022) } IL_0022: { int32_t L_10 = V_0; return L_10; } } // System.Int32 System.Net.Sockets.Socket::Receive_internal(System.IntPtr,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_m345329E7F6DFB2B46B8BAB8FCD234CDD16D069EB (intptr_t ___sock0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method) { typedef int32_t (*Socket_Receive_internal_m345329E7F6DFB2B46B8BAB8FCD234CDD16D069EB_ftn) (intptr_t, uint8_t*, int32_t, int32_t, int32_t*, bool); using namespace il2cpp::icalls; return ((Socket_Receive_internal_m345329E7F6DFB2B46B8BAB8FCD234CDD16D069EB_ftn)System::System::Net::Sockets::Socket::Receive40) (___sock0, ___buffer1, ___count2, ___flags3, ___error4, ___blocking5); } // System.Int32 System.Net.Sockets.Socket::ReceiveFrom(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint&,System.Net.Sockets.SocketError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_mAFA99FB7487A2216312D4510E530BB9F5A4CD54B (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** ___remoteEP4, int32_t* ___errorCode5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; uint8_t* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; { EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** L_0 = ___remoteEP4; EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_1 = *((EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA **)L_0); NullCheck(L_1); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_2; L_2 = VirtFuncInvoker0< SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * >::Invoke(5 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_1); V_0 = L_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3; V_4 = L_4; if (!L_4) { goto IL_0015; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_4; NullCheck(L_5); if (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) { goto IL_001a; } } IL_0015: { V_3 = (uint8_t*)((uintptr_t)0); goto IL_0024; } IL_001a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_4; NullCheck(L_6); V_3 = (uint8_t*)((uintptr_t)((L_6)->GetAddressAt(static_cast(0)))); } IL_0024: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_7 = __this->get_m_Handle_17(); uint8_t* L_8 = V_3; int32_t L_9 = ___offset1; int32_t L_10 = ___size2; int32_t L_11 = ___socketFlags3; bool L_12 = __this->get_is_blocking_21(); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_13; L_13 = Socket_ReceiveFrom_internal_m2636BBEFE1A0C656B84F94E5CD7202DE12A560EF(L_7, (uint8_t*)(uint8_t*)((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9))), L_10, L_11, (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 **)(&V_0), (int32_t*)(&V_1), L_12, /*hidden argument*/NULL); V_2 = L_13; V_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; int32_t* L_14 = ___errorCode5; int32_t L_15 = V_1; *((int32_t*)L_14) = (int32_t)L_15; int32_t* L_16 = ___errorCode5; int32_t L_17 = *((int32_t*)L_16); if (!L_17) { goto IL_0086; } } { int32_t* L_18 = ___errorCode5; int32_t L_19 = *((int32_t*)L_18); if ((((int32_t)L_19) == ((int32_t)((int32_t)10035)))) { goto IL_006a; } } { int32_t* L_20 = ___errorCode5; int32_t L_21 = *((int32_t*)L_20); if ((((int32_t)L_21) == ((int32_t)((int32_t)10036)))) { goto IL_006a; } } { __this->set_is_connected_23((bool)0); goto IL_0084; } IL_006a: { int32_t* L_22 = ___errorCode5; int32_t L_23 = *((int32_t*)L_22); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)10035))))) { goto IL_0084; } } { bool L_24 = __this->get_is_blocking_21(); if (!L_24) { goto IL_0084; } } { int32_t* L_25 = ___errorCode5; *((int32_t*)L_25) = (int32_t)((int32_t)10060); } IL_0084: { return 0; } IL_0086: { __this->set_is_connected_23((bool)1); __this->set_is_bound_22((bool)1); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_26 = V_0; if (!L_26) { goto IL_00a3; } } { EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** L_27 = ___remoteEP4; EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** L_28 = ___remoteEP4; EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_29 = *((EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA **)L_28); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_30 = V_0; NullCheck(L_29); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_31; L_31 = VirtFuncInvoker1< EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA *, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * >::Invoke(6 /* System.Net.EndPoint System.Net.EndPoint::Create(System.Net.SocketAddress) */, L_29, L_30); *((RuntimeObject **)L_27) = (RuntimeObject *)L_31; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_27, (void*)(RuntimeObject *)L_31); } IL_00a3: { EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** L_32 = ___remoteEP4; EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_33 = *((EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA **)L_32); __this->set_seed_endpoint_18(L_33); int32_t L_34 = V_2; return L_34; } } // System.Int32 System.Net.Sockets.Socket::EndReceiveFrom(System.IAsyncResult,System.Net.EndPoint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_EndReceiveFrom_mBEAC67D399907A222678833B24E20FFFDF0DDC17 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** ___endPoint1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral247EC42DC8910B1E8A59D0C5F96F7B725D9029DC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * V_0 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** L_0 = ___endPoint1; EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_1 = *((EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA **)L_0); if (L_1) { goto IL_0015; } } { 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*)&_stringLiteral0D29407E717F74F004FB1E6A93FA86C029752A02)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_EndReceiveFrom_mBEAC67D399907A222678833B24E20FFFDF0DDC17_RuntimeMethod_var))); } IL_0015: { RuntimeObject* L_3 = ___asyncResult0; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_4; L_4 = Socket_ValidateEndIAsyncResult_m8463696F3CAF01ED5982FF8200C6A53D60C33628(__this, L_3, _stringLiteral247EC42DC8910B1E8A59D0C5F96F7B725D9029DC, _stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5, /*hidden argument*/NULL); V_0 = L_4; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = IOAsyncResult_get_IsCompleted_m22B40C642B779F95E0D4997A336040E89C492291_inline(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_003b; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_7 = V_0; NullCheck(L_7); WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_8; L_8 = IOAsyncResult_get_AsyncWaitHandle_m8BBC83F5F781EE26F35A122B25331DACEB4E558C(L_7, /*hidden argument*/NULL); NullCheck(L_8); bool L_9; L_9 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_8); } IL_003b: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_10 = V_0; NullCheck(L_10); SocketAsyncResult_CheckIfThrowDelayedException_m5ED469CF2CCFD1E9B2A5621769B8CB27AB89DE45(L_10, /*hidden argument*/NULL); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** L_11 = ___endPoint1; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_12 = V_0; NullCheck(L_12); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_13 = L_12->get_EndPoint_8(); *((RuntimeObject **)L_11) = (RuntimeObject *)L_13; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_11, (void*)(RuntimeObject *)L_13); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_14 = V_0; NullCheck(L_14); int32_t L_15 = L_14->get_Total_20(); return L_15; } } // System.Int32 System.Net.Sockets.Socket::ReceiveFrom_internal(System.Net.Sockets.SafeSocketHandle,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress&,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_internal_m2636BBEFE1A0C656B84F94E5CD7202DE12A560EF (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 ** ___sockaddr4, int32_t* ___error5, bool ___blocking6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeSocketHandle_RegisterForBlockingSyscall_m7033111DA7B1012B9C4155D892EED598876C2AB3(L_0, /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); uint8_t* L_3 = ___buffer1; int32_t L_4 = ___count2; int32_t L_5 = ___flags3; SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 ** L_6 = ___sockaddr4; int32_t* L_7 = ___error5; bool L_8 = ___blocking6; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_9; L_9 = Socket_ReceiveFrom_internal_mAA065C65DE439D2F29A066C9372AC8A261210D7C((intptr_t)L_2, (uint8_t*)(uint8_t*)L_3, L_4, L_5, (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 **)L_6, (int32_t*)L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; IL2CPP_LEAVE(0x24, 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) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_10 = ___safeHandle0; NullCheck(L_10); SafeSocketHandle_UnRegisterForBlockingSyscall_m283CE3E82686E5FC7999EDD609DF74A48652D4B3(L_10, /*hidden argument*/NULL); IL2CPP_END_FINALLY(29) } // end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x24, IL_0024) } IL_0024: { int32_t L_11 = V_0; return L_11; } } // System.Int32 System.Net.Sockets.Socket::ReceiveFrom_internal(System.IntPtr,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress&,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_internal_mAA065C65DE439D2F29A066C9372AC8A261210D7C (intptr_t ___sock0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 ** ___sockaddr4, int32_t* ___error5, bool ___blocking6, const RuntimeMethod* method) { typedef int32_t (*Socket_ReceiveFrom_internal_mAA065C65DE439D2F29A066C9372AC8A261210D7C_ftn) (intptr_t, uint8_t*, int32_t, int32_t, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 **, int32_t*, bool); using namespace il2cpp::icalls; return ((Socket_ReceiveFrom_internal_mAA065C65DE439D2F29A066C9372AC8A261210D7C_ftn)System::System::Net::Sockets::Socket::ReceiveFrom_internal) (___sock0, ___buffer1, ___count2, ___flags3, ___sockaddr4, ___error5, ___blocking6); } // System.Int32 System.Net.Sockets.Socket::Send(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_mF1AF06B447E1671097A0515BD6170DB92368E8D5 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint8_t* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; Socket_ThrowIfBufferNull_mCE5DE853E71FD065E5D5415BAFEDB84CA261DAD3(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___size2; Socket_ThrowIfBufferOutOfRange_m571DD069DDC7952B1EB907941F3C202054BBE6FF(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_4 = ___size2; if (L_4) { goto IL_001f; } } { int32_t* L_5 = ___errorCode4; *((int32_t*)L_5) = (int32_t)0; return 0; } IL_001f: { V_1 = 0; } IL_0021: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6; V_3 = L_7; if (!L_7) { goto IL_002b; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_3; NullCheck(L_8); if (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))) { goto IL_0030; } } IL_002b: { V_2 = (uint8_t*)((uintptr_t)0); goto IL_0039; } IL_0030: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_3; NullCheck(L_9); V_2 = (uint8_t*)((uintptr_t)((L_9)->GetAddressAt(static_cast(0)))); } IL_0039: { int32_t L_10 = V_1; SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_11 = __this->get_m_Handle_17(); uint8_t* L_12 = V_2; int32_t L_13 = ___offset1; int32_t L_14 = V_1; int32_t L_15 = ___size2; int32_t L_16 = V_1; int32_t L_17 = ___socketFlags3; bool L_18 = __this->get_is_blocking_21(); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_19; L_19 = Socket_Send_internal_m6D595D0C8F4B3DF41B0F3626FCF56A865B074052(L_11, (uint8_t*)(uint8_t*)((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), L_17, (int32_t*)(&V_0), L_18, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_19)); V_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; int32_t* L_20 = ___errorCode4; int32_t L_21 = V_0; *((int32_t*)L_20) = (int32_t)L_21; int32_t* L_22 = ___errorCode4; int32_t L_23 = *((int32_t*)L_22); if (!L_23) { goto IL_0089; } } { int32_t* L_24 = ___errorCode4; int32_t L_25 = *((int32_t*)L_24); if ((((int32_t)L_25) == ((int32_t)((int32_t)10035)))) { goto IL_0089; } } { int32_t* L_26 = ___errorCode4; int32_t L_27 = *((int32_t*)L_26); if ((((int32_t)L_27) == ((int32_t)((int32_t)10036)))) { goto IL_0089; } } { __this->set_is_connected_23((bool)0); __this->set_is_bound_22((bool)0); goto IL_0094; } IL_0089: { __this->set_is_connected_23((bool)1); int32_t L_28 = V_1; int32_t L_29 = ___size2; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0021; } } IL_0094: { int32_t L_30 = V_1; return L_30; } } // System.Int32 System.Net.Sockets.Socket::Send(System.Collections.Generic.IList`1>,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_m77328B1F3378D0C5B40B15C01FA2226257B706AE (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___buffers0, int32_t ___socketFlags1, int32_t* ___errorCode2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t6A84863279E6437522651C95AA766EAB739EBB70_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t883859B252A9C2EBF5E5132DE4284CC61456ADAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* V_3 = NULL; WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * V_4 = NULL; WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A* V_5 = NULL; int32_t V_6 = 0; ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE V_7; memset((&V_7), 0, sizeof(V_7)); int32_t V_8 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___buffers0; 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*)&_stringLiteralBE71D746FDB893CE627C5F97FEE59638767E8951)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Send_m77328B1F3378D0C5B40B15C01FA2226257B706AE_RuntimeMethod_var))); } IL_0014: { RuntimeObject* L_2 = ___buffers0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1>::get_Count() */, ICollection_1_t6A84863279E6437522651C95AA766EAB739EBB70_il2cpp_TypeInfo_var, L_2); if (L_3) { goto IL_002c; } } { 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA307072A8AACCCBA967638A3D62A9905C14FCA1F)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBE71D746FDB893CE627C5F97FEE59638767E8951)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Send_m77328B1F3378D0C5B40B15C01FA2226257B706AE_RuntimeMethod_var))); } IL_002c: { RuntimeObject* L_5 = ___buffers0; NullCheck(L_5); int32_t L_6; L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1>::get_Count() */, ICollection_1_t6A84863279E6437522651C95AA766EAB739EBB70_il2cpp_TypeInfo_var, L_5); V_0 = L_6; int32_t L_7 = V_0; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_8 = (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)(GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)SZArrayNew(GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3_il2cpp_TypeInfo_var, (uint32_t)L_7); V_3 = L_8; } IL_003a: try { // begin try (depth: 1) try { // begin try (depth: 2) { int32_t L_9 = V_0; WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A* L_10 = (WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A*)(WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A*)SZArrayNew(WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A_il2cpp_TypeInfo_var, (uint32_t)L_9); WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A* L_11 = L_10; V_5 = L_11; if (!L_11) { goto IL_004b; } } IL_0045: { WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A* L_12 = V_5; NullCheck(L_12); if (((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))) { goto IL_0051; } } IL_004b: { V_4 = (WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)((uintptr_t)0); goto IL_005c; } IL_0051: { WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A* L_13 = V_5; NullCheck(L_13); V_4 = (WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)((uintptr_t)((L_13)->GetAddressAt(static_cast(0)))); } IL_005c: { V_6 = 0; goto IL_0104; } IL_0064: { RuntimeObject* L_14 = ___buffers0; int32_t L_15 = V_6; NullCheck(L_14); ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE L_16; L_16 = InterfaceFuncInvoker1< ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IList_1_t883859B252A9C2EBF5E5132DE4284CC61456ADAA_il2cpp_TypeInfo_var, L_14, L_15); V_7 = L_16; int32_t L_17; L_17 = ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_RuntimeMethod_var); if ((((int32_t)L_17) < ((int32_t)0))) { goto IL_009c; } } IL_0078: { int32_t L_18; L_18 = ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)0))) { goto IL_009c; } } IL_0082: { int32_t L_19; L_19 = ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20; L_20 = ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_RuntimeMethod_var); NullCheck(L_20); int32_t L_21; L_21 = ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_RuntimeMethod_var); if ((((int32_t)L_19) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))), (int32_t)L_21))))) { goto IL_00a7; } } IL_009c: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_22 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEAD89BCF94CEC42E8003F596E097534D65C876B3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Send_m77328B1F3378D0C5B40B15C01FA2226257B706AE_RuntimeMethod_var))); } IL_00a7: { } IL_00a8: try { // begin try (depth: 3) IL2CPP_LEAVE(0xC0, FINALLY_00aa); } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00aa; } FINALLY_00aa: { // begin finally (depth: 3) GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_23 = V_3; int32_t L_24 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25; L_25 = ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_RuntimeMethod_var); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_26; L_26 = GCHandle_Alloc_m51C5BC1D6902ADA3B9C297C1A96DB322A6403201((RuntimeObject *)(RuntimeObject *)L_25, 3, /*hidden argument*/NULL); NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 )L_26); IL2CPP_END_FINALLY(170) } // end finally (depth: 3) IL2CPP_CLEANUP(170) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC0, IL_00c0) } IL_00c0: { WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * L_27 = V_4; int32_t L_28 = V_6; uint32_t L_29 = sizeof(WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 ); int32_t L_30; L_30 = ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_RuntimeMethod_var); NullCheck(((WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_28), (int32_t)L_29))))); ((WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_28), (int32_t)L_29))))->set_len_0(L_30); WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * L_31 = V_4; int32_t L_32 = V_6; uint32_t L_33 = sizeof(WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 ); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34; L_34 = ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_RuntimeMethod_var); int32_t L_35; L_35 = ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_inline((ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE *)(&V_7), /*hidden argument*/ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_36; L_36 = Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E(L_34, L_35, /*hidden argument*/Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E_RuntimeMethod_var); NullCheck(((WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_32), (int32_t)L_33))))); ((WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_32), (int32_t)L_33))))->set_buf_1((intptr_t)L_36); int32_t L_37 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_0104: { int32_t L_38 = V_6; int32_t L_39 = V_0; if ((((int32_t)L_38) < ((int32_t)L_39))) { goto IL_0064; } } IL_010c: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_40 = __this->get_m_Handle_17(); WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * L_41 = V_4; int32_t L_42 = V_0; int32_t L_43 = ___socketFlags1; bool L_44 = __this->get_is_blocking_21(); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_45; L_45 = Socket_Send_internal_m225873D0AAD2BCB5C990B25D64F0B2E8E5EFB215(L_40, (WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)(WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)L_41, L_42, L_43, (int32_t*)(&V_1), L_44, /*hidden argument*/NULL); V_2 = L_45; IL2CPP_LEAVE(0x157, FINALLY_0126); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0126; } FINALLY_0126: { // begin finally (depth: 2) V_5 = (WSABUFU5BU5D_t2F781BD8BFB7C03DC66377E7FB543A7032ECB59A*)NULL; IL2CPP_END_FINALLY(294) } // end finally (depth: 2) IL2CPP_CLEANUP(294) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x157, FINALLY_012a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_012a; } FINALLY_012a: { // begin finally (depth: 1) { V_8 = 0; goto IL_0151; } IL_012f: { GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_46 = V_3; int32_t L_47 = V_8; NullCheck(L_46); bool L_48; L_48 = GCHandle_get_IsAllocated_mEDA4DAC6AD6D881110E96CAFDAB78C068F5B144D((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)((L_46)->GetAddressAt(static_cast(L_47))), /*hidden argument*/NULL); if (!L_48) { goto IL_014b; } } IL_013e: { GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_49 = V_3; int32_t L_50 = V_8; NullCheck(L_49); GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)((L_49)->GetAddressAt(static_cast(L_50))), /*hidden argument*/NULL); } IL_014b: { int32_t L_51 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_0151: { int32_t L_52 = V_8; int32_t L_53 = V_0; if ((((int32_t)L_52) < ((int32_t)L_53))) { goto IL_012f; } } IL_0156: { IL2CPP_END_FINALLY(298) } } // end finally (depth: 1) IL2CPP_CLEANUP(298) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x157, IL_0157) } IL_0157: { int32_t* L_54 = ___errorCode2; int32_t L_55 = V_1; *((int32_t*)L_54) = (int32_t)L_55; int32_t L_56 = V_2; return L_56; } } // System.IAsyncResult System.Net.Sockets.Socket::BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginSend_mE51B200464A077562C33CBEE5421A7F18CA198D8 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback5, RuntimeObject * ___state6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CBeginSendU3Eb__242_0_m0011A7F1D6DCE1CC6714C2C4C67C905DA9159F5C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * V_0 = NULL; IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * G_B4_0 = NULL; int32_t G_B4_1 = 0; intptr_t G_B4_2; memset((&G_B4_2), 0, sizeof(G_B4_2)); SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * G_B4_3 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B4_4 = NULL; IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * G_B3_0 = NULL; int32_t G_B3_1 = 0; intptr_t G_B3_2; memset((&G_B3_2), 0, sizeof(G_B3_2)); SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * G_B3_3 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B3_4 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; Socket_ThrowIfBufferNull_mCE5DE853E71FD065E5D5415BAFEDB84CA261DAD3(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___size2; Socket_ThrowIfBufferOutOfRange_m571DD069DDC7952B1EB907941F3C202054BBE6FF(__this, L_1, L_2, L_3, /*hidden argument*/NULL); bool L_4 = __this->get_is_connected_23(); if (L_4) { goto IL_0028; } } { int32_t* L_5 = ___errorCode4; *((int32_t*)L_5) = (int32_t)((int32_t)10057); return (RuntimeObject*)NULL; } IL_0028: { int32_t* L_6 = ___errorCode4; *((int32_t*)L_6) = (int32_t)0; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_7 = ___callback5; RuntimeObject * L_8 = ___state6; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_9 = (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 *)il2cpp_codegen_object_new(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_il2cpp_TypeInfo_var); SocketAsyncResult__ctor_mF4024A1E5EAD56E00839672EED0126EC34FD9917(L_9, __this, L_7, L_8, 4, /*hidden argument*/NULL); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_10 = L_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___buffer0; NullCheck(L_10); L_10->set_Buffer_9(L_11); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_12 = L_10; int32_t L_13 = ___offset1; NullCheck(L_12); L_12->set_Offset_10(L_13); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_14 = L_12; int32_t L_15 = ___size2; NullCheck(L_14); L_14->set_Size_11(L_15); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_16 = L_14; int32_t L_17 = ___socketFlags3; NullCheck(L_16); L_16->set_SockFlags_12(L_17); V_0 = L_16; SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_18 = __this->get_WriteSem_20(); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_19 = V_0; NullCheck(L_19); intptr_t L_20; L_20 = SocketAsyncResult_get_Handle_m0A9F83AD4D06B5E31F63012A1A4557FB48940C44(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var); IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_21 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9__242_0_1(); IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_22 = L_21; G_B3_0 = L_22; G_B3_1 = 2; G_B3_2 = L_20; G_B3_3 = L_18; G_B3_4 = __this; if (L_22) { G_B4_0 = L_22; G_B4_1 = 2; G_B4_2 = L_20; G_B4_3 = L_18; G_B4_4 = __this; goto IL_0082; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_23 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_24 = (IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E *)il2cpp_codegen_object_new(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E_il2cpp_TypeInfo_var); IOAsyncCallback__ctor_mDB00FA0892C32A7922EA6D83F9B99B8BA89B9DD3(L_24, L_23, (intptr_t)((intptr_t)U3CU3Ec_U3CBeginSendU3Eb__242_0_m0011A7F1D6DCE1CC6714C2C4C67C905DA9159F5C_RuntimeMethod_var), /*hidden argument*/NULL); IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_25 = L_24; ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->set_U3CU3E9__242_0_1(L_25); G_B4_0 = L_25; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; G_B4_4 = G_B3_4; } IL_0082: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_26 = V_0; IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * L_27 = (IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 *)il2cpp_codegen_object_new(IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9_il2cpp_TypeInfo_var); IOSelectorJob__ctor_m8047B29992961582F968FFB25D95662807C44B59(L_27, G_B4_1, G_B4_0, L_26, /*hidden argument*/NULL); NullCheck(G_B4_4); Socket_QueueIOSelectorJob_mED926AA0CA86E558C83A306AFC0FC5F918E36327(G_B4_4, G_B4_3, (intptr_t)G_B4_2, L_27, /*hidden argument*/NULL); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_28 = V_0; return L_28; } } // System.Void System.Net.Sockets.Socket::BeginSendCallback(System.Net.Sockets.SocketAsyncResult,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_BeginSendCallback_mE8BC2D5E71817BE73C1DB09185A47C9417052927 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * ___sockares0, int32_t ___sent_so_far1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass243_0_U3CBeginSendCallbackU3Eb__0_mCE9408390F94237D14C6BA83630E34F2DCA56860_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61 * V_0 = NULL; int32_t V_1 = 0; uint8_t* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61 * L_0 = (U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass243_0__ctor_m5F03E623DD7362E05C09E3ABB8C803F171217FCB(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61 * L_1 = V_0; int32_t L_2 = ___sent_so_far1; NullCheck(L_1); L_1->set_sent_so_far_0(L_2); V_1 = 0; } IL_000f: try { // begin try (depth: 1) try { // begin try (depth: 2) { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_3 = ___sockares0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3->get_Buffer_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = L_4; V_3 = L_5; if (!L_5) { goto IL_001e; } } IL_0019: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_3; NullCheck(L_6); if (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))) { goto IL_0023; } } IL_001e: { V_2 = (uint8_t*)((uintptr_t)0); goto IL_002c; } IL_0023: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_3; NullCheck(L_7); V_2 = (uint8_t*)((uintptr_t)((L_7)->GetAddressAt(static_cast(0)))); } IL_002c: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_8 = ___sockares0; NullCheck(L_8); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_9 = L_8->get_socket_5(); NullCheck(L_9); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_10 = L_9->get_m_Handle_17(); uint8_t* L_11 = V_2; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_12 = ___sockares0; NullCheck(L_12); int32_t L_13 = L_12->get_Offset_10(); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_14 = ___sockares0; NullCheck(L_14); int32_t L_15 = L_14->get_Size_11(); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_16 = ___sockares0; NullCheck(L_16); int32_t L_17 = L_16->get_SockFlags_12(); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_18 = ___sockares0; NullCheck(L_18); int32_t* L_19 = L_18->get_address_of_error_21(); IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_20; L_20 = Socket_Send_internal_m6D595D0C8F4B3DF41B0F3626FCF56A865B074052(L_10, (uint8_t*)(uint8_t*)((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)L_13))), L_15, L_17, (int32_t*)L_19, (bool)0, /*hidden argument*/NULL); V_1 = L_20; IL2CPP_LEAVE(0x5E, FINALLY_005b); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005b; } FINALLY_005b: { // begin finally (depth: 2) V_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; IL2CPP_END_FINALLY(91) } // end finally (depth: 2) IL2CPP_CLEANUP(91) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5E, IL_005e) } IL_005e: { goto IL_006f; } } // 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_0060; } throw e; } CATCH_0060: { // begin catch(System.Exception) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_21 = ___sockares0; Exception_t * L_22 = V_4; NullCheck(L_21); SocketAsyncResult_Complete_mF68A29EEF8843248D56B583C4CCD9C1549F99DAA(L_21, L_22, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00fb; } // end catch (depth: 1) IL_006f: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_23 = ___sockares0; NullCheck(L_23); int32_t L_24 = L_23->get_error_21(); if (L_24) { goto IL_00ef; } } { U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61 * L_25 = V_0; U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61 * L_26 = V_0; NullCheck(L_26); int32_t L_27 = L_26->get_sent_so_far_0(); int32_t L_28 = V_1; NullCheck(L_25); L_25->set_sent_so_far_0(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28))); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_29 = ___sockares0; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_30 = L_29; NullCheck(L_30); int32_t L_31 = L_30->get_Offset_10(); int32_t L_32 = V_1; NullCheck(L_30); L_30->set_Offset_10(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32))); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_33 = ___sockares0; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_34 = L_33; NullCheck(L_34); int32_t L_35 = L_34->get_Size_11(); int32_t L_36 = V_1; NullCheck(L_34); L_34->set_Size_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_36))); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_37 = ___sockares0; NullCheck(L_37); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_38 = L_37->get_socket_5(); NullCheck(L_38); bool L_39; L_39 = Socket_get_CleanedUp_m74D2A5015FB338E942B827B5AD89A618C51EFA35(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00bb; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_40 = ___sockares0; U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61 * L_41 = V_0; NullCheck(L_41); int32_t L_42 = L_41->get_sent_so_far_0(); NullCheck(L_40); SocketAsyncResult_Complete_m266C10BA9EEF57EC12B411F13B207C638F8762A9(L_40, L_42, /*hidden argument*/NULL); return; } IL_00bb: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_43 = ___sockares0; NullCheck(L_43); int32_t L_44 = L_43->get_Size_11(); if ((((int32_t)L_44) <= ((int32_t)0))) { goto IL_00e3; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_45 = ___sockares0; NullCheck(L_45); intptr_t L_46; L_46 = SocketAsyncResult_get_Handle_m0A9F83AD4D06B5E31F63012A1A4557FB48940C44(L_45, /*hidden argument*/NULL); U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61 * L_47 = V_0; IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_48 = (IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E *)il2cpp_codegen_object_new(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E_il2cpp_TypeInfo_var); IOAsyncCallback__ctor_mDB00FA0892C32A7922EA6D83F9B99B8BA89B9DD3(L_48, L_47, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass243_0_U3CBeginSendCallbackU3Eb__0_mCE9408390F94237D14C6BA83630E34F2DCA56860_RuntimeMethod_var), /*hidden argument*/NULL); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_49 = ___sockares0; IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * L_50 = (IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 *)il2cpp_codegen_object_new(IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9_il2cpp_TypeInfo_var); IOSelectorJob__ctor_m8047B29992961582F968FFB25D95662807C44B59(L_50, 2, L_48, L_49, /*hidden argument*/NULL); IOSelector_Add_m27D61E1068D6587F2A99B3F2751C87040CCC2157((intptr_t)L_46, L_50, /*hidden argument*/NULL); return; } IL_00e3: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_51 = ___sockares0; U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61 * L_52 = V_0; NullCheck(L_52); int32_t L_53 = L_52->get_sent_so_far_0(); NullCheck(L_51); L_51->set_Total_20(L_53); } IL_00ef: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_54 = ___sockares0; U3CU3Ec__DisplayClass243_0_t4E6A04693E05DD252059AB519837027D75B1DA61 * L_55 = V_0; NullCheck(L_55); int32_t L_56 = L_55->get_sent_so_far_0(); NullCheck(L_54); SocketAsyncResult_Complete_m266C10BA9EEF57EC12B411F13B207C638F8762A9(L_54, L_56, /*hidden argument*/NULL); } IL_00fb: { return; } } // System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult,System.Net.Sockets.SocketError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_EndSend_m1D4BCE94C7D318281B9A4D24A99B14B0E66AC160 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral799F7538C2C461783552ACFA4CBBB9715DCD671A); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * V_0 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___asyncResult0; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_1; L_1 = Socket_ValidateEndIAsyncResult_m8463696F3CAF01ED5982FF8200C6A53D60C33628(__this, L_0, _stringLiteral799F7538C2C461783552ACFA4CBBB9715DCD671A, _stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5, /*hidden argument*/NULL); V_0 = L_1; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = IOAsyncResult_get_IsCompleted_m22B40C642B779F95E0D4997A336040E89C492291_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_4 = V_0; NullCheck(L_4); WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_5; L_5 = IOAsyncResult_get_AsyncWaitHandle_m8BBC83F5F781EE26F35A122B25331DACEB4E558C(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6; L_6 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_5); } IL_002c: { int32_t* L_7 = ___errorCode1; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_8 = V_0; NullCheck(L_8); int32_t L_9; L_9 = SocketAsyncResult_get_ErrorCode_m56F156B7C525AF9947C56C76A8B2D0B4E545AD69(L_8, /*hidden argument*/NULL); *((int32_t*)L_7) = (int32_t)L_9; int32_t* L_10 = ___errorCode1; int32_t L_11 = *((int32_t*)L_10); if (!L_11) { goto IL_0051; } } { int32_t* L_12 = ___errorCode1; int32_t L_13 = *((int32_t*)L_12); if ((((int32_t)L_13) == ((int32_t)((int32_t)10035)))) { goto IL_0051; } } { int32_t* L_14 = ___errorCode1; int32_t L_15 = *((int32_t*)L_14); if ((((int32_t)L_15) == ((int32_t)((int32_t)10036)))) { goto IL_0051; } } { __this->set_is_connected_23((bool)0); } IL_0051: { int32_t* L_16 = ___errorCode1; int32_t L_17 = *((int32_t*)L_16); if (L_17) { goto IL_005b; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_18 = V_0; NullCheck(L_18); SocketAsyncResult_CheckIfThrowDelayedException_m5ED469CF2CCFD1E9B2A5621769B8CB27AB89DE45(L_18, /*hidden argument*/NULL); } IL_005b: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = L_19->get_Total_20(); return L_20; } } // System.Int32 System.Net.Sockets.Socket::Send_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.Socket/WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_m225873D0AAD2BCB5C990B25D64F0B2E8E5EFB215 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeSocketHandle_RegisterForBlockingSyscall_m7033111DA7B1012B9C4155D892EED598876C2AB3(L_0, /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * L_3 = ___bufarray1; int32_t L_4 = ___count2; int32_t L_5 = ___flags3; int32_t* L_6 = ___error4; bool L_7 = ___blocking5; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Socket_Send_internal_m1165DB847D3BDFD06F7AAB047EC10B553B1DC726((intptr_t)L_2, (WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)(WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *)L_3, L_4, L_5, (int32_t*)L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; IL2CPP_LEAVE(0x22, FINALLY_001b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001b; } FINALLY_001b: { // begin finally (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_9 = ___safeHandle0; NullCheck(L_9); SafeSocketHandle_UnRegisterForBlockingSyscall_m283CE3E82686E5FC7999EDD609DF74A48652D4B3(L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(27) } // end finally (depth: 1) IL2CPP_CLEANUP(27) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x22, IL_0022) } IL_0022: { int32_t L_10 = V_0; return L_10; } } // System.Int32 System.Net.Sockets.Socket::Send_internal(System.IntPtr,System.Net.Sockets.Socket/WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_m1165DB847D3BDFD06F7AAB047EC10B553B1DC726 (intptr_t ___sock0, WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method) { typedef int32_t (*Socket_Send_internal_m1165DB847D3BDFD06F7AAB047EC10B553B1DC726_ftn) (intptr_t, WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 *, int32_t, int32_t, int32_t*, bool); using namespace il2cpp::icalls; return ((Socket_Send_internal_m1165DB847D3BDFD06F7AAB047EC10B553B1DC726_ftn)System::System::Net::Sockets::Socket::SendArray40) (___sock0, ___bufarray1, ___count2, ___flags3, ___error4, ___blocking5); } // System.Int32 System.Net.Sockets.Socket::Send_internal(System.Net.Sockets.SafeSocketHandle,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_m6D595D0C8F4B3DF41B0F3626FCF56A865B074052 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeSocketHandle_RegisterForBlockingSyscall_m7033111DA7B1012B9C4155D892EED598876C2AB3(L_0, /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); uint8_t* L_3 = ___buffer1; int32_t L_4 = ___count2; int32_t L_5 = ___flags3; int32_t* L_6 = ___error4; bool L_7 = ___blocking5; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Socket_Send_internal_mB02F115E8A33D27F0E90D4D4E554F7C883B1750E((intptr_t)L_2, (uint8_t*)(uint8_t*)L_3, L_4, L_5, (int32_t*)L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; IL2CPP_LEAVE(0x22, FINALLY_001b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001b; } FINALLY_001b: { // begin finally (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_9 = ___safeHandle0; NullCheck(L_9); SafeSocketHandle_UnRegisterForBlockingSyscall_m283CE3E82686E5FC7999EDD609DF74A48652D4B3(L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(27) } // end finally (depth: 1) IL2CPP_CLEANUP(27) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x22, IL_0022) } IL_0022: { int32_t L_10 = V_0; return L_10; } } // System.Int32 System.Net.Sockets.Socket::Send_internal(System.IntPtr,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_mB02F115E8A33D27F0E90D4D4E554F7C883B1750E (intptr_t ___sock0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method) { typedef int32_t (*Socket_Send_internal_mB02F115E8A33D27F0E90D4D4E554F7C883B1750E_ftn) (intptr_t, uint8_t*, int32_t, int32_t, int32_t*, bool); using namespace il2cpp::icalls; return ((Socket_Send_internal_mB02F115E8A33D27F0E90D4D4E554F7C883B1750E_ftn)System::System::Net::Sockets::Socket::Send40) (___sock0, ___buffer1, ___count2, ___flags3, ___error4, ___blocking5); } // System.Int32 System.Net.Sockets.Socket::EndSendTo(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_EndSendTo_m63F470B7483CED77F2DA2FD46FE93A460743CB08 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral228835A6E22383C9BC1AAFD065E6D63FA30BF27B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBECB7898FC78173181DAAF1CA458CEC03CD2799); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * V_0 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___asyncResult0; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_1; L_1 = Socket_ValidateEndIAsyncResult_m8463696F3CAF01ED5982FF8200C6A53D60C33628(__this, L_0, _stringLiteralEBECB7898FC78173181DAAF1CA458CEC03CD2799, _stringLiteral228835A6E22383C9BC1AAFD065E6D63FA30BF27B, /*hidden argument*/NULL); V_0 = L_1; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = IOAsyncResult_get_IsCompleted_m22B40C642B779F95E0D4997A336040E89C492291_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_4 = V_0; NullCheck(L_4); WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_5; L_5 = IOAsyncResult_get_AsyncWaitHandle_m8BBC83F5F781EE26F35A122B25331DACEB4E558C(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6; L_6 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_5); } IL_002c: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_7 = V_0; NullCheck(L_7); SocketAsyncResult_CheckIfThrowDelayedException_m5ED469CF2CCFD1E9B2A5621769B8CB27AB89DE45(L_7, /*hidden argument*/NULL); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_Total_20(); return L_9; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulticastOption_t189DD50B037EC0813A6FFCE5C114B2146211AC5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = __this->get_m_Handle_17(); int32_t L_1 = ___optionLevel0; int32_t L_2 = ___optionName1; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_GetSocketOption_obj_internal_mAF0EEDBE063231AED55A1A3BC94DB701D4003FCE(L_0, L_1, L_2, (RuntimeObject **)(&V_1), (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_3 = V_0; if (!L_3) { goto IL_0021; } } { int32_t L_4 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_5 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D_RuntimeMethod_var))); } IL_0021: { int32_t L_6 = ___optionName1; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)128))))) { goto IL_0030; } } { RuntimeObject * L_7 = V_1; return ((LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 *)CastclassClass((RuntimeObject*)L_7, LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34_il2cpp_TypeInfo_var)); } IL_0030: { int32_t L_8 = ___optionName1; if ((((int32_t)L_8) == ((int32_t)((int32_t)12)))) { goto IL_003a; } } { int32_t L_9 = ___optionName1; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)13))))) { goto IL_0041; } } IL_003a: { RuntimeObject * L_10 = V_1; return ((MulticastOption_t189DD50B037EC0813A6FFCE5C114B2146211AC5B *)CastclassClass((RuntimeObject*)L_10, MulticastOption_t189DD50B037EC0813A6FFCE5C114B2146211AC5B_il2cpp_TypeInfo_var)); } IL_0041: { RuntimeObject * L_11 = V_1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_11, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))) { goto IL_0055; } } { RuntimeObject * L_12 = V_1; int32_t L_13 = ((*(int32_t*)((int32_t*)UnBox(L_12, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); RuntimeObject * L_14 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_13); return L_14; } IL_0055: { RuntimeObject * L_15 = V_1; return L_15; } } // System.Void System.Net.Sockets.Socket::GetSocketOption_obj_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_GetSocketOption_obj_internal_mAF0EEDBE063231AED55A1A3BC94DB701D4003FCE (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t ___level1, int32_t ___name2, RuntimeObject ** ___obj_val3, int32_t* ___error4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; } IL_0002: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); int32_t L_3 = ___level1; int32_t L_4 = ___name2; RuntimeObject ** L_5 = ___obj_val3; int32_t* L_6 = ___error4; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_GetSocketOption_obj_internal_m848554BF95726EC1C666D930813390998F2370F3((intptr_t)L_2, L_3, L_4, (RuntimeObject **)L_5, (int32_t*)L_6, /*hidden argument*/NULL); IL2CPP_LEAVE(0x26, FINALLY_001c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001c; } FINALLY_001c: { // begin finally (depth: 1) { bool L_7 = V_0; if (!L_7) { goto IL_0025; } } IL_001f: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_8 = ___safeHandle0; NullCheck(L_8); SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(L_8, /*hidden argument*/NULL); } IL_0025: { IL2CPP_END_FINALLY(28) } } // end finally (depth: 1) IL2CPP_CLEANUP(28) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x26, IL_0026) } IL_0026: { return; } } // System.Void System.Net.Sockets.Socket::GetSocketOption_obj_internal(System.IntPtr,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_GetSocketOption_obj_internal_m848554BF95726EC1C666D930813390998F2370F3 (intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject ** ___obj_val3, int32_t* ___error4, const RuntimeMethod* method) { typedef void (*Socket_GetSocketOption_obj_internal_m848554BF95726EC1C666D930813390998F2370F3_ftn) (intptr_t, int32_t, int32_t, RuntimeObject **, int32_t*); using namespace il2cpp::icalls; ((Socket_GetSocketOption_obj_internal_m848554BF95726EC1C666D930813390998F2370F3_ftn)System::System::Net::Sockets::Socket::GetSocketOptionObj) (___socket0, ___level1, ___name2, ___obj_val3, ___error4); } // System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___optionLevel0, int32_t ___optionName1, int32_t ___optionValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894(__this, /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = __this->get_m_Handle_17(); int32_t L_1 = ___optionLevel0; int32_t L_2 = ___optionName1; int32_t L_3 = ___optionValue2; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_SetSocketOption_internal_m3C0DCC5F09156DAB95BEAC3FA8446C20D5FFC7CE(L_0, L_1, L_2, NULL, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, L_3, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_4 = V_0; if (!L_4) { goto IL_0030; } } { int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)10022))))) { goto IL_0029; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m789B4E75608A673F2CF5DDFC2E67DA20AF440A34(L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467_RuntimeMethod_var))); } IL_0029: { int32_t L_7 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_8 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467_RuntimeMethod_var))); } IL_0030: { return; } } // System.Void System.Net.Sockets.Socket::SetSocketOption_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object,System.Byte[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_internal_m3C0DCC5F09156DAB95BEAC3FA8446C20D5FFC7CE (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t ___level1, int32_t ___name2, RuntimeObject * ___obj_val3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byte_val4, int32_t ___int_val5, int32_t* ___error6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; } IL_0002: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); int32_t L_3 = ___level1; int32_t L_4 = ___name2; RuntimeObject * L_5 = ___obj_val3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___byte_val4; int32_t L_7 = ___int_val5; int32_t* L_8 = ___error6; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_SetSocketOption_internal_mE44C10E21DFD102C3354B1D0FB8FB3C3B2B081D4((intptr_t)L_2, L_3, L_4, L_5, L_6, L_7, (int32_t*)L_8, /*hidden argument*/NULL); 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_9 = V_0; if (!L_9) { goto IL_0029; } } IL_0023: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_10 = ___safeHandle0; NullCheck(L_10); SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(L_10, /*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.Void System.Net.Sockets.Socket::SetSocketOption_internal(System.IntPtr,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object,System.Byte[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_internal_mE44C10E21DFD102C3354B1D0FB8FB3C3B2B081D4 (intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject * ___obj_val3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byte_val4, int32_t ___int_val5, int32_t* ___error6, const RuntimeMethod* method) { typedef void (*Socket_SetSocketOption_internal_mE44C10E21DFD102C3354B1D0FB8FB3C3B2B081D4_ftn) (intptr_t, int32_t, int32_t, RuntimeObject *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t*); using namespace il2cpp::icalls; ((Socket_SetSocketOption_internal_mE44C10E21DFD102C3354B1D0FB8FB3C3B2B081D4_ftn)System::System::Net::Sockets::Socket::SetSocketOption) (___socket0, ___level1, ___name2, ___obj_val3, ___byte_val4, ___int_val5, ___error6); } // System.Int32 System.Net.Sockets.Socket::IOControl(System.Int32,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_IOControl_mEF60AD4FE7242DEF5BC2A1E05E7DCFF2F3F4B7FE (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___ioControlCode0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___optionInValue1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___optionOutValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B4_0 = 0; int32_t G_B3_0 = 0; int32_t G_B6_0 = 0; int32_t G_B5_0 = 0; { bool L_0; L_0 = Socket_get_CleanedUp_m74D2A5015FB338E942B827B5AD89A618C51EFA35(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0019; } } { 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(3 /* System.String System.Object::ToString() */, 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*)&Socket_IOControl_mEF60AD4FE7242DEF5BC2A1E05E7DCFF2F3F4B7FE_RuntimeMethod_var))); } IL_0019: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_4 = __this->get_m_Handle_17(); int32_t L_5 = ___ioControlCode0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___optionInValue1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___optionOutValue2; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Socket_IOControl_internal_mCC7ABD5578FE10FF3DAA15542F1D910BD3ED8433(L_4, L_5, L_6, L_7, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_9 = V_0; G_B3_0 = L_8; if (!L_9) { G_B4_0 = L_8; goto IL_0033; } } { int32_t L_10 = V_0; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_11 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_IOControl_mEF60AD4FE7242DEF5BC2A1E05E7DCFF2F3F4B7FE_RuntimeMethod_var))); } IL_0033: { int32_t L_12 = G_B4_0; G_B5_0 = L_12; if ((!(((uint32_t)L_12) == ((uint32_t)(-1))))) { G_B6_0 = L_12; goto IL_0042; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_13 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral64C40E5A1725CAD99268DB59E3802965F9192F45)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_IOControl_mEF60AD4FE7242DEF5BC2A1E05E7DCFF2F3F4B7FE_RuntimeMethod_var))); } IL_0042: { return G_B6_0; } } // System.Int32 System.Net.Sockets.Socket::IOControl_internal(System.Net.Sockets.SafeSocketHandle,System.Int32,System.Byte[],System.Byte[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_IOControl_internal_mCC7ABD5578FE10FF3DAA15542F1D910BD3ED8433 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t ___ioctl_code1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output3, int32_t* ___error4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; } IL_0002: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); int32_t L_3 = ___ioctl_code1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___input2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___output3; int32_t* L_6 = ___error4; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Socket_IOControl_internal_m7F7D81C0707D871D8952B3F798604C85036C91E2((intptr_t)L_2, L_3, L_4, L_5, (int32_t*)L_6, /*hidden argument*/NULL); V_1 = L_7; 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_8 = V_0; if (!L_8) { goto IL_0026; } } IL_0020: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_9 = ___safeHandle0; NullCheck(L_9); SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(L_9, /*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: { int32_t L_10 = V_1; return L_10; } } // System.Int32 System.Net.Sockets.Socket::IOControl_internal(System.IntPtr,System.Int32,System.Byte[],System.Byte[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_IOControl_internal_m7F7D81C0707D871D8952B3F798604C85036C91E2 (intptr_t ___sock0, int32_t ___ioctl_code1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output3, int32_t* ___error4, const RuntimeMethod* method) { typedef int32_t (*Socket_IOControl_internal_m7F7D81C0707D871D8952B3F798604C85036C91E2_ftn) (intptr_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t*); using namespace il2cpp::icalls; return ((Socket_IOControl_internal_m7F7D81C0707D871D8952B3F798604C85036C91E2_ftn)System::System::Net::Sockets::Socket::IOControl_internal) (___sock0, ___ioctl_code1, ___input2, ___output3, ___error4); } // System.Void System.Net.Sockets.Socket::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { __this->set_linger_timeout_13(0); Socket_Dispose_mF84769B30DECB4A1F3AFE68C2A82D2787D8695C1(__this, /*hidden argument*/NULL); return; } } // 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) { { int32_t L_0 = ___timeout0; __this->set_linger_timeout_13(L_0); Socket_Dispose_mF84769B30DECB4A1F3AFE68C2A82D2787D8695C1(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket::Close_internal(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Close_internal_m22238A02EFF2E1AB28E5DCC2C7A4E41297D77054 (intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method) { typedef void (*Socket_Close_internal_m22238A02EFF2E1AB28E5DCC2C7A4E41297D77054_ftn) (intptr_t, int32_t*); using namespace il2cpp::icalls; ((Socket_Close_internal_m22238A02EFF2E1AB28E5DCC2C7A4E41297D77054_ftn)System::System::Net::Sockets::Socket::Close) (___socket0, ___error1); } // System.Void System.Net.Sockets.Socket::Shutdown_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SocketShutdown,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Shutdown_internal_m8E3CC5039CC5B5B5C9CAE4A6DE00917819AB3E84 (SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___safeHandle0, int32_t ___how1, int32_t* ___error2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; } IL_0002: try { // begin try (depth: 1) SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_0 = ___safeHandle0; NullCheck(L_0); SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_1 = ___safeHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); int32_t L_3 = ___how1; int32_t* L_4 = ___error2; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Shutdown_internal_m2A5EAA761C3EF6AA0495C582768B985762BC24E7((intptr_t)L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); IL2CPP_LEAVE(0x23, FINALLY_0019); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) { bool L_5 = V_0; if (!L_5) { goto IL_0022; } } IL_001c: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_6 = ___safeHandle0; NullCheck(L_6); SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(L_6, /*hidden argument*/NULL); } IL_0022: { IL2CPP_END_FINALLY(25) } } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x23, IL_0023) } IL_0023: { return; } } // System.Void System.Net.Sockets.Socket::Shutdown_internal(System.IntPtr,System.Net.Sockets.SocketShutdown,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Shutdown_internal_m2A5EAA761C3EF6AA0495C582768B985762BC24E7 (intptr_t ___socket0, int32_t ___how1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Shutdown_internal_m2A5EAA761C3EF6AA0495C582768B985762BC24E7_ftn) (intptr_t, int32_t, int32_t*); using namespace il2cpp::icalls; ((Socket_Shutdown_internal_m2A5EAA761C3EF6AA0495C582768B985762BC24E7_ftn)System::System::Net::Sockets::Socket::Shutdown) (___socket0, ___how1, ___error2); } // System.Void System.Net.Sockets.Socket::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Dispose_m361195497638D3D2C1E22B9D6EE4A6E45F1CF0C3 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, bool ___disposing0, const RuntimeMethod* method) { bool V_0 = false; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); { bool L_0; L_0 = Socket_get_CleanedUp_m74D2A5015FB338E942B827B5AD89A618C51EFA35(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { __this->set_m_IntCleanedUp_24(1); bool L_1 = __this->get_is_connected_23(); V_0 = L_1; __this->set_is_connected_23((bool)0); SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_2 = __this->get_m_Handle_17(); if (!L_2) { goto IL_0049; } } { __this->set_is_closed_10((bool)1); intptr_t L_3; L_3 = Socket_get_Handle_m90AE88992BB1B1BF82E680402CEB56A0EB10FFD4(__this, /*hidden argument*/NULL); V_1 = (intptr_t)L_3; bool L_4 = V_0; if (!L_4) { goto IL_003e; } } { intptr_t L_5 = V_1; Socket_Linger_m635016CAB436DE0FA43CAA80AA5C8EE90225F06A(__this, (intptr_t)L_5, /*hidden argument*/NULL); } IL_003e: { SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * L_6 = __this->get_m_Handle_17(); NullCheck(L_6); SafeHandle_Dispose_mFFFB9D0CAE3EEE02F0D3DA250D5E52F0DD51B098(L_6, /*hidden argument*/NULL); } IL_0049: { return; } } // System.Void System.Net.Sockets.Socket::Linger(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Linger_m635016CAB436DE0FA43CAA80AA5C8EE90225F06A (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, intptr_t ___handle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * V_3 = NULL; { bool L_0 = __this->get_is_connected_23(); if (!L_0) { goto IL_0011; } } { int32_t L_1 = __this->get_linger_timeout_13(); if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_0012; } } IL_0011: { return; } IL_0012: { intptr_t L_2 = ___handle0; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_Shutdown_internal_m2A5EAA761C3EF6AA0495C582768B985762BC24E7((intptr_t)L_2, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_3 = V_0; if (!L_3) { goto IL_001f; } } { return; } IL_001f: { int32_t L_4 = __this->get_linger_timeout_13(); V_1 = ((int32_t)((int32_t)L_4/(int32_t)((int32_t)1000))); int32_t L_5 = __this->get_linger_timeout_13(); V_2 = ((int32_t)((int32_t)L_5%(int32_t)((int32_t)1000))); int32_t L_6 = V_2; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0052; } } { intptr_t L_7 = ___handle0; int32_t L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_9; L_9 = Socket_Poll_internal_m907B66F670EDE29D80235B6966621FBE045FA7AE((intptr_t)L_7, 0, ((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)((int32_t)1000))), (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_10 = V_0; if (!L_10) { goto IL_0052; } } { return; } IL_0052: { int32_t L_11 = V_1; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0073; } } { int32_t L_12 = V_1; LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * L_13 = (LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 *)il2cpp_codegen_object_new(LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34_il2cpp_TypeInfo_var); LingerOption__ctor_m939C73C595D32F9A58592AC9FD8D66924C48E51A(L_13, (bool)1, L_12, /*hidden argument*/NULL); V_3 = L_13; intptr_t L_14 = ___handle0; LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * L_15 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket_SetSocketOption_internal_mE44C10E21DFD102C3354B1D0FB8FB3C3B2B081D4((intptr_t)L_14, ((int32_t)65535), ((int32_t)128), L_15, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); } IL_0073: { return; } } // System.Void System.Net.Sockets.Socket::ThrowIfDisposedAndClosed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Socket_get_CleanedUp_m74D2A5015FB338E942B827B5AD89A618C51EFA35(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0021; } } { bool L_1 = __this->get_is_closed_10(); if (!L_1) { 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(3 /* System.String System.Object::ToString() */, 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*)&Socket_ThrowIfDisposedAndClosed_m5EC422888FC9986F6994A0C0180BCB39407F7894_RuntimeMethod_var))); } IL_0021: { return; } } // System.Void System.Net.Sockets.Socket::ThrowIfBufferNull(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_ThrowIfBufferNull_mCE5DE853E71FD065E5D5415BAFEDB84CA261DAD3 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; 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*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_ThrowIfBufferNull_mCE5DE853E71FD065E5D5415BAFEDB84CA261DAD3_RuntimeMethod_var))); } IL_000e: { return; } } // System.Void System.Net.Sockets.Socket::ThrowIfBufferOutOfRange(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_ThrowIfBufferOutOfRange_m571DD069DDC7952B1EB907941F3C202054BBE6FF (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { { int32_t L_0 = ___offset1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral08F8B2B8C0628B81358A090769C0C105FC078606)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_ThrowIfBufferOutOfRange_m571DD069DDC7952B1EB907941F3C202054BBE6FF_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; NullCheck(L_3); if ((((int32_t)L_2) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))) { goto IL_002a; } } { 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*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26E003F8285E44FCE6C040B930D0BA840BD2545F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_ThrowIfBufferOutOfRange_m571DD069DDC7952B1EB907941F3C202054BBE6FF_RuntimeMethod_var))); } IL_002a: { int32_t L_5 = ___size2; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_003e; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral298A99E14752303280C6D0721BC470D9AED2CB9C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_ThrowIfBufferOutOfRange_m571DD069DDC7952B1EB907941F3C202054BBE6FF_RuntimeMethod_var))); } IL_003e: { int32_t L_7 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___buffer0; NullCheck(L_8); int32_t L_9 = ___offset1; if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)L_9))))) { goto IL_0056; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_10 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral34895670A9BF3414FB1DC20C37D9F2063BC5E90E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_ThrowIfBufferOutOfRange_m571DD069DDC7952B1EB907941F3C202054BBE6FF_RuntimeMethod_var))); } IL_0056: { return; } } // System.Void System.Net.Sockets.Socket::ThrowIfUdp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_ThrowIfUdp_m7F28AFD15A102E911AEE9B08125794162C2A26F8 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_protocolType_16(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)17))))) { goto IL_0015; } } { SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_1 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_1, ((int32_t)10042), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_ThrowIfUdp_m7F28AFD15A102E911AEE9B08125794162C2A26F8_RuntimeMethod_var))); } IL_0015: { return; } } // System.Net.Sockets.SocketAsyncResult System.Net.Sockets.Socket::ValidateEndIAsyncResult(System.IAsyncResult,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * Socket_ValidateEndIAsyncResult_m8463696F3CAF01ED5982FF8200C6A53D60C33628 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___ares0, String_t* ___methodName1, String_t* ___argName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * G_B4_0 = NULL; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * G_B3_0 = NULL; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * G_B6_0 = NULL; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * G_B5_0 = NULL; { RuntimeObject* L_0 = ___ares0; if (L_0) { goto IL_000a; } } { String_t* L_1 = ___argName2; 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, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_ValidateEndIAsyncResult_m8463696F3CAF01ED5982FF8200C6A53D60C33628_RuntimeMethod_var))); } IL_000a: { RuntimeObject* L_3 = ___ares0; SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_4 = ((SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 *)IsInstSealed((RuntimeObject*)L_3, SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_il2cpp_TypeInfo_var)); G_B3_0 = L_4; if (L_4) { G_B4_0 = L_4; goto IL_001f; } } { String_t* L_5 = ___argName2; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80B8BD8C952DF4747A939211EB3E250030FF7705)), L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_ValidateEndIAsyncResult_m8463696F3CAF01ED5982FF8200C6A53D60C33628_RuntimeMethod_var))); } IL_001f: { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_7 = G_B4_0; NullCheck(L_7); int32_t* L_8 = L_7->get_address_of_EndCalled_22(); int32_t L_9; L_9 = Interlocked_CompareExchange_m7EBFB07A7B97F6413261B302A509C280E5E11400((int32_t*)L_8, 1, 0, /*hidden argument*/NULL); G_B5_0 = L_7; if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { G_B6_0 = L_7; goto IL_0040; } } { String_t* L_10 = ___methodName1; String_t* L_11; L_11 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB01C63B56AEAB2EE27B94169788685DFA6814FB2)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_12 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_ValidateEndIAsyncResult_m8463696F3CAF01ED5982FF8200C6A53D60C33628_RuntimeMethod_var))); } IL_0040: { return G_B6_0; } } // System.Void System.Net.Sockets.Socket::QueueIOSelectorJob(System.Threading.SemaphoreSlim,System.IntPtr,System.IOSelectorJob) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_QueueIOSelectorJob_mED926AA0CA86E558C83A306AFC0FC5F918E36327 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ___sem0, intptr_t ___handle1, IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * ___job2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_mFA74ADE24B5F0A9ECC18BC57D04B9C0B3EDD7E4C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t20BA0CE0E9D07FB477BD3515213CA9F8C35EF142_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass299_0_U3CQueueIOSelectorJobU3Eb__0_mD066C2DF490C722A0CD2B048F1B7031BA5E502D9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7 * V_0 = NULL; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * V_1 = NULL; { U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7 * L_0 = (U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass299_0__ctor_mA2004E88EE9AC6E49EE6A5701BA464ED976A0ED4(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3E4__this_0(__this); U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7 * L_2 = V_0; IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * L_3 = ___job2; NullCheck(L_2); L_2->set_job_1(L_3); U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7 * L_4 = V_0; intptr_t L_5 = ___handle1; NullCheck(L_4); L_4->set_handle_2((intptr_t)L_5); SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_6 = ___sem0; NullCheck(L_6); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_7; L_7 = SemaphoreSlim_WaitAsync_mCE7D6D3A6352F0A56CFFB5ECA7A9752DA0118656(L_6, /*hidden argument*/NULL); V_1 = L_7; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_8 = V_1; NullCheck(L_8); bool L_9; L_9 = Task_get_IsCompleted_m7EF73EE6C4F400997345371FFB10137D8E9B4E1E(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0050; } } { bool L_10; L_10 = Socket_get_CleanedUp_m74D2A5015FB338E942B827B5AD89A618C51EFA35(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_003e; } } { U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7 * L_11 = V_0; NullCheck(L_11); IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * L_12 = L_11->get_job_1(); NullCheck(L_12); IOSelectorJob_MarkDisposed_m59C7B222B7A2C93E838F2515F89A9BFD16CB6435(L_12, /*hidden argument*/NULL); return; } IL_003e: { U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7 * L_13 = V_0; NullCheck(L_13); intptr_t L_14 = L_13->get_handle_2(); U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7 * L_15 = V_0; NullCheck(L_15); IOSelectorJob_t684DF541EAF1AB720C017E9DE172EA8168FDBDA9 * L_16 = L_15->get_job_1(); IOSelector_Add_m27D61E1068D6587F2A99B3F2751C87040CCC2157((intptr_t)L_14, L_16, /*hidden argument*/NULL); return; } IL_0050: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_17 = V_1; U3CU3Ec__DisplayClass299_0_tD5321E7830B62906F9B8E1B9882C40CFAA9E71E7 * L_18 = V_0; Action_1_t20BA0CE0E9D07FB477BD3515213CA9F8C35EF142 * L_19 = (Action_1_t20BA0CE0E9D07FB477BD3515213CA9F8C35EF142 *)il2cpp_codegen_object_new(Action_1_t20BA0CE0E9D07FB477BD3515213CA9F8C35EF142_il2cpp_TypeInfo_var); Action_1__ctor_mFA74ADE24B5F0A9ECC18BC57D04B9C0B3EDD7E4C(L_19, L_18, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass299_0_U3CQueueIOSelectorJobU3Eb__0_mD066C2DF490C722A0CD2B048F1B7031BA5E502D9_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mFA74ADE24B5F0A9ECC18BC57D04B9C0B3EDD7E4C_RuntimeMethod_var); NullCheck(L_17); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_20; L_20 = Task_ContinueWith_m8540E40049DA1A53066538EBEBC69DE46859748F(L_17, L_19, /*hidden argument*/NULL); return; } } // System.Net.IPEndPoint System.Net.Sockets.Socket::RemapIPEndPoint(System.Net.IPEndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * Socket_RemapIPEndPoint_m940DF8512A590EE50576782DFCAAAC9DF8F3E06C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Socket_get_IsDualMode_m79CF98B9280D1A062087666B96A4D81C349EF9A1(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0028; } } { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_1 = ___input0; NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_0028; } } { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_3 = ___input0; NullCheck(L_3); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_4; L_4 = IPEndPoint_get_Address_mD98DD9465D2DE39A73DD098B79062DBCE15C2A95_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_5; L_5 = IPAddress_MapToIPv6_mA99938E0BDF716543A4C890FB694C54FBDE70B4F(L_4, /*hidden argument*/NULL); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_6 = ___input0; NullCheck(L_6); int32_t L_7; L_7 = IPEndPoint_get_Port_m442D84417A9E8942514FFBB9714FEE6BD094C6C3_inline(L_6, /*hidden argument*/NULL); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_8 = (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)il2cpp_codegen_object_new(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); IPEndPoint__ctor_m22783A215BA0B38674F6A6CB6803804268561321(L_8, L_5, L_7, /*hidden argument*/NULL); return L_8; } IL_0028: { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_9 = ___input0; return L_9; } } // System.Void System.Net.Sockets.Socket::cancel_blocking_socket_operation(System.Threading.Thread) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_cancel_blocking_socket_operation_m7CC62FAFFA8C0EF64E30CED27186B5BF87D930D7 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___thread0, const RuntimeMethod* method) { typedef void (*Socket_cancel_blocking_socket_operation_m7CC62FAFFA8C0EF64E30CED27186B5BF87D930D7_ftn) (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *); using namespace il2cpp::icalls; ((Socket_cancel_blocking_socket_operation_m7CC62FAFFA8C0EF64E30CED27186B5BF87D930D7_ftn)System::System::Net::Sockets::Socket::cancel_blocking_socket_operation) (___thread0); } // System.Int32 System.Net.Sockets.Socket::get_FamilyHint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_get_FamilyHint_m0F51D579A0297398AE640E723393716732ED39D5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B6_0 = 0; { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_0; L_0 = Socket_get_OSSupportsIPv4_m95D3C52E2258C13BB8405C051AB07345B11AB0D3(/*hidden argument*/NULL); if (!L_0) { goto IL_000b; } } { V_0 = 1; } IL_000b: { IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_1; L_1 = Socket_get_OSSupportsIPv6_m98676A26C4D9F0053550BFF845320978E444C219(/*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { int32_t L_2 = V_0; if (!L_2) { goto IL_0018; } } { G_B6_0 = 0; goto IL_0019; } IL_0018: { G_B6_0 = 2; } IL_0019: { V_0 = G_B6_0; } IL_001a: { int32_t L_3 = V_0; return L_3; } } // System.Boolean System.Net.Sockets.Socket::IsProtocolSupported_internal(System.Net.NetworkInformation.NetworkInterfaceComponent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_IsProtocolSupported_internal_mA8C3A7CA0DF595904092C13FD229757C51136E61 (int32_t ___networkInterface0, const RuntimeMethod* method) { typedef bool (*Socket_IsProtocolSupported_internal_mA8C3A7CA0DF595904092C13FD229757C51136E61_ftn) (int32_t); using namespace il2cpp::icalls; return ((Socket_IsProtocolSupported_internal_mA8C3A7CA0DF595904092C13FD229757C51136E61_ftn)System::System::Net::Sockets::Socket::IsProtocolSupported_internal) (___networkInterface0); } // System.Boolean System.Net.Sockets.Socket::IsProtocolSupported(System.Net.NetworkInformation.NetworkInterfaceComponent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_IsProtocolSupported_m60240825F125A36DF31346D46AE38EF3CE313E65 (int32_t ___networkInterface0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___networkInterface0; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_1; L_1 = Socket_IsProtocolSupported_internal_mA8C3A7CA0DF595904092C13FD229757C51136E61(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Net.Sockets.Socket::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket__cctor_mAC11CE5F2EB6E8CEE14EC545D67B74FB863D2BA0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__310_0_mC396B5BE2E142AD692FF33127270DA83F37E0FE7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__310_10_mA283D32575140AE2DC68609AFF4D9271235EA443_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__310_11_m800E1188E230A39EEF26795BFCD3D1452CD57D66_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__310_12_mC3F90036D059B2B8698420B56F024B1635A88F8B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__310_13_m2FD5CE753231103645670195A724C97E3E10F06E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__310_14_m53E1DB314E0C51DAE16463286BD922CB0A207D90_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__310_1_m7141ABFB7A612D6C3FF7E1A08A388E9EF6686545_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__310_2_m110EFFDCB2927C59A7775F44598CF7213F8954D8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__310_3_m53FD854140025D3A18E08649002588BD32120704_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__310_4_mF00A4741487F488E2C391D880F02CE350654AF03_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__310_5_mC153E4B02FC0BFDB1DD45C6A2B449C2191B14418_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__310_6_m87420A4E7F247C0C96EDABEB5E832CB1C27FA543_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__310_7_mF1815DC25AFF7063E376A6C012D899081EF669F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__310_8_m84E0BF807680AEBCD2B8EB613649E1A09F40BBE9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__310_9_m80BDF0261BB58674DFD34CD5CE86DC044A6D3D0D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_0 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_1 = (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *)il2cpp_codegen_object_new(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_il2cpp_TypeInfo_var); AsyncCallback__ctor_m90AB9820D2F8B0B06E5E51AF3E9086415A122D05(L_1, L_0, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__310_0_mC396B5BE2E142AD692FF33127270DA83F37E0FE7_RuntimeMethod_var), /*hidden argument*/NULL); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_AcceptAsyncCallback_27(L_1); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_2 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_3 = (IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E *)il2cpp_codegen_object_new(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E_il2cpp_TypeInfo_var); IOAsyncCallback__ctor_mDB00FA0892C32A7922EA6D83F9B99B8BA89B9DD3(L_3, L_2, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__310_1_m7141ABFB7A612D6C3FF7E1A08A388E9EF6686545_RuntimeMethod_var), /*hidden argument*/NULL); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_BeginAcceptCallback_28(L_3); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_4 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_5 = (IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E *)il2cpp_codegen_object_new(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E_il2cpp_TypeInfo_var); IOAsyncCallback__ctor_mDB00FA0892C32A7922EA6D83F9B99B8BA89B9DD3(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__310_2_m110EFFDCB2927C59A7775F44598CF7213F8954D8_RuntimeMethod_var), /*hidden argument*/NULL); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_BeginAcceptReceiveCallback_29(L_5); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_6 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_7 = (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *)il2cpp_codegen_object_new(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_il2cpp_TypeInfo_var); AsyncCallback__ctor_m90AB9820D2F8B0B06E5E51AF3E9086415A122D05(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__310_3_m53FD854140025D3A18E08649002588BD32120704_RuntimeMethod_var), /*hidden argument*/NULL); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_ConnectAsyncCallback_30(L_7); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_8 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_9 = (IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E *)il2cpp_codegen_object_new(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E_il2cpp_TypeInfo_var); IOAsyncCallback__ctor_mDB00FA0892C32A7922EA6D83F9B99B8BA89B9DD3(L_9, L_8, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__310_4_mF00A4741487F488E2C391D880F02CE350654AF03_RuntimeMethod_var), /*hidden argument*/NULL); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_BeginConnectCallback_31(L_9); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_10 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_11 = (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *)il2cpp_codegen_object_new(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_il2cpp_TypeInfo_var); AsyncCallback__ctor_m90AB9820D2F8B0B06E5E51AF3E9086415A122D05(L_11, L_10, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__310_5_mC153E4B02FC0BFDB1DD45C6A2B449C2191B14418_RuntimeMethod_var), /*hidden argument*/NULL); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_DisconnectAsyncCallback_32(L_11); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_12 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_13 = (IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E *)il2cpp_codegen_object_new(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E_il2cpp_TypeInfo_var); IOAsyncCallback__ctor_mDB00FA0892C32A7922EA6D83F9B99B8BA89B9DD3(L_13, L_12, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__310_6_m87420A4E7F247C0C96EDABEB5E832CB1C27FA543_RuntimeMethod_var), /*hidden argument*/NULL); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_BeginDisconnectCallback_33(L_13); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_14 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_15 = (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *)il2cpp_codegen_object_new(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_il2cpp_TypeInfo_var); AsyncCallback__ctor_m90AB9820D2F8B0B06E5E51AF3E9086415A122D05(L_15, L_14, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__310_7_mF1815DC25AFF7063E376A6C012D899081EF669F8_RuntimeMethod_var), /*hidden argument*/NULL); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_ReceiveAsyncCallback_34(L_15); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_16 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_17 = (IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E *)il2cpp_codegen_object_new(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E_il2cpp_TypeInfo_var); IOAsyncCallback__ctor_mDB00FA0892C32A7922EA6D83F9B99B8BA89B9DD3(L_17, L_16, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__310_8_m84E0BF807680AEBCD2B8EB613649E1A09F40BBE9_RuntimeMethod_var), /*hidden argument*/NULL); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_BeginReceiveCallback_35(L_17); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_18 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_19 = (IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E *)il2cpp_codegen_object_new(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E_il2cpp_TypeInfo_var); IOAsyncCallback__ctor_mDB00FA0892C32A7922EA6D83F9B99B8BA89B9DD3(L_19, L_18, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__310_9_m80BDF0261BB58674DFD34CD5CE86DC044A6D3D0D_RuntimeMethod_var), /*hidden argument*/NULL); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_BeginReceiveGenericCallback_36(L_19); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_20 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_21 = (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *)il2cpp_codegen_object_new(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_il2cpp_TypeInfo_var); AsyncCallback__ctor_m90AB9820D2F8B0B06E5E51AF3E9086415A122D05(L_21, L_20, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__310_10_mA283D32575140AE2DC68609AFF4D9271235EA443_RuntimeMethod_var), /*hidden argument*/NULL); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_ReceiveFromAsyncCallback_37(L_21); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_22 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_23 = (IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E *)il2cpp_codegen_object_new(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E_il2cpp_TypeInfo_var); IOAsyncCallback__ctor_mDB00FA0892C32A7922EA6D83F9B99B8BA89B9DD3(L_23, L_22, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__310_11_m800E1188E230A39EEF26795BFCD3D1452CD57D66_RuntimeMethod_var), /*hidden argument*/NULL); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_BeginReceiveFromCallback_38(L_23); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_24 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_25 = (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *)il2cpp_codegen_object_new(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_il2cpp_TypeInfo_var); AsyncCallback__ctor_m90AB9820D2F8B0B06E5E51AF3E9086415A122D05(L_25, L_24, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__310_12_mC3F90036D059B2B8698420B56F024B1635A88F8B_RuntimeMethod_var), /*hidden argument*/NULL); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_SendAsyncCallback_39(L_25); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_26 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * L_27 = (IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E *)il2cpp_codegen_object_new(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E_il2cpp_TypeInfo_var); IOAsyncCallback__ctor_mDB00FA0892C32A7922EA6D83F9B99B8BA89B9DD3(L_27, L_26, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__310_13_m2FD5CE753231103645670195A724C97E3E10F06E_RuntimeMethod_var), /*hidden argument*/NULL); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_BeginSendGenericCallback_40(L_27); U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC * L_28 = ((U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB84CEA0B0E78C9B7C00FA5F67A3FD631067666DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_29 = (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *)il2cpp_codegen_object_new(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_il2cpp_TypeInfo_var); AsyncCallback__ctor_m90AB9820D2F8B0B06E5E51AF3E9086415A122D05(L_29, L_28, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__310_14_m53E1DB314E0C51DAE16463286BD922CB0A207D90_RuntimeMethod_var), /*hidden argument*/NULL); ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields*)il2cpp_codegen_static_fields_for(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var))->set_SendToAsyncCallback_41(L_29); 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.Sockets.AddressFamily System.Net.SocketAddress::get_Family() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Family_m415D59360C9C2E480D2D98775983A573CCD9D7E0 (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_m_Buffer_1(); NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_m_Buffer_1(); NullCheck(L_3); int32_t L_4 = 1; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); return (int32_t)(((int32_t)((int32_t)L_2|(int32_t)((int32_t)((int32_t)L_5<<(int32_t)8))))); } } // System.Int32 System.Net.SocketAddress::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Size_m6383C5C4F9200464ACB6D583020F81019602CFA4 (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Size_0(); return L_0; } } // System.Byte System.Net.SocketAddress::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SocketAddress_get_Item_m4ED599B209C73DFB72212B7B3621B1703A26C5FD (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, int32_t ___offset0, const RuntimeMethod* method) { { int32_t L_0 = ___offset0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___offset0; int32_t L_2; L_2 = SocketAddress_get_Size_m6383C5C4F9200464ACB6D583020F81019602CFA4_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0013; } } IL_000d: { IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_3 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_m84F1D8D46E48427F4DFAC350A5F1E0D345C68523(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketAddress_get_Item_m4ED599B209C73DFB72212B7B3621B1703A26C5FD_RuntimeMethod_var))); } IL_0013: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_m_Buffer_1(); int32_t L_5 = ___offset0; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); return L_7; } } // System.Void System.Net.SocketAddress::.ctor(System.Net.Sockets.AddressFamily,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAddress__ctor_m6684EAD0CA7CDDE9DB6E406FE1F32E6DC6B92A4E (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, int32_t ___family0, int32_t ___size1, 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; } { __this->set_m_changed_2((bool)1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___size1; if ((((int32_t)L_0) >= ((int32_t)2))) { goto IL_001c; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketAddress__ctor_m6684EAD0CA7CDDE9DB6E406FE1F32E6DC6B92A4E_RuntimeMethod_var))); } IL_001c: { int32_t L_2 = ___size1; __this->set_m_Size_0(L_2); int32_t L_3 = ___size1; int32_t L_4; L_4 = IntPtr_get_Size_mA41B21E8BCEAACF4782B4ADEA43A859262784E1C(/*hidden argument*/NULL); int32_t L_5; L_5 = IntPtr_get_Size_mA41B21E8BCEAACF4782B4ADEA43A859262784E1C(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_3/(int32_t)L_4)), (int32_t)2)), (int32_t)L_5))); __this->set_m_Buffer_1(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_m_Buffer_1(); int32_t L_8 = ___family0; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (uint8_t)((int32_t)((uint8_t)L_8))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_m_Buffer_1(); int32_t L_10 = ___family0; NullCheck(L_9); (L_9)->SetAt(static_cast(1), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_10>>(int32_t)8))))); return; } } // System.Void System.Net.SocketAddress::.ctor(System.Net.IPAddress) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAddress__ctor_mBE5E81FAB07F2E45BCACF1D97E1DBAAFB5E50511 (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___ipAddress0, const RuntimeMethod* method) { int64_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; int32_t G_B2_0 = 0; SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * G_B2_1 = NULL; int32_t G_B1_0 = 0; SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * G_B1_1 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * G_B3_2 = NULL; { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_0 = ___ipAddress0; NullCheck(L_0); int32_t L_1; L_1 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(L_0, /*hidden argument*/NULL); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_2 = ___ipAddress0; NullCheck(L_2); int32_t L_3; L_3 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(L_2, /*hidden argument*/NULL); G_B1_0 = L_1; G_B1_1 = __this; if ((((int32_t)L_3) == ((int32_t)2))) { G_B2_0 = L_1; G_B2_1 = __this; goto IL_0014; } } { G_B3_0 = ((int32_t)28); G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0016; } IL_0014: { G_B3_0 = ((int32_t)16); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0016: { NullCheck(G_B3_2); SocketAddress__ctor_m6684EAD0CA7CDDE9DB6E406FE1F32E6DC6B92A4E(G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_m_Buffer_1(); NullCheck(L_4); (L_4)->SetAt(static_cast(2), (uint8_t)0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_m_Buffer_1(); NullCheck(L_5); (L_5)->SetAt(static_cast(3), (uint8_t)0); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_6 = ___ipAddress0; NullCheck(L_6); int32_t L_7; L_7 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)23))))) { goto IL_00bc; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_m_Buffer_1(); NullCheck(L_8); (L_8)->SetAt(static_cast(4), (uint8_t)0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_m_Buffer_1(); NullCheck(L_9); (L_9)->SetAt(static_cast(5), (uint8_t)0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_m_Buffer_1(); NullCheck(L_10); (L_10)->SetAt(static_cast(6), (uint8_t)0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_m_Buffer_1(); NullCheck(L_11); (L_11)->SetAt(static_cast(7), (uint8_t)0); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_12 = ___ipAddress0; NullCheck(L_12); int64_t L_13; L_13 = IPAddress_get_ScopeId_mEDF9FA0FCEFAC4109AEDAD316DC18C5EE841CE5B(L_12, /*hidden argument*/NULL); V_0 = L_13; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_m_Buffer_1(); int64_t L_15 = V_0; NullCheck(L_14); (L_14)->SetAt(static_cast(((int32_t)24)), (uint8_t)((int32_t)((uint8_t)L_15))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_m_Buffer_1(); int64_t L_17 = V_0; NullCheck(L_16); (L_16)->SetAt(static_cast(((int32_t)25)), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)L_17>>(int32_t)8))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_m_Buffer_1(); int64_t L_19 = V_0; NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)26)), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)L_19>>(int32_t)((int32_t)16)))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get_m_Buffer_1(); int64_t L_21 = V_0; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)27)), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)L_21>>(int32_t)((int32_t)24)))))); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_22 = ___ipAddress0; NullCheck(L_22); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23; L_23 = IPAddress_GetAddressBytes_m7ED0924E8259B6D2426B3B570B25EE7CE9B789C7(L_22, /*hidden argument*/NULL); V_1 = L_23; V_2 = 0; goto IL_00b5; } IL_00a4: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = __this->get_m_Buffer_1(); int32_t L_25 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_1; int32_t L_27 = V_2; NullCheck(L_26); int32_t L_28 = L_27; uint8_t L_29 = (L_26)->GetAt(static_cast(L_28)); NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_25))), (uint8_t)L_29); int32_t L_30 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00b5: { int32_t L_31 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_1; NullCheck(L_32); if ((((int32_t)L_31) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))))) { goto IL_00a4; } } { return; } IL_00bc: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = __this->get_m_Buffer_1(); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_34 = ___ipAddress0; NullCheck(L_34); int64_t L_35 = L_34->get_m_Address_5(); NullCheck(L_33); (L_33)->SetAt(static_cast(4), (uint8_t)((int32_t)((uint8_t)L_35))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = __this->get_m_Buffer_1(); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_37 = ___ipAddress0; NullCheck(L_37); int64_t L_38 = L_37->get_m_Address_5(); NullCheck(L_36); (L_36)->SetAt(static_cast(5), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)L_38>>(int32_t)8))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = __this->get_m_Buffer_1(); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_40 = ___ipAddress0; NullCheck(L_40); int64_t L_41 = L_40->get_m_Address_5(); NullCheck(L_39); (L_39)->SetAt(static_cast(6), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)L_41>>(int32_t)((int32_t)16)))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = __this->get_m_Buffer_1(); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_43 = ___ipAddress0; NullCheck(L_43); int64_t L_44 = L_43->get_m_Address_5(); NullCheck(L_42); (L_42)->SetAt(static_cast(7), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)L_44>>(int32_t)((int32_t)24)))))); return; } } // System.Void System.Net.SocketAddress::.ctor(System.Net.IPAddress,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAddress__ctor_m9738A4ADE5808D768AE732070C89F7ABA6BED994 (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___ipaddress0, int32_t ___port1, const RuntimeMethod* method) { { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_0 = ___ipaddress0; SocketAddress__ctor_mBE5E81FAB07F2E45BCACF1D97E1DBAAFB5E50511(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_m_Buffer_1(); int32_t L_2 = ___port1; NullCheck(L_1); (L_1)->SetAt(static_cast(2), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_2>>(int32_t)8))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_m_Buffer_1(); int32_t L_4 = ___port1; NullCheck(L_3); (L_3)->SetAt(static_cast(3), (uint8_t)((int32_t)((uint8_t)L_4))); return; } } // System.Net.IPAddress System.Net.SocketAddress::GetIPAddress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * SocketAddress_GetIPAddress_mB16652A595F005C45F9F8F085C995659E33D1B07 (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, 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*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int64_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0; L_0 = SocketAddress_get_Family_m415D59360C9C2E480D2D98775983A573CCD9D7E0(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)23))))) { goto IL_0066; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); V_0 = L_1; V_2 = 0; goto IL_0027; } IL_0016: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; int32_t L_3 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_m_Buffer_1(); int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)8)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)L_7); int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0027: { int32_t L_9 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_0016; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_m_Buffer_1(); NullCheck(L_11); int32_t L_12 = ((int32_t)27); uint8_t L_13 = (L_11)->GetAt(static_cast(L_12)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_m_Buffer_1(); NullCheck(L_14); int32_t L_15 = ((int32_t)26); uint8_t L_16 = (L_14)->GetAt(static_cast(L_15)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_m_Buffer_1(); NullCheck(L_17); int32_t L_18 = ((int32_t)25); uint8_t L_19 = (L_17)->GetAt(static_cast(L_18)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get_m_Buffer_1(); NullCheck(L_20); int32_t L_21 = ((int32_t)24); uint8_t L_22 = (L_20)->GetAt(static_cast(L_21)); V_1 = ((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_13<<(int32_t)((int32_t)24))), (int32_t)((int32_t)((int32_t)L_16<<(int32_t)((int32_t)16))))), (int32_t)((int32_t)((int32_t)L_19<<(int32_t)8)))), (int32_t)L_22)))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_0; int64_t L_24 = V_1; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_25 = (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE *)il2cpp_codegen_object_new(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); IPAddress__ctor_m1E185EFDA876C940958AF536535E2E4C16C0D1D2(L_25, L_23, L_24, /*hidden argument*/NULL); return L_25; } IL_0066: { int32_t L_26; L_26 = SocketAddress_get_Family_m415D59360C9C2E480D2D98775983A573CCD9D7E0(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)2)))) { goto IL_00b6; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = __this->get_m_Buffer_1(); NullCheck(L_27); int32_t L_28 = 4; uint8_t L_29 = (L_27)->GetAt(static_cast(L_28)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = __this->get_m_Buffer_1(); NullCheck(L_30); int32_t L_31 = 5; uint8_t L_32 = (L_30)->GetAt(static_cast(L_31)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = __this->get_m_Buffer_1(); NullCheck(L_33); int32_t L_34 = 6; uint8_t L_35 = (L_33)->GetAt(static_cast(L_34)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = __this->get_m_Buffer_1(); NullCheck(L_36); int32_t L_37 = 7; uint8_t L_38 = (L_36)->GetAt(static_cast(L_37)); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_39 = (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE *)il2cpp_codegen_object_new(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); IPAddress__ctor_mA672DA31F082CC6E8B10BEC436D94450E630E16F(L_39, ((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)255)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_32<<(int32_t)8))&(int32_t)((int32_t)65280)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_35<<(int32_t)((int32_t)16)))&(int32_t)((int32_t)16711680)))))|(int32_t)((int32_t)((int32_t)L_38<<(int32_t)((int32_t)24)))))))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))), /*hidden argument*/NULL); return L_39; } IL_00b6: { SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_40 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m8625815C7AFB0F3BF9287520D8F64A69199D6DCA(L_40, ((int32_t)10047), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketAddress_GetIPAddress_mB16652A595F005C45F9F8F085C995659E33D1B07_RuntimeMethod_var))); } } // System.Net.IPEndPoint System.Net.SocketAddress::GetIPEndPoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * SocketAddress_GetIPEndPoint_m251711A31597B8B2702F9212292CB699B84771AE (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_0; L_0 = SocketAddress_GetIPAddress_mB16652A595F005C45F9F8F085C995659E33D1B07(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_m_Buffer_1(); NullCheck(L_1); int32_t L_2 = 2; uint8_t L_3 = (L_1)->GetAt(static_cast(L_2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_m_Buffer_1(); NullCheck(L_4); int32_t L_5 = 3; uint8_t L_6 = (L_4)->GetAt(static_cast(L_5)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)8))&(int32_t)((int32_t)65280)))|(int32_t)L_6)); int32_t L_7 = V_0; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_8 = (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)il2cpp_codegen_object_new(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); IPEndPoint__ctor_m22783A215BA0B38674F6A6CB6803804268561321(L_8, L_0, L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean System.Net.SocketAddress::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SocketAddress_Equals_m4E7AA4FFB7FF19A0323168642F3E4F1631726FFC (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, RuntimeObject * ___comparand0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketAddress_tE8FA33C91254662406767AF97518C235382742D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * V_0 = NULL; int32_t V_1 = 0; { RuntimeObject * L_0 = ___comparand0; V_0 = ((SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 *)IsInstClass((RuntimeObject*)L_0, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3_il2cpp_TypeInfo_var)); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_1 = V_0; if (!L_1) { goto IL_0018; } } { int32_t L_2; L_2 = SocketAddress_get_Size_m6383C5C4F9200464ACB6D583020F81019602CFA4_inline(__this, /*hidden argument*/NULL); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = SocketAddress_get_Size_m6383C5C4F9200464ACB6D583020F81019602CFA4_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)L_4))) { goto IL_001a; } } IL_0018: { return (bool)0; } IL_001a: { V_1 = 0; goto IL_0034; } IL_001e: { int32_t L_5 = V_1; uint8_t L_6; L_6 = SocketAddress_get_Item_m4ED599B209C73DFB72212B7B3621B1703A26C5FD(__this, L_5, /*hidden argument*/NULL); SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); uint8_t L_9; L_9 = SocketAddress_get_Item_m4ED599B209C73DFB72212B7B3621B1703A26C5FD(L_7, L_8, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)L_9))) { goto IL_0030; } } { return (bool)0; } IL_0030: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0034: { int32_t L_11 = V_1; int32_t L_12; L_12 = SocketAddress_get_Size_m6383C5C4F9200464ACB6D583020F81019602CFA4_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_001e; } } { return (bool)1; } } // System.Int32 System.Net.SocketAddress::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketAddress_GetHashCode_mA54234C51687C63132D9C9D326433FBB001C5B33 (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { bool L_0 = __this->get_m_changed_2(); if (!L_0) { goto IL_00ac; } } { __this->set_m_changed_2((bool)0); __this->set_m_hash_3(0); int32_t L_1; L_1 = SocketAddress_get_Size_m6383C5C4F9200464ACB6D583020F81019602CFA4_inline(__this, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)-4))); V_0 = 0; goto IL_0069; } IL_0027: { int32_t L_2 = __this->get_m_hash_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_m_Buffer_1(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_m_Buffer_1(); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_m_Buffer_1(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)); uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_m_Buffer_1(); int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)3)); uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); __this->set_m_hash_3(((int32_t)((int32_t)L_2^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6|(int32_t)((int32_t)((int32_t)L_10<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_14<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_18<<(int32_t)((int32_t)24)))))))); int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)4)); } IL_0069: { int32_t L_20 = V_0; int32_t L_21 = V_1; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0027; } } { int32_t L_22; L_22 = SocketAddress_get_Size_m6383C5C4F9200464ACB6D583020F81019602CFA4_inline(__this, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_22&(int32_t)3))) { goto IL_00ac; } } { V_2 = 0; V_3 = 0; goto IL_0095; } IL_007d: { int32_t L_23 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = __this->get_m_Buffer_1(); int32_t L_25 = V_0; NullCheck(L_24); int32_t L_26 = L_25; uint8_t L_27 = (L_24)->GetAt(static_cast(L_26)); int32_t L_28 = V_3; V_2 = ((int32_t)((int32_t)L_23|(int32_t)((int32_t)((int32_t)L_27<<(int32_t)((int32_t)((int32_t)L_28&(int32_t)((int32_t)31))))))); int32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)8)); int32_t L_30 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0095: { int32_t L_31 = V_0; int32_t L_32; L_32 = SocketAddress_get_Size_m6383C5C4F9200464ACB6D583020F81019602CFA4_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_007d; } } { int32_t L_33 = __this->get_m_hash_3(); int32_t L_34 = V_2; __this->set_m_hash_3(((int32_t)((int32_t)L_33^(int32_t)L_34))); } IL_00ac: { int32_t L_35 = __this->get_m_hash_3(); return L_35; } } // System.String System.Net.SocketAddress::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SocketAddress_ToString_m8326F21A4A05F551EAF40323D4AFBDFA84E74C45 (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C8B879C8DDD1F43E70CC5411A8D8E6CF0F55DF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; uint8_t V_2 = 0x0; int32_t V_3 = 0; int32_t V_4 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 2; goto IL_0039; } IL_000a: { int32_t L_1 = V_1; if ((((int32_t)L_1) <= ((int32_t)2))) { goto IL_001a; } } { StringBuilder_t * L_2 = V_0; NullCheck(L_2); StringBuilder_t * L_3; L_3 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_2, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, /*hidden argument*/NULL); } IL_001a: { StringBuilder_t * L_4 = V_0; int32_t L_5 = V_1; uint8_t L_6; L_6 = SocketAddress_get_Item_m4ED599B209C73DFB72212B7B3621B1703A26C5FD(__this, L_5, /*hidden argument*/NULL); V_2 = L_6; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_7; L_7 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_8; L_8 = Byte_ToString_m104307B82FDCE07CA77D54B60A5D88786E5BB09D((uint8_t*)(&V_2), L_7, /*hidden argument*/NULL); NullCheck(L_4); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_4, 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_0039: { int32_t L_11 = V_1; int32_t L_12; L_12 = SocketAddress_get_Size_m6383C5C4F9200464ACB6D583020F81019602CFA4_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_000a; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_13; int32_t L_15; L_15 = SocketAddress_get_Family_m415D59360C9C2E480D2D98775983A573CCD9D7E0(__this, /*hidden argument*/NULL); V_3 = L_15; RuntimeObject * L_16 = Box(AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33_il2cpp_TypeInfo_var, (&V_3)); NullCheck(L_16); String_t* L_17; L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16); V_3 = *(int32_t*)UnBox(L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(0), (String_t*)L_17); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = L_14; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); (L_18)->SetAt(static_cast(1), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = L_18; int32_t L_20; L_20 = SocketAddress_get_Size_m6383C5C4F9200464ACB6D583020F81019602CFA4_inline(__this, /*hidden argument*/NULL); V_4 = L_20; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_21; L_21 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_22; L_22 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&V_4), L_21, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(2), (String_t*)L_22); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = L_19; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral6C8B879C8DDD1F43E70CC5411A8D8E6CF0F55DF7); (L_23)->SetAt(static_cast(3), (String_t*)_stringLiteral6C8B879C8DDD1F43E70CC5411A8D8E6CF0F55DF7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = L_23; StringBuilder_t * L_25 = V_0; NullCheck(L_25); String_t* L_26; L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(4), (String_t*)L_26); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = L_24; NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30); (L_27)->SetAt(static_cast(5), (String_t*)_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30); String_t* L_28; L_28 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(L_27, /*hidden argument*/NULL); return L_28; } } #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.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs::get_AcceptSocket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * SocketAsyncEventArgs_get_AcceptSocket_m6119FCE739596BD55C2847460DC69ADB285070A7 (SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * __this, const RuntimeMethod* method) { { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_U3CAcceptSocketU3Ek__BackingField_5(); return L_0; } } // System.Void System.Net.Sockets.SocketAsyncEventArgs::set_AcceptSocket(System.Net.Sockets.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_set_AcceptSocket_mA34A6E97F2B00232A1F453219EA6C03487D529A5 (SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___value0, const RuntimeMethod* method) { { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = ___value0; __this->set_U3CAcceptSocketU3Ek__BackingField_5(L_0); return; } } // System.Void System.Net.Sockets.SocketAsyncEventArgs::set_BytesTransferred(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_set_BytesTransferred_m99F956EB9B4A7FAD4632FA07BBF4451DFD0F764C (SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CBytesTransferredU3Ek__BackingField_6(L_0); return; } } // System.Void System.Net.Sockets.SocketAsyncEventArgs::set_SocketError(System.Net.Sockets.SocketError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_set_SocketError_mE909DB5DBC90065720B35ACB8B382DA175976533 (SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CSocketErrorU3Ek__BackingField_7(L_0); return; } } // System.Void System.Net.Sockets.SocketAsyncEventArgs::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_Dispose_m75C974426B784853880FD3146091228ABBD0CE06 (SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * __this, bool ___disposing0, const RuntimeMethod* method) { { __this->set_disposed_1((bool)1); bool L_0 = ___disposing0; if (!L_0) { goto IL_0014; } } { int32_t L_1 = __this->get_in_progress_2(); il2cpp_codegen_memory_barrier(); return; } IL_0014: { return; } } // System.Void System.Net.Sockets.SocketAsyncEventArgs::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_Dispose_m3DBF8461B4A792A6DEDF567964587CCEA75AFA63 (SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * __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; } { SocketAsyncEventArgs_Dispose_m75C974426B784853880FD3146091228ABBD0CE06(__this, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mFF908DB65A7128F68FC8CAEA84AA753B439FE40E(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.SocketAsyncEventArgs::Complete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_Complete_m94BBD1E035C5474D203D0E8CEDDE6A32BA61E061 (SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * >::Invoke(5 /* System.Void System.Net.Sockets.SocketAsyncEventArgs::OnCompleted(System.Net.Sockets.SocketAsyncEventArgs) */, __this, __this); return; } } // System.Void System.Net.Sockets.SocketAsyncEventArgs::OnCompleted(System.Net.Sockets.SocketAsyncEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_OnCompleted_mF7B3732D2A22625740B14BFCE38F8D6A6E5B66AF (SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * __this, SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_1_Invoke_m1B35EE55470784C7BA72C6D6EAE755514C99F0E8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } EventHandler_1_t74C6C22D88FDF5301EB9838B325E0BE62472C5FE * V_0 = NULL; { SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * L_0 = ___e0; if (L_0) { goto IL_0004; } } { return; } IL_0004: { SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * L_1 = ___e0; NullCheck(L_1); EventHandler_1_t74C6C22D88FDF5301EB9838B325E0BE62472C5FE * L_2 = L_1->get_Completed_8(); V_0 = L_2; EventHandler_1_t74C6C22D88FDF5301EB9838B325E0BE62472C5FE * L_3 = V_0; if (!L_3) { goto IL_001b; } } { EventHandler_1_t74C6C22D88FDF5301EB9838B325E0BE62472C5FE * L_4 = V_0; SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * L_5 = ___e0; NullCheck(L_5); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_6 = L_5->get_current_socket_4(); SocketAsyncEventArgs_t6A1533E6F40045C89AB7F19555158F25D47BA8D8 * L_7 = ___e0; NullCheck(L_4); EventHandler_1_Invoke_m1B35EE55470784C7BA72C6D6EAE755514C99F0E8(L_4, L_6, L_7, /*hidden argument*/EventHandler_1_Invoke_m1B35EE55470784C7BA72C6D6EAE755514C99F0E8_RuntimeMethod_var); } IL_001b: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Net.Sockets.SocketAsyncResult IL2CPP_EXTERN_C void SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_marshal_pinvoke(const SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4& unmarshaled, SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_marshaled_pinvoke& marshaled) { Exception_t* ___socket_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'socket' of type 'SocketAsyncResult': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___socket_5Exception, NULL); } IL2CPP_EXTERN_C void SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_marshal_pinvoke_back(const SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_marshaled_pinvoke& marshaled, SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4& unmarshaled) { Exception_t* ___socket_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'socket' of type 'SocketAsyncResult': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___socket_5Exception, NULL); } // Conversion method for clean up from marshalling of: System.Net.Sockets.SocketAsyncResult IL2CPP_EXTERN_C void SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_marshal_pinvoke_cleanup(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Net.Sockets.SocketAsyncResult IL2CPP_EXTERN_C void SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_marshal_com(const SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4& unmarshaled, SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_marshaled_com& marshaled) { Exception_t* ___socket_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'socket' of type 'SocketAsyncResult': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___socket_5Exception, NULL); } IL2CPP_EXTERN_C void SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_marshal_com_back(const SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_marshaled_com& marshaled, SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4& unmarshaled) { Exception_t* ___socket_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'socket' of type 'SocketAsyncResult': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___socket_5Exception, NULL); } // Conversion method for clean up from marshalling of: System.Net.Sockets.SocketAsyncResult IL2CPP_EXTERN_C void SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_marshal_com_cleanup(SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_marshaled_com& marshaled) { } // System.IntPtr System.Net.Sockets.SocketAsyncResult::get_Handle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SocketAsyncResult_get_Handle_m0A9F83AD4D06B5E31F63012A1A4557FB48940C44 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, 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; } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_socket_5(); if (L_0) { goto IL_000e; } } { return (intptr_t)(0); } IL_000e: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_1 = __this->get_socket_5(); NullCheck(L_1); intptr_t L_2; L_2 = Socket_get_Handle_m90AE88992BB1B1BF82E680402CEB56A0EB10FFD4(L_1, /*hidden argument*/NULL); return (intptr_t)L_2; } } // System.Void System.Net.Sockets.SocketAsyncResult::.ctor(System.Net.Sockets.Socket,System.AsyncCallback,System.Object,System.Net.Sockets.SocketOperation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult__ctor_mF4024A1E5EAD56E00839672EED0126EC34FD9917 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___state2, int32_t ___operation3, const RuntimeMethod* method) { { AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_0 = ___callback1; RuntimeObject * L_1 = ___state2; IOAsyncResult__ctor_m15A5D72B261B81BE2F8F7DA53FC0E476A3F18591(__this, L_0, L_1, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = ___socket0; __this->set_socket_5(L_2); int32_t L_3 = ___operation3; __this->set_operation_6(L_3); return; } } // System.Net.Sockets.SocketError System.Net.Sockets.SocketAsyncResult::get_ErrorCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketAsyncResult_get_ErrorCode_m56F156B7C525AF9947C56C76A8B2D0B4E545AD69 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * V_0 = NULL; { Exception_t * L_0 = __this->get_DelayedException_7(); V_0 = ((SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)IsInstClass((RuntimeObject*)L_0, SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var)); SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_1 = V_0; if (!L_1) { goto IL_0016; } } { SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = SocketException_get_SocketErrorCode_m05A48632F6CC75FBD904E8E1AC56FC6B2577A131(L_2, /*hidden argument*/NULL); return L_3; } IL_0016: { int32_t L_4 = __this->get_error_21(); if (!L_4) { goto IL_0025; } } { int32_t L_5 = __this->get_error_21(); return (int32_t)(L_5); } IL_0025: { return (int32_t)(0); } } // System.Void System.Net.Sockets.SocketAsyncResult::CheckIfThrowDelayedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_CheckIfThrowDelayedException_m5ED469CF2CCFD1E9B2A5621769B8CB27AB89DE45 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_DelayedException_7(); if (!L_0) { goto IL_001b; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_1 = __this->get_socket_5(); NullCheck(L_1); L_1->set_is_connected_23((bool)0); Exception_t * L_2 = __this->get_DelayedException_7(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketAsyncResult_CheckIfThrowDelayedException_m5ED469CF2CCFD1E9B2A5621769B8CB27AB89DE45_RuntimeMethod_var))); } IL_001b: { int32_t L_3 = __this->get_error_21(); if (!L_3) { goto IL_003b; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_4 = __this->get_socket_5(); NullCheck(L_4); L_4->set_is_connected_23((bool)0); int32_t L_5 = __this->get_error_21(); SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_6 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketAsyncResult_CheckIfThrowDelayedException_m5ED469CF2CCFD1E9B2A5621769B8CB27AB89DE45_RuntimeMethod_var))); } IL_003b: { return; } } // System.Void System.Net.Sockets.SocketAsyncResult::CompleteDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_CompleteDisposed_m0E0A213265679C08CF3B5230F54E6F8801BD91E6 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, const RuntimeMethod* method) { { SocketAsyncResult_Complete_m236141DBFB1E4B892296B548DDBCB2C04829D194(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.SocketAsyncResult::Complete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m236141DBFB1E4B892296B548DDBCB2C04829D194 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, 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*)&U3CU3Ec_U3CCompleteU3Eb__27_0_m5C293AC939107CF4960BBA8DFBA174438C2BD359_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; int32_t V_1 = 0; WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * G_B6_0 = NULL; WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * G_B5_0 = NULL; { int32_t L_0 = __this->get_operation_6(); if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_0031; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_1 = __this->get_socket_5(); NullCheck(L_1); bool L_2; L_2 = Socket_get_CleanedUp_m74D2A5015FB338E942B827B5AD89A618C51EFA35(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0031; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_3 = __this->get_socket_5(); NullCheck(L_3); Type_t * L_4; L_4 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_3, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5; L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_6 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_6, L_5, /*hidden argument*/NULL); __this->set_DelayedException_7(L_6); } IL_0031: { IOAsyncResult_set_IsCompleted_m66D2E977BD61DC754E0AE7C7B9CB630345905183(__this, (bool)1, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_7 = __this->get_socket_5(); V_0 = L_7; int32_t L_8 = __this->get_operation_6(); V_1 = L_8; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_9; L_9 = IOAsyncResult_get_AsyncCallback_m28F2ACED98F5AA2F05882EAD17000A26FA3DD5BD_inline(__this, /*hidden argument*/NULL); if (!L_9) { goto IL_0074; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466_il2cpp_TypeInfo_var); WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_10 = ((U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466_il2cpp_TypeInfo_var))->get_U3CU3E9__27_0_1(); WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_11 = L_10; G_B5_0 = L_11; if (L_11) { G_B6_0 = L_11; goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466_il2cpp_TypeInfo_var); U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466 * L_12 = ((U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_13 = (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)il2cpp_codegen_object_new(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5(L_13, L_12, (intptr_t)((intptr_t)U3CU3Ec_U3CCompleteU3Eb__27_0_m5C293AC939107CF4960BBA8DFBA174438C2BD359_RuntimeMethod_var), /*hidden argument*/NULL); WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_14 = L_13; ((U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF062E403C464806AE41933DD04714342BF601466_il2cpp_TypeInfo_var))->set_U3CU3E9__27_0_1(L_14); G_B6_0 = L_14; } IL_006d: { bool L_15; L_15 = ThreadPool_UnsafeQueueUserWorkItem_mEE4D49AFD0FE457CC321A120BF1F7FEAA838DC68(G_B6_0, __this, /*hidden argument*/NULL); } IL_0074: { int32_t L_16 = V_1; switch (L_16) { case 0: { goto IL_00ab; } case 1: { goto IL_00c4; } case 2: { goto IL_00ab; } case 3: { goto IL_00ab; } case 4: { goto IL_00b8; } case 5: { goto IL_00b8; } case 6: { goto IL_00c4; } case 7: { goto IL_00c4; } case 8: { goto IL_00c4; } case 9: { goto IL_00c4; } case 10: { goto IL_00ab; } case 11: { goto IL_00b8; } } } { return; } IL_00ab: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_17 = V_0; NullCheck(L_17); SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_18 = L_17->get_ReadSem_19(); NullCheck(L_18); int32_t L_19; L_19 = SemaphoreSlim_Release_m219D3186074599681AF919E9F8AAE1EE6D23B538(L_18, /*hidden argument*/NULL); return; } IL_00b8: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_20 = V_0; NullCheck(L_20); SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_21 = L_20->get_WriteSem_20(); NullCheck(L_21); int32_t L_22; L_22 = SemaphoreSlim_Release_m219D3186074599681AF919E9F8AAE1EE6D23B538(L_21, /*hidden argument*/NULL); } IL_00c4: { return; } } // System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m7A55E54CBF74652E5784D34402B88CAB8A18601A (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, bool ___synch0, const RuntimeMethod* method) { { bool L_0 = ___synch0; IOAsyncResult_set_CompletedSynchronously_m4A31A9B8FEFC22E25A8DA81A338A05287487D1D9_inline(__this, L_0, /*hidden argument*/NULL); SocketAsyncResult_Complete_m236141DBFB1E4B892296B548DDBCB2C04829D194(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m266C10BA9EEF57EC12B411F13B207C638F8762A9 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, int32_t ___total0, const RuntimeMethod* method) { { int32_t L_0 = ___total0; __this->set_Total_20(L_0); SocketAsyncResult_Complete_m236141DBFB1E4B892296B548DDBCB2C04829D194(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Exception,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m44E31D06CAA7D0EFE0A7BB6EA24ADDB14EA625AC (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, Exception_t * ___e0, bool ___synch1, const RuntimeMethod* method) { { Exception_t * L_0 = ___e0; __this->set_DelayedException_7(L_0); bool L_1 = ___synch1; IOAsyncResult_set_CompletedSynchronously_m4A31A9B8FEFC22E25A8DA81A338A05287487D1D9_inline(__this, L_1, /*hidden argument*/NULL); SocketAsyncResult_Complete_m236141DBFB1E4B892296B548DDBCB2C04829D194(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_mF68A29EEF8843248D56B583C4CCD9C1549F99DAA (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, Exception_t * ___e0, const RuntimeMethod* method) { { Exception_t * L_0 = ___e0; __this->set_DelayedException_7(L_0); SocketAsyncResult_Complete_m236141DBFB1E4B892296B548DDBCB2C04829D194(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Net.Sockets.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_mBFBFEECE8C3B6D2D456B607A9D7AB9889ECA8F27 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___s0, const RuntimeMethod* method) { { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = ___s0; __this->set_AcceptedSocket_19(L_0); SocketAsyncResult_Complete_m236141DBFB1E4B892296B548DDBCB2C04829D194(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Net.Sockets.Socket,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m1D85BF6ED9479FB410132CD3C93F57AB507D4745 (SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___s0, int32_t ___total1, const RuntimeMethod* method) { { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = ___s0; __this->set_AcceptedSocket_19(L_0); int32_t L_1 = ___total1; __this->set_Total_20(L_1); SocketAsyncResult_Complete_m236141DBFB1E4B892296B548DDBCB2C04829D194(__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.Configuration.SocketElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketElement__ctor_m5D5BA302FD35A1D25BB3A596954F92AB26C3DEF6 (SocketElement_t3A1494C40F44B3BE110D39607B00AE67C9962450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketElement__ctor_m5D5BA302FD35A1D25BB3A596954F92AB26C3DEF6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SocketElement__ctor_m5D5BA302FD35A1D25BB3A596954F92AB26C3DEF6_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.SocketElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * SocketElement_get_Properties_m9A46DB832A9DA2A3E8F3B74D83DD96EC8A180984 (SocketElement_t3A1494C40F44B3BE110D39607B00AE67C9962450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketElement_get_Properties_m9A46DB832A9DA2A3E8F3B74D83DD96EC8A180984_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SocketElement_get_Properties_m9A46DB832A9DA2A3E8F3B74D83DD96EC8A180984_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 #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.Net.Sockets.SocketException::WSAGetLastError_internal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketException_WSAGetLastError_internal_m14FDA6FF11D13CFB8266F43520F315F4AA649C62 (const RuntimeMethod* method) { typedef int32_t (*SocketException_WSAGetLastError_internal_m14FDA6FF11D13CFB8266F43520F315F4AA649C62_ftn) (); using namespace il2cpp::icalls; return ((SocketException_WSAGetLastError_internal_m14FDA6FF11D13CFB8266F43520F315F4AA649C62_ftn)System::System::Net::Sockets::SocketException::WSAGetLastError) (); } // System.Void System.Net.Sockets.SocketException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketException__ctor_mA4FA4C30962B1DD852904297C47EB05A9C97B7F9 (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * __this, 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; } { int32_t L_0; L_0 = SocketException_WSAGetLastError_internal_m14FDA6FF11D13CFB8266F43520F315F4AA649C62(/*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.Sockets.SocketException::.ctor(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketException__ctor_m2C4A0F01041E34F5CD85223333FDC23158250E4D (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * __this, int32_t ___error0, String_t* ___message1, 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; } { int32_t L_0 = ___error0; String_t* L_1 = ___message1; IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var); Win32Exception__ctor_mC836B11093135ABE3B7F402DCD0564E58B8CDA02(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.SocketException::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * __this, int32_t ___errorCode0, 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; } { int32_t L_0 = ___errorCode0; IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var); Win32Exception__ctor_mF8FAD9681BA8B2EFBD1EDA7C690764FF60E85A6F(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.SocketException::.ctor(System.Net.Sockets.SocketError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketException__ctor_m8625815C7AFB0F3BF9287520D8F64A69199D6DCA (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * __this, int32_t ___socketError0, 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; } { int32_t L_0 = ___socketError0; IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var); Win32Exception__ctor_mF8FAD9681BA8B2EFBD1EDA7C690764FF60E85A6F(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.SocketException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketException__ctor_m59175465D17AE63C1E18A1B25D80AD41708A51B5 (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * __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; } } // System.String System.Net.Sockets.SocketException::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SocketException_get_Message_mAC33600C2CC211D3C5C6363DAE3A843FD3E366EE (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); s_Il2CppMethodInitialized = true; } { EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_0 = __this->get_m_EndPoint_20(); if (L_0) { goto IL_000f; } } { String_t* L_1; L_1 = Exception_get_Message_mC7A96CEBF52567CEF612C8C75A99A735A83E883F(__this, /*hidden argument*/NULL); return L_1; } IL_000f: { String_t* L_2; L_2 = Exception_get_Message_mC7A96CEBF52567CEF612C8C75A99A735A83E883F(__this, /*hidden argument*/NULL); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_3 = __this->get_m_EndPoint_20(); NullCheck(L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); String_t* L_5; L_5 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_2, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_4, /*hidden argument*/NULL); return L_5; } } // System.Net.Sockets.SocketError System.Net.Sockets.SocketException::get_SocketErrorCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketException_get_SocketErrorCode_m05A48632F6CC75FBD904E8E1AC56FC6B2577A131 (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Win32Exception_get_NativeErrorCode_m15E3962B1D49FBA685728CB83758C6A3AF6F93E9_inline(__this, /*hidden argument*/NULL); return (int32_t)(L_0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Threading.Tasks.Task System.Net.Sockets.SocketTaskExtensions::ConnectAsync(System.Net.Sockets.Socket,System.Net.EndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * SocketTaskExtensions_ConnectAsync_m6E959A37913BA2ECC8698948F2235C0A2158BF86 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket0, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___remoteEP1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m2976C4BD80FB4A4974F693F903760520B7F59CDF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_4__ctor_mAEE0AECC77D2DB49FD26A03FA6586601BD9265EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskFactory_FromAsync_TisEndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA_mC658C2B125275BF0245B2F3B1AA3A6BBEF3BACF8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CConnectAsyncU3Eb__2_0_m890E38E6D21BFD282C9EFE2C438C3A03430CE73A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CConnectAsyncU3Eb__2_1_m948646F5555AA4227728846C1F004F54B2372CDB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D * G_B2_0 = NULL; TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * G_B2_1 = NULL; Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D * G_B1_0 = NULL; TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * G_B1_1 = NULL; Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 * G_B4_0 = NULL; Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D * G_B4_1 = NULL; TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * G_B4_2 = NULL; Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 * G_B3_0 = NULL; Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D * G_B3_1 = NULL; TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * G_B3_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * L_0; L_0 = Task_get_Factory_mB87D4DE720402FF591CD21CD2DE3D24143FA44C9_inline(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_il2cpp_TypeInfo_var); Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D * L_1 = ((U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_il2cpp_TypeInfo_var))->get_U3CU3E9__2_0_1(); Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D * L_2 = L_1; G_B1_0 = L_2; G_B1_1 = L_0; if (L_2) { G_B2_0 = L_2; G_B2_1 = L_0; goto IL_0024; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_il2cpp_TypeInfo_var); U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191 * L_3 = ((U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D * L_4 = (Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D *)il2cpp_codegen_object_new(Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D_il2cpp_TypeInfo_var); Func_4__ctor_mAEE0AECC77D2DB49FD26A03FA6586601BD9265EA(L_4, L_3, (intptr_t)((intptr_t)U3CU3Ec_U3CConnectAsyncU3Eb__2_0_m890E38E6D21BFD282C9EFE2C438C3A03430CE73A_RuntimeMethod_var), /*hidden argument*/Func_4__ctor_mAEE0AECC77D2DB49FD26A03FA6586601BD9265EA_RuntimeMethod_var); Func_4_t091AD0897D234A59B7D3FEF5D6E9CCC47E799C2D * L_5 = L_4; ((U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_il2cpp_TypeInfo_var))->set_U3CU3E9__2_0_1(L_5); G_B2_0 = L_5; G_B2_1 = G_B1_1; } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_il2cpp_TypeInfo_var); Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 * L_6 = ((U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_il2cpp_TypeInfo_var))->get_U3CU3E9__2_1_2(); Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 * L_7 = L_6; G_B3_0 = L_7; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; if (L_7) { G_B4_0 = L_7; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0043; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_il2cpp_TypeInfo_var); U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191 * L_8 = ((U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 * L_9 = (Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 *)il2cpp_codegen_object_new(Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76_il2cpp_TypeInfo_var); Action_1__ctor_m2976C4BD80FB4A4974F693F903760520B7F59CDF(L_9, L_8, (intptr_t)((intptr_t)U3CU3Ec_U3CConnectAsyncU3Eb__2_1_m948646F5555AA4227728846C1F004F54B2372CDB_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m2976C4BD80FB4A4974F693F903760520B7F59CDF_RuntimeMethod_var); Action_1_tA4ED4B57984FE5F6E13A416523D6DF1DD51BEB76 * L_10 = L_9; ((U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t876C9D3EEB9AC3244FB355F18DE2411B4C7B4191_il2cpp_TypeInfo_var))->set_U3CU3E9__2_1_2(L_10); G_B4_0 = L_10; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; } IL_0043: { EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_11 = ___remoteEP1; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_12 = ___socket0; NullCheck(G_B4_2); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_13; L_13 = TaskFactory_FromAsync_TisEndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA_mC658C2B125275BF0245B2F3B1AA3A6BBEF3BACF8(G_B4_2, G_B4_1, G_B4_0, L_11, L_12, /*hidden argument*/TaskFactory_FromAsync_TisEndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA_mC658C2B125275BF0245B2F3B1AA3A6BBEF3BACF8_RuntimeMethod_var); return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Interface.IMonoSslStream System.Net.Security.SslStream::get_Impl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SslStream_get_Impl_m64EA7C2820C426A13C1693A9E66770A3F986CF86 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, const RuntimeMethod* method) { { SslStream_CheckDisposed_mCDA5D6100C3F568C250F904B6936DEB91E5250C3(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = __this->get_impl_8(); return L_0; } } // System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream__ctor_m56CC1EA5A22E27B0197C181B2DB6EC6A14755DED (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___innerStream0, bool ___leaveInnerStreamOpen1, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider2, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings3, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___innerStream0; bool L_1 = ___leaveInnerStreamOpen1; AuthenticatedStream__ctor_mDE77A28CCC056362108DCDE9345EE3F6D73AF509(__this, L_0, L_1, /*hidden argument*/NULL); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_2 = ___provider2; __this->set_provider_7(L_2); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_3 = ___provider2; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___innerStream0; bool L_5 = ___leaveInnerStreamOpen1; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_6 = ___settings3; NullCheck(L_3); RuntimeObject* L_7; L_7 = VirtFuncInvoker4< RuntimeObject*, SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, bool, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * >::Invoke(11 /* Mono.Security.Interface.IMonoSslStream Mono.Security.Interface.MonoTlsProvider::CreateSslStreamInternal(System.Net.Security.SslStream,System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings) */, L_3, __this, L_4, L_5, L_6); __this->set_impl_8(L_7); return; } } // Mono.Security.Interface.IMonoSslStream System.Net.Security.SslStream::CreateMonoSslStream(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SslStream_CreateMonoSslStream_m74BE8E0D40817CE69596C1C0DED1D85F59EA6EBC (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___innerStream0, bool ___leaveInnerStreamOpen1, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider2, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___innerStream0; bool L_1 = ___leaveInnerStreamOpen1; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_2 = ___provider2; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_3 = ___settings3; SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * L_4 = (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 *)il2cpp_codegen_object_new(SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49_il2cpp_TypeInfo_var); SslStream__ctor_m56CC1EA5A22E27B0197C181B2DB6EC6A14755DED(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject* L_5; L_5 = SslStream_get_Impl_m64EA7C2820C426A13C1693A9E66770A3F986CF86(L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Net.Security.SslStream::get_IsAuthenticated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SslStream_get_IsAuthenticated_mAD584FEC93A19120F7B58BDE60B2F2EC5080AECC (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = SslStream_get_Impl_m64EA7C2820C426A13C1693A9E66770A3F986CF86(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean Mono.Security.Interface.IMonoSslStream::get_IsAuthenticated() */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean System.Net.Security.SslStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SslStream_get_CanSeek_m79ABDB979F4BD2DA6960377372915E4A6671ECFF (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Net.Security.SslStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SslStream_get_CanRead_mDD4E9CE7362511A86D9EE1841B1CD01D4E8B2110 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_impl_8(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = __this->get_impl_8(); NullCheck(L_1); bool L_2; L_2 = InterfaceFuncInvoker0< bool >::Invoke(10 /* System.Boolean Mono.Security.Interface.IMonoSslStream::get_CanRead() */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_1); return L_2; } IL_0014: { return (bool)0; } } // System.Boolean System.Net.Security.SslStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SslStream_get_CanWrite_m54CDDD4975C00A8958FB5F964455BC2D80491E6B (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_impl_8(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = __this->get_impl_8(); NullCheck(L_1); bool L_2; L_2 = InterfaceFuncInvoker0< bool >::Invoke(11 /* System.Boolean Mono.Security.Interface.IMonoSslStream::get_CanWrite() */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_1); return L_2; } IL_0014: { return (bool)0; } } // System.Int32 System.Net.Security.SslStream::get_ReadTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SslStream_get_ReadTimeout_m80D9E2BC61ED8F7FD09ADD72F6230832F8278EBE (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = SslStream_get_Impl_m64EA7C2820C426A13C1693A9E66770A3F986CF86(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 Mono.Security.Interface.IMonoSslStream::get_ReadTimeout() */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Net.Security.SslStream::set_ReadTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_set_ReadTimeout_m8257041DC22D4EF54E40C0B5340FF73BBE626FC3 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = SslStream_get_Impl_m64EA7C2820C426A13C1693A9E66770A3F986CF86(__this, /*hidden argument*/NULL); int32_t L_1 = ___value0; NullCheck(L_0); InterfaceActionInvoker1< int32_t >::Invoke(16 /* System.Void Mono.Security.Interface.IMonoSslStream::set_ReadTimeout(System.Int32) */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_0, L_1); return; } } // System.Int32 System.Net.Security.SslStream::get_WriteTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SslStream_get_WriteTimeout_m4193223FDCD4829DB30CFB0AA8B25ECEC677EBB3 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = SslStream_get_Impl_m64EA7C2820C426A13C1693A9E66770A3F986CF86(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 Mono.Security.Interface.IMonoSslStream::get_WriteTimeout() */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Int64 System.Net.Security.SslStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SslStream_get_Length_mC22DDE456AF82253D85AACBF718ABBF12EBE13A3 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = SslStream_get_Impl_m64EA7C2820C426A13C1693A9E66770A3F986CF86(__this, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1; L_1 = InterfaceFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 Mono.Security.Interface.IMonoSslStream::get_Length() */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Int64 System.Net.Security.SslStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SslStream_get_Position_mF09FAC98E3C9691EE539B99217F003D1471E2898 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = SslStream_get_Impl_m64EA7C2820C426A13C1693A9E66770A3F986CF86(__this, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1; L_1 = InterfaceFuncInvoker0< int64_t >::Invoke(13 /* System.Int64 Mono.Security.Interface.IMonoSslStream::get_Position() */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Net.Security.SslStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_set_Position_m558CCA3D97D354DFBE766CBECED122A7B81CCA41 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __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*)&SslStream_set_Position_m558CCA3D97D354DFBE766CBECED122A7B81CCA41_RuntimeMethod_var))); } } // System.Int64 System.Net.Security.SslStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SslStream_Seek_m826A9CA3B804E1AEBA6758228B02E01CA99B5579 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __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*)&SslStream_Seek_m826A9CA3B804E1AEBA6758228B02E01CA99B5579_RuntimeMethod_var))); } } // System.Void System.Net.Security.SslStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_Flush_m28F1C2BA3489D896FCBF3057A81AFD06CE232BBB (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __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.Void System.Net.Security.SslStream::CheckDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_CheckDisposed_mCDA5D6100C3F568C250F904B6936DEB91E5250C3 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_impl_8(); if (L_0) { goto IL_0013; } } { ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_1 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6FE6AA6EF03FB6550152903A7B201A6108F728DB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SslStream_CheckDisposed_mCDA5D6100C3F568C250F904B6936DEB91E5250C3_RuntimeMethod_var))); } IL_0013: { return; } } // System.Void System.Net.Security.SslStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_Dispose_m789C2C9F9B5B3B48112E28F053926C9145CEDAE4 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { RuntimeObject* L_0 = __this->get_impl_8(); bool L_1 = ___disposing0; if (!((int32_t)((int32_t)((!(((RuntimeObject*)(RuntimeObject*)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)&(int32_t)L_1))) { goto IL_001f; } } IL_000d: { RuntimeObject* L_2 = __this->get_impl_8(); NullCheck(L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_2); __this->set_impl_8((RuntimeObject*)NULL); } IL_001f: { IL2CPP_LEAVE(0x29, FINALLY_0021); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: { // begin finally (depth: 1) bool L_3 = ___disposing0; AuthenticatedStream_Dispose_m922381D0775D8A14FF01E106A47EAEF318EA982E(__this, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(33) } // end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x29, IL_0029) } IL_0029: { return; } } // System.Int32 System.Net.Security.SslStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SslStream_Read_m8418B257262567DD7684F2EEB334DE25C884088C (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __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*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = SslStream_get_Impl_m64EA7C2820C426A13C1693A9E66770A3F986CF86(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); int32_t L_4; L_4 = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(2 /* System.Int32 Mono.Security.Interface.IMonoSslStream::Read(System.Byte[],System.Int32,System.Int32) */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3); return L_4; } } // System.Void System.Net.Security.SslStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_Write_mE0B830147A53EEF0E64C3DE127612048A30D0180 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __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*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = SslStream_get_Impl_m64EA7C2820C426A13C1693A9E66770A3F986CF86(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(3 /* System.Void Mono.Security.Interface.IMonoSslStream::Write(System.Byte[],System.Int32,System.Int32) */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3); return; } } // System.IAsyncResult System.Net.Security.SslStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SslStream_BeginRead_mA6DFC30593CDEDED30C6E6A1F84EFF21726C5F25 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __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*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = SslStream_get_Impl_m64EA7C2820C426A13C1693A9E66770A3F986CF86(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_4 = ___asyncCallback3; RuntimeObject * L_5 = ___asyncState4; NullCheck(L_0); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker5< RuntimeObject*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *, RuntimeObject * >::Invoke(4 /* System.IAsyncResult Mono.Security.Interface.IMonoSslStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.Int32 System.Net.Security.SslStream::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SslStream_EndRead_mB340F9EE92BB425D4D169D0E7FA5CEFC208627FD (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = SslStream_get_Impl_m64EA7C2820C426A13C1693A9E66770A3F986CF86(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___asyncResult0; NullCheck(L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(5 /* System.Int32 Mono.Security.Interface.IMonoSslStream::EndRead(System.IAsyncResult) */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.IAsyncResult System.Net.Security.SslStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SslStream_BeginWrite_m78AAF68A712CC60F2F29FF7D478FEE2CA99CF028 (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __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*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = SslStream_get_Impl_m64EA7C2820C426A13C1693A9E66770A3F986CF86(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_4 = ___asyncCallback3; RuntimeObject * L_5 = ___asyncState4; NullCheck(L_0); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker5< RuntimeObject*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *, RuntimeObject * >::Invoke(6 /* System.IAsyncResult Mono.Security.Interface.IMonoSslStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.Void System.Net.Security.SslStream::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_EndWrite_mECFCAE6C39E3807D418226A712B2600A6F96011A (SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = SslStream_get_Impl_m64EA7C2820C426A13C1693A9E66770A3F986CF86(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___asyncResult0; NullCheck(L_0); InterfaceActionInvoker1< RuntimeObject* >::Invoke(7 /* System.Void Mono.Security.Interface.IMonoSslStream::EndWrite(System.IAsyncResult) */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 System.Diagnostics.Stopwatch::GetTimestamp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Stopwatch_GetTimestamp_m8BDD632ACE5FF704F108290DC1864032B9B1C0BF (const RuntimeMethod* method) { typedef int64_t (*Stopwatch_GetTimestamp_m8BDD632ACE5FF704F108290DC1864032B9B1C0BF_ftn) (); using namespace il2cpp::icalls; return ((Stopwatch_GetTimestamp_m8BDD632ACE5FF704F108290DC1864032B9B1C0BF_ftn)System::System::Diagnostics::Stopwatch::GetTimestamp) (); } // System.Void System.Diagnostics.Stopwatch::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stopwatch__ctor_mDE97B28A72294ABF18E6E9769086E202C3586CA7 (Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.TimeSpan System.Diagnostics.Stopwatch::get_Elapsed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Stopwatch_get_Elapsed_m75C9FF87F9007FC8738B722002A8F8C302F5CFA6 (Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var); bool L_0 = ((Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_StaticFields*)il2cpp_codegen_static_fields_for(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var))->get_IsHighResolution_1(); if (!L_0) { goto IL_0020; } } { int64_t L_1; L_1 = Stopwatch_get_ElapsedTicks_mEA2271BCCE37E6615EFC0B377D33C9DB63CA09E8(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var); int64_t L_2 = ((Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_StaticFields*)il2cpp_codegen_static_fields_for(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var))->get_Frequency_0(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3; L_3 = TimeSpan_FromTicks_mEFB11986FB9A18C90F786361C9F77D176D324DBC(((int64_t)((int64_t)L_1/(int64_t)((int64_t)((int64_t)L_2/(int64_t)((int64_t)((int64_t)((int32_t)10000000))))))), /*hidden argument*/NULL); return L_3; } IL_0020: { int64_t L_4; L_4 = Stopwatch_get_ElapsedTicks_mEA2271BCCE37E6615EFC0B377D33C9DB63CA09E8(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_5; L_5 = TimeSpan_FromTicks_mEFB11986FB9A18C90F786361C9F77D176D324DBC(L_4, /*hidden argument*/NULL); return L_5; } } // System.Int64 System.Diagnostics.Stopwatch::get_ElapsedMilliseconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Stopwatch_get_ElapsedMilliseconds_m6A137C9E989F74F61752FA86BB41ABAEC2A11FB5 (Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stopwatch_get_ElapsedMilliseconds_m6A137C9E989F74F61752FA86BB41ABAEC2A11FB5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_0; memset((&V_0), 0, sizeof(V_0)); { IL2CPP_RUNTIME_CLASS_INIT(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var); bool L_0 = ((Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_StaticFields*)il2cpp_codegen_static_fields_for(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var))->get_IsHighResolution_1(); if (!L_0) { goto IL_001b; } } { int64_t L_1; L_1 = Stopwatch_get_ElapsedTicks_mEA2271BCCE37E6615EFC0B377D33C9DB63CA09E8(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var); int64_t L_2 = ((Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_StaticFields*)il2cpp_codegen_static_fields_for(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var))->get_Frequency_0(); return ((int64_t)((int64_t)L_1/(int64_t)((int64_t)((int64_t)L_2/(int64_t)((int64_t)((int64_t)((int32_t)1000))))))); } IL_001b: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3; L_3 = Stopwatch_get_Elapsed_m75C9FF87F9007FC8738B722002A8F8C302F5CFA6(__this, /*hidden argument*/NULL); V_0 = L_3; double L_4; L_4 = TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_0), /*hidden argument*/NULL); if (L_4 > (double)((std::numeric_limits::max)())) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Stopwatch_get_ElapsedMilliseconds_m6A137C9E989F74F61752FA86BB41ABAEC2A11FB5_RuntimeMethod_var); return il2cpp_codegen_cast_double_to_int(L_4); } } // System.Int64 System.Diagnostics.Stopwatch::get_ElapsedTicks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Stopwatch_get_ElapsedTicks_mEA2271BCCE37E6615EFC0B377D33C9DB63CA09E8 (Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_is_running_4(); if (L_0) { goto IL_000f; } } { int64_t L_1 = __this->get_elapsed_2(); return L_1; } IL_000f: { IL2CPP_RUNTIME_CLASS_INIT(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var); int64_t L_2; L_2 = Stopwatch_GetTimestamp_m8BDD632ACE5FF704F108290DC1864032B9B1C0BF(/*hidden argument*/NULL); int64_t L_3 = __this->get_started_3(); int64_t L_4 = __this->get_elapsed_2(); return ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_2, (int64_t)L_3)), (int64_t)L_4)); } } // System.Void System.Diagnostics.Stopwatch::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stopwatch_Start_mED237B2178B2075FAED706E2A38111496B28DBDE (Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_is_running_4(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { IL2CPP_RUNTIME_CLASS_INIT(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var); int64_t L_1; L_1 = Stopwatch_GetTimestamp_m8BDD632ACE5FF704F108290DC1864032B9B1C0BF(/*hidden argument*/NULL); __this->set_started_3(L_1); __this->set_is_running_4((bool)1); return; } } // System.Void System.Diagnostics.Stopwatch::Restart() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stopwatch_Restart_mCACD336DA0A4A8BF67F2E74C9C2DA93484047D3B (Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var); int64_t L_0; L_0 = Stopwatch_GetTimestamp_m8BDD632ACE5FF704F108290DC1864032B9B1C0BF(/*hidden argument*/NULL); __this->set_started_3(L_0); __this->set_elapsed_2(((int64_t)((int64_t)0))); __this->set_is_running_4((bool)1); return; } } // System.Void System.Diagnostics.Stopwatch::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stopwatch__cctor_m83EC9C206940254F92A0E270B4E48348DA7C1062 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_StaticFields*)il2cpp_codegen_static_fields_for(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var))->set_Frequency_0(((int64_t)((int64_t)((int32_t)10000000)))); ((Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_StaticFields*)il2cpp_codegen_static_fields_for(Stopwatch_t78C5E942A89311381E0D8894576457C33462DF89_il2cpp_TypeInfo_var))->set_IsHighResolution_1((bool)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 // System.String System.Collections.Specialized.StringCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringCollection_get_Item_m1C00F274B95C72B7802386E253AEFD63BBF0ABC6 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, int32_t ___index0, 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; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_data_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 ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); } } // System.Void System.Collections.Specialized.StringCollection::set_Item(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_set_Item_m9C39150B3F7E7707087939A667608314F7B7396A (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_data_0(); int32_t L_1 = ___index0; String_t* L_2 = ___value1; NullCheck(L_0); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_0, L_1, L_2); return; } } // System.Int32 System.Collections.Specialized.StringCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_get_Count_mC75C516535FA84F1F00EA0B8080DA833F2668B6E (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_data_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.Boolean System.Collections.Specialized.StringCollection::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringCollection_System_Collections_IList_get_IsReadOnly_m5F7F83F7BE95960C9214087A57F2BDE25D623D2E (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 System.Collections.Specialized.StringCollection::Add(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_Add_m74C07154AC7259B8219DF6A79B76EF5B7E12A6EE (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, String_t* ___value0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_data_0(); String_t* L_1 = ___value0; 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.Void System.Collections.Specialized.StringCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_Clear_mF6342AADBD52C49020E567138B9E0F479B38A357 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_data_0(); NullCheck(L_0); VirtActionInvoker0::Invoke(26 /* System.Void System.Collections.ArrayList::Clear() */, L_0); return; } } // System.Boolean System.Collections.Specialized.StringCollection::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringCollection_Contains_mFA733702D3C6B9BFA95AD34B74C5A0AD9DB3B30C (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, String_t* ___value0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_data_0(); String_t* L_1 = ___value0; NullCheck(L_0); bool L_2; L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(28 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.Collections.Specialized.StringCollection::CopyTo(System.String[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_CopyTo_m4AEACC92E456EE1A0CA6AE045E1CF3739216A5E4 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_data_0(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(30 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, (RuntimeArray *)(RuntimeArray *)L_1, L_2); return; } } // System.Int32 System.Collections.Specialized.StringCollection::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_IndexOf_m0CCDCB4898AEF6BD74168E2FE480CEA739AB926F (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, String_t* ___value0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_data_0(); String_t* L_1 = ___value0; NullCheck(L_0); int32_t L_2; L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(33 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.Collections.Specialized.StringCollection::Insert(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_Insert_m899372FA6CD26D46C1773350C67A5B7DD390F455 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_data_0(); int32_t L_1 = ___index0; String_t* L_2 = ___value1; NullCheck(L_0); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(34 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_0, L_1, L_2); return; } } // System.Void System.Collections.Specialized.StringCollection::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_Remove_mC6A3DD305A3DFD39CB2EB0B150633F774FE93E78 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, String_t* ___value0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_data_0(); String_t* L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_0, L_1); return; } } // System.Void System.Collections.Specialized.StringCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_RemoveAt_m2774DD6AD7D2A1D26B119D06E5E6210CDD1DBA07 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, int32_t ___index0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_data_0(); int32_t L_1 = ___index0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(37 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_0, L_1); return; } } // System.Object System.Collections.Specialized.StringCollection::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * StringCollection_System_Collections_IList_get_Item_mC52C13B373A2121AC1643931A253135DE68AA72E (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; String_t* L_1; L_1 = StringCollection_get_Item_m1C00F274B95C72B7802386E253AEFD63BBF0ABC6(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Collections.Specialized.StringCollection::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_System_Collections_IList_set_Item_m854335ED059049299A185117DED7BBB255E18EAD (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, int32_t ___index0, RuntimeObject * ___value1, 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 L_0 = ___index0; RuntimeObject * L_1 = ___value1; StringCollection_set_Item_m9C39150B3F7E7707087939A667608314F7B7396A(__this, L_0, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.Specialized.StringCollection::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_System_Collections_IList_Add_mB44F92FE4734B08FECBC698551D3C8494BC9B472 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, RuntimeObject * ___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; } { RuntimeObject * L_0 = ___value0; int32_t L_1; L_1 = StringCollection_Add_m74C07154AC7259B8219DF6A79B76EF5B7E12A6EE(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Collections.Specialized.StringCollection::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringCollection_System_Collections_IList_Contains_mE745AC2B0A9AF7F1A1A2508446F62DA61ACDB419 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, RuntimeObject * ___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; } { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = StringCollection_Contains_mFA733702D3C6B9BFA95AD34B74C5A0AD9DB3B30C(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Collections.Specialized.StringCollection::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_System_Collections_IList_IndexOf_m22D689D7E4AD87F7BF760176137F81D454AD394A (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, RuntimeObject * ___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; } { RuntimeObject * L_0 = ___value0; int32_t L_1; L_1 = StringCollection_IndexOf_m0CCDCB4898AEF6BD74168E2FE480CEA739AB926F(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Void System.Collections.Specialized.StringCollection::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_System_Collections_IList_Insert_m6DE39B04ADDE5A0309BC68E3350A2D6E7031D984 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, int32_t ___index0, RuntimeObject * ___value1, 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 L_0 = ___index0; RuntimeObject * L_1 = ___value1; StringCollection_Insert_m899372FA6CD26D46C1773350C67A5B7DD390F455(__this, L_0, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.StringCollection::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_System_Collections_IList_Remove_mF7FFE6D6A2B875139AF595D5BCC5894D521D500D (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, RuntimeObject * ___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; } { RuntimeObject * L_0 = ___value0; StringCollection_Remove_mC6A3DD305A3DFD39CB2EB0B150633F774FE93E78(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.StringCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_System_Collections_ICollection_CopyTo_m1C3B0352FAA40B2BC8C570B6B67A63D6293258A0 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_data_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(30 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.Collections.IEnumerator System.Collections.Specialized.StringCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringCollection_System_Collections_IEnumerable_GetEnumerator_m3D00F20127AEB0490F6F594D72E077B2B37AE182 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_data_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Void System.Collections.Specialized.StringCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection__ctor_m9E4F5359AEFDC2281D4E651A948F6EAE1B812488 (StringCollection_tA998B5DFD2921A16BBD33D32B8F6CCFFCEB6537E * __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; } { 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_data_0(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.StringConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringConverter__ctor_m078D8E99B4F9B0F2EF7A2D3857A6F044B7A16118 (StringConverter_tEC598B89E55C16F1669CFBC98F5C2308E2F232E5 * __this, const RuntimeMethod* method) { { TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__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 Mono.Net.Security.SystemCertificateValidator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemCertificateValidator__cctor_m6CE9978D732EB324290EFD3B9548BD4B83D72285 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral475F6E8637A44D20C22107B55E31FD008064EC56); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { ((SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_StaticFields*)il2cpp_codegen_static_fields_for(SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_il2cpp_TypeInfo_var))->set_s_flags_1(((int32_t)168)); 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)2))) { goto IL_0023; } } { bool L_2; L_2 = File_Exists_mEFB0F2E165717ACA9A13202EF4ED17118858FAFE(_stringLiteral475F6E8637A44D20C22107B55E31FD008064EC56, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_2)); goto IL_0024; } IL_0023: { G_B3_0 = 0; } IL_0024: { ((SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_StaticFields*)il2cpp_codegen_static_fields_for(SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_il2cpp_TypeInfo_var))->set_is_macosx_0((bool)G_B3_0); return; } } // System.Security.Cryptography.X509Certificates.X509Chain Mono.Net.Security.SystemCertificateValidator::CreateX509Chain(System.Security.Cryptography.X509Certificates.X509CertificateCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * SystemCertificateValidator_CreateX509Chain_mC69602AAD344A88C338A3DF8CAE71000D30B6264 (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certs0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_0 = (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *)il2cpp_codegen_object_new(X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37_il2cpp_TypeInfo_var); X509Chain__ctor_m55DBE2D3727F0AAD25C34A7DCA654AA6218145E4(L_0, /*hidden argument*/NULL); X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_1 = L_0; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_2 = ___certs0; X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * L_3 = (X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F *)il2cpp_codegen_object_new(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F_il2cpp_TypeInfo_var); X509ChainPolicy__ctor_m17F37BC42389FFA54D34961E22624F615D7A2094(L_3, ((X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *)CastclassClass((RuntimeObject*)L_2, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_1); X509Chain_set_ChainPolicy_mBCA34300EEA4783253A7B8DC281F9B858B207C92(L_1, L_3, /*hidden argument*/NULL); return L_1; } } // System.Boolean Mono.Net.Security.SystemCertificateValidator::NeedsChain(Mono.Security.Interface.MonoTlsSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemCertificateValidator_NeedsChain_m7638F13AC43F875790A5782D11D9D2DC073A267E (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings0, const RuntimeMethod* method) { { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.SystemNetworkCredential::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemNetworkCredential__ctor_m1578DB215E2E9C785748EA49BA5E6FF9F145EAE5 (SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); 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.SystemNetworkCredential::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemNetworkCredential__cctor_mD0DBEC2194189822021412CACE2870EB684A36A4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F * L_0 = (SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F *)il2cpp_codegen_object_new(SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_il2cpp_TypeInfo_var); SystemNetworkCredential__ctor_m1578DB215E2E9C785748EA49BA5E6FF9F145EAE5(L_0, /*hidden argument*/NULL); ((SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_StaticFields*)il2cpp_codegen_static_fields_for(SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_il2cpp_TypeInfo_var))->set_defaultCredential_3(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.Sockets.TcpClient::.ctor(System.Net.Sockets.AddressFamily) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient__ctor_m67703F980AF859B47D938D2739C0E3D244659339 (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, int32_t ___family0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_m_Family_3(2); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); bool L_0 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); int32_t L_1 = ___family0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_003f; } } { int32_t L_2 = ___family0; if ((((int32_t)L_2) == ((int32_t)((int32_t)23)))) { goto IL_003f; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (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_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD6B94B0798130EA7E48D45E575293E70EDAC7151))); (L_4)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD6B94B0798130EA7E48D45E575293E70EDAC7151))); String_t* L_5; L_5 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8F37F8E27E5857460347BD55FFBFB98FCC58AC10)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral319D1EB2B79ACDA1B65E4BA4BA666745E69FEECF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient__ctor_m67703F980AF859B47D938D2739C0E3D244659339_RuntimeMethod_var))); } IL_003f: { int32_t L_7 = ___family0; __this->set_m_Family_3(L_7); TcpClient_initialize_m08961C45FDA15FB29076F593BD00367CBCD95F9B(__this, /*hidden argument*/NULL); bool L_8 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); return; } } // System.Void System.Net.Sockets.TcpClient::.ctor(System.Net.Sockets.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient__ctor_m8A255164A365956CC12A73846A71548F7614BE56 (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___acceptedSocket0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_m_Family_3(2); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); bool L_0 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_1 = ___acceptedSocket0; TcpClient_set_Client_m12167E7D3DEAEEF69AF8896152A54CE613C664FC_inline(__this, L_1, /*hidden argument*/NULL); __this->set_m_Active_1((bool)1); bool L_2 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); return; } } // System.Net.Sockets.Socket System.Net.Sockets.TcpClient::get_Client() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * TcpClient_get_Client_mC5F4444D9A96380DC38E84E8A2B9E864D600C9A7 (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, const RuntimeMethod* method) { { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_m_ClientSocket_0(); return L_0; } } // System.Void System.Net.Sockets.TcpClient::set_Client(System.Net.Sockets.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_Client_m12167E7D3DEAEEF69AF8896152A54CE613C664FC (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___value0, const RuntimeMethod* method) { { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = ___value0; __this->set_m_ClientSocket_0(L_0); return; } } // System.Boolean System.Net.Sockets.TcpClient::get_Connected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_get_Connected_m6F6E0D5E8CDF2D56756C34960B53D505640F481A (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, const RuntimeMethod* method) { { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_m_ClientSocket_0(); NullCheck(L_0); bool L_1; L_1 = Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.IAsyncResult System.Net.Sockets.TcpClient::BeginConnect(System.String,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TcpClient_BeginConnect_mAF5D929DCA6FFD78BC0DE6E0F448B5F911CD8303 (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, String_t* ___host0, int32_t ___port1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___requestCallback2, RuntimeObject * ___state3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_1; L_1 = TcpClient_get_Client_mC5F4444D9A96380DC38E84E8A2B9E864D600C9A7_inline(__this, /*hidden argument*/NULL); String_t* L_2 = ___host0; int32_t L_3 = ___port1; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_4 = ___requestCallback2; RuntimeObject * L_5 = ___state3; NullCheck(L_1); RuntimeObject* L_6; L_6 = Socket_BeginConnect_mA2E99418FD828F25F66A3D9DBF4BB20D64ADE133(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); bool L_7 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); return L_6; } } // System.Void System.Net.Sockets.TcpClient::EndConnect(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_EndConnect_m8A878839804034D19DA751A6FC9C11736017782D (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_1; L_1 = TcpClient_get_Client_mC5F4444D9A96380DC38E84E8A2B9E864D600C9A7_inline(__this, /*hidden argument*/NULL); RuntimeObject* L_2 = ___asyncResult0; NullCheck(L_1); Socket_EndConnect_mC014DB766DCF93646536008F55692BE9143797E6(L_1, L_2, /*hidden argument*/NULL); __this->set_m_Active_1((bool)1); bool L_3 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); return; } } // System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient::GetStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * TcpClient_GetStream_mBBF27B06916830198E0E3BA323142793E9B2C5FC (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); bool L_1 = __this->get_m_CleanedUp_4(); if (!L_1) { goto IL_001f; } } { 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*)&TcpClient_GetStream_mBBF27B06916830198E0E3BA323142793E9B2C5FC_RuntimeMethod_var))); } IL_001f: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_5; L_5 = TcpClient_get_Client_mC5F4444D9A96380DC38E84E8A2B9E864D600C9A7_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); bool L_6; L_6 = Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_003c; } } { String_t* L_7; L_7 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC346DF19BCA13733A62F157B7D32A1ADA5023CC6)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_8 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_GetStream_mBBF27B06916830198E0E3BA323142793E9B2C5FC_RuntimeMethod_var))); } IL_003c: { NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_9 = __this->get_m_DataStream_2(); if (L_9) { goto IL_0056; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_10; L_10 = TcpClient_get_Client_mC5F4444D9A96380DC38E84E8A2B9E864D600C9A7_inline(__this, /*hidden argument*/NULL); NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_11 = (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 *)il2cpp_codegen_object_new(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48_il2cpp_TypeInfo_var); NetworkStream__ctor_mA1CC20301CE577D0D971E02452956141D21E2F48(L_11, L_10, (bool)1, /*hidden argument*/NULL); __this->set_m_DataStream_2(L_11); } IL_0056: { bool L_12 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_13 = __this->get_m_DataStream_2(); return L_13; } } // System.Void System.Net.Sockets.TcpClient::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Close_mCF4B20FF3721D82A8C9F8136E5CB1F4C68AFD5B3 (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, __this); bool L_1 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); return; } } // System.Void System.Net.Sockets.TcpClient::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Dispose_m97844CB9861BDC760748AA7B456084292223373D (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); bool L_1 = __this->get_m_CleanedUp_4(); if (!L_1) { goto IL_0015; } } { bool L_2 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); return; } IL_0015: { bool L_3 = ___disposing0; if (!L_3) { goto IL_0051; } } { NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_4 = __this->get_m_DataStream_2(); V_0 = L_4; RuntimeObject* L_5 = V_0; if (!L_5) { goto IL_002a; } } { RuntimeObject* L_6 = V_0; NullCheck(L_6); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_6); goto IL_004b; } IL_002a: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_7; L_7 = TcpClient_get_Client_mC5F4444D9A96380DC38E84E8A2B9E864D600C9A7_inline(__this, /*hidden argument*/NULL); V_1 = L_7; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_8 = V_1; if (!L_8) { goto IL_004b; } } IL_0034: try { // begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_9 = V_1; NullCheck(L_9); Socket_InternalShutdown_mDA3F1ED617847E781AA826C43A833E7C978FD850(L_9, 2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x4B, FINALLY_003d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003d; } FINALLY_003d: { // begin finally (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_10 = V_1; NullCheck(L_10); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_10, /*hidden argument*/NULL); TcpClient_set_Client_m12167E7D3DEAEEF69AF8896152A54CE613C664FC_inline(__this, (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)NULL, /*hidden argument*/NULL); IL2CPP_END_FINALLY(61) } // end finally (depth: 1) IL2CPP_CLEANUP(61) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4B, IL_004b) } IL_004b: { IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mFF908DB65A7128F68FC8CAEA84AA753B439FE40E(__this, /*hidden argument*/NULL); } IL_0051: { __this->set_m_CleanedUp_4((bool)1); bool L_11 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); return; } } // System.Void System.Net.Sockets.TcpClient::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Dispose_m91019DBDAAF47EDD82729A8589A483C4035AAC84 (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Net.Sockets.TcpClient::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.Net.Sockets.TcpClient::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Finalize_mF1ACA1F95F96C261EE4A9511077564236790A1AE (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __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(5 /* System.Void System.Net.Sockets.TcpClient::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.Void System.Net.Sockets.TcpClient::initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_initialize_m08961C45FDA15FB29076F593BD00367CBCD95F9B (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_Family_3(); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_1 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)il2cpp_codegen_object_new(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket__ctor_m5A4B335AEC1450ABE31CF1151F3F5A93D9D0280C(L_1, L_0, 1, 6, /*hidden argument*/NULL); TcpClient_set_Client_m12167E7D3DEAEEF69AF8896152A54CE613C664FC_inline(__this, L_1, /*hidden argument*/NULL); __this->set_m_Active_1((bool)0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Sockets.TcpListener::.ctor(System.Net.IPAddress,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpListener__ctor_mD4633F7821C1F6412EFE88DB42F8A6C7E1A914F0 (TcpListener_t96F905EC8A8737637341F4D6BC425E5188FDA14B * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___localaddr0, int32_t ___port1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); bool L_0 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_1 = ___localaddr0; if (L_1) { goto IL_001a; } } { 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*)&_stringLiteral5BBE3C556133A9D6FC2123C04DA11F9C47BEAD49)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpListener__ctor_mD4633F7821C1F6412EFE88DB42F8A6C7E1A914F0_RuntimeMethod_var))); } IL_001a: { int32_t L_3 = ___port1; IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); bool L_4; L_4 = ValidationHelper_ValidateTcpPort_m4FB59C10D4979D7CA8E203EB6E2DBB5BC872119B(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002d; } } { 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_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral670E6E5CD786FBA46F50395F2FE281B1DF2C9985)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpListener__ctor_mD4633F7821C1F6412EFE88DB42F8A6C7E1A914F0_RuntimeMethod_var))); } IL_002d: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_6 = ___localaddr0; int32_t L_7 = ___port1; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_8 = (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)il2cpp_codegen_object_new(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); IPEndPoint__ctor_m22783A215BA0B38674F6A6CB6803804268561321(L_8, L_6, L_7, /*hidden argument*/NULL); __this->set_m_ServerSocketEP_0(L_8); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_9 = __this->get_m_ServerSocketEP_0(); NullCheck(L_9); int32_t L_10; L_10 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, L_9); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_11 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)il2cpp_codegen_object_new(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket__ctor_m5A4B335AEC1450ABE31CF1151F3F5A93D9D0280C(L_11, L_10, 1, 6, /*hidden argument*/NULL); __this->set_m_ServerSocket_1(L_11); bool L_12 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); return; } } // System.Net.EndPoint System.Net.Sockets.TcpListener::get_LocalEndpoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * TcpListener_get_LocalEndpoint_m570747366FE29F08F5764B88245C0239634A74A3 (TcpListener_t96F905EC8A8737637341F4D6BC425E5188FDA14B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Active_2(); if (L_0) { goto IL_000f; } } { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_1 = __this->get_m_ServerSocketEP_0(); return L_1; } IL_000f: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = __this->get_m_ServerSocket_1(); NullCheck(L_2); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_3; L_3 = Socket_get_LocalEndPoint_m327EB4A6DD9260037F648B5ABA719BB305D40EB0(L_2, /*hidden argument*/NULL); return L_3; } } // System.Void System.Net.Sockets.TcpListener::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpListener_Start_m95F4F504E8BF63D90E857AF6C794AC25EF971C68 (TcpListener_t96F905EC8A8737637341F4D6BC425E5188FDA14B * __this, const RuntimeMethod* method) { { TcpListener_Start_mE4B737892B388EBFD51A18A8C53CCBB133B35650(__this, ((int32_t)2147483647LL), /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.TcpListener::Start(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpListener_Start_mE4B737892B388EBFD51A18A8C53CCBB133B35650 (TcpListener_t96F905EC8A8737637341F4D6BC425E5188FDA14B * __this, int32_t ___backlog0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = ___backlog0; if ((((int32_t)L_0) > ((int32_t)((int32_t)2147483647LL)))) { goto IL_000c; } } { int32_t L_1 = ___backlog0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0017; } } IL_000c: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral51D72E41B211BFAE7F6A657966592DC99A34DAC9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpListener_Start_mE4B737892B388EBFD51A18A8C53CCBB133B35650_RuntimeMethod_var))); } IL_0017: { bool L_3 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_4 = __this->get_m_ServerSocket_1(); if (L_4) { goto IL_0035; } } { String_t* L_5; L_5 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral94F01F8DA951F3F29004B2BAC479DD063A49B089)), /*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*)&TcpListener_Start_mE4B737892B388EBFD51A18A8C53CCBB133B35650_RuntimeMethod_var))); } IL_0035: { bool L_7 = __this->get_m_Active_2(); if (!L_7) { goto IL_0044; } } { bool L_8 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); return; } IL_0044: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_9 = __this->get_m_ServerSocket_1(); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_10 = __this->get_m_ServerSocketEP_0(); NullCheck(L_9); Socket_Bind_m4DFEFA3F8C6E95586D02BCF311D8A1D5A449B217(L_9, L_10, /*hidden argument*/NULL); } IL_0055: try { // begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_11 = __this->get_m_ServerSocket_1(); int32_t L_12 = ___backlog0; NullCheck(L_11); Socket_Listen_m333EA7692DFF6A3B7BF746237EBBC22C1FBE61C4(L_11, L_12, /*hidden argument*/NULL); goto IL_006c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0063; } throw e; } CATCH_0063: { // begin catch(System.Net.Sockets.SocketException) TcpListener_Stop_m113CEAB447C6BCDBCF91CEF94DCA602E4530C033(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpListener_Start_mE4B737892B388EBFD51A18A8C53CCBB133B35650_RuntimeMethod_var))); } // end catch (depth: 1) IL_006c: { __this->set_m_Active_2((bool)1); bool L_13 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); return; } } // System.Void System.Net.Sockets.TcpListener::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpListener_Stop_m113CEAB447C6BCDBCF91CEF94DCA602E4530C033 (TcpListener_t96F905EC8A8737637341F4D6BC425E5188FDA14B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_1 = __this->get_m_ServerSocket_1(); if (!L_1) { goto IL_0020; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = __this->get_m_ServerSocket_1(); NullCheck(L_2); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_2, /*hidden argument*/NULL); __this->set_m_ServerSocket_1((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)NULL); } IL_0020: { __this->set_m_Active_2((bool)0); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_3 = __this->get_m_ServerSocketEP_0(); NullCheck(L_3); int32_t L_4; L_4 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, L_3); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_5 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)il2cpp_codegen_object_new(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket__ctor_m5A4B335AEC1450ABE31CF1151F3F5A93D9D0280C(L_5, L_4, 1, 6, /*hidden argument*/NULL); __this->set_m_ServerSocket_1(L_5); bool L_6 = __this->get_m_ExclusiveAddressUse_3(); if (!L_6) { goto IL_0053; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_7 = __this->get_m_ServerSocket_1(); NullCheck(L_7); Socket_set_ExclusiveAddressUse_mBC7C7EF17DAFE59D002780B2CAC633E808BFDDCA(L_7, (bool)1, /*hidden argument*/NULL); } IL_0053: { bool L_8 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); return; } } // System.IAsyncResult System.Net.Sockets.TcpListener::BeginAcceptTcpClient(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TcpListener_BeginAcceptTcpClient_mD026EBFD9527C042FAA26B9E6F04518B9763DE5F (TcpListener_t96F905EC8A8737637341F4D6BC425E5188FDA14B * __this, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); bool L_1 = __this->get_m_Active_2(); if (L_1) { goto IL_001e; } } { String_t* L_2; L_2 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB73D4A77158AC2DD8DBD5E8CA53D179EB6B12990)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpListener_BeginAcceptTcpClient_mD026EBFD9527C042FAA26B9E6F04518B9763DE5F_RuntimeMethod_var))); } IL_001e: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_4 = __this->get_m_ServerSocket_1(); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_5 = ___callback0; RuntimeObject * L_6 = ___state1; NullCheck(L_4); RuntimeObject* L_7; L_7 = Socket_BeginAccept_mED2A06CC2C7FCCCECC2E3BA1F45CF5FB108D416F(L_4, L_5, L_6, /*hidden argument*/NULL); bool L_8 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); return L_7; } } // System.Net.Sockets.TcpClient System.Net.Sockets.TcpListener::EndAcceptTcpClient(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * TcpListener_EndAcceptTcpClient_m8CC22D3ACD902963F3F754628567A4EB8CF68785 (TcpListener_t96F905EC8A8737637341F4D6BC425E5188FDA14B * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * V_0 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B5_0 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B7_0 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B6_0 = NULL; { bool L_0 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); RuntimeObject* L_1 = ___asyncResult0; if (L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpListener_EndAcceptTcpClient_m8CC22D3ACD902963F3F754628567A4EB8CF68785_RuntimeMethod_var))); } IL_0014: { RuntimeObject* L_3 = ___asyncResult0; V_0 = ((SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 *)IsInstSealed((RuntimeObject*)L_3, SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4_il2cpp_TypeInfo_var)); SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_4 = V_0; if (!L_4) { goto IL_0026; } } { SocketAsyncResult_t42111E1C73DAF0D017E77B414BE79A2A837E56B4 * L_5 = V_0; NullCheck(L_5); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_6 = L_5->get_socket_5(); G_B5_0 = L_6; goto IL_0027; } IL_0026: { G_B5_0 = ((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)(NULL)); } IL_0027: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_7 = G_B5_0; G_B6_0 = L_7; if (L_7) { G_B7_0 = L_7; goto IL_003f; } } { String_t* L_8; L_8 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8919B3EA19F272A32C34A085DDD7865989E28DF)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpListener_EndAcceptTcpClient_m8CC22D3ACD902963F3F754628567A4EB8CF68785_RuntimeMethod_var))); } IL_003f: { RuntimeObject* L_10 = ___asyncResult0; NullCheck(G_B7_0); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_11; L_11 = Socket_EndAccept_mA0518AD160E86C2728B2E4C8E1D2A7BC69E2595A(G_B7_0, L_10, /*hidden argument*/NULL); bool L_12 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * L_13 = (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE *)il2cpp_codegen_object_new(TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE_il2cpp_TypeInfo_var); TcpClient__ctor_m8A255164A365956CC12A73846A71548F7614BE56(L_13, L_11, /*hidden argument*/NULL); return L_13; } } #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 Unity.ThrowStub::ThrowNotSupportedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowStub_ThrowNotSupportedException_m3BBB5BF36323ACE28882DF34B149C6734507B574 (const RuntimeMethod* method) { { PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * L_0 = (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var))); PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowStub_ThrowNotSupportedException_m3BBB5BF36323ACE28882DF34B149C6734507B574_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.TimeSpanConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanConverter__ctor_m8CCA5F7E15DAB96C97CF600394E637A9876AFB83 (TimeSpanConverter_t5F2498D1A18C834B1F4B9E7A3CF59069D2B72D2E * __this, const RuntimeMethod* method) { { TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__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.TimerThread::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerThread__cctor_m6BED81C173667FF27FC2DE60A8362BFDAE38B0A3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1__ctor_mED01CBA5985C563DA4E0BB91A7B26296A7BA3F90_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimerThread_OnDomainUnload_m594B6D256C11A7B1FEFD61BDA0A567058F4517C4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * L_0 = (LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 *)il2cpp_codegen_object_new(LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3_il2cpp_TypeInfo_var); LinkedList_1__ctor_mED01CBA5985C563DA4E0BB91A7B26296A7BA3F90(L_0, /*hidden argument*/LinkedList_1__ctor_mED01CBA5985C563DA4E0BB91A7B26296A7BA3F90_RuntimeMethod_var); ((TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var))->set_s_Queues_0(L_0); LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * L_1 = (LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 *)il2cpp_codegen_object_new(LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3_il2cpp_TypeInfo_var); LinkedList_1__ctor_mED01CBA5985C563DA4E0BB91A7B26296A7BA3F90(L_1, /*hidden argument*/LinkedList_1__ctor_mED01CBA5985C563DA4E0BB91A7B26296A7BA3F90_RuntimeMethod_var); ((TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var))->set_s_NewQueues_1(L_1); ((TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var))->set_s_ThreadState_2(0); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_2 = (AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D *)il2cpp_codegen_object_new(AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D_il2cpp_TypeInfo_var); AutoResetEvent__ctor_m72D2A390415B58E10CA21E260881C88E50D9F35C(L_2, (bool)0, /*hidden argument*/NULL); ((TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var))->set_s_ThreadReadyEvent_3(L_2); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_3 = (ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)il2cpp_codegen_object_new(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); ManualResetEvent__ctor_mF80BD5B0955BDA8CD514F48EBFF48698E5D03850(L_3, (bool)0, /*hidden argument*/NULL); ((TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var))->set_s_ThreadShutdownEvent_4(L_3); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_4, /*hidden argument*/NULL); ((TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var))->set_s_QueuesCache_6(L_4); WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3* L_5 = (WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3*)(WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3*)SZArrayNew(WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3_il2cpp_TypeInfo_var, (uint32_t)2); WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3* L_6 = L_5; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_7 = ((TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var))->get_s_ThreadShutdownEvent_4(); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 *)L_7); WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3* L_8 = L_6; AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_9 = ((TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var))->get_s_ThreadReadyEvent_3(); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 *)L_9); ((TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var))->set_s_ThreadEvents_5(L_8); AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * L_10; L_10 = AppDomain_get_CurrentDomain_mF99B3DA2C1E22F249D3A874A3B7F63C714C5F50F(/*hidden argument*/NULL); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_11 = (EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B *)il2cpp_codegen_object_new(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var); EventHandler__ctor_m9D4CC7B806AFF3B790E5E1A3B891F6775A146B78(L_11, NULL, (intptr_t)((intptr_t)TimerThread_OnDomainUnload_m594B6D256C11A7B1FEFD61BDA0A567058F4517C4_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_10); AppDomain_add_DomainUnload_mE808522233A3DFCFBC771C2CB69544808938A134(L_10, L_11, /*hidden argument*/NULL); return; } } // System.Net.TimerThread/Queue System.Net.TimerThread::CreateQueue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * TimerThread_CreateQueue_m3AC5A9C86D35BECBB838DFF5DAAE2FCA75D141BE (int32_t ___durationMilliseconds0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InfiniteTimerQueue_t1D20699FE2900CE42CDF3C92FCF2156E0A9A7E60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddLast_mBEE0FDAB06C80DE8EBC27C83DE3B0BEB2D0BD0EC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimerQueue_tA722FEFC39AECB14D47041145F37F2C0656BC34F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TimerQueue_tA722FEFC39AECB14D47041145F37F2C0656BC34F * V_0 = NULL; LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * V_1 = NULL; bool V_2 = false; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = ___durationMilliseconds0; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000a; } } { InfiniteTimerQueue_t1D20699FE2900CE42CDF3C92FCF2156E0A9A7E60 * L_1 = (InfiniteTimerQueue_t1D20699FE2900CE42CDF3C92FCF2156E0A9A7E60 *)il2cpp_codegen_object_new(InfiniteTimerQueue_t1D20699FE2900CE42CDF3C92FCF2156E0A9A7E60_il2cpp_TypeInfo_var); InfiniteTimerQueue__ctor_m0615ECE53786982AB9CE17517821090EAA4875FE(L_1, /*hidden argument*/NULL); return L_1; } IL_000a: { int32_t L_2 = ___durationMilliseconds0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0019; } } { 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_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3220BBB392E3CB8CF814351BB1F94E3EE69058E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimerThread_CreateQueue_m3AC5A9C86D35BECBB838DFF5DAAE2FCA75D141BE_RuntimeMethod_var))); } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var); LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * L_4 = ((TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var))->get_s_NewQueues_1(); V_1 = L_4; V_2 = (bool)0; } IL_0021: try { // begin try (depth: 1) LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * L_5 = V_1; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_5, (bool*)(&V_2), /*hidden argument*/NULL); int32_t L_6 = ___durationMilliseconds0; TimerQueue_tA722FEFC39AECB14D47041145F37F2C0656BC34F * L_7 = (TimerQueue_tA722FEFC39AECB14D47041145F37F2C0656BC34F *)il2cpp_codegen_object_new(TimerQueue_tA722FEFC39AECB14D47041145F37F2C0656BC34F_il2cpp_TypeInfo_var); TimerQueue__ctor_m43203205D39CB2175B0E5832A359AFB952AEA9D6(L_7, L_6, /*hidden argument*/NULL); V_0 = L_7; TimerQueue_tA722FEFC39AECB14D47041145F37F2C0656BC34F * L_8 = V_0; WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_9 = (WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 *)il2cpp_codegen_object_new(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76_il2cpp_TypeInfo_var); WeakReference__ctor_m11BFDB039514BDCE23425FD90E8C414D051B2F13(L_9, L_8, /*hidden argument*/NULL); V_3 = L_9; IL2CPP_RUNTIME_CLASS_INIT(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var); LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * L_10 = ((TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var))->get_s_NewQueues_1(); WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * L_11 = V_3; NullCheck(L_10); LinkedListNode_1_t3E37E571AE265769999872E9C6F9979883D162EF * L_12; L_12 = LinkedList_1_AddLast_mBEE0FDAB06C80DE8EBC27C83DE3B0BEB2D0BD0EC(L_10, L_11, /*hidden argument*/LinkedList_1_AddLast_mBEE0FDAB06C80DE8EBC27C83DE3B0BEB2D0BD0EC_RuntimeMethod_var); IL2CPP_LEAVE(0x4F, FINALLY_0045); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0045; } FINALLY_0045: { // begin finally (depth: 1) { bool L_13 = V_2; if (!L_13) { goto IL_004e; } } IL_0048: { LinkedList_1_tFCD163BEDDC3558F5B926F1AC384448DD474B1B3 * L_14 = V_1; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_14, /*hidden argument*/NULL); } IL_004e: { IL2CPP_END_FINALLY(69) } } // end finally (depth: 1) IL2CPP_CLEANUP(69) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4F, IL_004f) } IL_004f: { TimerQueue_tA722FEFC39AECB14D47041145F37F2C0656BC34F * L_15 = V_0; return L_15; } } // System.Void System.Net.TimerThread::StopTimerThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerThread_StopTimerThread_mF21D32E1712AE8052A36EAC8729A2755B4AA4FBF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var); int32_t L_0; L_0 = Interlocked_Exchange_m611B2BAD98101E850E6FC87FCC1F342C84A3270A((int32_t*)(((TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var))->get_address_of_s_ThreadState_2()), 2, /*hidden argument*/NULL); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_1 = ((TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var))->get_s_ThreadShutdownEvent_4(); NullCheck(L_1); bool L_2; L_2 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.TimerThread::OnDomainUnload(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerThread_OnDomainUnload_m594B6D256C11A7B1FEFD61BDA0A567058F4517C4 (RuntimeObject * ___sender0, EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(TimerThread_tC48868EC8F8B491A8A996B4283DA98A13778D714_il2cpp_TypeInfo_var); TimerThread_StopTimerThread_mF21D32E1712AE8052A36EAC8729A2755B4AA4FBF(/*hidden argument*/NULL); goto IL_000a; } // 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_0007; } throw e; } CATCH_0007: { // begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_000a; } // end catch (depth: 1) IL_000a: { 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.TypeConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.TypeConverterAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_m23863863F742A02AA8914FB5527AFBC15DCAFA8A (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_typeName_0(L_0); return; } } // System.Void System.ComponentModel.TypeConverterAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_mE0B270E39E657178B253AB6F56FCA24E644868F4 (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * __this, Type_t * ___type0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; NullCheck(L_0); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Type::get_AssemblyQualifiedName() */, L_0); __this->set_typeName_0(L_1); return; } } // System.String System.ComponentModel.TypeConverterAttribute::get_ConverterTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_m699652BD16C42823BE283EA769647F676122EB6B (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_typeName_0(); return L_0; } } // System.Boolean System.ComponentModel.TypeConverterAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverterAttribute_Equals_mED3025C0A24E6809AA6E31FE5F498D18558584FB (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = ((TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 *)IsInstSealed((RuntimeObject*)L_0, TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_il2cpp_TypeInfo_var)); TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * L_1 = V_0; if (!L_1) { goto IL_001c; } } { TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = TypeConverterAttribute_get_ConverterTypeName_m699652BD16C42823BE283EA769647F676122EB6B_inline(L_2, /*hidden argument*/NULL); String_t* L_4 = __this->get_typeName_0(); bool L_5; L_5 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_001c: { return (bool)0; } } // System.Int32 System.ComponentModel.TypeConverterAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeConverterAttribute_GetHashCode_mFBABA9E1D19DC64BAAF3C9D0F1B82E42B5F66769 (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_typeName_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Void System.ComponentModel.TypeConverterAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverterAttribute__cctor_m326E14273BE20A6BEF921C2C326EE5ABFE89D9C3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * L_0 = (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 *)il2cpp_codegen_object_new(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_il2cpp_TypeInfo_var); TypeConverterAttribute__ctor_m23863863F742A02AA8914FB5527AFBC15DCAFA8A(L_0, /*hidden argument*/NULL); ((TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_StaticFields*)il2cpp_codegen_static_fields_for(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_il2cpp_TypeInfo_var))->set_Default_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.String System.UncNameHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UncNameHelper_ParseCanonicalName_m223F0202F60AC6F3EFE9A61D9F28EBEBB77BAB86 (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___loopback3, const RuntimeMethod* method) { { String_t* L_0 = ___str0; int32_t L_1 = ___start1; int32_t L_2 = ___end2; bool* L_3 = ___loopback3; String_t* L_4; L_4 = DomainNameHelper_ParseCanonicalName_mA709519F0A1E29FAA3E60D39059E60CEAAD9B503(L_0, L_1, L_2, (bool*)L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.UncNameHelper::IsValid(System.Char*,System.UInt16,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UncNameHelper_IsValid_mFE0F1C598686A9A6280A1ABDA5ED55414DFD0F5F (Il2CppChar* ___name0, uint16_t ___start1, int32_t* ___returnedEnd2, bool ___notImplicitFile3, 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; } uint16_t V_0 = 0; bool V_1 = false; uint16_t V_2 = 0; { int32_t* L_0 = ___returnedEnd2; int32_t L_1 = *((int32_t*)L_0); V_0 = (uint16_t)((int32_t)((uint16_t)L_1)); uint16_t L_2 = ___start1; uint16_t L_3 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_000a; } } { return (bool)0; } IL_000a: { V_1 = (bool)0; uint16_t L_4 = ___start1; V_2 = L_4; goto IL_00a8; } IL_0013: { Il2CppChar* L_5 = ___name0; uint16_t L_6 = V_2; int32_t L_7 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)2))))); if ((((int32_t)L_7) == ((int32_t)((int32_t)47)))) { goto IL_004d; } } { Il2CppChar* L_8 = ___name0; uint16_t L_9 = V_2; 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))))); if ((((int32_t)L_10) == ((int32_t)((int32_t)92)))) { goto IL_004d; } } { bool L_11 = ___notImplicitFile3; if (!L_11) { goto IL_0051; } } { Il2CppChar* L_12 = ___name0; uint16_t L_13 = V_2; int32_t L_14 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2))))); if ((((int32_t)L_14) == ((int32_t)((int32_t)58)))) { goto IL_004d; } } { Il2CppChar* L_15 = ___name0; uint16_t L_16 = V_2; int32_t L_17 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_16), (int32_t)2))))); if ((((int32_t)L_17) == ((int32_t)((int32_t)63)))) { goto IL_004d; } } { Il2CppChar* L_18 = ___name0; uint16_t L_19 = V_2; 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))))); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)35))))) { goto IL_0051; } } IL_004d: { uint16_t L_21 = V_2; V_0 = L_21; goto IL_00af; } IL_0051: { Il2CppChar* L_22 = ___name0; uint16_t L_23 = V_2; int32_t L_24 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_23), (int32_t)2))))); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)46))))) { goto IL_0063; } } { uint16_t L_25 = V_2; V_2 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)))); goto IL_00af; } IL_0063: { Il2CppChar* L_26 = ___name0; uint16_t L_27 = V_2; int32_t L_28 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_27), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_29; L_29 = Char_IsLetter_mB969070D762B8C025232F4FF8EBED0A1A2968C05(L_28, /*hidden argument*/NULL); if (L_29) { goto IL_0087; } } { Il2CppChar* L_30 = ___name0; uint16_t L_31 = V_2; int32_t L_32 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_31), (int32_t)2))))); if ((((int32_t)L_32) == ((int32_t)((int32_t)45)))) { goto IL_0087; } } { Il2CppChar* L_33 = ___name0; uint16_t L_34 = V_2; int32_t L_35 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_34), (int32_t)2))))); if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)95))))) { goto IL_008b; } } IL_0087: { V_1 = (bool)1; goto IL_00a3; } IL_008b: { Il2CppChar* L_36 = ___name0; uint16_t L_37 = V_2; int32_t L_38 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_37), (int32_t)2))))); if ((((int32_t)L_38) < ((int32_t)((int32_t)48)))) { goto IL_00a1; } } { Il2CppChar* L_39 = ___name0; uint16_t L_40 = V_2; int32_t L_41 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_40), (int32_t)2))))); if ((((int32_t)L_41) <= ((int32_t)((int32_t)57)))) { goto IL_00a3; } } IL_00a1: { return (bool)0; } IL_00a3: { uint16_t L_42 = V_2; V_2 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)))); } IL_00a8: { uint16_t L_43 = V_2; uint16_t L_44 = V_0; if ((((int32_t)L_43) < ((int32_t)L_44))) { goto IL_0013; } } IL_00af: { bool L_45 = V_1; if (L_45) { goto IL_0169; } } { return (bool)0; } IL_00b7: { Il2CppChar* L_46 = ___name0; uint16_t L_47 = V_2; int32_t L_48 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_46, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_47), (int32_t)2))))); if ((((int32_t)L_48) == ((int32_t)((int32_t)47)))) { goto IL_00f1; } } { Il2CppChar* L_49 = ___name0; uint16_t L_50 = V_2; int32_t L_51 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_50), (int32_t)2))))); if ((((int32_t)L_51) == ((int32_t)((int32_t)92)))) { goto IL_00f1; } } { bool L_52 = ___notImplicitFile3; if (!L_52) { goto IL_00f5; } } { Il2CppChar* L_53 = ___name0; uint16_t L_54 = V_2; int32_t L_55 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_53, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_54), (int32_t)2))))); if ((((int32_t)L_55) == ((int32_t)((int32_t)58)))) { goto IL_00f1; } } { Il2CppChar* L_56 = ___name0; uint16_t L_57 = V_2; int32_t L_58 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_57), (int32_t)2))))); if ((((int32_t)L_58) == ((int32_t)((int32_t)63)))) { goto IL_00f1; } } { Il2CppChar* L_59 = ___name0; uint16_t L_60 = V_2; int32_t L_61 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_59, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_60), (int32_t)2))))); if ((!(((uint32_t)L_61) == ((uint32_t)((int32_t)35))))) { goto IL_00f5; } } IL_00f1: { uint16_t L_62 = V_2; V_0 = L_62; goto IL_0170; } IL_00f5: { Il2CppChar* L_63 = ___name0; uint16_t L_64 = V_2; int32_t L_65 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_63, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_64), (int32_t)2))))); if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)46))))) { goto IL_011c; } } { bool L_66 = V_1; if (!L_66) { goto IL_0116; } } { uint16_t L_67 = V_2; uint16_t L_68 = ___start1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1))) < ((int32_t)L_68))) { goto IL_0118; } } { Il2CppChar* L_69 = ___name0; uint16_t L_70 = V_2; int32_t L_71 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_69, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1))), (int32_t)2))))); if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)46))))) { goto IL_0118; } } IL_0116: { return (bool)0; } IL_0118: { V_1 = (bool)0; goto IL_0164; } IL_011c: { Il2CppChar* L_72 = ___name0; uint16_t L_73 = V_2; int32_t L_74 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_73), (int32_t)2))))); if ((((int32_t)L_74) == ((int32_t)((int32_t)45)))) { goto IL_0132; } } { Il2CppChar* L_75 = ___name0; uint16_t L_76 = V_2; int32_t L_77 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_76), (int32_t)2))))); if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)95))))) { goto IL_0137; } } IL_0132: { bool L_78 = V_1; if (L_78) { goto IL_0164; } } { return (bool)0; } IL_0137: { Il2CppChar* L_79 = ___name0; uint16_t L_80 = V_2; int32_t L_81 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_79, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_80), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_82; L_82 = Char_IsLetter_mB969070D762B8C025232F4FF8EBED0A1A2968C05(L_81, /*hidden argument*/NULL); if (L_82) { goto IL_015b; } } { Il2CppChar* L_83 = ___name0; uint16_t L_84 = V_2; int32_t L_85 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_83, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_84), (int32_t)2))))); if ((((int32_t)L_85) < ((int32_t)((int32_t)48)))) { goto IL_0162; } } { Il2CppChar* L_86 = ___name0; uint16_t L_87 = V_2; int32_t L_88 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_86, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_87), (int32_t)2))))); if ((((int32_t)L_88) > ((int32_t)((int32_t)57)))) { goto IL_0162; } } IL_015b: { bool L_89 = V_1; if (L_89) { goto IL_0164; } } { V_1 = (bool)1; goto IL_0164; } IL_0162: { return (bool)0; } IL_0164: { uint16_t L_90 = V_2; V_2 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)))); } IL_0169: { uint16_t L_91 = V_2; uint16_t L_92 = V_0; if ((((int32_t)L_91) < ((int32_t)L_92))) { goto IL_00b7; } } IL_0170: { uint16_t L_93 = V_2; uint16_t L_94 = ___start1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)1))) < ((int32_t)L_94))) { goto IL_0185; } } { Il2CppChar* L_95 = ___name0; uint16_t L_96 = V_2; int32_t L_97 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_95, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)1))), (int32_t)2))))); if ((!(((uint32_t)L_97) == ((uint32_t)((int32_t)46))))) { goto IL_0185; } } { V_1 = (bool)1; } IL_0185: { bool L_98 = V_1; if (L_98) { goto IL_018a; } } { return (bool)0; } IL_018a: { int32_t* L_99 = ___returnedEnd2; uint16_t L_100 = V_0; *((int32_t*)L_99) = (int32_t)L_100; return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.IntPtr Mono.Unity.UnityTls::GetUnityTlsInterface() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UnityTls_GetUnityTlsInterface_mEB1549C22D01D9EFF5163D617DD6C524399C9168 (const RuntimeMethod* method) { typedef intptr_t (*UnityTls_GetUnityTlsInterface_mEB1549C22D01D9EFF5163D617DD6C524399C9168_ftn) (); using namespace il2cpp::icalls; return ((UnityTls_GetUnityTlsInterface_mEB1549C22D01D9EFF5163D617DD6C524399C9168_ftn)mscorlib::Mono::Unity::UnityTls::GetUnityTlsInterface) (); } // System.Boolean Mono.Unity.UnityTls::get_IsSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTls_get_IsSupported_m056D75A7037671BE51A245A5F87A4DF48E95AC56 (const RuntimeMethod* method) { { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_0; L_0 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); return (bool)((!(((RuntimeObject*)(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // Mono.Unity.UnityTls/unitytls_interface_struct Mono.Unity.UnityTls::get_NativeInterface() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_PtrToStructure_Tisunitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD_mD08E8417CFE57E74666C9ED03FBA50853FEA3BE5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTls_t5E9EEFC63D9FA89B070AF1E103D6C427AE7EE525_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_0 = ((UnityTls_t5E9EEFC63D9FA89B070AF1E103D6C427AE7EE525_StaticFields*)il2cpp_codegen_static_fields_for(UnityTls_t5E9EEFC63D9FA89B070AF1E103D6C427AE7EE525_il2cpp_TypeInfo_var))->get_marshalledInterface_0(); if (L_0) { goto IL_0027; } } { intptr_t L_1; L_1 = UnityTls_GetUnityTlsInterface_mEB1549C22D01D9EFF5163D617DD6C524399C9168(/*hidden argument*/NULL); V_0 = (intptr_t)L_1; intptr_t L_2 = V_0; bool L_3; L_3 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_2, (intptr_t)(0), /*hidden argument*/NULL); if (!L_3) { goto IL_001c; } } { return (unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD *)NULL; } IL_001c: { intptr_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_5; L_5 = Marshal_PtrToStructure_Tisunitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD_mD08E8417CFE57E74666C9ED03FBA50853FEA3BE5((intptr_t)L_4, /*hidden argument*/Marshal_PtrToStructure_Tisunitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD_mD08E8417CFE57E74666C9ED03FBA50853FEA3BE5_RuntimeMethod_var); ((UnityTls_t5E9EEFC63D9FA89B070AF1E103D6C427AE7EE525_StaticFields*)il2cpp_codegen_static_fields_for(UnityTls_t5E9EEFC63D9FA89B070AF1E103D6C427AE7EE525_il2cpp_TypeInfo_var))->set_marshalledInterface_0(L_5); } IL_0027: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_6 = ((UnityTls_t5E9EEFC63D9FA89B070AF1E103D6C427AE7EE525_StaticFields*)il2cpp_codegen_static_fields_for(UnityTls_t5E9EEFC63D9FA89B070AF1E103D6C427AE7EE525_il2cpp_TypeInfo_var))->get_marshalledInterface_0(); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" intptr_t CDECL ReversePInvokeWrapper_UnityTlsContext_WriteCallback_mE11815EF2287F4F9D27C94D0E5414DC1E2BCEFD8(void* ___userData0, uint8_t* ___data1, intptr_t ___bufferLen2, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState3) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation intptr_t returnValue; returnValue = UnityTlsContext_WriteCallback_mE11815EF2287F4F9D27C94D0E5414DC1E2BCEFD8(___userData0, ___data1, ___bufferLen2, ___errorState3, NULL); return returnValue; } extern "C" intptr_t CDECL ReversePInvokeWrapper_UnityTlsContext_ReadCallback_m761A4E7B983E40C8D727C2251158F22F762CD419(void* ___userData0, uint8_t* ___buffer1, intptr_t ___bufferLen2, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState3) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation intptr_t returnValue; returnValue = UnityTlsContext_ReadCallback_m761A4E7B983E40C8D727C2251158F22F762CD419(___userData0, ___buffer1, ___bufferLen2, ___errorState3, NULL); return returnValue; } extern "C" uint32_t CDECL ReversePInvokeWrapper_UnityTlsContext_VerifyCallback_m8367D8479B3FD1AA41D886446279FEE8246F04B2(void* ___userData0, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D ___chain1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation uint32_t returnValue; returnValue = UnityTlsContext_VerifyCallback_m8367D8479B3FD1AA41D886446279FEE8246F04B2(___userData0, ___chain1, ___errorState2, NULL); return returnValue; } extern "C" void CDECL ReversePInvokeWrapper_UnityTlsContext_CertificateCallback_mCF0B5C35CA9C47C2FA5438BA3BA603911642333B(void* ___userData0, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx1, uint8_t* ___cn2, intptr_t ___cnLen3, unitytls_x509name_tC19C2F27FF70AD438A79A5F66E4C5FFA2613EDA6 * ___caList4, intptr_t ___caListLen5, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D * ___chain6, unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 * ___key7, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState8) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation UnityTlsContext_CertificateCallback_mCF0B5C35CA9C47C2FA5438BA3BA603911642333B(___userData0, ___ctx1, ___cn2, ___cnLen3, ___caList4, ___caListLen5, ___chain6, ___key7, ___errorState8, NULL); } // System.Void Mono.Unity.UnityTlsContext::.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 UnityTlsContext__ctor_mC0C9DB6F5662F4076B3C4B21445826FFEB1C72D0 (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __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*)&UnityTlsContext_CertificateCallback_mCF0B5C35CA9C47C2FA5438BA3BA603911642333B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTlsContext_ReadCallback_m761A4E7B983E40C8D727C2251158F22F762CD419_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTlsContext_VerifyCallback_m8367D8479B3FD1AA41D886446279FEE8246F04B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTlsContext_WriteCallback_mE11815EF2287F4F9D27C94D0E5414DC1E2BCEFD8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CA13BAB783CC232179C6E6EFC7394ED66F915CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral644A35D1B18EE1C6E7BD11BFBB5703CF66AD6FD4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&unitytls_tlsctx_certificate_callback_t18B3186AFC581972E9591E7D82D6D499F0F9C3EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&unitytls_tlsctx_x509verify_callback_tFC1C7AA64F522FC925BBF4EC82C9FEC087F9BABC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 V_0; memset((&V_0), 0, sizeof(V_0)); unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 V_1; memset((&V_1), 0, sizeof(V_1)); unitytls_tlsctx_callbacks_t0BB6AAF9FEBD2FAD0BBB519C8B32489C8F6F4EA8 V_2; memset((&V_2), 0, sizeof(V_2)); unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 V_3; memset((&V_3), 0, sizeof(V_3)); unitytls_tlsctx_callbacks_t0BB6AAF9FEBD2FAD0BBB519C8B32489C8F6F4EA8 V_4; memset((&V_4), 0, sizeof(V_4)); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * V_5 = NULL; unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 * V_6 = NULL; unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D V_7; memset((&V_7), 0, sizeof(V_7)); unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 V_8; memset((&V_8), 0, sizeof(V_8)); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * V_9 = NULL; unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D V_10; memset((&V_10), 0, sizeof(V_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_11 = NULL; uint8_t* V_12 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_13 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { __this->set_tlsContext_9((unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)((uintptr_t)0)); __this->set_requestedClientCertChain_10((unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)((uintptr_t)0)); __this->set_requestedClientKey_11((unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 *)((uintptr_t)0)); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = ___parent0; bool L_1 = ___serverMode1; String_t* L_2 = ___targetHost2; int32_t L_3 = ___enabledProtocols3; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_4 = ___serverCertificate4; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_5 = ___clientCertificates5; bool L_6 = ___askForClientCert6; MobileTlsContext__ctor_m656F47DCC938252723AFFDAE365DA1CA56A5C95B(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_7; L_7 = GCHandle_Alloc_mE8C4B1D393FE153622948BF355728FCF08C98EF1(__this, /*hidden argument*/NULL); __this->set_handle_24(L_7); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_8; L_8 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_8); unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * L_9 = L_8->get_unitytls_errorstate_create_2(); NullCheck(L_9); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_10; L_10 = unitytls_errorstate_create_t_Invoke_m6DF09A1CC8C5C38D78CC2E510F318571202E7087(L_9, /*hidden argument*/NULL); V_0 = L_10; il2cpp_codegen_initobj((&V_3), sizeof(unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 )); int32_t L_11 = ___enabledProtocols3; uint32_t L_12; L_12 = UnityTlsConversions_GetMinProtocol_mC0DC0BDE4898BF74374ED61ECC589590FC7476AD(L_11, /*hidden argument*/NULL); (&V_3)->set_min_0(L_12); int32_t L_13 = ___enabledProtocols3; uint32_t L_14; L_14 = UnityTlsConversions_GetMaxProtocol_m0F9734251AD599C97376A8926A88BCEEFC830D15(L_13, /*hidden argument*/NULL); (&V_3)->set_max_1(L_14); unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 L_15 = V_3; V_1 = L_15; unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E * L_16 = (unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E *)il2cpp_codegen_object_new(unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E_il2cpp_TypeInfo_var); unitytls_tlsctx_read_callback__ctor_m42EC0545CBCEE38C403A2AD81C2A951A18536317(L_16, NULL, (intptr_t)((intptr_t)UnityTlsContext_ReadCallback_m761A4E7B983E40C8D727C2251158F22F762CD419_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_readCallback_12(L_16); unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A * L_17 = (unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A *)il2cpp_codegen_object_new(unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A_il2cpp_TypeInfo_var); unitytls_tlsctx_write_callback__ctor_m4A3B6C97ADCDE640A6D51BEBF956FE89CE7FE06E(L_17, NULL, (intptr_t)((intptr_t)UnityTlsContext_WriteCallback_mE11815EF2287F4F9D27C94D0E5414DC1E2BCEFD8_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_writeCallback_13(L_17); il2cpp_codegen_initobj((&V_4), sizeof(unitytls_tlsctx_callbacks_t0BB6AAF9FEBD2FAD0BBB519C8B32489C8F6F4EA8 )); unitytls_tlsctx_write_callback_tAF0EA0A8B45A7977BD5145CA69A7C5C5FFFEA98A * L_18 = __this->get_writeCallback_13(); (&V_4)->set_write_1(L_18); unitytls_tlsctx_read_callback_tED85B184506337F2FC8347E92F7CA449BB8EFC5E * L_19 = __this->get_readCallback_12(); (&V_4)->set_read_0(L_19); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_20 = __this->get_handle_24(); intptr_t L_21; L_21 = GCHandle_op_Explicit_m8FAED630F28EBC47C794ED8BECD8963FDA3EB13E(L_20, /*hidden argument*/NULL); void* L_22; L_22 = IntPtr_op_Explicit_mA5998CF146607D3A77FAC10688695E26BD8141BC((intptr_t)L_21, /*hidden argument*/NULL); (&V_4)->set_data_2((void*)L_22); unitytls_tlsctx_callbacks_t0BB6AAF9FEBD2FAD0BBB519C8B32489C8F6F4EA8 L_23 = V_4; V_2 = L_23; bool L_24 = ___serverMode1; if (!L_24) { goto IL_01cb; } } { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_25 = ___serverCertificate4; UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mD5CE5AAE708D8F381231A674D62F255E2114F8DE(L_25, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D **)(&V_5), (unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 **)(&V_6), /*hidden argument*/NULL); } IL_00df: try { // begin try (depth: 1) { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_26; L_26 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_26); unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 * L_27 = L_26->get_unitytls_x509list_get_ref_9(); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_28 = V_5; NullCheck(L_27); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_29; L_29 = unitytls_x509list_get_ref_t_Invoke_mFADB5F4BCB29A18DD0BD689EA8180D74CD9E4E63(L_27, (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_28, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_7 = L_29; unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_30; L_30 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_30); unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 * L_31 = L_30->get_unitytls_key_get_ref_4(); unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 * L_32 = V_6; NullCheck(L_31); unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 L_33; L_33 = unitytls_key_get_ref_t_Invoke_mE487DAB011D7F5966E09A2245399B312C2EF9111(L_31, (unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 *)(unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 *)L_32, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_8 = L_33; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_34 = V_0; Debug_CheckAndThrow_m7936E6C6DB91CE5DA2C88D80D6B06F48997024AF(L_34, _stringLiteral644A35D1B18EE1C6E7BD11BFBB5703CF66AD6FD4, ((int32_t)80), /*hidden argument*/NULL); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_35; L_35 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_35); unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B * L_36 = L_35->get_unitytls_tlsctx_create_server_18(); unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 L_37 = V_1; unitytls_tlsctx_callbacks_t0BB6AAF9FEBD2FAD0BBB519C8B32489C8F6F4EA8 L_38 = V_2; unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_39 = V_7; uint64_t L_40 = L_39.get_handle_0(); unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 L_41 = V_8; uint64_t L_42 = L_41.get_handle_0(); NullCheck(L_36); unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * L_43; L_43 = unitytls_tlsctx_create_server_t_Invoke_m9BAA6CD5D7D6646AFC00AFAF4128DF92428F0F44(L_36, L_37, L_38, L_40, L_42, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); __this->set_tlsContext_9((unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)L_43); bool L_44 = ___askForClientCert6; if (!L_44) { goto IL_01a3; } } IL_0144: { V_9 = (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)((uintptr_t)0); } IL_0148: try { // begin try (depth: 2) unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_45; L_45 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_45); unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F * L_46 = L_45->get_unitytls_x509list_create_11(); NullCheck(L_46); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_47; L_47 = unitytls_x509list_create_t_Invoke_m3A52B8B8AC08AA77CEDD34817D2C15209130A1F1(L_46, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_9 = (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_47; unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_48; L_48 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_48); unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 * L_49 = L_48->get_unitytls_x509list_get_ref_9(); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_50 = V_9; NullCheck(L_49); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_51; L_51 = unitytls_x509list_get_ref_t_Invoke_mFADB5F4BCB29A18DD0BD689EA8180D74CD9E4E63(L_49, (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_50, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_10 = L_51; unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_52; L_52 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_52); unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD * L_53 = L_52->get_unitytls_tlsctx_server_require_client_authentication_20(); unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * L_54 = __this->get_tlsContext_9(); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_55 = V_10; NullCheck(L_53); unitytls_tlsctx_server_require_client_authentication_t_Invoke_mC8E06902662956294CEC4AFCF8697671E7BA3639(L_53, (unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)(unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)L_54, L_55, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); IL2CPP_LEAVE(0x25E, FINALLY_0191); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0191; } FINALLY_0191: { // begin finally (depth: 2) unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_56; L_56 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_56); unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * L_57 = L_56->get_unitytls_x509list_free_15(); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_58 = V_9; NullCheck(L_57); unitytls_x509list_free_t_Invoke_m5F920A1A43E549E297391F2033A04AF8C05A3C4C(L_57, (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_58, /*hidden argument*/NULL); IL2CPP_END_FINALLY(401) } // end finally (depth: 2) IL2CPP_CLEANUP(401) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x25E, FINALLY_01a8); } IL_01a3: { IL2CPP_LEAVE(0x25E, FINALLY_01a8); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01a8; } FINALLY_01a8: { // begin finally (depth: 1) unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_59; L_59 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_59); unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * L_60 = L_59->get_unitytls_x509list_free_15(); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_61 = V_5; NullCheck(L_60); unitytls_x509list_free_t_Invoke_m5F920A1A43E549E297391F2033A04AF8C05A3C4C(L_60, (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_61, /*hidden argument*/NULL); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_62; L_62 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_62); unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F * L_63 = L_62->get_unitytls_key_free_7(); unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 * L_64 = V_6; NullCheck(L_63); unitytls_key_free_t_Invoke_m4DD025ECA7C3B5020EBF702BC4BAAE8D9B3C807B(L_63, (unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 *)(unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 *)L_64, /*hidden argument*/NULL); IL2CPP_END_FINALLY(424) } // end finally (depth: 1) IL2CPP_CLEANUP(424) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x25E, IL_025e) } IL_01cb: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_65; L_65 = Encoding_get_UTF8_mA1F9F8EACB3EEA1583247AA10DCE51C3A0A13469(/*hidden argument*/NULL); String_t* L_66 = ___targetHost2; NullCheck(L_65); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67; L_67 = VirtFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_65, L_66); V_11 = L_67; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_68 = V_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = L_68; V_13 = L_69; if (!L_69) { goto IL_01e5; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = V_13; NullCheck(L_70); if (((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length)))) { goto IL_01eb; } } IL_01e5: { V_12 = (uint8_t*)((uintptr_t)0); goto IL_01f6; } IL_01eb: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = V_13; NullCheck(L_71); V_12 = (uint8_t*)((uintptr_t)((L_71)->GetAddressAt(static_cast(0)))); } IL_01f6: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_72; L_72 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_72); unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391 * L_73 = L_72->get_unitytls_tlsctx_create_client_19(); unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 L_74 = V_1; unitytls_tlsctx_callbacks_t0BB6AAF9FEBD2FAD0BBB519C8B32489C8F6F4EA8 L_75 = V_2; uint8_t* L_76 = V_12; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = V_11; NullCheck(L_77); intptr_t L_78; L_78 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(((int32_t)((int32_t)(((RuntimeArray*)L_77)->max_length))), /*hidden argument*/NULL); NullCheck(L_73); unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * L_79; L_79 = unitytls_tlsctx_create_client_t_Invoke_m3BABCEA6ED54FD59886B7E8685BD7BDB6145079A(L_73, L_74, L_75, (uint8_t*)(uint8_t*)L_76, (intptr_t)L_78, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); __this->set_tlsContext_9((unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)L_79); V_13 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; unitytls_tlsctx_certificate_callback_t18B3186AFC581972E9591E7D82D6D499F0F9C3EC * L_80 = (unitytls_tlsctx_certificate_callback_t18B3186AFC581972E9591E7D82D6D499F0F9C3EC *)il2cpp_codegen_object_new(unitytls_tlsctx_certificate_callback_t18B3186AFC581972E9591E7D82D6D499F0F9C3EC_il2cpp_TypeInfo_var); unitytls_tlsctx_certificate_callback__ctor_mE30600E8B0DC15C286BEBDE36DB7CF0A5DC806A3(L_80, NULL, (intptr_t)((intptr_t)UnityTlsContext_CertificateCallback_mCF0B5C35CA9C47C2FA5438BA3BA603911642333B_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_certificateCallback_14(L_80); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_81; L_81 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_81); unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1 * L_82 = L_81->get_unitytls_tlsctx_set_certificate_callback_21(); unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * L_83 = __this->get_tlsContext_9(); unitytls_tlsctx_certificate_callback_t18B3186AFC581972E9591E7D82D6D499F0F9C3EC * L_84 = __this->get_certificateCallback_14(); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_85 = __this->get_handle_24(); intptr_t L_86; L_86 = GCHandle_op_Explicit_m8FAED630F28EBC47C794ED8BECD8963FDA3EB13E(L_85, /*hidden argument*/NULL); void* L_87; L_87 = IntPtr_op_Explicit_mA5998CF146607D3A77FAC10688695E26BD8141BC((intptr_t)L_86, /*hidden argument*/NULL); NullCheck(L_82); unitytls_tlsctx_set_certificate_callback_t_Invoke_m3F334D5FFB2B3C104C1E65A04B044138CE51DFAD(L_82, (unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)(unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)L_83, L_84, (void*)(void*)L_87, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); } IL_025e: { unitytls_tlsctx_x509verify_callback_tFC1C7AA64F522FC925BBF4EC82C9FEC087F9BABC * L_88 = (unitytls_tlsctx_x509verify_callback_tFC1C7AA64F522FC925BBF4EC82C9FEC087F9BABC *)il2cpp_codegen_object_new(unitytls_tlsctx_x509verify_callback_tFC1C7AA64F522FC925BBF4EC82C9FEC087F9BABC_il2cpp_TypeInfo_var); unitytls_tlsctx_x509verify_callback__ctor_mD102129FAC6B05E4B4454B322E0DE2E7BFB16B9F(L_88, NULL, (intptr_t)((intptr_t)UnityTlsContext_VerifyCallback_m8367D8479B3FD1AA41D886446279FEE8246F04B2_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_verifyCallback_15(L_88); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_89; L_89 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_89); unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4 * L_90 = L_89->get_unitytls_tlsctx_set_x509verify_callback_23(); unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * L_91 = __this->get_tlsContext_9(); unitytls_tlsctx_x509verify_callback_tFC1C7AA64F522FC925BBF4EC82C9FEC087F9BABC * L_92 = __this->get_verifyCallback_15(); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_93 = __this->get_handle_24(); intptr_t L_94; L_94 = GCHandle_op_Explicit_m8FAED630F28EBC47C794ED8BECD8963FDA3EB13E(L_93, /*hidden argument*/NULL); void* L_95; L_95 = IntPtr_op_Explicit_mA5998CF146607D3A77FAC10688695E26BD8141BC((intptr_t)L_94, /*hidden argument*/NULL); NullCheck(L_90); unitytls_tlsctx_set_x509verify_callback_t_Invoke_m81E1B51C444B1074314AD55C22EC20E6AD8FA476(L_90, (unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)(unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)L_91, L_92, (void*)(void*)L_95, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_96 = V_0; Debug_CheckAndThrow_m7936E6C6DB91CE5DA2C88D80D6B06F48997024AF(L_96, _stringLiteral2CA13BAB783CC232179C6E6EFC7394ED66F915CF, ((int32_t)80), /*hidden argument*/NULL); __this->set_hasContext_20((bool)1); return; } } // System.Void Mono.Unity.UnityTlsContext::ExtractNativeKeyAndChainFromManagedCertificate(System.Security.Cryptography.X509Certificates.X509Certificate,Mono.Unity.UnityTls/unitytls_errorstate*,Mono.Unity.UnityTls/unitytls_x509list*&,Mono.Unity.UnityTls/unitytls_key*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mD5CE5AAE708D8F381231A674D62F255E2114F8DE (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___cert0, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState1, unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D ** ___nativeCertChain2, unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 ** ___nativeKey3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; uint8_t* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_0 = ___cert0; 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*)&_stringLiteralB63C27A619AD7A36C4B3F3ECF3FA384C6EE13052)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mD5CE5AAE708D8F381231A674D62F255E2114F8DE_RuntimeMethod_var))); } IL_000e: { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_2 = ___cert0; V_0 = ((X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD *)IsInstClass((RuntimeObject*)L_2, X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD_il2cpp_TypeInfo_var)); X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * L_3 = V_0; if (!L_3) { goto IL_0020; } } { X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * L_4 = V_0; NullCheck(L_4); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_5; L_5 = X509Certificate2_get_PrivateKey_m49B88B09C59D2453F8BFC96CDAFC290948A8E581(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0030; } } IL_0020: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8A4ACA3B771E998E244F1DFCF466F4D3EB34155)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB63C27A619AD7A36C4B3F3ECF3FA384C6EE13052)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mD5CE5AAE708D8F381231A674D62F255E2114F8DE_RuntimeMethod_var))); } IL_0030: { unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D ** L_7 = ___nativeCertChain2; *((intptr_t*)L_7) = (intptr_t)((uintptr_t)0); unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 ** L_8 = ___nativeKey3; *((intptr_t*)L_8) = (intptr_t)((uintptr_t)0); } IL_0038: try { // begin try (depth: 1) { unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D ** L_9 = ___nativeCertChain2; unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_10; L_10 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_10); unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F * L_11 = L_10->get_unitytls_x509list_create_11(); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_12 = ___errorState1; NullCheck(L_11); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_13; L_13 = unitytls_x509list_create_t_Invoke_m3A52B8B8AC08AA77CEDD34817D2C15209130A1F1(L_11, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_12, /*hidden argument*/NULL); *((intptr_t*)L_9) = (intptr_t)L_13; unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D ** L_14 = ___nativeCertChain2; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_15 = ___cert0; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_16 = ___errorState1; CertHelper_AddCertificateToNativeChain_m9B02240E4BB8AF33B6DE4BF82EBDB7FE7699A5F2((unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(*((intptr_t*)L_14)), L_15, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_16, /*hidden argument*/NULL); X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * L_17 = V_0; NullCheck(L_17); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_18; L_18 = X509Certificate2_get_PrivateKey_m49B88B09C59D2453F8BFC96CDAFC290948A8E581(L_17, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = PrivateKeyInfo_Encode_m223CF826AE4E5A3DBBED53531A4C6CF6E38B0A00(L_18, /*hidden argument*/NULL); V_1 = L_19; } IL_005f: try { // begin try (depth: 2) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = L_20; V_3 = L_21; if (!L_21) { goto IL_0069; } } IL_0064: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_3; NullCheck(L_22); if (((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))) { goto IL_006e; } } IL_0069: { V_2 = (uint8_t*)((uintptr_t)0); goto IL_0077; } IL_006e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_3; NullCheck(L_23); V_2 = (uint8_t*)((uintptr_t)((L_23)->GetAddressAt(static_cast(0)))); } IL_0077: { unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 ** L_24 = ___nativeKey3; unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_25; L_25 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_25); unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9 * L_26 = L_25->get_unitytls_key_parse_der_5(); uint8_t* L_27 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_1; NullCheck(L_28); intptr_t L_29; L_29 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))), /*hidden argument*/NULL); intptr_t L_30; L_30 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(0, /*hidden argument*/NULL); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_31 = ___errorState1; NullCheck(L_26); unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 * L_32; L_32 = unitytls_key_parse_der_t_Invoke_m108AFDBB38B2C1AD429E957CD5BEA93D23C152E6(L_26, (uint8_t*)(uint8_t*)L_27, (intptr_t)L_29, (uint8_t*)(uint8_t*)((uintptr_t)0), (intptr_t)L_30, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_31, /*hidden argument*/NULL); *((intptr_t*)L_24) = (intptr_t)L_32; IL2CPP_LEAVE(0x9F, FINALLY_009c); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009c; } FINALLY_009c: { // begin finally (depth: 2) V_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; IL2CPP_END_FINALLY(156) } // end finally (depth: 2) IL2CPP_CLEANUP(156) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9F, IL_009f) } IL_009f: { goto IL_00c6; } } // 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_00a1; } throw e; } CATCH_00a1: { // begin catch(System.Object) unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_33; L_33 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_33); unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * L_34 = L_33->get_unitytls_x509list_free_15(); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D ** L_35 = ___nativeCertChain2; NullCheck(L_34); unitytls_x509list_free_t_Invoke_m5F920A1A43E549E297391F2033A04AF8C05A3C4C(L_34, (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(*((intptr_t*)L_35)), /*hidden argument*/NULL); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_36; L_36 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_36); unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F * L_37 = L_36->get_unitytls_key_free_7(); unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 ** L_38 = ___nativeKey3; NullCheck(L_37); unitytls_key_free_t_Invoke_m4DD025ECA7C3B5020EBF702BC4BAAE8D9B3C807B(L_37, (unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 *)(unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 *)(*((intptr_t*)L_38)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mD5CE5AAE708D8F381231A674D62F255E2114F8DE_RuntimeMethod_var))); } // end catch (depth: 1) IL_00c6: { return; } } // System.Boolean Mono.Unity.UnityTlsContext::get_IsAuthenticated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTlsContext_get_IsAuthenticated_m43044D90BF11D30EE6EEB2F4F5FFE470FE7B7231 (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isAuthenticated_19(); return L_0; } } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Unity.UnityTlsContext::get_LocalClientCertificate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * UnityTlsContext_get_LocalClientCertificate_m93F6CE29BBC552756C95C6F5533DF1936A0142ED (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, const RuntimeMethod* method) { { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_0 = __this->get_localClientCertificate_16(); return L_0; } } // System.ValueTuple`2 Mono.Unity.UnityTlsContext::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE UnityTlsContext_Read_m4B2AC92721AEDAA58680B52E3E6D4EAA5E05FE13 (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __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*)&ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EAA68C8D87597E134D7A29B5BDC92EB6EFB97DB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 V_1; memset((&V_1), 0, sizeof(V_1)); uint8_t* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; uint32_t V_4 = 0; { V_0 = 0; __this->set_lastException_25((Exception_t *)NULL); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_0; L_0 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_0); unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * L_1 = L_0->get_unitytls_errorstate_create_2(); NullCheck(L_1); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_2; L_2 = unitytls_errorstate_create_t_Invoke_m6DF09A1CC8C5C38D78CC2E510F318571202E7087(L_1, /*hidden argument*/NULL); V_1 = L_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3; V_3 = L_4; if (!L_4) { goto IL_0023; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_3; NullCheck(L_5); if (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) { goto IL_0028; } } IL_0023: { V_2 = (uint8_t*)((uintptr_t)0); goto IL_0031; } IL_0028: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_3; NullCheck(L_6); V_2 = (uint8_t*)((uintptr_t)((L_6)->GetAddressAt(static_cast(0)))); } IL_0031: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_7; L_7 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_7); unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3 * L_8 = L_7->get_unitytls_tlsctx_read_28(); unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * L_9 = __this->get_tlsContext_9(); uint8_t* L_10 = V_2; int32_t L_11 = ___offset1; int32_t L_12 = ___count2; intptr_t L_13; L_13 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(L_12, /*hidden argument*/NULL); NullCheck(L_8); intptr_t L_14; L_14 = unitytls_tlsctx_read_t_Invoke_m142B61FBEE88603BE95202B62762E92008324935(L_8, (unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)(unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)L_9, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11)), (intptr_t)L_13, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_1)), /*hidden argument*/NULL); int32_t L_15; L_15 = IntPtr_op_Explicit_m955DDFE2288BA8A4EE7ABBC7D2BDBD0E9004A88E((intptr_t)L_14, /*hidden argument*/NULL); V_0 = L_15; V_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; Exception_t * L_16 = __this->get_lastException_25(); if (!L_16) { goto IL_0069; } } { Exception_t * L_17 = __this->get_lastException_25(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityTlsContext_Read_m4B2AC92721AEDAA58680B52E3E6D4EAA5E05FE13_RuntimeMethod_var))); } IL_0069: { unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_18 = V_1; uint32_t L_19 = L_18.get_code_1(); V_4 = L_19; uint32_t L_20 = V_4; if (!L_20) { goto IL_0086; } } { uint32_t L_21 = V_4; if ((((int32_t)L_21) == ((int32_t)((int32_t)10)))) { goto IL_0099; } } { uint32_t L_22 = V_4; if ((((int32_t)L_22) == ((int32_t)((int32_t)1048577)))) { goto IL_0091; } } { goto IL_00a1; } IL_0086: { int32_t L_23 = V_0; int32_t L_24 = V_0; int32_t L_25 = ___count2; ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_26; memset((&L_26), 0, sizeof(L_26)); ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C((&L_26), L_23, (bool)((((int32_t)L_24) < ((int32_t)L_25))? 1 : 0), /*hidden argument*/ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_RuntimeMethod_var); return L_26; } IL_0091: { int32_t L_27 = V_0; ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_28; memset((&L_28), 0, sizeof(L_28)); ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C((&L_28), L_27, (bool)1, /*hidden argument*/ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_RuntimeMethod_var); return L_28; } IL_0099: { ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_29; memset((&L_29), 0, sizeof(L_29)); ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C((&L_29), 0, (bool)0, /*hidden argument*/ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_RuntimeMethod_var); return L_29; } IL_00a1: { bool L_30 = __this->get_closedGraceful_21(); if (L_30) { goto IL_00b6; } } { unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_31 = V_1; Debug_CheckAndThrow_m7936E6C6DB91CE5DA2C88D80D6B06F48997024AF(L_31, _stringLiteral3EAA68C8D87597E134D7A29B5BDC92EB6EFB97DB, ((int32_t)80), /*hidden argument*/NULL); } IL_00b6: { ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_32; memset((&L_32), 0, sizeof(L_32)); ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C((&L_32), 0, (bool)0, /*hidden argument*/ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_RuntimeMethod_var); return L_32; } } // System.ValueTuple`2 Mono.Unity.UnityTlsContext::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE UnityTlsContext_Write_mB34B278D4ECAD5F44AF4E9B3BA9CEC68AED19D34 (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __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*)&ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral878072FBC1088181F5220043BFE9213B286E31DB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 V_1; memset((&V_1), 0, sizeof(V_1)); uint8_t* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; uint32_t V_4 = 0; { V_0 = 0; __this->set_lastException_25((Exception_t *)NULL); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_0; L_0 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_0); unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * L_1 = L_0->get_unitytls_errorstate_create_2(); NullCheck(L_1); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_2; L_2 = unitytls_errorstate_create_t_Invoke_m6DF09A1CC8C5C38D78CC2E510F318571202E7087(L_1, /*hidden argument*/NULL); V_1 = L_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3; V_3 = L_4; if (!L_4) { goto IL_0023; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_3; NullCheck(L_5); if (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) { goto IL_0028; } } IL_0023: { V_2 = (uint8_t*)((uintptr_t)0); goto IL_0031; } IL_0028: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_3; NullCheck(L_6); V_2 = (uint8_t*)((uintptr_t)((L_6)->GetAddressAt(static_cast(0)))); } IL_0031: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_7; L_7 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_7); unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9 * L_8 = L_7->get_unitytls_tlsctx_write_29(); unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * L_9 = __this->get_tlsContext_9(); uint8_t* L_10 = V_2; int32_t L_11 = ___offset1; int32_t L_12 = ___count2; intptr_t L_13; L_13 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(L_12, /*hidden argument*/NULL); NullCheck(L_8); intptr_t L_14; L_14 = unitytls_tlsctx_write_t_Invoke_m4365C50B81B1904232514233B8252D15E3059416(L_8, (unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)(unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)L_9, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11)), (intptr_t)L_13, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_1)), /*hidden argument*/NULL); int32_t L_15; L_15 = IntPtr_op_Explicit_m955DDFE2288BA8A4EE7ABBC7D2BDBD0E9004A88E((intptr_t)L_14, /*hidden argument*/NULL); V_0 = L_15; V_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; Exception_t * L_16 = __this->get_lastException_25(); if (!L_16) { goto IL_0069; } } { Exception_t * L_17 = __this->get_lastException_25(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityTlsContext_Write_mB34B278D4ECAD5F44AF4E9B3BA9CEC68AED19D34_RuntimeMethod_var))); } IL_0069: { unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_18 = V_1; uint32_t L_19 = L_18.get_code_1(); V_4 = L_19; uint32_t L_20 = V_4; if (!L_20) { goto IL_0086; } } { uint32_t L_21 = V_4; if ((((int32_t)L_21) == ((int32_t)((int32_t)10)))) { goto IL_0099; } } { uint32_t L_22 = V_4; if ((((int32_t)L_22) == ((int32_t)((int32_t)1048577)))) { goto IL_0091; } } { goto IL_00a1; } IL_0086: { int32_t L_23 = V_0; int32_t L_24 = V_0; int32_t L_25 = ___count2; ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_26; memset((&L_26), 0, sizeof(L_26)); ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C((&L_26), L_23, (bool)((((int32_t)L_24) < ((int32_t)L_25))? 1 : 0), /*hidden argument*/ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_RuntimeMethod_var); return L_26; } IL_0091: { int32_t L_27 = V_0; ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_28; memset((&L_28), 0, sizeof(L_28)); ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C((&L_28), L_27, (bool)1, /*hidden argument*/ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_RuntimeMethod_var); return L_28; } IL_0099: { ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_29; memset((&L_29), 0, sizeof(L_29)); ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C((&L_29), 0, (bool)0, /*hidden argument*/ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_RuntimeMethod_var); return L_29; } IL_00a1: { unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_30 = V_1; Debug_CheckAndThrow_m7936E6C6DB91CE5DA2C88D80D6B06F48997024AF(L_30, _stringLiteral878072FBC1088181F5220043BFE9213B286E31DB, ((int32_t)80), /*hidden argument*/NULL); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_31; memset((&L_31), 0, sizeof(L_31)); ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C((&L_31), 0, (bool)0, /*hidden argument*/ValueTuple_2__ctor_m8BF15E5598DC03FFE7F29A93076B73B3FA64AA2C_RuntimeMethod_var); return L_31; } } // System.Void Mono.Unity.UnityTlsContext::Shutdown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTlsContext_Shutdown_m24BD0E633C03B67F07165229426415BE206782B0 (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, const RuntimeMethod* method) { unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 V_0; memset((&V_0), 0, sizeof(V_0)); { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_0; L_0 = MobileTlsContext_get_Settings_m960574D1AA3C5F8FA078E05662093E419195FF6E(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_003d; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_1; L_1 = MobileTlsContext_get_Settings_m960574D1AA3C5F8FA078E05662093E419195FF6E(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = MonoTlsSettings_get_SendCloseNotify_m18E22AF7BB290C1C1B88EC0B25A087E27A8ACBAE_inline(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_003d; } } { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_3; L_3 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_3); unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * L_4 = L_3->get_unitytls_errorstate_create_2(); NullCheck(L_4); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_5; L_5 = unitytls_errorstate_create_t_Invoke_m6DF09A1CC8C5C38D78CC2E510F318571202E7087(L_4, /*hidden argument*/NULL); V_0 = L_5; unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_6; L_6 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_6); unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB * L_7 = L_6->get_unitytls_tlsctx_notify_close_30(); unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * L_8 = __this->get_tlsContext_9(); NullCheck(L_7); unitytls_tlsctx_notify_close_t_Invoke_m1DF2F894CC7D1DAC1ED86AB643EF4D9482DBDBDD(L_7, (unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)(unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)L_8, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); } IL_003d: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_9; L_9 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_9); unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * L_10 = L_9->get_unitytls_x509list_free_15(); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_11 = __this->get_requestedClientCertChain_10(); NullCheck(L_10); unitytls_x509list_free_t_Invoke_m5F920A1A43E549E297391F2033A04AF8C05A3C4C(L_10, (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_11, /*hidden argument*/NULL); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_12; L_12 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_12); unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F * L_13 = L_12->get_unitytls_key_free_7(); unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 * L_14 = __this->get_requestedClientKey_11(); NullCheck(L_13); unitytls_key_free_t_Invoke_m4DD025ECA7C3B5020EBF702BC4BAAE8D9B3C807B(L_13, (unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 *)(unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 *)L_14, /*hidden argument*/NULL); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_15; L_15 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_15); unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA * L_16 = L_15->get_unitytls_tlsctx_free_31(); unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * L_17 = __this->get_tlsContext_9(); NullCheck(L_16); unitytls_tlsctx_free_t_Invoke_m54B2D3A510B87650E7AF041CC60A9FF44ECA9437(L_16, (unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)(unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)L_17, /*hidden argument*/NULL); __this->set_tlsContext_9((unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)((uintptr_t)0)); __this->set_hasContext_20((bool)0); return; } } // System.Void Mono.Unity.UnityTlsContext::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTlsContext_Dispose_mCD3E2E28B0A68F82020472033B246DA57444FD06 (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, bool ___disposing0, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { bool L_0 = ___disposing0; if (!L_0) { goto IL_0060; } } IL_0003: { VirtActionInvoker0::Invoke(12 /* System.Void Mono.Net.Security.MobileTlsContext::Shutdown() */, __this); __this->set_localClientCertificate_16((X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL); __this->set_remoteCertificate_17((X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_1 = __this->get_localClientCertificate_16(); if (!L_1) { goto IL_0031; } } IL_001f: { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_2 = __this->get_localClientCertificate_16(); NullCheck(L_2); X509Certificate_Dispose_m32AB30589D85522C3824BAD039EC4EC68AB9BE46(L_2, /*hidden argument*/NULL); __this->set_localClientCertificate_16((X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL); } IL_0031: { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_3 = __this->get_remoteCertificate_17(); if (!L_3) { goto IL_004b; } } IL_0039: { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_4 = __this->get_remoteCertificate_17(); NullCheck(L_4); X509Certificate_Dispose_m32AB30589D85522C3824BAD039EC4EC68AB9BE46(L_4, /*hidden argument*/NULL); __this->set_remoteCertificate_17((X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL); } IL_004b: { __this->set_connectioninfo_18((MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B *)NULL); __this->set_isAuthenticated_19((bool)0); __this->set_hasContext_20((bool)0); } IL_0060: { GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * L_5 = __this->get_address_of_handle_24(); GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)L_5, /*hidden argument*/NULL); IL2CPP_LEAVE(0x75, FINALLY_006d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006d; } FINALLY_006d: { // begin finally (depth: 1) bool L_6 = ___disposing0; MobileTlsContext_Dispose_m8689020FD9EAEF86AA65046E9A8DF23239B9BADD(__this, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(109) } // end finally (depth: 1) IL2CPP_CLEANUP(109) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x75, IL_0075) } IL_0075: { return; } } // System.Void Mono.Unity.UnityTlsContext::StartHandshake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTlsContext_StartHandshake_m94C4C84918F93A3107DF9875206181C560C8550F (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1571324F1F4735227CE92635630CCF0F3AE9C0A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480* V_0 = NULL; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; uint32_t* V_3 = 0; unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480* V_4 = 0; { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_0; L_0 = MobileTlsContext_get_Settings_m960574D1AA3C5F8FA078E05662093E419195FF6E(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_00a8; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_1; L_1 = MobileTlsContext_get_Settings_m960574D1AA3C5F8FA078E05662093E419195FF6E(__this, /*hidden argument*/NULL); NullCheck(L_1); CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* L_2; L_2 = MonoTlsSettings_get_EnabledCiphers_mE119485E2178A50C4AE29FDC7AD43A9530FC545B_inline(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_00a8; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_3; L_3 = MobileTlsContext_get_Settings_m960574D1AA3C5F8FA078E05662093E419195FF6E(__this, /*hidden argument*/NULL); NullCheck(L_3); CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* L_4; L_4 = MonoTlsSettings_get_EnabledCiphers_mE119485E2178A50C4AE29FDC7AD43A9530FC545B_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480* L_5 = (unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480*)(unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480*)SZArrayNew(unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))); V_0 = L_5; V_2 = 0; goto IL_0046; } IL_0032: { unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480* L_6 = V_0; int32_t L_7 = V_2; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_8; L_8 = MobileTlsContext_get_Settings_m960574D1AA3C5F8FA078E05662093E419195FF6E(__this, /*hidden argument*/NULL); NullCheck(L_8); CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* L_9; L_9 = MonoTlsSettings_get_EnabledCiphers_mE119485E2178A50C4AE29FDC7AD43A9530FC545B_inline(L_8, /*hidden argument*/NULL); int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast(L_11)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (uint32_t)L_12); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0046: { int32_t L_14 = V_2; unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480* L_15 = V_0; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_0032; } } { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_16; L_16 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_16); unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * L_17 = L_16->get_unitytls_errorstate_create_2(); NullCheck(L_17); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_18; L_18 = unitytls_errorstate_create_t_Invoke_m6DF09A1CC8C5C38D78CC2E510F318571202E7087(L_17, /*hidden argument*/NULL); V_1 = L_18; unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480* L_19 = V_0; unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480* L_20 = L_19; V_4 = L_20; if (!L_20) { goto IL_0068; } } { unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480* L_21 = V_4; NullCheck(L_21); if (((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))) { goto IL_006d; } } IL_0068: { V_3 = (uint32_t*)((uintptr_t)0); goto IL_0077; } IL_006d: { unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480* L_22 = V_4; NullCheck(L_22); V_3 = (uint32_t*)((uintptr_t)((L_22)->GetAddressAt(static_cast(0)))); } IL_0077: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_23; L_23 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_23); unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E * L_24 = L_23->get_unitytls_tlsctx_set_supported_ciphersuites_24(); unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * L_25 = __this->get_tlsContext_9(); uint32_t* L_26 = V_3; unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480* L_27 = V_0; NullCheck(L_27); intptr_t L_28; L_28 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))), /*hidden argument*/NULL); NullCheck(L_24); unitytls_tlsctx_set_supported_ciphersuites_t_Invoke_mE7E379E36B2B4719ECF97F375682CD0DBF407F1B(L_24, (unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)(unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)L_25, (uint32_t*)(uint32_t*)L_26, (intptr_t)L_28, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_1)), /*hidden argument*/NULL); V_4 = (unitytls_ciphersuiteU5BU5D_t807E566DC427F42D7F142E71BC603649D4B27480*)NULL; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_29 = V_1; Debug_CheckAndThrow_m7936E6C6DB91CE5DA2C88D80D6B06F48997024AF(L_29, _stringLiteralC1571324F1F4735227CE92635630CCF0F3AE9C0A, ((int32_t)40), /*hidden argument*/NULL); } IL_00a8: { return; } } // System.Boolean Mono.Unity.UnityTlsContext::ProcessHandshake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTlsContext_ProcessHandshake_m0B483DA2D4468555E8B7F8FB7EF9DF1A926CC69A (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABB3D627F0FA0B19A6B77765161EF2F6E7AA3A59); s_Il2CppMethodInitialized = true; } unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 V_0; memset((&V_0), 0, sizeof(V_0)); uint32_t V_1 = 0; { __this->set_lastException_25((Exception_t *)NULL); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_0; L_0 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_0); unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * L_1 = L_0->get_unitytls_errorstate_create_2(); NullCheck(L_1); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_2; L_2 = unitytls_errorstate_create_t_Invoke_m6DF09A1CC8C5C38D78CC2E510F318571202E7087(L_1, /*hidden argument*/NULL); V_0 = L_2; unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_3; L_3 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_3); unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C * L_4 = L_3->get_unitytls_tlsctx_process_handshake_27(); unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * L_5 = __this->get_tlsContext_9(); NullCheck(L_4); uint32_t L_6; L_6 = unitytls_tlsctx_process_handshake_t_Invoke_mB249F948100B2752B2A6BF79C7F9038523C1C89B(L_4, (unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)(unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)L_5, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_1 = L_6; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_7 = V_0; uint32_t L_8 = L_7.get_code_1(); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)1048577))))) { goto IL_003f; } } { return (bool)0; } IL_003f: { Exception_t * L_9 = __this->get_lastException_25(); if (!L_9) { goto IL_004e; } } { Exception_t * L_10 = __this->get_lastException_25(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityTlsContext_ProcessHandshake_m0B483DA2D4468555E8B7F8FB7EF9DF1A926CC69A_RuntimeMethod_var))); } IL_004e: { bool L_11; L_11 = MobileTlsContext_get_IsServer_m6BA80FEC5C2FF9BEA15AB24562DAB28E2082361B_inline(__this, /*hidden argument*/NULL); if (!L_11) { goto IL_0082; } } { uint32_t L_12 = V_1; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_0082; } } { unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_13 = V_0; Debug_CheckAndThrow_m7936E6C6DB91CE5DA2C88D80D6B06F48997024AF(L_13, _stringLiteralABB3D627F0FA0B19A6B77765161EF2F6E7AA3A59, ((int32_t)40), /*hidden argument*/NULL); bool L_14; L_14 = MobileTlsContext_ValidateCertificate_m54BB8BC9C5C0703F52BD92F73F32C9E29D7754BC(__this, (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL, (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *)NULL, /*hidden argument*/NULL); if (L_14) { goto IL_0090; } } { TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 * L_15 = (TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9_il2cpp_TypeInfo_var))); TlsException__ctor_m3A87593B9EED79C7E1E0EDA7618CF0BAC393C2B3(L_15, ((int32_t)40), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0AB71622FD1CF7F312E55FFA2BC47C3A1006DC45)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityTlsContext_ProcessHandshake_m0B483DA2D4468555E8B7F8FB7EF9DF1A926CC69A_RuntimeMethod_var))); } IL_0082: { unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_16 = V_0; uint32_t L_17 = V_1; Debug_CheckAndThrow_m7A66A3C29F16FFAE652BD0BBC01B1160CC76EA66(L_16, L_17, _stringLiteralABB3D627F0FA0B19A6B77765161EF2F6E7AA3A59, ((int32_t)40), /*hidden argument*/NULL); } IL_0090: { return (bool)1; } } // System.Void Mono.Unity.UnityTlsContext::FinishHandshake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTlsContext_FinishHandshake_mB88A2326E0464370EB0938B3204A566816CE1D69 (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 V_0; memset((&V_0), 0, sizeof(V_0)); uint32_t V_1 = 0; uint32_t V_2 = 0; { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_0; L_0 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_0); unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * L_1 = L_0->get_unitytls_errorstate_create_2(); NullCheck(L_1); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_2; L_2 = unitytls_errorstate_create_t_Invoke_m6DF09A1CC8C5C38D78CC2E510F318571202E7087(L_1, /*hidden argument*/NULL); V_0 = L_2; unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_3; L_3 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_3); unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4 * L_4 = L_3->get_unitytls_tlsctx_get_ciphersuite_25(); unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * L_5 = __this->get_tlsContext_9(); NullCheck(L_4); uint32_t L_6; L_6 = unitytls_tlsctx_get_ciphersuite_t_Invoke_mDA134EC5BFA53F4985D9D10A8D4ACB971AE6D0A1(L_4, (unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)(unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)L_5, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_1 = L_6; unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_7; L_7 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_7); unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6 * L_8 = L_7->get_unitytls_tlsctx_get_protocol_26(); unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * L_9 = __this->get_tlsContext_9(); NullCheck(L_8); uint32_t L_10; L_10 = unitytls_tlsctx_get_protocol_t_Invoke_m756BD8E367A9BF2872A3A2183366B5C5098A634C(L_8, (unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)(unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)L_9, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_2 = L_10; MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B * L_11 = (MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B *)il2cpp_codegen_object_new(MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_il2cpp_TypeInfo_var); MonoTlsConnectionInfo__ctor_m6AA817B4610065EEE20089782EBD3CCBF7D47C21(L_11, /*hidden argument*/NULL); MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B * L_12 = L_11; uint32_t L_13 = V_1; NullCheck(L_12); MonoTlsConnectionInfo_set_CipherSuiteCode_m253BA016164BDD9512F5B04565060EBA07556912_inline(L_12, ((int32_t)((uint16_t)L_13)), /*hidden argument*/NULL); MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B * L_14 = L_12; uint32_t L_15 = V_2; int32_t L_16; L_16 = UnityTlsConversions_ConvertProtocolVersion_m0034F4C37220096119219667B4AFA4B3FFE3C115(L_15, /*hidden argument*/NULL); NullCheck(L_14); MonoTlsConnectionInfo_set_ProtocolVersion_m299D388762D5115E7CE0A49EB7F0BD9DAFD36708_inline(L_14, L_16, /*hidden argument*/NULL); MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B * L_17 = L_14; String_t* L_18; L_18 = MobileTlsContext_get_ServerName_mDB9D97589ED6FF43DC54F753C4338691DA302B07_inline(__this, /*hidden argument*/NULL); NullCheck(L_17); MonoTlsConnectionInfo_set_PeerDomainName_m369B7685E07044B0BE92325A3F7A61A143A9145A_inline(L_17, L_18, /*hidden argument*/NULL); __this->set_connectioninfo_18(L_17); __this->set_isAuthenticated_19((bool)1); return; } } // System.IntPtr Mono.Unity.UnityTlsContext::WriteCallback(System.Void*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_WriteCallback_mE11815EF2287F4F9D27C94D0E5414DC1E2BCEFD8 (void* ___userData0, uint8_t* ___data1, intptr_t ___bufferLen2, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 V_0; memset((&V_0), 0, sizeof(V_0)); { void* L_0 = ___userData0; intptr_t L_1; L_1 = IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14((void*)(void*)L_0, /*hidden argument*/NULL); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_2; L_2 = GCHandle_op_Explicit_mC752EDC0CDFE3727BEA65D0DFE679DDF0B9D2BF7((intptr_t)L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3; L_3 = GCHandle_get_Target_m6C296AD6520ECDAFC9498E9387677F522871F883((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_0), /*hidden argument*/NULL); uint8_t* L_4 = ___data1; intptr_t L_5 = ___bufferLen2; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_6 = ___errorState3; NullCheck(((UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197_il2cpp_TypeInfo_var))); intptr_t L_7; L_7 = UnityTlsContext_WriteCallback_mB052756E2D187C3FCC59F9C90DC574444D88AAE1(((UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197_il2cpp_TypeInfo_var)), (uint8_t*)(uint8_t*)L_4, (intptr_t)L_5, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_6, /*hidden argument*/NULL); return (intptr_t)L_7; } } // System.IntPtr Mono.Unity.UnityTlsContext::WriteCallback(System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_WriteCallback_mB052756E2D187C3FCC59F9C90DC574444D88AAE1 (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, uint8_t* ___data0, intptr_t ___bufferLen1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, 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*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_writeBuffer_22(); if (!L_0) { goto IL_0018; } } IL_0008: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_writeBuffer_22(); NullCheck(L_1); intptr_t L_2 = ___bufferLen1; int32_t L_3; L_3 = IntPtr_op_Explicit_m955DDFE2288BA8A4EE7ABBC7D2BDBD0E9004A88E((intptr_t)L_2, /*hidden argument*/NULL); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))) >= ((int32_t)L_3))) { goto IL_0029; } } IL_0018: { intptr_t L_4 = ___bufferLen1; int32_t L_5; L_5 = IntPtr_op_Explicit_m955DDFE2288BA8A4EE7ABBC7D2BDBD0E9004A88E((intptr_t)L_4, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_5); __this->set_writeBuffer_22(L_6); } IL_0029: { uint8_t* L_7 = ___data0; intptr_t L_8; L_8 = IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14((void*)(void*)L_7, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_writeBuffer_22(); intptr_t L_10 = ___bufferLen1; int32_t L_11; L_11 = IntPtr_op_Explicit_m955DDFE2288BA8A4EE7ABBC7D2BDBD0E9004A88E((intptr_t)L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_Copy_m5B5711DAE25F766427A60AA33208E669EACD0716((intptr_t)L_8, L_9, 0, L_11, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_12; L_12 = MobileTlsContext_get_Parent_mA247FA590751030497F9B039ED3543748981EDC3_inline(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get_writeBuffer_22(); intptr_t L_14 = ___bufferLen1; int32_t L_15; L_15 = IntPtr_op_Explicit_m955DDFE2288BA8A4EE7ABBC7D2BDBD0E9004A88E((intptr_t)L_14, /*hidden argument*/NULL); NullCheck(L_12); bool L_16; L_16 = MobileAuthenticatedStream_InternalWrite_m272A619B00CBE6704AAD300536D176AF4BF4F76F(L_12, L_13, 0, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0079; } } IL_005b: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_17; L_17 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_17); unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * L_18 = L_17->get_unitytls_errorstate_raise_error_3(); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_19 = ___errorState2; NullCheck(L_18); unitytls_errorstate_raise_error_t_Invoke_mB92B8CF1876FF0C9467C82918E427EBD324D8D8A(L_18, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_19, ((int32_t)1048579), /*hidden argument*/NULL); intptr_t L_20; L_20 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(0, /*hidden argument*/NULL); V_0 = (intptr_t)L_20; goto IL_00ab; } IL_0079: { intptr_t L_21 = ___bufferLen1; V_0 = (intptr_t)L_21; goto IL_00ab; } } // 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_007d; } throw e; } CATCH_007d: { // begin catch(System.Exception) { V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_22; L_22 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_22); unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * L_23 = L_22->get_unitytls_errorstate_raise_error_3(); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_24 = ___errorState2; NullCheck(L_23); unitytls_errorstate_raise_error_t_Invoke_mB92B8CF1876FF0C9467C82918E427EBD324D8D8A(L_23, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_24, ((int32_t)1048580), /*hidden argument*/NULL); Exception_t * L_25 = __this->get_lastException_25(); if (L_25) { goto IL_00a2; } } IL_009b: { Exception_t * L_26 = V_1; __this->set_lastException_25(L_26); } IL_00a2: { intptr_t L_27; L_27 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(0, /*hidden argument*/NULL); V_0 = (intptr_t)L_27; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ab; } } // end catch (depth: 1) IL_00ab: { intptr_t L_28 = V_0; return (intptr_t)L_28; } } // System.IntPtr Mono.Unity.UnityTlsContext::ReadCallback(System.Void*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_ReadCallback_m761A4E7B983E40C8D727C2251158F22F762CD419 (void* ___userData0, uint8_t* ___buffer1, intptr_t ___bufferLen2, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 V_0; memset((&V_0), 0, sizeof(V_0)); { void* L_0 = ___userData0; intptr_t L_1; L_1 = IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14((void*)(void*)L_0, /*hidden argument*/NULL); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_2; L_2 = GCHandle_op_Explicit_mC752EDC0CDFE3727BEA65D0DFE679DDF0B9D2BF7((intptr_t)L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3; L_3 = GCHandle_get_Target_m6C296AD6520ECDAFC9498E9387677F522871F883((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_0), /*hidden argument*/NULL); uint8_t* L_4 = ___buffer1; intptr_t L_5 = ___bufferLen2; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_6 = ___errorState3; NullCheck(((UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197_il2cpp_TypeInfo_var))); intptr_t L_7; L_7 = UnityTlsContext_ReadCallback_mE959A9C94E3AB908FD5AE20C21B4CB6FA46DE6FD(((UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197_il2cpp_TypeInfo_var)), (uint8_t*)(uint8_t*)L_4, (intptr_t)L_5, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_6, /*hidden argument*/NULL); return (intptr_t)L_7; } } // System.IntPtr Mono.Unity.UnityTlsContext::ReadCallback(System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UnityTlsContext_ReadCallback_mE959A9C94E3AB908FD5AE20C21B4CB6FA46DE6FD (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, uint8_t* ___buffer0, intptr_t ___bufferLen1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, 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*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_readBuffer_23(); if (!L_0) { goto IL_0018; } } IL_0008: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_readBuffer_23(); NullCheck(L_1); intptr_t L_2 = ___bufferLen1; int32_t L_3; L_3 = IntPtr_op_Explicit_m955DDFE2288BA8A4EE7ABBC7D2BDBD0E9004A88E((intptr_t)L_2, /*hidden argument*/NULL); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))) >= ((int32_t)L_3))) { goto IL_0029; } } IL_0018: { intptr_t L_4 = ___bufferLen1; int32_t L_5; L_5 = IntPtr_op_Explicit_m955DDFE2288BA8A4EE7ABBC7D2BDBD0E9004A88E((intptr_t)L_4, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_5); __this->set_readBuffer_23(L_6); } IL_0029: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_7; L_7 = MobileTlsContext_get_Parent_mA247FA590751030497F9B039ED3543748981EDC3_inline(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_readBuffer_23(); intptr_t L_9 = ___bufferLen1; int32_t L_10; L_10 = IntPtr_op_Explicit_m955DDFE2288BA8A4EE7ABBC7D2BDBD0E9004A88E((intptr_t)L_9, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_11; L_11 = MobileAuthenticatedStream_InternalRead_mC430180F8FD5AA589FD7AE5044A89F9B6F1427D8(L_7, L_8, 0, L_10, (bool*)(&V_0), /*hidden argument*/NULL); V_1 = L_11; int32_t L_12 = V_1; if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_005f; } } IL_0048: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_13; L_13 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_13); unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * L_14 = L_13->get_unitytls_errorstate_raise_error_3(); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_15 = ___errorState2; NullCheck(L_14); unitytls_errorstate_raise_error_t_Invoke_mB92B8CF1876FF0C9467C82918E427EBD324D8D8A(L_14, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_15, ((int32_t)1048578), /*hidden argument*/NULL); goto IL_00b3; } IL_005f: { int32_t L_16 = V_1; if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_007d; } } IL_0063: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_readBuffer_23(); uint8_t* L_18 = ___buffer0; intptr_t L_19; L_19 = IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14((void*)(void*)L_18, /*hidden argument*/NULL); intptr_t L_20 = ___bufferLen1; int32_t L_21; L_21 = IntPtr_op_Explicit_m955DDFE2288BA8A4EE7ABBC7D2BDBD0E9004A88E((intptr_t)L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_Copy_mBDE4BE8D48B38EEB9AC3CFFD818A3E6B08E55731(L_17, 0, (intptr_t)L_19, L_21, /*hidden argument*/NULL); goto IL_00b3; } IL_007d: { bool L_22 = V_0; if (!L_22) { goto IL_0097; } } IL_0080: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_23; L_23 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_23); unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * L_24 = L_23->get_unitytls_errorstate_raise_error_3(); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_25 = ___errorState2; NullCheck(L_24); unitytls_errorstate_raise_error_t_Invoke_mB92B8CF1876FF0C9467C82918E427EBD324D8D8A(L_24, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_25, ((int32_t)1048577), /*hidden argument*/NULL); goto IL_00b3; } IL_0097: { __this->set_closedGraceful_21((bool)1); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_26; L_26 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_26); unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * L_27 = L_26->get_unitytls_errorstate_raise_error_3(); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_28 = ___errorState2; NullCheck(L_27); unitytls_errorstate_raise_error_t_Invoke_mB92B8CF1876FF0C9467C82918E427EBD324D8D8A(L_27, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_28, ((int32_t)1048578), /*hidden argument*/NULL); } IL_00b3: { int32_t L_29 = V_1; intptr_t L_30; L_30 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(L_29, /*hidden argument*/NULL); V_2 = (intptr_t)L_30; goto IL_00ea; } } // 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_00bc; } throw e; } CATCH_00bc: { // begin catch(System.Exception) { V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_31; L_31 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_31); unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * L_32 = L_31->get_unitytls_errorstate_raise_error_3(); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_33 = ___errorState2; NullCheck(L_32); unitytls_errorstate_raise_error_t_Invoke_mB92B8CF1876FF0C9467C82918E427EBD324D8D8A(L_32, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_33, ((int32_t)1048580), /*hidden argument*/NULL); Exception_t * L_34 = __this->get_lastException_25(); if (L_34) { goto IL_00e1; } } IL_00da: { Exception_t * L_35 = V_3; __this->set_lastException_25(L_35); } IL_00e1: { intptr_t L_36; L_36 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(0, /*hidden argument*/NULL); V_2 = (intptr_t)L_36; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ea; } } // end catch (depth: 1) IL_00ea: { intptr_t L_37 = V_2; return (intptr_t)L_37; } } // Mono.Unity.UnityTls/unitytls_x509verify_result Mono.Unity.UnityTlsContext::VerifyCallback(System.Void*,Mono.Unity.UnityTls/unitytls_x509list_ref,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UnityTlsContext_VerifyCallback_m8367D8479B3FD1AA41D886446279FEE8246F04B2 (void* ___userData0, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D ___chain1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 V_0; memset((&V_0), 0, sizeof(V_0)); { void* L_0 = ___userData0; intptr_t L_1; L_1 = IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14((void*)(void*)L_0, /*hidden argument*/NULL); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_2; L_2 = GCHandle_op_Explicit_mC752EDC0CDFE3727BEA65D0DFE679DDF0B9D2BF7((intptr_t)L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3; L_3 = GCHandle_get_Target_m6C296AD6520ECDAFC9498E9387677F522871F883((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_0), /*hidden argument*/NULL); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_4 = ___chain1; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_5 = ___errorState2; NullCheck(((UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197_il2cpp_TypeInfo_var))); uint32_t L_6; L_6 = UnityTlsContext_VerifyCallback_m7A39B7F3311262CCC65B615F0B1841AEC3EBD6A2(((UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197_il2cpp_TypeInfo_var)), L_4, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_5, /*hidden argument*/NULL); return L_6; } } // Mono.Unity.UnityTls/unitytls_x509verify_result Mono.Unity.UnityTlsContext::VerifyCallback(Mono.Unity.UnityTls/unitytls_x509list_ref,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UnityTlsContext_VerifyCallback_m7A39B7F3311262CCC65B615F0B1841AEC3EBD6A2 (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D ___chain0, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * V_0 = NULL; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * V_1 = NULL; uint32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_0 = ___chain0; X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * L_1 = (X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 *)il2cpp_codegen_object_new(X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456_il2cpp_TypeInfo_var); X509ChainImplUnityTls__ctor_mCB15EEDD1B74D120351A35284065CA25A7416BA2(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0007: try { // begin try (depth: 2) { X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * L_2 = V_0; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_3 = (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *)il2cpp_codegen_object_new(X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37_il2cpp_TypeInfo_var); X509Chain__ctor_m3406D90977BB9160C7275CF5EA0FA629CEE4F386(L_3, L_2, /*hidden argument*/NULL); V_1 = L_3; } IL_000e: try { // begin try (depth: 3) { X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_4 = V_1; NullCheck(L_4); X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * L_5; L_5 = X509Chain_get_ChainElements_mEA079D18934C900F8AE7E24CC8B143C27A7365DD(L_4, /*hidden argument*/NULL); NullCheck(L_5); X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 * L_6; L_6 = X509ChainElementCollection_get_Item_m87736EDD3B7649BCC883759FA1CEB61705B9BDD6(L_5, 0, /*hidden argument*/NULL); NullCheck(L_6); X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * L_7; L_7 = X509ChainElement_get_Certificate_m586BA432D80368AAE40A0524D4770C39BDC640C9_inline(L_6, /*hidden argument*/NULL); __this->set_remoteCertificate_17(L_7); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_8 = __this->get_remoteCertificate_17(); X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_9 = V_1; bool L_10; L_10 = MobileTlsContext_ValidateCertificate_m54BB8BC9C5C0703F52BD92F73F32C9E29D7754BC(__this, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0038; } } IL_0034: { V_2 = 0; IL2CPP_LEAVE(0x64, FINALLY_003c); } IL_0038: { V_2 = 8; IL2CPP_LEAVE(0x64, FINALLY_003c); } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003c; } FINALLY_003c: { // begin finally (depth: 3) { X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_11 = V_1; if (!L_11) { goto IL_0045; } } IL_003f: { X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_12 = V_1; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_0045: { IL2CPP_END_FINALLY(60) } } // end finally (depth: 3) IL2CPP_CLEANUP(60) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x64, FINALLY_0046); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0046; } FINALLY_0046: { // begin finally (depth: 2) { X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * L_13 = V_0; if (!L_13) { goto IL_004f; } } IL_0049: { X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * L_14 = V_0; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_14); } IL_004f: { IL2CPP_END_FINALLY(70) } } // end finally (depth: 2) IL2CPP_CLEANUP(70) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x64, 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*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0050; } throw e; } CATCH_0050: { // begin catch(System.Exception) { V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_15 = __this->get_lastException_25(); if (L_15) { goto IL_0060; } } IL_0059: { Exception_t * L_16 = V_3; __this->set_lastException_25(L_16); } IL_0060: { V_2 = (-1); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0064; } } // end catch (depth: 1) IL_0064: { uint32_t L_17 = V_2; return L_17; } } // System.Void Mono.Unity.UnityTlsContext::CertificateCallback(System.Void*,Mono.Unity.UnityTls/unitytls_tlsctx*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509name*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509list_ref*,Mono.Unity.UnityTls/unitytls_key_ref*,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTlsContext_CertificateCallback_mCF0B5C35CA9C47C2FA5438BA3BA603911642333B (void* ___userData0, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx1, uint8_t* ___cn2, intptr_t ___cnLen3, unitytls_x509name_tC19C2F27FF70AD438A79A5F66E4C5FFA2613EDA6 * ___caList4, intptr_t ___caListLen5, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D * ___chain6, unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 * ___key7, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 V_0; memset((&V_0), 0, sizeof(V_0)); { void* L_0 = ___userData0; intptr_t L_1; L_1 = IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14((void*)(void*)L_0, /*hidden argument*/NULL); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_2; L_2 = GCHandle_op_Explicit_mC752EDC0CDFE3727BEA65D0DFE679DDF0B9D2BF7((intptr_t)L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3; L_3 = GCHandle_get_Target_m6C296AD6520ECDAFC9498E9387677F522871F883((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_0), /*hidden argument*/NULL); unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * L_4 = ___ctx1; uint8_t* L_5 = ___cn2; intptr_t L_6 = ___cnLen3; unitytls_x509name_tC19C2F27FF70AD438A79A5F66E4C5FFA2613EDA6 * L_7 = ___caList4; intptr_t L_8 = ___caListLen5; unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D * L_9 = ___chain6; unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 * L_10 = ___key7; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_11 = ___errorState8; NullCheck(((UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197_il2cpp_TypeInfo_var))); UnityTlsContext_CertificateCallback_m7E54408ABCE341F31E4470746F9BFE2799B86297(((UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 *)CastclassClass((RuntimeObject*)L_3, UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197_il2cpp_TypeInfo_var)), (unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)(unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA *)L_4, (uint8_t*)(uint8_t*)L_5, (intptr_t)L_6, (unitytls_x509name_tC19C2F27FF70AD438A79A5F66E4C5FFA2613EDA6 *)(unitytls_x509name_tC19C2F27FF70AD438A79A5F66E4C5FFA2613EDA6 *)L_7, (intptr_t)L_8, (unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D *)(unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D *)L_9, (unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 *)(unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 *)L_10, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_11, /*hidden argument*/NULL); return; } } // System.Void Mono.Unity.UnityTlsContext::CertificateCallback(Mono.Unity.UnityTls/unitytls_tlsctx*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509name*,System.IntPtr,Mono.Unity.UnityTls/unitytls_x509list_ref*,Mono.Unity.UnityTls/unitytls_key_ref*,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTlsContext_CertificateCallback_m7E54408ABCE341F31E4470746F9BFE2799B86297 (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * __this, unitytls_tlsctx_tA5DB674E2A83ADDD03624096501FCDD29E9DB7FA * ___ctx0, uint8_t* ___cn1, intptr_t ___cnLen2, unitytls_x509name_tC19C2F27FF70AD438A79A5F66E4C5FFA2613EDA6 * ___caList3, intptr_t ___caListLen4, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D * ___chain5, unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 * ___key6, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE3201E1F2B98FDF236B089A5FE0DD87DC6B433E); s_Il2CppMethodInitialized = true; } unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D V_0; memset((&V_0), 0, sizeof(V_0)); unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 V_1; memset((&V_1), 0, sizeof(V_1)); Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_0 = __this->get_remoteCertificate_17(); if (L_0) { goto IL_0015; } } IL_0008: { TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 * L_1 = (TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9_il2cpp_TypeInfo_var))); TlsException__ctor_m3A87593B9EED79C7E1E0EDA7618CF0BAC393C2B3(L_1, ((int32_t)80), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral20BBF77FD0D497807457F8ECCF59F13F5879AFD3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityTlsContext_CertificateCallback_m7E54408ABCE341F31E4470746F9BFE2799B86297_RuntimeMethod_var))); } IL_0015: { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_2 = __this->get_remoteCertificate_17(); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_3; L_3 = MobileTlsContext_SelectClientCertificate_m0BD84B3C86150115C8141884B98D78C95FA7ABBC(__this, L_2, (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL, /*hidden argument*/NULL); __this->set_localClientCertificate_16(L_3); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_4 = __this->get_localClientCertificate_16(); if (L_4) { goto IL_0074; } } IL_0030: { unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D * L_5 = ___chain5; il2cpp_codegen_initobj((&V_0), sizeof(unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D )); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_6; L_6 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_6); uint64_t L_7 = L_6->get_UNITYTLS_INVALID_HANDLE_0(); (&V_0)->set_handle_0(L_7); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_8 = V_0; *(unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D *)L_5 = L_8; unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 * L_9 = ___key6; il2cpp_codegen_initobj((&V_1), sizeof(unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 )); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_10; L_10 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_10); uint64_t L_11 = L_10->get_UNITYTLS_INVALID_HANDLE_0(); (&V_1)->set_handle_0(L_11); unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 L_12 = V_1; *(unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 *)L_9 = L_12; goto IL_00f3; } IL_0074: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_13; L_13 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_13); unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * L_14 = L_13->get_unitytls_x509list_free_15(); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_15 = __this->get_requestedClientCertChain_10(); NullCheck(L_14); unitytls_x509list_free_t_Invoke_m5F920A1A43E549E297391F2033A04AF8C05A3C4C(L_14, (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_15, /*hidden argument*/NULL); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_16; L_16 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_16); unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F * L_17 = L_16->get_unitytls_key_free_7(); unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 * L_18 = __this->get_requestedClientKey_11(); NullCheck(L_17); unitytls_key_free_t_Invoke_m4DD025ECA7C3B5020EBF702BC4BAAE8D9B3C807B(L_17, (unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 *)(unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 *)L_18, /*hidden argument*/NULL); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_19 = __this->get_localClientCertificate_16(); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_20 = ___errorState7; unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D ** L_21 = __this->get_address_of_requestedClientCertChain_10(); unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 ** L_22 = __this->get_address_of_requestedClientKey_11(); UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate_mD5CE5AAE708D8F381231A674D62F255E2114F8DE(L_19, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_20, (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D **)L_21, (unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 **)L_22, /*hidden argument*/NULL); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D * L_23 = ___chain5; unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_24; L_24 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_24); unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 * L_25 = L_24->get_unitytls_x509list_get_ref_9(); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_26 = __this->get_requestedClientCertChain_10(); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_27 = ___errorState7; NullCheck(L_25); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_28; L_28 = unitytls_x509list_get_ref_t_Invoke_mFADB5F4BCB29A18DD0BD689EA8180D74CD9E4E63(L_25, (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_26, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_27, /*hidden argument*/NULL); *(unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D *)L_23 = L_28; unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 * L_29 = ___key6; unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_30; L_30 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_30); unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 * L_31 = L_30->get_unitytls_key_get_ref_4(); unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 * L_32 = __this->get_requestedClientKey_11(); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_33 = ___errorState7; NullCheck(L_31); unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 L_34; L_34 = unitytls_key_get_ref_t_Invoke_mE487DAB011D7F5966E09A2245399B312C2EF9111(L_31, (unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 *)(unitytls_key_tCCB86243887B79F39458152647B04B94699985D2 *)L_32, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_33, /*hidden argument*/NULL); *(unitytls_key_ref_t7EFBA70561D0E9FD8517038EBC0CC9FCF9AE6B61 *)L_29 = L_34; } IL_00f3: { unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_35 = ___errorState7; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_36 = (*(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_35); Debug_CheckAndThrow_m7936E6C6DB91CE5DA2C88D80D6B06F48997024AF(L_36, _stringLiteralBE3201E1F2B98FDF236B089A5FE0DD87DC6B433E, ((int32_t)40), /*hidden argument*/NULL); goto IL_0130; } } // 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_0108; } throw e; } CATCH_0108: { // begin catch(System.Exception) { V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_37; L_37 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_37); unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * L_38 = L_37->get_unitytls_errorstate_raise_error_3(); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_39 = ___errorState7; NullCheck(L_38); unitytls_errorstate_raise_error_t_Invoke_mB92B8CF1876FF0C9467C82918E427EBD324D8D8A(L_38, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_39, ((int32_t)1048580), /*hidden argument*/NULL); Exception_t * L_40 = __this->get_lastException_25(); if (L_40) { goto IL_012e; } } IL_0127: { Exception_t * L_41 = V_2; __this->set_lastException_25(L_41); } IL_012e: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0130; } } // end catch (depth: 1) IL_0130: { 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.Unity.UnityTls/unitytls_protocol Mono.Unity.UnityTlsConversions::GetMinProtocol(System.Security.Authentication.SslProtocols) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UnityTlsConversions_GetMinProtocol_mC0DC0BDE4898BF74374ED61ECC589590FC7476AD (int32_t ___protocols0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___protocols0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68_il2cpp_TypeInfo_var, &L_1); int32_t L_3 = ((int32_t)192); RuntimeObject * L_4 = Box(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68_il2cpp_TypeInfo_var, &L_3); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_2); bool L_5; L_5 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_2, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0019; } } { return (uint32_t)(0); } IL_0019: { int32_t L_6 = ___protocols0; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68_il2cpp_TypeInfo_var, &L_7); int32_t L_9 = ((int32_t)768); RuntimeObject * L_10 = Box(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68_il2cpp_TypeInfo_var, &L_9); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_8); bool L_11; L_11 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_8, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0032; } } { return (uint32_t)(1); } IL_0032: { int32_t L_12 = ___protocols0; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68_il2cpp_TypeInfo_var, &L_13); int32_t L_15 = ((int32_t)3072); RuntimeObject * L_16 = Box(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68_il2cpp_TypeInfo_var, &L_15); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_14); bool L_17; L_17 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_14, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_16, /*hidden argument*/NULL); return (uint32_t)(2); } } // Mono.Unity.UnityTls/unitytls_protocol Mono.Unity.UnityTlsConversions::GetMaxProtocol(System.Security.Authentication.SslProtocols) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UnityTlsConversions_GetMaxProtocol_m0F9734251AD599C97376A8926A88BCEEFC830D15 (int32_t ___protocols0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___protocols0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68_il2cpp_TypeInfo_var, &L_1); int32_t L_3 = ((int32_t)3072); RuntimeObject * L_4 = Box(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68_il2cpp_TypeInfo_var, &L_3); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_2); bool L_5; L_5 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_2, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0019; } } { return (uint32_t)(2); } IL_0019: { int32_t L_6 = ___protocols0; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68_il2cpp_TypeInfo_var, &L_7); int32_t L_9 = ((int32_t)768); RuntimeObject * L_10 = Box(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68_il2cpp_TypeInfo_var, &L_9); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_8); bool L_11; L_11 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_8, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0032; } } { return (uint32_t)(1); } IL_0032: { int32_t L_12 = ___protocols0; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68_il2cpp_TypeInfo_var, &L_13); int32_t L_15 = ((int32_t)192); RuntimeObject * L_16 = Box(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68_il2cpp_TypeInfo_var, &L_15); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_14); bool L_17; L_17 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_14, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_16, /*hidden argument*/NULL); return (uint32_t)(0); } } // Mono.Security.Interface.TlsProtocols Mono.Unity.UnityTlsConversions::ConvertProtocolVersion(Mono.Unity.UnityTls/unitytls_protocol) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTlsConversions_ConvertProtocolVersion_m0034F4C37220096119219667B4AFA4B3FFE3C115 (uint32_t ___protocol0, const RuntimeMethod* method) { { uint32_t L_0 = ___protocol0; switch (L_0) { case 0: { goto IL_0018; } case 1: { goto IL_001e; } case 2: { goto IL_0024; } case 3: { goto IL_002a; } } } { goto IL_002c; } IL_0018: { return (int32_t)(((int32_t)192)); } IL_001e: { return (int32_t)(((int32_t)768)); } IL_0024: { return (int32_t)(((int32_t)3072)); } IL_002a: { return (int32_t)(0); } IL_002c: { return (int32_t)(0); } } // Mono.Security.Interface.AlertDescription Mono.Unity.UnityTlsConversions::VerifyResultToAlertDescription(Mono.Unity.UnityTls/unitytls_x509verify_result,Mono.Security.Interface.AlertDescription) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t UnityTlsConversions_VerifyResultToAlertDescription_m379EB4CECAABDE50EBE231860E452AF3B793933F (uint32_t ___verifyResult0, uint8_t ___defaultAlert1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___verifyResult0; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0007; } } { return (uint8_t)(((int32_t)46)); } IL_0007: { uint32_t L_1 = ___verifyResult0; uint32_t L_2 = L_1; RuntimeObject * L_3 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_2); uint32_t L_4 = 1; RuntimeObject * L_5 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_4); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_3); bool L_6; L_6 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_3, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_001d; } } { return (uint8_t)(((int32_t)45)); } IL_001d: { uint32_t L_7 = ___verifyResult0; uint32_t L_8 = L_7; RuntimeObject * L_9 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_8); uint32_t L_10 = 2; RuntimeObject * L_11 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_10); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_9); bool L_12; L_12 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_9, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0033; } } { return (uint8_t)(((int32_t)44)); } IL_0033: { uint32_t L_13 = ___verifyResult0; uint32_t L_14 = L_13; RuntimeObject * L_15 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_14); uint32_t L_16 = 4; RuntimeObject * L_17 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_16); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_15); bool L_18; L_18 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_15, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0049; } } { return (uint8_t)(((int32_t)48)); } IL_0049: { uint32_t L_19 = ___verifyResult0; uint32_t L_20 = L_19; RuntimeObject * L_21 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_20); uint32_t L_22 = 8; RuntimeObject * L_23 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_22); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_21); bool L_24; L_24 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_21, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_005f; } } { return (uint8_t)(((int32_t)46)); } IL_005f: { uint32_t L_25 = ___verifyResult0; uint32_t L_26 = L_25; RuntimeObject * L_27 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_26); uint32_t L_28 = ((int32_t)65536); RuntimeObject * L_29 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_28); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_27); bool L_30; L_30 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_27, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_0079; } } { return (uint8_t)(((int32_t)90)); } IL_0079: { uint32_t L_31 = ___verifyResult0; uint32_t L_32 = L_31; RuntimeObject * L_33 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_32); uint32_t L_34 = ((int32_t)131072); RuntimeObject * L_35 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_34); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_33); bool L_36; L_36 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_33, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_0093; } } { return (uint8_t)(((int32_t)90)); } IL_0093: { uint32_t L_37 = ___verifyResult0; uint32_t L_38 = L_37; RuntimeObject * L_39 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_38); uint32_t L_40 = ((int32_t)131072); RuntimeObject * L_41 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_40); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_39); bool L_42; L_42 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_39, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00ad; } } { return (uint8_t)(((int32_t)90)); } IL_00ad: { uint32_t L_43 = ___verifyResult0; uint32_t L_44 = L_43; RuntimeObject * L_45 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_44); uint32_t L_46 = ((int32_t)262144); RuntimeObject * L_47 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_46); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_45); bool L_48; L_48 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_45, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_00c7; } } { return (uint8_t)(((int32_t)90)); } IL_00c7: { uint32_t L_49 = ___verifyResult0; uint32_t L_50 = L_49; RuntimeObject * L_51 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_50); uint32_t L_52 = ((int32_t)524288); RuntimeObject * L_53 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_52); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_51); bool L_54; L_54 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_51, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_00e1; } } { return (uint8_t)(((int32_t)90)); } IL_00e1: { uint32_t L_55 = ___verifyResult0; uint32_t L_56 = L_55; RuntimeObject * L_57 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_56); uint32_t L_58 = ((int32_t)1048576); RuntimeObject * L_59 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_58); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_57); bool L_60; L_60 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_57, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_00fb; } } { return (uint8_t)(((int32_t)90)); } IL_00fb: { uint32_t L_61 = ___verifyResult0; uint32_t L_62 = L_61; RuntimeObject * L_63 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_62); uint32_t L_64 = ((int32_t)2097152); RuntimeObject * L_65 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_64); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_63); bool L_66; L_66 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_63, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_0115; } } { return (uint8_t)(((int32_t)90)); } IL_0115: { uint32_t L_67 = ___verifyResult0; uint32_t L_68 = L_67; RuntimeObject * L_69 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_68); uint32_t L_70 = ((int32_t)4194304); RuntimeObject * L_71 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_70); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_69); bool L_72; L_72 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_69, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_012f; } } { return (uint8_t)(((int32_t)90)); } IL_012f: { uint32_t L_73 = ___verifyResult0; uint32_t L_74 = L_73; RuntimeObject * L_75 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_74); uint32_t L_76 = ((int32_t)8388608); RuntimeObject * L_77 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_76); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_75); bool L_78; L_78 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_75, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_77, /*hidden argument*/NULL); if (!L_78) { goto IL_0149; } } { return (uint8_t)(((int32_t)90)); } IL_0149: { uint8_t L_79 = ___defaultAlert1; return L_79; } } // Mono.Security.Interface.MonoSslPolicyErrors Mono.Unity.UnityTlsConversions::VerifyResultToPolicyErrror(Mono.Unity.UnityTls/unitytls_x509verify_result) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTlsConversions_VerifyResultToPolicyErrror_m82132CA7804254909B19D3F789F6903C54A033E2 (uint32_t ___verifyResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { uint32_t L_0 = ___verifyResult0; if (L_0) { goto IL_0005; } } { return (int32_t)(0); } IL_0005: { uint32_t L_1 = ___verifyResult0; if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_000b; } } { return (int32_t)(4); } IL_000b: { V_0 = 0; uint32_t L_2 = ___verifyResult0; uint32_t L_3 = L_2; RuntimeObject * L_4 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_3); uint32_t L_5 = 4; RuntimeObject * L_6 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_5); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_4); bool L_7; L_7 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_4, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0024; } } { int32_t L_8 = V_0; V_0 = ((int32_t)((int32_t)L_8|(int32_t)2)); } IL_0024: { uint32_t L_9 = ___verifyResult0; if ((((int32_t)L_9) == ((int32_t)4))) { goto IL_002c; } } { int32_t L_10 = V_0; V_0 = ((int32_t)((int32_t)L_10|(int32_t)4)); } IL_002c: { int32_t L_11 = V_0; return L_11; } } // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags Mono.Unity.UnityTlsConversions::VerifyResultToChainStatus(Mono.Unity.UnityTls/unitytls_x509verify_result) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTlsConversions_VerifyResultToChainStatus_mE050899FF417020132E3282BFC6D10FEBB33EE28 (uint32_t ___verifyResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { uint32_t L_0 = ___verifyResult0; if (L_0) { goto IL_0005; } } { return (int32_t)(0); } IL_0005: { uint32_t L_1 = ___verifyResult0; if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_000c; } } { return (int32_t)(((int32_t)32)); } IL_000c: { V_0 = 0; uint32_t L_2 = ___verifyResult0; uint32_t L_3 = L_2; RuntimeObject * L_4 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_3); uint32_t L_5 = 1; RuntimeObject * L_6 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_5); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_4); bool L_7; L_7 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_4, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0025; } } { int32_t L_8 = V_0; V_0 = ((int32_t)((int32_t)L_8|(int32_t)1)); } IL_0025: { uint32_t L_9 = ___verifyResult0; uint32_t L_10 = L_9; RuntimeObject * L_11 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_10); uint32_t L_12 = 2; RuntimeObject * L_13 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_12); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_11); bool L_14; L_14 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_11, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_003c; } } { int32_t L_15 = V_0; V_0 = ((int32_t)((int32_t)L_15|(int32_t)4)); } IL_003c: { uint32_t L_16 = ___verifyResult0; uint32_t L_17 = L_16; RuntimeObject * L_18 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_17); uint32_t L_19 = 4; RuntimeObject * L_20 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_19); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_18); bool L_21; L_21 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_18, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0054; } } { int32_t L_22 = V_0; V_0 = ((int32_t)((int32_t)L_22|(int32_t)((int32_t)32))); } IL_0054: { uint32_t L_23 = ___verifyResult0; uint32_t L_24 = L_23; RuntimeObject * L_25 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_24); uint32_t L_26 = 8; RuntimeObject * L_27 = Box(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var, &L_26); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_25); bool L_28; L_28 = Enum_HasFlag_mF1BCDA3744B0CC82C7A3D7313C0858E82010151E((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_25, (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_006c; } } { int32_t L_29 = V_0; V_0 = ((int32_t)((int32_t)L_29|(int32_t)((int32_t)32))); } IL_006c: { int32_t L_30 = V_0; return L_30; } } #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 Mono.Unity.UnityTlsProvider::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityTlsProvider_get_Name_mDDA55EE63A0B76B6E0E60A8BB24B2796A619C330 (UnityTlsProvider_t747B0278CE6D579418AE990C2F0CA3C3AB9A29DC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F1213AA6EEF9116A55D707F375372E7AE4811E0); s_Il2CppMethodInitialized = true; } { return _stringLiteral9F1213AA6EEF9116A55D707F375372E7AE4811E0; } } // System.Guid Mono.Unity.UnityTlsProvider::get_ID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t UnityTlsProvider_get_ID_mB7896E12045D7FF2430DC7F9EAF15D706CB7744F (UnityTlsProvider_t747B0278CE6D579418AE990C2F0CA3C3AB9A29DC * __this, 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; } { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Guid_t L_0 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_UnityTlsId_5(); return L_0; } } // System.Boolean Mono.Unity.UnityTlsProvider::get_SupportsSslStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTlsProvider_get_SupportsSslStream_mE4CB1384EF4F9EF0C96410AD2CB8C902F231B3F6 (UnityTlsProvider_t747B0278CE6D579418AE990C2F0CA3C3AB9A29DC * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean Mono.Unity.UnityTlsProvider::get_SupportsMonoExtensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTlsProvider_get_SupportsMonoExtensions_m8CA16CD7D8BFEB7520C3FC8AE4991D907E2844EF (UnityTlsProvider_t747B0278CE6D579418AE990C2F0CA3C3AB9A29DC * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean Mono.Unity.UnityTlsProvider::get_SupportsConnectionInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTlsProvider_get_SupportsConnectionInfo_m9332B1DE0BD3C876B3AE3C6AD0057BC613564CE1 (UnityTlsProvider_t747B0278CE6D579418AE990C2F0CA3C3AB9A29DC * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean Mono.Unity.UnityTlsProvider::get_SupportsCleanShutdown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTlsProvider_get_SupportsCleanShutdown_mE9DF84BAD50C6616D0263C17CEE3A8145ADEBC8E (UnityTlsProvider_t747B0278CE6D579418AE990C2F0CA3C3AB9A29DC * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Security.Authentication.SslProtocols Mono.Unity.UnityTlsProvider::get_SupportedProtocols() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityTlsProvider_get_SupportedProtocols_mF4F9DC4EDA1444E22899C9A97A1DCCDC34C81EF2 (UnityTlsProvider_t747B0278CE6D579418AE990C2F0CA3C3AB9A29DC * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)4032)); } } // Mono.Security.Interface.IMonoSslStream Mono.Unity.UnityTlsProvider::CreateSslStream(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityTlsProvider_CreateSslStream_mDC86FCB0F22309601707CF35B246839919298648 (UnityTlsProvider_t747B0278CE6D579418AE990C2F0CA3C3AB9A29DC * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___innerStream0, bool ___leaveInnerStreamOpen1, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings2, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___innerStream0; bool L_1 = ___leaveInnerStreamOpen1; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_2 = ___settings2; RuntimeObject* L_3; L_3 = SslStream_CreateMonoSslStream_m74BE8E0D40817CE69596C1C0DED1D85F59EA6EBC(L_0, L_1, __this, L_2, /*hidden argument*/NULL); return L_3; } } // Mono.Security.Interface.IMonoSslStream Mono.Unity.UnityTlsProvider::CreateSslStreamInternal(System.Net.Security.SslStream,System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityTlsProvider_CreateSslStreamInternal_mF1D7EA59B6FD86A48A26BB32EDC4FFE6E3E6E348 (UnityTlsProvider_t747B0278CE6D579418AE990C2F0CA3C3AB9A29DC * __this, SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * ___sslStream0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___innerStream1, bool ___leaveInnerStreamOpen2, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTlsStream_t5784F133557D22D26A11BB9352CFC076BF8DC84B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___innerStream1; bool L_1 = ___leaveInnerStreamOpen2; SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * L_2 = ___sslStream0; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_3 = ___settings3; UnityTlsStream_t5784F133557D22D26A11BB9352CFC076BF8DC84B * L_4 = (UnityTlsStream_t5784F133557D22D26A11BB9352CFC076BF8DC84B *)il2cpp_codegen_object_new(UnityTlsStream_t5784F133557D22D26A11BB9352CFC076BF8DC84B_il2cpp_TypeInfo_var); UnityTlsStream__ctor_m729A992C4510BCCEA67907859E15ADD36EFF6A27(L_4, L_0, L_1, L_2, L_3, __this, /*hidden argument*/NULL); return L_4; } } // System.Boolean Mono.Unity.UnityTlsProvider::ValidateCertificate(Mono.Security.Interface.ICertificateValidator2,System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean,System.Security.Cryptography.X509Certificates.X509Chain&,Mono.Security.Interface.MonoSslPolicyErrors&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTlsProvider_ValidateCertificate_mA8A956114D6DA3186D05C8C19CB7032612199332 (UnityTlsProvider_t747B0278CE6D579418AE990C2F0CA3C3AB9A29DC * __this, RuntimeObject* ___validator0, String_t* ___targetHost1, bool ___serverMode2, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certificates3, bool ___wantsChain4, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 ** ___chain5, int32_t* ___errors6, int32_t* ___status117, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 V_0; memset((&V_0), 0, sizeof(V_0)); X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * V_1 = NULL; uint32_t V_2 = 0; unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * V_3 = NULL; int32_t V_4 = 0; unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D V_5; memset((&V_5), 0, sizeof(V_5)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * V_7 = NULL; unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D V_8; memset((&V_8), 0, sizeof(V_8)); uint8_t* V_9 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_10 = NULL; uint8_t* V_11 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_0; L_0 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_0); unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * L_1 = L_0->get_unitytls_errorstate_create_2(); NullCheck(L_1); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_2; L_2 = unitytls_errorstate_create_t_Invoke_m6DF09A1CC8C5C38D78CC2E510F318571202E7087(L_1, /*hidden argument*/NULL); V_0 = L_2; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 ** L_3 = ___chain5; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_4 = *((X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 **)L_3); NullCheck(L_4); X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * L_5; L_5 = X509Chain_get_Impl_mDFDF83101E18C675FBA93E833DDBC458D8427E7E(L_4, /*hidden argument*/NULL); V_1 = ((X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 *)IsInstClass((RuntimeObject*)L_5, X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456_il2cpp_TypeInfo_var)); X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * L_6 = V_1; if (L_6) { goto IL_0048; } } { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_7 = ___certificates3; if (!L_7) { goto IL_002e; } } { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_8 = ___certificates3; NullCheck(L_8); int32_t L_9; L_9 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0038; } } IL_002e: { int32_t* L_10 = ___errors6; int32_t* L_11 = ___errors6; int32_t L_12 = *((int32_t*)L_11); *((int32_t*)L_10) = (int32_t)((int32_t)((int32_t)L_12|(int32_t)1)); return (bool)0; } IL_0038: { bool L_13 = ___wantsChain4; if (!L_13) { goto IL_0081; } } { X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 ** L_14 = ___chain5; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_15 = ___certificates3; IL2CPP_RUNTIME_CLASS_INIT(SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_il2cpp_TypeInfo_var); X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_16; L_16 = SystemCertificateValidator_CreateX509Chain_mC69602AAD344A88C338A3DF8CAE71000D30B6264(L_15, /*hidden argument*/NULL); *((RuntimeObject **)L_14) = (RuntimeObject *)L_16; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_14, (void*)(RuntimeObject *)L_16); goto IL_0081; } IL_0048: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_17; L_17 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_17); unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 * L_18 = L_17->get_unitytls_x509list_get_x509_10(); X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * L_19 = V_1; NullCheck(L_19); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_20; L_20 = X509ChainImplUnityTls_get_NativeCertificateChain_mCF317E093A598896E07D14E5F3818BD5AE1D59AB_inline(L_19, /*hidden argument*/NULL); intptr_t L_21; L_21 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(0, /*hidden argument*/NULL); NullCheck(L_18); unitytls_x509_ref_t4B933FE1711F247F993EE07326F67B7DFFD7DAA5 L_22; L_22 = unitytls_x509list_get_x509_t_Invoke_m58A02DBC5C5C9A0C693DFDE3BEBCE8518C5BEDFE(L_18, L_20, (intptr_t)L_21, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); uint64_t L_23 = L_22.get_handle_0(); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_24; L_24 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_24); uint64_t L_25 = L_24->get_UNITYTLS_INVALID_HANDLE_0(); if ((!(((uint64_t)L_23) == ((uint64_t)L_25)))) { goto IL_0081; } } { int32_t* L_26 = ___errors6; int32_t* L_27 = ___errors6; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)((int32_t)L_28|(int32_t)1)); return (bool)0; } IL_0081: { String_t* L_29 = ___targetHost1; bool L_30; L_30 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00a3; } } { String_t* L_31 = ___targetHost1; NullCheck(L_31); int32_t L_32; L_32 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_31, ((int32_t)58), /*hidden argument*/NULL); V_4 = L_32; int32_t L_33 = V_4; if ((((int32_t)L_33) <= ((int32_t)0))) { goto IL_00a3; } } { String_t* L_34 = ___targetHost1; int32_t L_35 = V_4; NullCheck(L_34); String_t* L_36; L_36 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_34, 0, L_35, /*hidden argument*/NULL); ___targetHost1 = L_36; } IL_00a3: { V_2 = ((int32_t)-2147483648LL); V_3 = (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)((uintptr_t)0); } IL_00ac: try { // begin try (depth: 1) { X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * L_37 = V_1; if (L_37) { goto IL_00e4; } } IL_00af: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_38; L_38 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_38); unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F * L_39 = L_38->get_unitytls_x509list_create_11(); NullCheck(L_39); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_40; L_40 = unitytls_x509list_create_t_Invoke_m3A52B8B8AC08AA77CEDD34817D2C15209130A1F1(L_39, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_3 = (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_40; unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_41 = V_3; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_42 = ___certificates3; CertHelper_AddCertificatesToNativeChain_m01FF59F30DBE0728865ECF561D4F0A17186FC9DA((unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_41, L_42, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_43; L_43 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_43); unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 * L_44 = L_43->get_unitytls_x509list_get_ref_9(); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_45 = V_3; NullCheck(L_44); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_46; L_46 = unitytls_x509list_get_ref_t_Invoke_mFADB5F4BCB29A18DD0BD689EA8180D74CD9E4E63(L_44, (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_45, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_5 = L_46; goto IL_00ec; } IL_00e4: { X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * L_47 = V_1; NullCheck(L_47); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_48; L_48 = X509ChainImplUnityTls_get_NativeCertificateChain_mCF317E093A598896E07D14E5F3818BD5AE1D59AB_inline(L_47, /*hidden argument*/NULL); V_5 = L_48; } IL_00ec: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_49; L_49 = Encoding_get_UTF8_mA1F9F8EACB3EEA1583247AA10DCE51C3A0A13469(/*hidden argument*/NULL); String_t* L_50 = ___targetHost1; NullCheck(L_49); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51; L_51 = VirtFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_49, L_50); V_6 = L_51; RuntimeObject* L_52 = ___validator0; NullCheck(L_52); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_53; L_53 = InterfaceFuncInvoker0< MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * >::Invoke(0 /* Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.ICertificateValidator::get_Settings() */, ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628_il2cpp_TypeInfo_var, L_52); NullCheck(L_53); X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_54; L_54 = MonoTlsSettings_get_TrustAnchors_mEBC0221CE33DCA689174469D4869AB0A88D533F7_inline(L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_01a7; } } IL_0109: { V_7 = (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)((uintptr_t)0); } IL_010d: try { // begin try (depth: 2) { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_55; L_55 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_55); unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F * L_56 = L_55->get_unitytls_x509list_create_11(); NullCheck(L_56); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_57; L_57 = unitytls_x509list_create_t_Invoke_m3A52B8B8AC08AA77CEDD34817D2C15209130A1F1(L_56, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_7 = (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_57; unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_58 = V_7; RuntimeObject* L_59 = ___validator0; NullCheck(L_59); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_60; L_60 = InterfaceFuncInvoker0< MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * >::Invoke(0 /* Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.ICertificateValidator::get_Settings() */, ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628_il2cpp_TypeInfo_var, L_59); NullCheck(L_60); X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_61; L_61 = MonoTlsSettings_get_TrustAnchors_mEBC0221CE33DCA689174469D4869AB0A88D533F7_inline(L_60, /*hidden argument*/NULL); CertHelper_AddCertificatesToNativeChain_m01FF59F30DBE0728865ECF561D4F0A17186FC9DA((unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_58, L_61, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_62; L_62 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_62); unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 * L_63 = L_62->get_unitytls_x509list_get_ref_9(); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_64 = V_7; NullCheck(L_63); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_65; L_65 = unitytls_x509list_get_ref_t_Invoke_mFADB5F4BCB29A18DD0BD689EA8180D74CD9E4E63(L_63, (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_64, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_8 = L_65; } IL_014c: try { // begin try (depth: 3) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = L_66; V_10 = L_67; if (!L_67) { goto IL_0159; } } IL_0153: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_68 = V_10; NullCheck(L_68); if (((int32_t)((int32_t)(((RuntimeArray*)L_68)->max_length)))) { goto IL_015f; } } IL_0159: { V_9 = (uint8_t*)((uintptr_t)0); goto IL_016a; } IL_015f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = V_10; NullCheck(L_69); V_9 = (uint8_t*)((uintptr_t)((L_69)->GetAddressAt(static_cast(0)))); } IL_016a: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_70; L_70 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_70); unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316 * L_71 = L_70->get_unitytls_x509verify_explicit_ca_17(); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_72 = V_5; unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_73 = V_8; uint8_t* L_74 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = V_6; NullCheck(L_75); intptr_t L_76; L_76 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(((int32_t)((int32_t)(((RuntimeArray*)L_75)->max_length))), /*hidden argument*/NULL); NullCheck(L_71); uint32_t L_77; L_77 = unitytls_x509verify_explicit_ca_t_Invoke_m56F009ABDD7ED613CB6AC27AF8CAD6E6FB34555B(L_71, L_72, L_73, (uint8_t*)(uint8_t*)L_74, (intptr_t)L_76, (unitytls_x509verify_callback_tFB7A5A2C48B19A81F927615C45B50BDFEB68A00C *)NULL, (void*)(void*)((uintptr_t)0), (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_2 = L_77; IL2CPP_LEAVE(0x200, FINALLY_0191); } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0191; } FINALLY_0191: { // begin finally (depth: 3) V_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; IL2CPP_END_FINALLY(401) } // end finally (depth: 3) IL2CPP_CLEANUP(401) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x200, FINALLY_0195); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0195; } FINALLY_0195: { // begin finally (depth: 2) unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_78; L_78 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_78); unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * L_79 = L_78->get_unitytls_x509list_free_15(); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_80 = V_7; NullCheck(L_79); unitytls_x509list_free_t_Invoke_m5F920A1A43E549E297391F2033A04AF8C05A3C4C(L_79, (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_80, /*hidden argument*/NULL); IL2CPP_END_FINALLY(405) } // end finally (depth: 2) IL2CPP_CLEANUP(405) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x200, FINALLY_01ef); } IL_01a7: { } IL_01a8: try { // begin try (depth: 2) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_81 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_82 = L_81; V_10 = L_82; if (!L_82) { goto IL_01b5; } } IL_01af: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_83 = V_10; NullCheck(L_83); if (((int32_t)((int32_t)(((RuntimeArray*)L_83)->max_length)))) { goto IL_01bb; } } IL_01b5: { V_11 = (uint8_t*)((uintptr_t)0); goto IL_01c6; } IL_01bb: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_84 = V_10; NullCheck(L_84); V_11 = (uint8_t*)((uintptr_t)((L_84)->GetAddressAt(static_cast(0)))); } IL_01c6: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_85; L_85 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_85); unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97 * L_86 = L_85->get_unitytls_x509verify_default_ca_16(); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_87 = V_5; uint8_t* L_88 = V_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_89 = V_6; NullCheck(L_89); intptr_t L_90; L_90 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(((int32_t)((int32_t)(((RuntimeArray*)L_89)->max_length))), /*hidden argument*/NULL); NullCheck(L_86); uint32_t L_91; L_91 = unitytls_x509verify_default_ca_t_Invoke_m22C2DE021D3D750655FFEF54BE2B030596F1A82E(L_86, L_87, (uint8_t*)(uint8_t*)L_88, (intptr_t)L_90, (unitytls_x509verify_callback_tFB7A5A2C48B19A81F927615C45B50BDFEB68A00C *)NULL, (void*)(void*)((uintptr_t)0), (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_2 = L_91; IL2CPP_LEAVE(0x200, FINALLY_01eb); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01eb; } FINALLY_01eb: { // begin finally (depth: 2) V_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; IL2CPP_END_FINALLY(491) } // end finally (depth: 2) IL2CPP_CLEANUP(491) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x200, FINALLY_01ef); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01ef; } FINALLY_01ef: { // begin finally (depth: 1) unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_92; L_92 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_92); unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * L_93 = L_92->get_unitytls_x509list_free_15(); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_94 = V_3; NullCheck(L_93); unitytls_x509list_free_t_Invoke_m5F920A1A43E549E297391F2033A04AF8C05A3C4C(L_93, (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_94, /*hidden argument*/NULL); IL2CPP_END_FINALLY(495) } // end finally (depth: 1) IL2CPP_CLEANUP(495) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x200, IL_0200) } IL_0200: { int32_t* L_95 = ___errors6; uint32_t L_96 = V_2; int32_t L_97; L_97 = UnityTlsConversions_VerifyResultToPolicyErrror_m82132CA7804254909B19D3F789F6903C54A033E2(L_96, /*hidden argument*/NULL); *((int32_t*)L_95) = (int32_t)L_97; X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * L_98 = V_1; if (!L_98) { goto IL_0218; } } { X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * L_99 = V_1; uint32_t L_100 = V_2; int32_t L_101; L_101 = UnityTlsConversions_VerifyResultToChainStatus_mE050899FF417020132E3282BFC6D10FEBB33EE28(L_100, /*hidden argument*/NULL); NullCheck(L_99); X509ChainImplUnityTls_AddStatus_m9B56480F6C492FED2C59E8A5AAAA30B74F061E10(L_99, L_101, /*hidden argument*/NULL); } IL_0218: { uint32_t L_102 = V_2; if (L_102) { goto IL_0225; } } { unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_103 = V_0; uint32_t L_104 = L_103.get_code_1(); return (bool)((((int32_t)L_104) == ((int32_t)0))? 1 : 0); } IL_0225: { return (bool)0; } } // System.Void Mono.Unity.UnityTlsProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityTlsProvider__ctor_m59FD632B779113F9605538F8F598A53D1AC6985B (UnityTlsProvider_t747B0278CE6D579418AE990C2F0CA3C3AB9A29DC * __this, const RuntimeMethod* method) { { MonoTlsProvider__ctor_m158F98FFC13985AEA169D93B13728FE5018B4352(__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 Mono.Unity.UnityTlsStream::.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 UnityTlsStream__ctor_m729A992C4510BCCEA67907859E15ADD36EFF6A27 (UnityTlsStream_t5784F133557D22D26A11BB9352CFC076BF8DC84B * __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*)&MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___innerStream0; bool L_1 = ___leaveInnerStreamOpen1; SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * L_2 = ___owner2; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_3 = ___settings3; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_4 = ___provider4; IL2CPP_RUNTIME_CLASS_INIT(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var); MobileAuthenticatedStream__ctor_m0D8FB103726E0824BEFD3033D067F7F4EA13EF3B(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // Mono.Net.Security.MobileTlsContext Mono.Unity.UnityTlsStream::CreateContext(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 MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * UnityTlsStream_CreateContext_mA65D6D4D86EA24719CC88E657512544B22F97B75 (UnityTlsStream_t5784F133557D22D26A11BB9352CFC076BF8DC84B * __this, bool ___serverMode0, String_t* ___targetHost1, int32_t ___enabledProtocols2, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate3, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates4, bool ___askForClientCert5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___serverMode0; String_t* L_1 = ___targetHost1; int32_t L_2 = ___enabledProtocols2; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_3 = ___serverCertificate3; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_4 = ___clientCertificates4; bool L_5 = ___askForClientCert5; UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 * L_6 = (UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197 *)il2cpp_codegen_object_new(UnityTlsContext_t98605665B5FAB3CA20ED71DD668F86149B017197_il2cpp_TypeInfo_var); UnityTlsContext__ctor_mC0C9DB6F5662F4076B3C4B21445826FFEB1C72D0(L_6, __this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.NetworkInformation.UnixIPGlobalProperties::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnixIPGlobalProperties__ctor_mF2ADB564F94ABCB20CB71DDE34FAB070BA12A868 (UnixIPGlobalProperties_t17A56352BFACD974A0828F84CA3424941E39B021 * __this, const RuntimeMethod* method) { { CommonUnixIPGlobalProperties__ctor_m60C46E122AF76BCED16DD7F3FD5EFF74C093F83C(__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.String System.Net.NetworkInformation.UnixNoLibCIPGlobalProperties::get_DomainName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnixNoLibCIPGlobalProperties_get_DomainName_mD5C1D38C6A8C4BFBBAF251F829A64A9D80363371 (UnixNoLibCIPGlobalProperties_t502C0D31B2B758E43415DE9EAEB6A24B3924355F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_0; } } // System.Void System.Net.NetworkInformation.UnixNoLibCIPGlobalProperties::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnixNoLibCIPGlobalProperties__ctor_mB8161FF612E1613FC30AFA5CAA97C5E368C66291 (UnixNoLibCIPGlobalProperties_t502C0D31B2B758E43415DE9EAEB6A24B3924355F * __this, const RuntimeMethod* method) { { UnixIPGlobalProperties__ctor_mF2ADB564F94ABCB20CB71DDE34FAB070BA12A868(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Uri::get_IsImplicitFile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->get_m_Flags_17(); return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)((int64_t)((int64_t)((int32_t)536870912)))))) <= ((uint64_t)((int64_t)((int64_t)0)))))? 1 : 0); } } // System.Boolean System.Uri::get_IsUncOrDosPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUncOrDosPath_mF197920D1C1DBDE10A3478855D89D36210D8CE94 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->get_m_Flags_17(); return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)((int64_t)((int64_t)((int32_t)402653184)))))) <= ((uint64_t)((int64_t)((int64_t)0)))))? 1 : 0); } } // System.Boolean System.Uri::get_IsDosPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsDosPath_m3374B9D26D6B547862ACB2E617AB6F96CA31A5AF (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->get_m_Flags_17(); return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)((int64_t)((int64_t)((int32_t)134217728)))))) <= ((uint64_t)((int64_t)((int64_t)0)))))? 1 : 0); } } // System.Boolean System.Uri::get_IsUncPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUncPath_m1004A84C83F38F40A4AD1334F22BDDE658EF8E99 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->get_m_Flags_17(); return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)((int64_t)((int64_t)((int32_t)268435456)))))) <= ((uint64_t)((int64_t)((int64_t)0)))))? 1 : 0); } } // System.Uri/Flags System.Uri::get_HostType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Uri_get_HostType_m6C142BC37D44CF1F53D80627455BC6B1CB747820 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->get_m_Flags_17(); return (uint64_t)(((int64_t)((int64_t)L_0&(int64_t)((int64_t)((int64_t)((int32_t)458752)))))); } } // System.UriParser System.Uri::get_Syntax() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_0 = __this->get_m_Syntax_15(); return L_0; } } // System.Boolean System.Uri::get_IsNotAbsoluteUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_0 = __this->get_m_Syntax_15(); return (bool)((((RuntimeObject*)(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } } // System.Boolean System.Uri::IriParsingStatic(System.UriParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IriParsingStatic_mBC868691E0FEA5CBA45F4BD2A457D3D801C245CE (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax0, 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; } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_0 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_IriParsing_23(); il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_0020; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_1 = ___syntax0; if (!L_1) { goto IL_0019; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_2 = ___syntax0; NullCheck(L_2); bool L_3; L_3 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_2, ((int32_t)268435456), /*hidden argument*/NULL); if (L_3) { goto IL_001e; } } IL_0019: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_4 = ___syntax0; return (bool)((((RuntimeObject*)(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_001e: { return (bool)1; } IL_0020: { return (bool)0; } } // System.Boolean System.Uri::get_AllowIdn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_AllowIdn_m4031E81D7D0E44FC81C6951D78B2C836EC8270D7 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, 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; } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_0 = __this->get_m_Syntax_15(); if (!L_0) { goto IL_0043; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_1 = __this->get_m_Syntax_15(); NullCheck(L_1); int32_t L_2; L_2 = UriParser_get_Flags_mDAA0D828057CA2CA4493FD152D3760E975BAE7F0_inline(L_1, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)67108864)))) { goto IL_0043; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_3 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_IdnScope_22(); il2cpp_codegen_memory_barrier(); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0041; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_4 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_IdnScope_22(); il2cpp_codegen_memory_barrier(); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_003f; } } { bool L_5; L_5 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)137438953472LL), /*hidden argument*/NULL); return L_5; } IL_003f: { return (bool)0; } IL_0041: { return (bool)1; } IL_0043: { return (bool)0; } } // System.Boolean System.Uri::AllowIdnStatic(System.UriParser,System.Uri/Flags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_AllowIdnStatic_mF38FDCA5248AA93F8823A192D61E2180FEC9C41C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax0, uint64_t ___flags1, 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; } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_0 = ___syntax0; if (!L_0) { goto IL_0039; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_1 = ___syntax0; NullCheck(L_1); int32_t L_2; L_2 = UriParser_get_Flags_mDAA0D828057CA2CA4493FD152D3760E975BAE7F0_inline(L_1, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)67108864)))) { goto IL_0039; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_3 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_IdnScope_22(); il2cpp_codegen_memory_barrier(); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0037; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_4 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_IdnScope_22(); il2cpp_codegen_memory_barrier(); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0035; } } { uint64_t L_5 = ___flags1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_6; L_6 = Uri_StaticNotAny_m4D46ED46C6C293479D37674FE7EEB2266BF362D3(L_5, ((int64_t)137438953472LL), /*hidden argument*/NULL); return L_6; } IL_0035: { return (bool)0; } IL_0037: { return (bool)1; } IL_0039: { return (bool)0; } } // System.Boolean System.Uri::IsIntranet(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsIntranet_m89BF3C395C8D960B103DF056976B7C369231270C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___schemeHost0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Uri::get_UserDrivenParsing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_UserDrivenParsing_mF09087D4DE9A0823EBF1FC0C14101335D01393F2 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->get_m_Flags_17(); return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)((int64_t)((int64_t)((int32_t)16777216)))))) <= ((uint64_t)((int64_t)((int64_t)0)))))? 1 : 0); } } // System.Void System.Uri::SetUserDrivenParsing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_SetUserDrivenParsing_mDF0BFAFE946EAD9122ED2A542132902D7E47FD9C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)16777216)))|(int64_t)((int64_t)((int64_t)L_0&(int64_t)((int64_t)((int64_t)((int32_t)524288)))))))); return; } } // System.UInt16 System.Uri::get_SecuredPathIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_get_SecuredPathIndex_m0BE7920E94AA002B4CD2D568BD6E0FD91F0D7F0B (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; int32_t G_B5_0 = 0; { bool L_0; L_0 = Uri_get_IsDosPath_m3374B9D26D6B547862ACB2E617AB6F96CA31A5AF(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0034; } } { String_t* L_1 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_2 = __this->get_m_Info_18(); NullCheck(L_2); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_3 = L_2->get_address_of_Offset_3(); uint16_t L_4 = L_3->get_Path_4(); NullCheck(L_1); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_4, /*hidden argument*/NULL); V_0 = L_5; Il2CppChar L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)47)))) { goto IL_0031; } } { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)92)))) { goto IL_0031; } } { G_B5_0 = 2; goto IL_0032; } IL_0031: { G_B5_0 = 3; } IL_0032: { return (uint16_t)((int32_t)((uint16_t)G_B5_0)); } IL_0034: { return (uint16_t)0; } } // System.Boolean System.Uri::NotAny(System.Uri/Flags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, uint64_t ___flags0, const RuntimeMethod* method) { { uint64_t L_0 = __this->get_m_Flags_17(); uint64_t L_1 = ___flags0; return (bool)((((int64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))) == ((int64_t)((int64_t)((int64_t)0))))? 1 : 0); } } // System.Boolean System.Uri::InFact(System.Uri/Flags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, uint64_t ___flags0, const RuntimeMethod* method) { { uint64_t L_0 = __this->get_m_Flags_17(); uint64_t L_1 = ___flags0; return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))) <= ((uint64_t)((int64_t)((int64_t)0)))))? 1 : 0); } } // System.Boolean System.Uri::StaticNotAny(System.Uri/Flags,System.Uri/Flags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticNotAny_m4D46ED46C6C293479D37674FE7EEB2266BF362D3 (uint64_t ___allFlags0, uint64_t ___checkFlags1, const RuntimeMethod* method) { { uint64_t L_0 = ___allFlags0; uint64_t L_1 = ___checkFlags1; return (bool)((((int64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))) == ((int64_t)((int64_t)((int64_t)0))))? 1 : 0); } } // System.Boolean System.Uri::StaticInFact(System.Uri/Flags,System.Uri/Flags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticInFact_m9F44BF06099F60002C5D9CE07F72DD74D1404AA0 (uint64_t ___allFlags0, uint64_t ___checkFlags1, const RuntimeMethod* method) { { uint64_t L_0 = ___allFlags0; uint64_t L_1 = ___checkFlags1; return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))) <= ((uint64_t)((int64_t)((int64_t)0)))))? 1 : 0); } } // System.Uri/UriInfo System.Uri::EnsureUriInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { uint64_t V_0 = 0; { uint64_t L_0 = __this->get_m_Flags_17(); V_0 = L_0; uint64_t L_1 = __this->get_m_Flags_17(); if (((int64_t)((int64_t)L_1&(int64_t)((int64_t)((int64_t)((int32_t)1073741824)))))) { goto IL_001d; } } { uint64_t L_2 = V_0; Uri_CreateUriInfo_mD8864BD45B6397D4C3AED68BA2D3EAEB520DB9E6(__this, L_2, /*hidden argument*/NULL); } IL_001d: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_3 = __this->get_m_Info_18(); return L_3; } } // System.Void System.Uri::EnsureParseRemaining() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_EnsureParseRemaining_m7BC86BEFE07F56D480C9ACBCE64983806F6789BB (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->get_m_Flags_17(); if (((int64_t)((int64_t)L_0&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)-2147483648LL)))))))) { goto IL_0015; } } { Uri_ParseRemaining_m8C4350479C64906DDE464595F8BE5F8C14F2038D(__this, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Void System.Uri::EnsureHostString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_EnsureHostString_m47897EC94F83DFE1CA16CE71167DDD3CC986C22A (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, bool ___allowDnsOptimization0, const RuntimeMethod* method) { { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_0; L_0 = Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E(__this, /*hidden argument*/NULL); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_1 = __this->get_m_Info_18(); NullCheck(L_1); String_t* L_2 = L_1->get_Host_0(); if (L_2) { goto IL_002c; } } { bool L_3 = ___allowDnsOptimization0; if (!L_3) { goto IL_0026; } } { bool L_4; L_4 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)33554432))), /*hidden argument*/NULL); if (!L_4) { goto IL_0026; } } { return; } IL_0026: { Uri_CreateHostString_m2C549411869B57ADE6595800B6493BDB0A52F124(__this, /*hidden argument*/NULL); } IL_002c: { return; } } // System.Void System.Uri::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uriString0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___uriString0; 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*)&_stringLiteral6D153343DC0552ABAFC2B893F453DC72854A37BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C_RuntimeMethod_var))); } IL_0014: { String_t* L_2 = ___uriString0; Uri_CreateThis_m86E72577BCB9A6FDF5A0EC8EDFDD5F41AD3256FC(__this, L_2, (bool)0, 1, /*hidden argument*/NULL); return; } } // System.Void System.Uri::.ctor(System.String,System.UriKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m2D669E1153A700F9ED8BA31473565827AF8E39EF (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uriString0, int32_t ___uriKind1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___uriString0; 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*)&_stringLiteral6D153343DC0552ABAFC2B893F453DC72854A37BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_m2D669E1153A700F9ED8BA31473565827AF8E39EF_RuntimeMethod_var))); } IL_0014: { String_t* L_2 = ___uriString0; int32_t L_3 = ___uriKind1; Uri_CreateThis_m86E72577BCB9A6FDF5A0EC8EDFDD5F41AD3256FC(__this, L_2, (bool)0, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Uri::.ctor(System.Uri,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m0B44AFB01F3FEDE9319BA4556288340D16101F9D (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___baseUri0; 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*)&_stringLiteral53CEBA286266000AA0D18A26DBE6FBE7714C8319)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_m0B44AFB01F3FEDE9319BA4556288340D16101F9D_RuntimeMethod_var))); } IL_0014: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___baseUri0; NullCheck(L_2); bool L_3; L_3 = Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0027; } } { 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*)&_stringLiteral53CEBA286266000AA0D18A26DBE6FBE7714C8319)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_m0B44AFB01F3FEDE9319BA4556288340D16101F9D_RuntimeMethod_var))); } IL_0027: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = ___baseUri0; String_t* L_6 = ___relativeUri1; Uri_CreateUri_mCAE7D6A4588E2FF4507FF9198B856FD7354DBE0D(__this, L_5, L_6, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Uri::CreateUri(System.Uri,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateUri_mCAE7D6A4588E2FF4507FF9198B856FD7354DBE0D (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, String_t* ___relativeUri1, bool ___dontEscape2, 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; } UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * V_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_1 = NULL; { String_t* L_0 = ___relativeUri1; bool L_1 = ___dontEscape2; Uri_CreateThis_m86E72577BCB9A6FDF5A0EC8EDFDD5F41AD3256FC(__this, L_0, L_1, ((int32_t)300), /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___baseUri0; NullCheck(L_2); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_3; L_3 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_2, /*hidden argument*/NULL); NullCheck(L_3); bool L_4; L_4 = UriParser_get_IsSimple_m09BA6505FDD1AE0BF6C711AE9C2C3F9379B868F8(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0042; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = ___baseUri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6; L_6 = Uri_ResolveHelper_mA18C06D627E72E81F0848DA4C02CE7675D139CD7(L_5, __this, (String_t**)(&___relativeUri1), (bool*)(&___dontEscape2), (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D **)(&V_0), /*hidden argument*/NULL); V_1 = L_6; UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_7 = V_0; if (!L_7) { goto IL_002d; } } { UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_8 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_CreateUri_mCAE7D6A4588E2FF4507FF9198B856FD7354DBE0D_RuntimeMethod_var))); } IL_002d: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_10; L_10 = Uri_op_Inequality_m1CFADE0F122D3B996C7B1871646FA1570AF399E5(L_9, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_10) { goto IL_005b; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11 = V_1; if ((((RuntimeObject*)(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)L_11) == ((RuntimeObject*)(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)__this))) { goto IL_0041; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_12 = V_1; Uri_CreateThisFromUri_mCD4CFC7C223ADB909C634DA7EAE279DCD9BF5C14(__this, L_12, /*hidden argument*/NULL); } IL_0041: { return; } IL_0042: { ___dontEscape2 = (bool)0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_13 = ___baseUri0; NullCheck(L_13); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_14; L_14 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_13, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_15 = ___baseUri0; NullCheck(L_14); String_t* L_16; L_16 = UriParser_InternalResolve_m7EF249EAEFB9DDE866F9830E91CC61E09F1548E9(L_14, L_15, __this, (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D **)(&V_0), /*hidden argument*/NULL); ___relativeUri1 = L_16; UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_17 = V_0; if (!L_17) { goto IL_005b; } } { UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_18 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_CreateUri_mCAE7D6A4588E2FF4507FF9198B856FD7354DBE0D_RuntimeMethod_var))); } IL_005b: { __this->set_m_Flags_17(((int64_t)((int64_t)0))); __this->set_m_Info_18((UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 *)NULL); __this->set_m_Syntax_15((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)NULL); String_t* L_19 = ___relativeUri1; bool L_20 = ___dontEscape2; Uri_CreateThis_m86E72577BCB9A6FDF5A0EC8EDFDD5F41AD3256FC(__this, L_19, L_20, 1, /*hidden argument*/NULL); return; } } // System.Void System.Uri::.ctor(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m77D32DF0ABC88A040214913D87A07F2C522CCD18 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___relativeUri1, 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; } String_t* V_0 = NULL; UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * V_1 = NULL; bool V_2 = false; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___baseUri0; 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*)&_stringLiteral53CEBA286266000AA0D18A26DBE6FBE7714C8319)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_m77D32DF0ABC88A040214913D87A07F2C522CCD18_RuntimeMethod_var))); } IL_0014: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___baseUri0; NullCheck(L_2); bool L_3; L_3 = Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0027; } } { 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*)&_stringLiteral53CEBA286266000AA0D18A26DBE6FBE7714C8319)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_m77D32DF0ABC88A040214913D87A07F2C522CCD18_RuntimeMethod_var))); } IL_0027: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = ___relativeUri1; Uri_CreateThisFromUri_mCD4CFC7C223ADB909C634DA7EAE279DCD9BF5C14(__this, L_5, /*hidden argument*/NULL); V_0 = (String_t*)NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6 = ___baseUri0; NullCheck(L_6); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_7; L_7 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8; L_8 = UriParser_get_IsSimple_m09BA6505FDD1AE0BF6C711AE9C2C3F9379B868F8(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0073; } } { bool L_9; L_9 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); V_2 = L_9; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_10 = ___baseUri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11; L_11 = Uri_ResolveHelper_mA18C06D627E72E81F0848DA4C02CE7675D139CD7(L_10, __this, (String_t**)(&V_0), (bool*)(&V_2), (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D **)(&V_1), /*hidden argument*/NULL); ___relativeUri1 = L_11; UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_12 = V_1; if (!L_12) { goto IL_005e; } } { UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_13 = V_1; IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_m77D32DF0ABC88A040214913D87A07F2C522CCD18_RuntimeMethod_var))); } IL_005e: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_14 = ___relativeUri1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_15; L_15 = Uri_op_Inequality_m1CFADE0F122D3B996C7B1871646FA1570AF399E5(L_14, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_15) { goto IL_008a; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_16 = ___relativeUri1; if ((((RuntimeObject*)(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)L_16) == ((RuntimeObject*)(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)__this))) { goto IL_0072; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_17 = ___relativeUri1; Uri_CreateThisFromUri_mCD4CFC7C223ADB909C634DA7EAE279DCD9BF5C14(__this, L_17, /*hidden argument*/NULL); } IL_0072: { return; } IL_0073: { V_2 = (bool)0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_18 = ___baseUri0; NullCheck(L_18); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_19; L_19 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_18, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_20 = ___baseUri0; NullCheck(L_19); String_t* L_21; L_21 = UriParser_InternalResolve_m7EF249EAEFB9DDE866F9830E91CC61E09F1548E9(L_19, L_20, __this, (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D **)(&V_1), /*hidden argument*/NULL); V_0 = L_21; UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_22 = V_1; if (!L_22) { goto IL_008a; } } { UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_23 = V_1; IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_m77D32DF0ABC88A040214913D87A07F2C522CCD18_RuntimeMethod_var))); } IL_008a: { __this->set_m_Flags_17(((int64_t)((int64_t)0))); __this->set_m_Info_18((UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 *)NULL); __this->set_m_Syntax_15((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)NULL); String_t* L_24 = V_0; bool L_25 = V_2; Uri_CreateThis_m86E72577BCB9A6FDF5A0EC8EDFDD5F41AD3256FC(__this, L_24, L_25, 1, /*hidden argument*/NULL); return; } } // System.ParsingError System.Uri::GetCombinedString(System.Uri,System.String,System.Boolean,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_GetCombinedString_m044AB008E717A0FB16217B83C112AA38C54A409F (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, String_t* ___relativeStr1, bool ___dontEscape2, String_t** ___result3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; String_t* V_3 = NULL; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * V_4 = NULL; String_t* G_B22_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B22_1 = NULL; String_t** G_B22_2 = NULL; String_t* G_B21_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B21_1 = NULL; String_t** G_B21_2 = NULL; int32_t G_B23_0 = 0; String_t* G_B23_1 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B23_2 = NULL; String_t** G_B23_3 = NULL; { V_0 = 0; goto IL_00b3; } IL_0007: { String_t* L_0 = ___relativeStr1; int32_t L_1 = V_0; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)((int32_t)47)))) { goto IL_00bf; } } { String_t* L_3 = ___relativeStr1; int32_t L_4 = V_0; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)92)))) { goto IL_00bf; } } { String_t* L_6 = ___relativeStr1; int32_t L_7 = V_0; NullCheck(L_6); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)63)))) { goto IL_00bf; } } { String_t* L_9 = ___relativeStr1; int32_t L_10 = V_0; NullCheck(L_9); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_9, L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)((int32_t)35)))) { goto IL_00bf; } } { String_t* L_12 = ___relativeStr1; int32_t L_13 = V_0; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, L_13, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)58))))) { goto IL_00af; } } { int32_t L_15 = V_0; if ((((int32_t)L_15) < ((int32_t)2))) { goto IL_00bf; } } { String_t* L_16 = ___relativeStr1; int32_t L_17 = V_0; NullCheck(L_16); String_t* L_18; L_18 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_16, 0, L_17, /*hidden argument*/NULL); V_1 = L_18; String_t* L_19 = V_1; V_3 = L_19; String_t* L_20 = V_3; V_2 = (Il2CppChar*)((uintptr_t)L_20); Il2CppChar* L_21 = V_2; if (!L_21) { goto IL_0067; } } { Il2CppChar* L_22 = V_2; int32_t L_23; L_23 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)L_23)); } IL_0067: { V_4 = (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)NULL; Il2CppChar* L_24 = V_2; String_t* L_25 = V_1; NullCheck(L_25); int32_t L_26; L_26 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_27; L_27 = Uri_CheckSchemeSyntax_m2390F44FEDD9E7489EF8F607B862B6210A9DC404((Il2CppChar*)(Il2CppChar*)L_24, (uint16_t)((int32_t)((uint16_t)L_26)), (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A **)(&V_4), /*hidden argument*/NULL); if (L_27) { goto IL_00ab; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_28 = ___baseUri0; NullCheck(L_28); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_29; L_29 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_28, /*hidden argument*/NULL); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_30 = V_4; if ((!(((RuntimeObject*)(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)L_29) == ((RuntimeObject*)(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)L_30)))) { goto IL_00a6; } } { int32_t L_31 = V_0; String_t* L_32 = ___relativeStr1; NullCheck(L_32); int32_t L_33; L_33 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_32, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))) >= ((int32_t)L_33))) { goto IL_009d; } } { String_t* L_34 = ___relativeStr1; int32_t L_35 = V_0; NullCheck(L_34); String_t* L_36; L_36 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_34, ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)), /*hidden argument*/NULL); ___relativeStr1 = L_36; goto IL_00ab; } IL_009d: { String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___relativeStr1 = L_37; goto IL_00ab; } IL_00a6: { String_t** L_38 = ___result3; String_t* L_39 = ___relativeStr1; *((RuntimeObject **)L_38) = (RuntimeObject *)L_39; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_38, (void*)(RuntimeObject *)L_39); return (int32_t)(0); } IL_00ab: { V_3 = (String_t*)NULL; goto IL_00bf; } IL_00af: { int32_t L_40 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00b3: { int32_t L_41 = V_0; String_t* L_42 = ___relativeStr1; NullCheck(L_42); int32_t L_43; L_43 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_42, /*hidden argument*/NULL); if ((((int32_t)L_41) < ((int32_t)L_43))) { goto IL_0007; } } IL_00bf: { String_t* L_44 = ___relativeStr1; NullCheck(L_44); int32_t L_45; L_45 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_44, /*hidden argument*/NULL); if (L_45) { goto IL_00d1; } } { String_t** L_46 = ___result3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_47 = ___baseUri0; NullCheck(L_47); String_t* L_48; L_48 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_47, /*hidden argument*/NULL); *((RuntimeObject **)L_46) = (RuntimeObject *)L_48; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_46, (void*)(RuntimeObject *)L_48); return (int32_t)(0); } IL_00d1: { String_t** L_49 = ___result3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_50 = ___baseUri0; String_t* L_51 = ___relativeStr1; bool L_52 = ___dontEscape2; G_B21_0 = L_51; G_B21_1 = L_50; G_B21_2 = L_49; if (L_52) { G_B22_0 = L_51; G_B22_1 = L_50; G_B22_2 = L_49; goto IL_00da; } } { G_B23_0 = 3; G_B23_1 = G_B21_0; G_B23_2 = G_B21_1; G_B23_3 = G_B21_2; goto IL_00db; } IL_00da: { G_B23_0 = 1; G_B23_1 = G_B22_0; G_B23_2 = G_B22_1; G_B23_3 = G_B22_2; } IL_00db: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_53; L_53 = Uri_CombineUri_mC799BAF9A767DCE3A906D27DF1A947D0CB684E54(G_B23_2, G_B23_1, G_B23_0, /*hidden argument*/NULL); *((RuntimeObject **)G_B23_3) = (RuntimeObject *)L_53; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B23_3, (void*)(RuntimeObject *)L_53); return (int32_t)(0); } } // System.UriFormatException System.Uri::GetException(System.ParsingError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * Uri_GetException_m09A6668C52473C2B01ADB6FC52B1F64C98AA2F2B (int32_t ___err0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D714861C7EC595B0F134B25D51B6C3D17B97BE7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0ECCA26D6E6512BFFD6AC0372868F35B289A0AC9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10967EC4A6C481862CE1D9E400B88D2400A58495); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2548827C46E1449217FD7CD3DA9F653E7BC05534); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2659A93A14DB81D09000B3E98CBB7FBD3940D067); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FB7CA16AB7B5A4F956554894A7222DF13F448AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral659F36F170A47067B1A80CD9B6619237197BD872); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82F0E6BA3FD6F5AA7F9F5A798046A3B615F6D560); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD90CDA62B9AE646096CCD287ACE999D2EFB8ADA5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDA0FEDECC3765A8D5F295C4B302D615D29F3483); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE610AFD3290809B1D62848F53491246DB230B5BB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___err0; switch (L_0) { case 0: { goto IL_003f; } case 1: { goto IL_0041; } case 2: { goto IL_0051; } case 3: { goto IL_0061; } case 4: { goto IL_0071; } case 5: { goto IL_0081; } case 6: { goto IL_0091; } case 7: { goto IL_00a1; } case 8: { goto IL_00b1; } case 9: { goto IL_00c1; } case 10: { goto IL_00d1; } case 11: { goto IL_00e1; } case 12: { goto IL_00f1; } } } { goto IL_0101; } IL_003f: { return (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)NULL; } IL_0041: { String_t* L_1; L_1 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(_stringLiteral82F0E6BA3FD6F5AA7F9F5A798046A3B615F6D560, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_2 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_2, L_1, /*hidden argument*/NULL); return L_2; } IL_0051: { String_t* L_3; L_3 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(_stringLiteral0D714861C7EC595B0F134B25D51B6C3D17B97BE7, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_4 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_4, L_3, /*hidden argument*/NULL); return L_4; } IL_0061: { String_t* L_5; L_5 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(_stringLiteralE610AFD3290809B1D62848F53491246DB230B5BB, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_6 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_6, L_5, /*hidden argument*/NULL); return L_6; } IL_0071: { String_t* L_7; L_7 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(_stringLiteral659F36F170A47067B1A80CD9B6619237197BD872, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_8 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_8, L_7, /*hidden argument*/NULL); return L_8; } IL_0081: { String_t* L_9; L_9 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(_stringLiteralD90CDA62B9AE646096CCD287ACE999D2EFB8ADA5, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_10 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_10, L_9, /*hidden argument*/NULL); return L_10; } IL_0091: { String_t* L_11; L_11 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(_stringLiteralDDA0FEDECC3765A8D5F295C4B302D615D29F3483, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_12 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_12, L_11, /*hidden argument*/NULL); return L_12; } IL_00a1: { String_t* L_13; L_13 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(_stringLiteral2548827C46E1449217FD7CD3DA9F653E7BC05534, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_14 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_14, L_13, /*hidden argument*/NULL); return L_14; } IL_00b1: { String_t* L_15; L_15 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(_stringLiteral2659A93A14DB81D09000B3E98CBB7FBD3940D067, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_16 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_16, L_15, /*hidden argument*/NULL); return L_16; } IL_00c1: { String_t* L_17; L_17 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(_stringLiteral82F0E6BA3FD6F5AA7F9F5A798046A3B615F6D560, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_18 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_18, L_17, /*hidden argument*/NULL); return L_18; } IL_00d1: { String_t* L_19; L_19 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(_stringLiteral10967EC4A6C481862CE1D9E400B88D2400A58495, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_20 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_20, L_19, /*hidden argument*/NULL); return L_20; } IL_00e1: { String_t* L_21; L_21 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(_stringLiteral0ECCA26D6E6512BFFD6AC0372868F35B289A0AC9, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_22 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_22, L_21, /*hidden argument*/NULL); return L_22; } IL_00f1: { String_t* L_23; L_23 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(_stringLiteral4FB7CA16AB7B5A4F956554894A7222DF13F448AA, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_24 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_24, L_23, /*hidden argument*/NULL); return L_24; } IL_0101: { String_t* L_25; L_25 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(_stringLiteral82F0E6BA3FD6F5AA7F9F5A798046A3B615F6D560, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_26 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_26, L_25, /*hidden argument*/NULL); return L_26; } } // System.Void System.Uri::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m8AEBDC795304F6C78A02BC41BB4C6BF93C4DE53B (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02158C33AAFC69461998755D511D2DD0C9BDBB59); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral279EA60C732ADCA7403A83C01015BDFB2C45ECA3); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; NullCheck(L_0); String_t* L_1; L_1 = SerializationInfo_GetString_m50298DCBCD07D858EE19414052CB02EE4DDD3C2C(L_0, _stringLiteral279EA60C732ADCA7403A83C01015BDFB2C45ECA3, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0024; } } { String_t* L_4 = V_0; Uri_CreateThis_m86E72577BCB9A6FDF5A0EC8EDFDD5F41AD3256FC(__this, L_4, (bool)0, 1, /*hidden argument*/NULL); return; } IL_0024: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_5 = ___serializationInfo0; NullCheck(L_5); String_t* L_6; L_6 = SerializationInfo_GetString_m50298DCBCD07D858EE19414052CB02EE4DDD3C2C(L_5, _stringLiteral02158C33AAFC69461998755D511D2DD0C9BDBB59, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = V_0; if (L_7) { goto IL_003e; } } { 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*)&_stringLiteral6D153343DC0552ABAFC2B893F453DC72854A37BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_m8AEBDC795304F6C78A02BC41BB4C6BF93C4DE53B_RuntimeMethod_var))); } IL_003e: { String_t* L_9 = V_0; Uri_CreateThis_m86E72577BCB9A6FDF5A0EC8EDFDD5F41AD3256FC(__this, L_9, (bool)0, 2, /*hidden argument*/NULL); return; } } // System.Void System.Uri::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_System_Runtime_Serialization_ISerializable_GetObjectData_m42AA79366787600D266604222086BD6BDD28A36A (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; Uri_GetObjectData_mB720AACE3C54C5B104A7DF0658369C7F7914E895(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Uri::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_GetObjectData_mB720AACE3C54C5B104A7DF0658369C7F7914E895 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02158C33AAFC69461998755D511D2DD0C9BDBB59); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral279EA60C732ADCA7403A83C01015BDFB2C45ECA3); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0020; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_1 = ___serializationInfo0; String_t* L_2; L_2 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(__this, ((int32_t)-2147483648LL), 1, /*hidden argument*/NULL); NullCheck(L_1); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_1, _stringLiteral279EA60C732ADCA7403A83C01015BDFB2C45ECA3, L_2, /*hidden argument*/NULL); return; } IL_0020: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_3 = ___serializationInfo0; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_3); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_3, _stringLiteral279EA60C732ADCA7403A83C01015BDFB2C45ECA3, L_4, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_5 = ___serializationInfo0; String_t* L_6; L_6 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(__this, ((int32_t)-2147483648LL), 1, /*hidden argument*/NULL); NullCheck(L_5); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_5, _stringLiteral02158C33AAFC69461998755D511D2DD0C9BDBB59, L_6, /*hidden argument*/NULL); return; } } // System.String System.Uri::get_AbsolutePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mB845A99D0CEB442AAF90B24A95EE7509C34C6306 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_AbsolutePath_mB845A99D0CEB442AAF90B24A95EE7509C34C6306_RuntimeMethod_var))); } IL_0018: { String_t* L_3; L_3 = Uri_get_PrivateAbsolutePath_mB480D22E4DBE280587D24BCF9A57D3C096C4A833(__this, /*hidden argument*/NULL); V_0 = L_3; bool L_4; L_4 = Uri_get_IsDosPath_m3374B9D26D6B547862ACB2E617AB6F96CA31A5AF(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_003a; } } { String_t* L_5 = V_0; NullCheck(L_5); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)47))))) { goto IL_003a; } } { String_t* L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_7, 1, /*hidden argument*/NULL); V_0 = L_8; } IL_003a: { String_t* L_9 = V_0; return L_9; } } // System.String System.Uri::get_PrivateAbsolutePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_PrivateAbsolutePath_mB480D22E4DBE280587D24BCF9A57D3C096C4A833 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * V_0 = NULL; String_t* V_1 = NULL; { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_0; L_0 = Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E(__this, /*hidden argument*/NULL); V_0 = L_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_1 = V_0; NullCheck(L_1); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_2 = L_1->get_MoreInfo_5(); if (L_2) { goto IL_001a; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_3 = V_0; MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_4 = (MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 *)il2cpp_codegen_object_new(MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727_il2cpp_TypeInfo_var); MoreInfo__ctor_mF8515B2BCCB5E7DC008164794946ADE7ADBCD2BD(L_4, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_MoreInfo_5(L_4); } IL_001a: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_5 = V_0; NullCheck(L_5); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_6 = L_5->get_MoreInfo_5(); NullCheck(L_6); String_t* L_7 = L_6->get_Path_0(); V_1 = L_7; String_t* L_8 = V_1; if (L_8) { goto IL_0042; } } { String_t* L_9; L_9 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(__this, ((int32_t)1073741840), 1, /*hidden argument*/NULL); V_1 = L_9; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_10 = V_0; NullCheck(L_10); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_11 = L_10->get_MoreInfo_5(); String_t* L_12 = V_1; NullCheck(L_11); L_11->set_Path_0(L_12); } IL_0042: { String_t* L_13 = V_1; return L_13; } } // System.String System.Uri::get_AbsoluteUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsoluteUri_mC494374C2A3B1DFC9C3DC6CCB8A8A758580C11DA (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * V_0 = NULL; String_t* V_1 = NULL; { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_0 = __this->get_m_Syntax_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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_AbsoluteUri_mC494374C2A3B1DFC9C3DC6CCB8A8A758580C11DA_RuntimeMethod_var))); } IL_0018: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_3; L_3 = Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E(__this, /*hidden argument*/NULL); V_0 = L_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_4 = V_0; NullCheck(L_4); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_5 = L_4->get_MoreInfo_5(); if (L_5) { goto IL_0032; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_6 = V_0; MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_7 = (MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 *)il2cpp_codegen_object_new(MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727_il2cpp_TypeInfo_var); MoreInfo__ctor_mF8515B2BCCB5E7DC008164794946ADE7ADBCD2BD(L_7, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_MoreInfo_5(L_7); } IL_0032: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_8 = V_0; NullCheck(L_8); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_9 = L_8->get_MoreInfo_5(); NullCheck(L_9); String_t* L_10 = L_9->get_AbsoluteUri_3(); V_1 = L_10; String_t* L_11 = V_1; if (L_11) { goto IL_0057; } } { String_t* L_12; L_12 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(__this, ((int32_t)127), 1, /*hidden argument*/NULL); V_1 = L_12; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_13 = V_0; NullCheck(L_13); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_14 = L_13->get_MoreInfo_5(); String_t* L_15 = V_1; NullCheck(L_14); L_14->set_AbsoluteUri_3(L_15); } IL_0057: { String_t* L_16 = V_1; return L_16; } } // System.String System.Uri::get_LocalPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E_RuntimeMethod_var))); } IL_0018: { String_t* L_3; L_3 = Uri_GetLocalPath_mCEB791B43D5872D4D6230A21E2DFC93166CEDA1B(__this, /*hidden argument*/NULL); return L_3; } } // System.String System.Uri::get_Authority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Authority_m453C817B1681F5FD99431A7FDF6F11CDB9FAC093 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_Authority_m453C817B1681F5FD99431A7FDF6F11CDB9FAC093_RuntimeMethod_var))); } IL_0018: { String_t* L_3; L_3 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(__this, ((int32_t)12), 1, /*hidden argument*/NULL); return L_3; } } // System.UriHostNameType System.Uri::get_HostNameType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_HostNameType_mEBBF38E3DA9410F5D1CA0C8877D7188B8822D97B (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { uint64_t V_0 = 0; { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_HostNameType_mEBBF38E3DA9410F5D1CA0C8877D7188B8822D97B_RuntimeMethod_var))); } IL_0018: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_3 = __this->get_m_Syntax_15(); NullCheck(L_3); bool L_4; L_4 = UriParser_get_IsSimple_m09BA6505FDD1AE0BF6C711AE9C2C3F9379B868F8(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002e; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_5; L_5 = Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E(__this, /*hidden argument*/NULL); goto IL_0035; } IL_002e: { Uri_EnsureHostString_m47897EC94F83DFE1CA16CE71167DDD3CC986C22A(__this, (bool)0, /*hidden argument*/NULL); } IL_0035: { uint64_t L_6; L_6 = Uri_get_HostType_m6C142BC37D44CF1F53D80627455BC6B1CB747820(__this, /*hidden argument*/NULL); V_0 = L_6; uint64_t L_7 = V_0; if ((!(((uint64_t)L_7) <= ((uint64_t)((int64_t)((int64_t)((int32_t)196608))))))) { goto IL_0062; } } { uint64_t L_8 = V_0; if ((((int64_t)L_8) == ((int64_t)((int64_t)((int64_t)((int32_t)65536)))))) { goto IL_0083; } } { uint64_t L_9 = V_0; if ((((int64_t)L_9) == ((int64_t)((int64_t)((int64_t)((int32_t)131072)))))) { goto IL_0081; } } { uint64_t L_10 = V_0; if ((((int64_t)L_10) == ((int64_t)((int64_t)((int64_t)((int32_t)196608)))))) { goto IL_007f; } } { goto IL_008b; } IL_0062: { uint64_t L_11 = V_0; if ((((int64_t)L_11) == ((int64_t)((int64_t)((int64_t)((int32_t)262144)))))) { goto IL_0087; } } { uint64_t L_12 = V_0; if ((((int64_t)L_12) == ((int64_t)((int64_t)((int64_t)((int32_t)327680)))))) { goto IL_0085; } } { uint64_t L_13 = V_0; if ((((int64_t)L_13) == ((int64_t)((int64_t)((int64_t)((int32_t)458752)))))) { goto IL_0089; } } { goto IL_008b; } IL_007f: { return (int32_t)(2); } IL_0081: { return (int32_t)(3); } IL_0083: { return (int32_t)(4); } IL_0085: { return (int32_t)(1); } IL_0087: { return (int32_t)(1); } IL_0089: { return (int32_t)(0); } IL_008b: { return (int32_t)(0); } } // System.Boolean System.Uri::get_IsDefaultPort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsDefaultPort_mFDB9DC42A42C2D8C5ADFE5D590DEEE27D2918271 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_IsDefaultPort_mFDB9DC42A42C2D8C5ADFE5D590DEEE27D2918271_RuntimeMethod_var))); } IL_0018: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_3 = __this->get_m_Syntax_15(); NullCheck(L_3); bool L_4; L_4 = UriParser_get_IsSimple_m09BA6505FDD1AE0BF6C711AE9C2C3F9379B868F8(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002e; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_5; L_5 = Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E(__this, /*hidden argument*/NULL); goto IL_0035; } IL_002e: { Uri_EnsureHostString_m47897EC94F83DFE1CA16CE71167DDD3CC986C22A(__this, (bool)0, /*hidden argument*/NULL); } IL_0035: { bool L_6; L_6 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((int64_t)((int32_t)8388608))), /*hidden argument*/NULL); return L_6; } } // System.Boolean System.Uri::get_IsFile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsFile_mCFA022C6E4641EBD7285A01056B7E201CEFD2C73 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, 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; } { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_IsFile_mCFA022C6E4641EBD7285A01056B7E201CEFD2C73_RuntimeMethod_var))); } IL_0018: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_3 = __this->get_m_Syntax_15(); NullCheck(L_3); String_t* L_4; L_4 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_5 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_UriSchemeFile_0(); return (bool)((((RuntimeObject*)(String_t*)L_4) == ((RuntimeObject*)(String_t*)L_5))? 1 : 0); } } // System.Boolean System.Uri::get_IsLoopback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsLoopback_m6988313CE348064A6A068347D878DDC51594B710 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_IsLoopback_m6988313CE348064A6A068347D878DDC51594B710_RuntimeMethod_var))); } IL_0018: { Uri_EnsureHostString_m47897EC94F83DFE1CA16CE71167DDD3CC986C22A(__this, (bool)0, /*hidden argument*/NULL); bool L_3; L_3 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)4194304))), /*hidden argument*/NULL); return L_3; } } // System.String System.Uri::get_PathAndQuery() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_PathAndQuery_m0FFF28F15DF953C5866C2A0DEEA2034ECE6A0F35 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_PathAndQuery_m0FFF28F15DF953C5866C2A0DEEA2034ECE6A0F35_RuntimeMethod_var))); } IL_0018: { String_t* L_3; L_3 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(__this, ((int32_t)48), 1, /*hidden argument*/NULL); V_0 = L_3; bool L_4; L_4 = Uri_get_IsDosPath_m3374B9D26D6B547862ACB2E617AB6F96CA31A5AF(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_003d; } } { String_t* L_5 = V_0; NullCheck(L_5); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)47))))) { goto IL_003d; } } { String_t* L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_7, 1, /*hidden argument*/NULL); V_0 = L_8; } IL_003d: { String_t* L_9 = V_0; return L_9; } } // System.Boolean System.Uri::get_IsUnc() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_m74CE69038E37D7F868EF3EFD9DCCD08AA11877CC (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_IsUnc_m74CE69038E37D7F868EF3EFD9DCCD08AA11877CC_RuntimeMethod_var))); } IL_0018: { bool L_3; L_3 = Uri_get_IsUncPath_m1004A84C83F38F40A4AD1334F22BDDE658EF8E99(__this, /*hidden argument*/NULL); return L_3; } } // System.String System.Uri::get_Host() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64_RuntimeMethod_var))); } IL_0018: { String_t* L_3; L_3 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(__this, 4, 1, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Uri::StaticIsFile(System.UriParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticIsFile_mBE7D4186A7745C99605023A9F2299331B356410D (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax0, const RuntimeMethod* method) { { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_0 = ___syntax0; NullCheck(L_0); bool L_1; L_1 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_0, ((int32_t)8192), /*hidden argument*/NULL); return L_1; } } // System.Object System.Uri::get_InitializeLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Uri_get_InitializeLock_m974D0E7509860787487C6D190475A0941ECC30D9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_initLock_26(); if (L_0) { goto IL_001a; } } { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); RuntimeObject * L_2 = V_0; RuntimeObject * L_3; L_3 = Interlocked_CompareExchange_mE7ECC993E32D2E6334567DB7C3CF56C15DAF0C95((RuntimeObject **)(((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_address_of_s_initLock_26()), L_2, NULL, /*hidden argument*/NULL); } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); RuntimeObject * L_4 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_initLock_26(); return L_4; } } // System.Void System.Uri::InitializeUriConfig() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_InitializeUriConfig_m02258702293F27DA769F17433E63799D93005C0B (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; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_0 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_ConfigInitialized_20(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0047; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); RuntimeObject * L_1; L_1 = Uri_get_InitializeLock_m974D0E7509860787487C6D190475A0941ECC30D9(/*hidden argument*/NULL); V_0 = L_1; V_1 = (bool)0; } IL_0011: try { // begin try (depth: 1) { RuntimeObject * L_2 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_2, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_3 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_ConfigInitialized_20(); il2cpp_codegen_memory_barrier(); if (L_3) { goto IL_003b; } } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_4 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_ConfigInitializing_21(); il2cpp_codegen_memory_barrier(); if (L_4) { goto IL_003b; } } IL_002b: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_s_ConfigInitialized_20(1); il2cpp_codegen_memory_barrier(); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_s_ConfigInitializing_21(0); } IL_003b: { IL2CPP_LEAVE(0x47, FINALLY_003d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003d; } FINALLY_003d: { // begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_0046; } } IL_0040: { RuntimeObject * L_6 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_6, /*hidden argument*/NULL); } IL_0046: { IL2CPP_END_FINALLY(61) } } // end finally (depth: 1) IL2CPP_CLEANUP(61) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x47, IL_0047) } IL_0047: { return; } } // System.String System.Uri::GetLocalPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetLocalPath_mCEB791B43D5872D4D6230A21E2DFC93166CEDA1B (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, 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*)&UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; uint16_t V_7 = 0; int32_t V_8 = 0; String_t* V_9 = NULL; int32_t V_10 = 0; uint16_t V_11 = 0; int32_t G_B5_0 = 0; int32_t G_B16_0 = 0; int32_t G_B22_0 = 0; uint16_t G_B25_0 = 0; uint16_t G_B24_0 = 0; int32_t G_B26_0 = 0; uint16_t G_B26_1 = 0; String_t* G_B34_0 = NULL; int32_t G_B52_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B57_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B56_0 = NULL; int32_t G_B58_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B58_1 = NULL; { Uri_EnsureParseRemaining_m7BC86BEFE07F56D480C9ACBCE64983806F6789BB(__this, /*hidden argument*/NULL); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_0 = __this->get_m_Info_18(); NullCheck(L_0); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_1 = L_0->get_address_of_Offset_3(); uint16_t L_2 = L_1->get_Host_2(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_3 = __this->get_m_Info_18(); NullCheck(L_3); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_4 = L_3->get_address_of_Offset_3(); uint16_t L_5 = L_4->get_Path_4(); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_004e; } } { bool L_6; L_6 = Uri_get_IsFile_mCFA022C6E4641EBD7285A01056B7E201CEFD2C73(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_004e; } } { String_t* L_7; L_7 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(__this, /*hidden argument*/NULL); NullCheck(L_7); bool L_8; L_8 = String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E(L_7, _stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA, 4, /*hidden argument*/NULL); if (!L_8) { goto IL_004e; } } { bool L_9; L_9 = Uri_get_IsLoopback_m6988313CE348064A6A068347D878DDC51594B710(__this, /*hidden argument*/NULL); G_B5_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0); goto IL_004f; } IL_004e: { G_B5_0 = 0; } IL_004f: { V_0 = (bool)G_B5_0; bool L_10 = V_0; if (!L_10) { goto IL_0093; } } { V_0 = (bool)0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_11 = __this->get_m_Info_18(); NullCheck(L_11); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_12 = L_11->get_address_of_Offset_3(); uint16_t L_13 = L_12->get_Host_2(); V_2 = L_13; goto IL_0080; } IL_0068: { String_t* L_14; L_14 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(__this, /*hidden argument*/NULL); int32_t L_15 = V_2; NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) == ((int32_t)((int32_t)47)))) { goto IL_007c; } } { V_0 = (bool)1; goto IL_0093; } IL_007c: { int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0080: { int32_t L_18 = V_2; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_19 = __this->get_m_Info_18(); NullCheck(L_19); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_20 = L_19->get_address_of_Offset_3(); uint16_t L_21 = L_20->get_Path_4(); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_0068; } } IL_0093: { bool L_22; L_22 = Uri_get_IsUncPath_m1004A84C83F38F40A4AD1334F22BDDE658EF8E99(__this, /*hidden argument*/NULL); bool L_23 = V_0; V_1 = (bool)((int32_t)((int32_t)L_22|(int32_t)L_23)); bool L_24; L_24 = Uri_get_IsUncOrDosPath_mF197920D1C1DBDE10A3478855D89D36210D8CE94(__this, /*hidden argument*/NULL); if (!L_24) { goto IL_00b9; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_25 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_25(); if (L_25) { goto IL_00b6; } } { bool L_26; L_26 = Uri_get_IsUncPath_m1004A84C83F38F40A4AD1334F22BDDE658EF8E99(__this, /*hidden argument*/NULL); G_B16_0 = ((((int32_t)L_26) == ((int32_t)0))? 1 : 0); goto IL_00ba; } IL_00b6: { G_B16_0 = 1; goto IL_00ba; } IL_00b9: { G_B16_0 = 0; } IL_00ba: { bool L_27 = V_0; if (!((int32_t)((int32_t)G_B16_0|(int32_t)L_27))) { goto IL_03a5; } } { Uri_EnsureHostString_m47897EC94F83DFE1CA16CE71167DDD3CC986C22A(__this, (bool)0, /*hidden argument*/NULL); bool L_28; L_28 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((int64_t)((int32_t)8212))), /*hidden argument*/NULL); if (!L_28) { goto IL_022b; } } { bool L_29 = V_0; if (L_29) { goto IL_022b; } } { bool L_30; L_30 = Uri_get_IsUncPath_m1004A84C83F38F40A4AD1334F22BDDE658EF8E99(__this, /*hidden argument*/NULL); if (L_30) { goto IL_00f9; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_31 = __this->get_m_Info_18(); NullCheck(L_31); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_32 = L_31->get_address_of_Offset_3(); uint16_t L_33 = L_32->get_Path_4(); G_B22_0 = ((int32_t)(L_33)); goto IL_010b; } IL_00f9: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_34 = __this->get_m_Info_18(); NullCheck(L_34); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_35 = L_34->get_address_of_Offset_3(); uint16_t L_36 = L_35->get_Host_2(); G_B22_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)2)); } IL_010b: { V_3 = G_B22_0; bool L_37; L_37 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); if (!L_37) { goto IL_0154; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_38 = __this->get_m_Info_18(); NullCheck(L_38); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_39 = L_38->get_address_of_Offset_3(); uint16_t L_40 = L_39->get_Host_2(); bool L_41; L_41 = Uri_get_IsDosPath_m3374B9D26D6B547862ACB2E617AB6F96CA31A5AF(__this, /*hidden argument*/NULL); G_B24_0 = L_40; if (L_41) { G_B25_0 = L_40; goto IL_012f; } } { G_B26_0 = 2; G_B26_1 = G_B24_0; goto IL_0130; } IL_012f: { G_B26_0 = 0; G_B26_1 = G_B25_0; } IL_0130: { if ((!(((uint32_t)G_B26_1) == ((uint32_t)G_B26_0)))) { goto IL_0154; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_42 = __this->get_m_Info_18(); NullCheck(L_42); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_43 = L_42->get_address_of_Offset_3(); uint16_t L_44 = L_43->get_Query_5(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_45 = __this->get_m_Info_18(); NullCheck(L_45); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_46 = L_45->get_address_of_Offset_3(); uint16_t L_47 = L_46->get_End_7(); if ((((int32_t)L_44) == ((int32_t)L_47))) { goto IL_01c0; } } IL_0154: { bool L_48; L_48 = Uri_get_IsDosPath_m3374B9D26D6B547862ACB2E617AB6F96CA31A5AF(__this, /*hidden argument*/NULL); if (!L_48) { goto IL_017c; } } { String_t* L_49 = __this->get_m_String_13(); int32_t L_50 = V_3; NullCheck(L_49); Il2CppChar L_51; L_51 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_49, L_50, /*hidden argument*/NULL); if ((((int32_t)L_51) == ((int32_t)((int32_t)47)))) { goto IL_019c; } } { String_t* L_52 = __this->get_m_String_13(); int32_t L_53 = V_3; 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)92)))) { goto IL_019c; } } IL_017c: { String_t* L_55 = __this->get_m_String_13(); int32_t L_56 = V_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_57 = __this->get_m_Info_18(); NullCheck(L_57); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_58 = L_57->get_address_of_Offset_3(); uint16_t L_59 = L_58->get_Query_5(); int32_t L_60 = V_3; NullCheck(L_55); String_t* L_61; L_61 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_55, L_56, ((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)L_60)), /*hidden argument*/NULL); G_B34_0 = L_61; goto IL_01c6; } IL_019c: { String_t* L_62 = __this->get_m_String_13(); int32_t L_63 = V_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_64 = __this->get_m_Info_18(); NullCheck(L_64); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_65 = L_64->get_address_of_Offset_3(); uint16_t L_66 = L_65->get_Query_5(); int32_t L_67 = V_3; NullCheck(L_62); String_t* L_68; L_68 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_62, ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_67)), (int32_t)1)), /*hidden argument*/NULL); G_B34_0 = L_68; goto IL_01c6; } IL_01c0: { String_t* L_69 = __this->get_m_String_13(); G_B34_0 = L_69; } IL_01c6: { V_9 = G_B34_0; bool L_70; L_70 = Uri_get_IsDosPath_m3374B9D26D6B547862ACB2E617AB6F96CA31A5AF(__this, /*hidden argument*/NULL); if (!L_70) { goto IL_01f6; } } { String_t* L_71 = V_9; NullCheck(L_71); Il2CppChar L_72; L_72 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_71, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_72) == ((uint32_t)((int32_t)124))))) { goto IL_01f6; } } { String_t* L_73 = V_9; NullCheck(L_73); String_t* L_74; L_74 = String_Remove_mA7DE3D6FE3344FD65108B33BD1DE8020D22ADAC0(L_73, 1, 1, /*hidden argument*/NULL); V_9 = L_74; String_t* L_75 = V_9; NullCheck(L_75); String_t* L_76; L_76 = String_Insert_m6F5335C84ACB178D4141772E1D7F2EB7811990EB(L_75, 1, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, /*hidden argument*/NULL); V_9 = L_76; } IL_01f6: { V_10 = 0; goto IL_021d; } IL_01fb: { String_t* L_77 = V_9; int32_t L_78 = V_10; NullCheck(L_77); Il2CppChar L_79; L_79 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_77, L_78, /*hidden argument*/NULL); if ((!(((uint32_t)L_79) == ((uint32_t)((int32_t)47))))) { goto IL_0217; } } { String_t* L_80 = V_9; NullCheck(L_80); String_t* L_81; L_81 = String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618(L_80, ((int32_t)47), ((int32_t)92), /*hidden argument*/NULL); V_9 = L_81; goto IL_0228; } IL_0217: { int32_t L_82 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); } IL_021d: { int32_t L_83 = V_10; String_t* L_84 = V_9; NullCheck(L_84); int32_t L_85; L_85 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_84, /*hidden argument*/NULL); if ((((int32_t)L_83) < ((int32_t)L_85))) { goto IL_01fb; } } IL_0228: { String_t* L_86 = V_9; return L_86; } IL_022b: { V_5 = 0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_87 = __this->get_m_Info_18(); NullCheck(L_87); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_88 = L_87->get_address_of_Offset_3(); uint16_t L_89 = L_88->get_Path_4(); V_3 = L_89; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_90 = __this->get_m_Info_18(); NullCheck(L_90); String_t* L_91 = L_90->get_Host_0(); V_6 = L_91; String_t* L_92 = V_6; NullCheck(L_92); int32_t L_93; L_93 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_92, /*hidden argument*/NULL); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_94 = __this->get_m_Info_18(); NullCheck(L_94); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_95 = L_94->get_address_of_Offset_3(); uint16_t L_96 = L_95->get_Fragment_6(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_97 = __this->get_m_Info_18(); NullCheck(L_97); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_98 = L_97->get_address_of_Offset_3(); uint16_t L_99 = L_98->get_Path_4(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_100 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)3)), (int32_t)L_96)), (int32_t)L_99))); V_4 = L_100; bool L_101 = V_1; if (!L_101) { goto IL_02bd; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_102 = V_4; NullCheck(L_102); (L_102)->SetAt(static_cast(0), (Il2CppChar)((int32_t)92)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_103 = V_4; NullCheck(L_103); (L_103)->SetAt(static_cast(1), (Il2CppChar)((int32_t)92)); V_5 = 2; String_t* L_104 = V_6; String_t* L_105 = V_6; NullCheck(L_105); int32_t L_106; L_106 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_105, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_107 = V_4; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_108 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_109; L_109 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_104, 0, L_106, L_107, (int32_t*)(&V_5), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_108, (bool)0, /*hidden argument*/NULL); goto IL_02e1; } IL_02bd: { String_t* L_110 = __this->get_m_String_13(); int32_t L_111 = V_3; NullCheck(L_110); Il2CppChar L_112; L_112 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_110, L_111, /*hidden argument*/NULL); if ((((int32_t)L_112) == ((int32_t)((int32_t)47)))) { goto IL_02dd; } } { String_t* L_113 = __this->get_m_String_13(); int32_t L_114 = V_3; NullCheck(L_113); Il2CppChar L_115; L_115 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_113, L_114, /*hidden argument*/NULL); if ((!(((uint32_t)L_115) == ((uint32_t)((int32_t)92))))) { goto IL_02e1; } } IL_02dd: { int32_t L_116 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); } IL_02e1: { int32_t L_117 = V_5; V_7 = (uint16_t)((int32_t)((uint16_t)L_117)); bool L_118; L_118 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)16))), /*hidden argument*/NULL); if (!L_118) { goto IL_02f9; } } { bool L_119; L_119 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); if (!L_119) { goto IL_02fc; } } IL_02f9: { G_B52_0 = 0; goto IL_02fe; } IL_02fc: { G_B52_0 = ((int32_t)10); } IL_02fe: { V_8 = G_B52_0; String_t* L_120 = __this->get_m_String_13(); int32_t L_121 = V_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_122 = __this->get_m_Info_18(); NullCheck(L_122); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_123 = L_122->get_address_of_Offset_3(); uint16_t L_124 = L_123->get_Query_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_125 = V_4; int32_t L_126 = V_8; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_127 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_128; L_128 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_120, L_121, L_124, L_125, (int32_t*)(&V_5), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), L_126, L_127, (bool)1, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_129 = V_4; NullCheck(L_129); int32_t L_130 = 1; uint16_t L_131 = (uint16_t)(L_129)->GetAt(static_cast(L_130)); if ((!(((uint32_t)L_131) == ((uint32_t)((int32_t)124))))) { goto IL_0347; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_132 = V_4; NullCheck(L_132); (L_132)->SetAt(static_cast(1), (Il2CppChar)((int32_t)58)); } IL_0347: { bool L_133; L_133 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)8192))), /*hidden argument*/NULL); if (!L_133) { goto IL_0377; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_134 = V_4; bool L_135; L_135 = Uri_get_IsDosPath_m3374B9D26D6B547862ACB2E617AB6F96CA31A5AF(__this, /*hidden argument*/NULL); G_B56_0 = L_134; if (L_135) { G_B57_0 = L_134; goto IL_0363; } } { uint16_t L_136 = V_7; G_B58_0 = ((int32_t)(L_136)); G_B58_1 = G_B56_0; goto IL_0367; } IL_0363: { uint16_t L_137 = V_7; G_B58_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)2)); G_B58_1 = G_B57_0; } IL_0367: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_138 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_139; L_139 = Uri_Compress_m0AC629D11323C8DF4E6CCEDC31D737FEAA384D0D(G_B58_1, (uint16_t)((int32_t)((uint16_t)G_B58_0)), (int32_t*)(&V_5), L_138, /*hidden argument*/NULL); V_4 = L_139; } IL_0377: { V_11 = (uint16_t)0; goto IL_0393; } IL_037c: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_140 = V_4; uint16_t L_141 = V_11; NullCheck(L_140); uint16_t L_142 = L_141; uint16_t L_143 = (uint16_t)(L_140)->GetAt(static_cast(L_142)); if ((!(((uint32_t)L_143) == ((uint32_t)((int32_t)47))))) { goto IL_038c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_144 = V_4; uint16_t L_145 = V_11; NullCheck(L_144); (L_144)->SetAt(static_cast(L_145), (Il2CppChar)((int32_t)92)); } IL_038c: { uint16_t L_146 = V_11; V_11 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)1)))); } IL_0393: { uint16_t L_147 = V_11; int32_t L_148 = V_5; if ((((int32_t)L_147) < ((int32_t)((int32_t)((uint16_t)L_148))))) { goto IL_037c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_149 = V_4; int32_t L_150 = V_5; String_t* L_151; L_151 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_149, 0, L_150, /*hidden argument*/NULL); return L_151; } IL_03a5: { String_t* L_152; L_152 = Uri_GetUnescapedParts_m6F106ECABBBAFA95C3F3CA86F540B9EE0B9D01D4(__this, ((int32_t)1073741840), 2, /*hidden argument*/NULL); return L_152; } } // System.Int32 System.Uri::get_Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C_RuntimeMethod_var))); } IL_0018: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_3 = __this->get_m_Syntax_15(); NullCheck(L_3); bool L_4; L_4 = UriParser_get_IsSimple_m09BA6505FDD1AE0BF6C711AE9C2C3F9379B868F8(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002e; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_5; L_5 = Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E(__this, /*hidden argument*/NULL); goto IL_0035; } IL_002e: { Uri_EnsureHostString_m47897EC94F83DFE1CA16CE71167DDD3CC986C22A(__this, (bool)0, /*hidden argument*/NULL); } IL_0035: { bool L_6; L_6 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)8388608))), /*hidden argument*/NULL); if (!L_6) { goto IL_0054; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_7 = __this->get_m_Info_18(); NullCheck(L_7); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_8 = L_7->get_address_of_Offset_3(); uint16_t L_9 = L_8->get_PortValue_3(); return L_9; } IL_0054: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_10 = __this->get_m_Syntax_15(); NullCheck(L_10); int32_t L_11; L_11 = UriParser_get_DefaultPort_m7ECA5BE839D36C7FF854FEA0795D8DE701487D33_inline(L_10, /*hidden argument*/NULL); return L_11; } } // System.String System.Uri::get_Query() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Query_m5BFB32AA54D9F40585832BCA7F10B3DE3603E9EF (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * V_0 = NULL; String_t* V_1 = NULL; { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_Query_m5BFB32AA54D9F40585832BCA7F10B3DE3603E9EF_RuntimeMethod_var))); } IL_0018: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_3; L_3 = Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E(__this, /*hidden argument*/NULL); V_0 = L_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_4 = V_0; NullCheck(L_4); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_5 = L_4->get_MoreInfo_5(); if (L_5) { goto IL_0032; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_6 = V_0; MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_7 = (MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 *)il2cpp_codegen_object_new(MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727_il2cpp_TypeInfo_var); MoreInfo__ctor_mF8515B2BCCB5E7DC008164794946ADE7ADBCD2BD(L_7, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_MoreInfo_5(L_7); } IL_0032: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_8 = V_0; NullCheck(L_8); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_9 = L_8->get_MoreInfo_5(); NullCheck(L_9); String_t* L_10 = L_9->get_Query_1(); V_1 = L_10; String_t* L_11 = V_1; if (L_11) { goto IL_005a; } } { String_t* L_12; L_12 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(__this, ((int32_t)1073741856), 1, /*hidden argument*/NULL); V_1 = L_12; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_13 = V_0; NullCheck(L_13); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_14 = L_13->get_MoreInfo_5(); String_t* L_15 = V_1; NullCheck(L_14); L_14->set_Query_1(L_15); } IL_005a: { String_t* L_16 = V_1; return L_16; } } // System.String System.Uri::get_Fragment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Fragment_m1734B2D3F27F38AA342CB65885DE732160501E72 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * V_0 = NULL; String_t* V_1 = NULL; { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_Fragment_m1734B2D3F27F38AA342CB65885DE732160501E72_RuntimeMethod_var))); } IL_0018: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_3; L_3 = Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E(__this, /*hidden argument*/NULL); V_0 = L_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_4 = V_0; NullCheck(L_4); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_5 = L_4->get_MoreInfo_5(); if (L_5) { goto IL_0032; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_6 = V_0; MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_7 = (MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 *)il2cpp_codegen_object_new(MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727_il2cpp_TypeInfo_var); MoreInfo__ctor_mF8515B2BCCB5E7DC008164794946ADE7ADBCD2BD(L_7, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_MoreInfo_5(L_7); } IL_0032: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_8 = V_0; NullCheck(L_8); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_9 = L_8->get_MoreInfo_5(); NullCheck(L_9); String_t* L_10 = L_9->get_Fragment_2(); V_1 = L_10; String_t* L_11 = V_1; if (L_11) { goto IL_005a; } } { String_t* L_12; L_12 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(__this, ((int32_t)1073741888), 1, /*hidden argument*/NULL); V_1 = L_12; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_13 = V_0; NullCheck(L_13); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_14 = L_13->get_MoreInfo_5(); String_t* L_15 = V_1; NullCheck(L_14); L_14->set_Fragment_2(L_15); } IL_005a: { String_t* L_16 = V_1; return L_16; } } // System.String System.Uri::get_Scheme() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29_RuntimeMethod_var))); } IL_0018: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_3 = __this->get_m_Syntax_15(); NullCheck(L_3); String_t* L_4; L_4 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Uri::get_OriginalStringSwitched() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_OriginalStringSwitched_m405404D361D84E268AED978DCE114F5E43583987 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_iriParsing_19(); if (!L_0) { goto IL_0019; } } { bool L_1; L_1 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)8589934592LL), /*hidden argument*/NULL); if (L_1) { goto IL_0046; } } IL_0019: { bool L_2; L_2 = Uri_get_AllowIdn_m4031E81D7D0E44FC81C6951D78B2C836EC8270D7(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0044; } } { bool L_3; L_3 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)4294967296LL), /*hidden argument*/NULL); if (L_3) { goto IL_0042; } } { bool L_4; L_4 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)68719476736LL), /*hidden argument*/NULL); return L_4; } IL_0042: { return (bool)1; } IL_0044: { return (bool)0; } IL_0046: { return (bool)1; } } // System.String System.Uri::get_OriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Uri_get_OriginalStringSwitched_m405404D361D84E268AED978DCE114F5E43583987(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_m_String_13(); return L_1; } IL_000f: { String_t* L_2 = __this->get_m_originalUnicodeString_14(); return L_2; } } // System.String System.Uri::get_DnsSafeHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_DnsSafeHost_m3A22E10619987FC8FED6CEDDCA5D9647AC5B6AC5 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; int32_t V_2 = 0; { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_DnsSafeHost_m3A22E10619987FC8FED6CEDDCA5D9647AC5B6AC5_RuntimeMethod_var))); } IL_0018: { bool L_3; L_3 = Uri_get_AllowIdn_m4031E81D7D0E44FC81C6951D78B2C836EC8270D7(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0057; } } { uint64_t L_4 = __this->get_m_Flags_17(); if (((int64_t)((int64_t)L_4&(int64_t)((int64_t)4294967296LL)))) { goto IL_0044; } } { uint64_t L_5 = __this->get_m_Flags_17(); if (!((int64_t)((int64_t)L_5&(int64_t)((int64_t)68719476736LL)))) { goto IL_0057; } } IL_0044: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_6; L_6 = Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E(__this, /*hidden argument*/NULL); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_7 = __this->get_m_Info_18(); NullCheck(L_7); String_t* L_8 = L_7->get_DnsSafeHost_4(); return L_8; } IL_0057: { Uri_EnsureHostString_m47897EC94F83DFE1CA16CE71167DDD3CC986C22A(__this, (bool)0, /*hidden argument*/NULL); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_9 = __this->get_m_Info_18(); NullCheck(L_9); String_t* L_10 = L_9->get_DnsSafeHost_4(); bool L_11; L_11 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_007c; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_12 = __this->get_m_Info_18(); NullCheck(L_12); String_t* L_13 = L_12->get_DnsSafeHost_4(); return L_13; } IL_007c: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_14 = __this->get_m_Info_18(); NullCheck(L_14); String_t* L_15 = L_14->get_Host_0(); NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0094; } } { String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_17; } IL_0094: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_18 = __this->get_m_Info_18(); NullCheck(L_18); String_t* L_19 = L_18->get_Host_0(); V_0 = L_19; uint64_t L_20; L_20 = Uri_get_HostType_m6C142BC37D44CF1F53D80627455BC6B1CB747820(__this, /*hidden argument*/NULL); if ((!(((uint64_t)L_20) == ((uint64_t)((int64_t)((int64_t)((int32_t)65536))))))) { goto IL_00df; } } { String_t* L_21 = V_0; String_t* L_22 = V_0; NullCheck(L_22); int32_t L_23; L_23 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_22, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_24; L_24 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_21, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)2)), /*hidden argument*/NULL); V_0 = L_24; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_25 = __this->get_m_Info_18(); NullCheck(L_25); String_t* L_26 = L_25->get_ScopeId_1(); if (!L_26) { goto IL_013b; } } { String_t* L_27 = V_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_28 = __this->get_m_Info_18(); NullCheck(L_28); String_t* L_29 = L_28->get_ScopeId_1(); String_t* L_30; L_30 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_27, L_29, /*hidden argument*/NULL); V_0 = L_30; goto IL_013b; } IL_00df: { uint64_t L_31; L_31 = Uri_get_HostType_m6C142BC37D44CF1F53D80627455BC6B1CB747820(__this, /*hidden argument*/NULL); if ((!(((uint64_t)L_31) == ((uint64_t)((int64_t)((int64_t)((int32_t)327680))))))) { goto IL_013b; } } { bool L_32; L_32 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)260))), /*hidden argument*/NULL); if (!L_32) { goto IL_013b; } } { String_t* L_33 = V_0; NullCheck(L_33); int32_t L_34; L_34 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_33, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_35 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_34); V_1 = L_35; V_2 = 0; String_t* L_36 = V_0; String_t* L_37 = V_0; NullCheck(L_37); int32_t L_38; L_38 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_37, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_39 = V_1; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_40 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_41; L_41 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_36, 0, L_38, L_39, (int32_t*)(&V_2), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), ((int32_t)10), L_40, (bool)0, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_42 = V_1; int32_t L_43 = V_2; String_t* L_44; L_44 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_42, 0, L_43, /*hidden argument*/NULL); V_0 = L_44; } IL_013b: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_45 = __this->get_m_Info_18(); String_t* L_46 = V_0; NullCheck(L_45); L_45->set_DnsSafeHost_4(L_46); String_t* L_47 = V_0; return L_47; } } // System.Boolean System.Uri::get_IsAbsoluteUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_0 = __this->get_m_Syntax_15(); return (bool)((!(((RuntimeObject*)(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Boolean System.Uri::get_UserEscaped() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_UserEscaped_m36B234B7081DFE3B3B6D7FCA2F9768C10DDD2807 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); return L_0; } } // System.String System.Uri::get_UserInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_UserInfo_m94767A0CEBE9994D43BFFD9D0E18ADA11EF96D25 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__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*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*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*)&Uri_get_UserInfo_m94767A0CEBE9994D43BFFD9D0E18ADA11EF96D25_RuntimeMethod_var))); } IL_0018: { String_t* L_3; L_3 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(__this, 2, 1, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Uri::IsGenDelim(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsGenDelim_mF469685EA7CA5F907AD5838A4E839F79CF2E6D0C (Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) == ((int32_t)((int32_t)58)))) { goto IL_0024; } } { Il2CppChar L_1 = ___ch0; if ((((int32_t)L_1) == ((int32_t)((int32_t)47)))) { goto IL_0024; } } { Il2CppChar L_2 = ___ch0; if ((((int32_t)L_2) == ((int32_t)((int32_t)63)))) { goto IL_0024; } } { Il2CppChar L_3 = ___ch0; if ((((int32_t)L_3) == ((int32_t)((int32_t)35)))) { goto IL_0024; } } { Il2CppChar L_4 = ___ch0; if ((((int32_t)L_4) == ((int32_t)((int32_t)91)))) { goto IL_0024; } } { Il2CppChar L_5 = ___ch0; if ((((int32_t)L_5) == ((int32_t)((int32_t)93)))) { goto IL_0024; } } { Il2CppChar L_6 = ___ch0; return (bool)((((int32_t)L_6) == ((int32_t)((int32_t)64)))? 1 : 0); } IL_0024: { return (bool)1; } } // System.Boolean System.Uri::CheckSchemeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckSchemeName_m0CFEEB12734D08C8C5F664B59B68A75DB3DF4E4D (String_t* ___schemeName0, 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; { String_t* L_0 = ___schemeName0; if (!L_0) { goto IL_0019; } } { String_t* L_1 = ___schemeName0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { String_t* L_3 = ___schemeName0; NullCheck(L_3); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_5; L_5 = Uri_IsAsciiLetter_mA7F74C96007004DB0184D149CA03949D5E18E244(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_001b; } } IL_0019: { return (bool)0; } IL_001b: { String_t* L_6 = ___schemeName0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_005b; } IL_0026: { String_t* L_8 = ___schemeName0; int32_t L_9 = V_0; NullCheck(L_8); Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_11; L_11 = Uri_IsAsciiLetterOrDigit_mC5604E1B62ED7337C5966CC6AD021DF841C90A83(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0057; } } { String_t* L_12 = ___schemeName0; int32_t L_13 = V_0; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, L_13, /*hidden argument*/NULL); if ((((int32_t)L_14) == ((int32_t)((int32_t)43)))) { goto IL_0057; } } { String_t* L_15 = ___schemeName0; int32_t L_16 = V_0; NullCheck(L_15); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_15, L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) == ((int32_t)((int32_t)45)))) { goto IL_0057; } } { String_t* L_18 = ___schemeName0; int32_t L_19 = V_0; NullCheck(L_18); Il2CppChar L_20; L_20 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_18, L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) == ((int32_t)((int32_t)46)))) { goto IL_0057; } } { return (bool)0; } IL_0057: { int32_t L_21 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)); } IL_005b: { int32_t L_22 = V_0; if ((((int32_t)L_22) > ((int32_t)0))) { goto IL_0026; } } { return (bool)1; } } // System.Boolean System.Uri::IsHexDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m676840243947DC57375B30552D79F9A312048BA2 (Il2CppChar ___character0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___character0; if ((((int32_t)L_0) < ((int32_t)((int32_t)48)))) { goto IL_000a; } } { Il2CppChar L_1 = ___character0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)57)))) { goto IL_0024; } } IL_000a: { Il2CppChar L_2 = ___character0; if ((((int32_t)L_2) < ((int32_t)((int32_t)65)))) { goto IL_0014; } } { Il2CppChar L_3 = ___character0; if ((((int32_t)L_3) <= ((int32_t)((int32_t)70)))) { goto IL_0024; } } IL_0014: { Il2CppChar L_4 = ___character0; if ((((int32_t)L_4) < ((int32_t)((int32_t)97)))) { goto IL_0022; } } { Il2CppChar L_5 = ___character0; return (bool)((((int32_t)((((int32_t)L_5) > ((int32_t)((int32_t)102)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0022: { return (bool)0; } IL_0024: { return (bool)1; } } // System.Int32 System.Uri::FromHex(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_FromHex_mA14A33DB60EBA018558CEF8F7EB5B1FBFECFAD8B (Il2CppChar ___digit0, const RuntimeMethod* method) { int32_t G_B10_0 = 0; { Il2CppChar L_0 = ___digit0; if ((((int32_t)L_0) < ((int32_t)((int32_t)48)))) { goto IL_000a; } } { Il2CppChar L_1 = ___digit0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)57)))) { goto IL_001e; } } IL_000a: { Il2CppChar L_2 = ___digit0; if ((((int32_t)L_2) < ((int32_t)((int32_t)65)))) { goto IL_0014; } } { Il2CppChar L_3 = ___digit0; if ((((int32_t)L_3) <= ((int32_t)((int32_t)70)))) { goto IL_001e; } } IL_0014: { Il2CppChar L_4 = ___digit0; if ((((int32_t)L_4) < ((int32_t)((int32_t)97)))) { goto IL_003b; } } { Il2CppChar L_5 = ___digit0; if ((((int32_t)L_5) > ((int32_t)((int32_t)102)))) { goto IL_003b; } } IL_001e: { Il2CppChar L_6 = ___digit0; if ((((int32_t)L_6) <= ((int32_t)((int32_t)57)))) { goto IL_0036; } } { Il2CppChar L_7 = ___digit0; if ((((int32_t)L_7) <= ((int32_t)((int32_t)70)))) { goto IL_002e; } } { Il2CppChar L_8 = ___digit0; G_B10_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)97))); goto IL_0032; } IL_002e: { Il2CppChar L_9 = ___digit0; G_B10_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)65))); } IL_0032: { return ((int32_t)il2cpp_codegen_add((int32_t)G_B10_0, (int32_t)((int32_t)10))); } IL_0036: { Il2CppChar L_10 = ___digit0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)48))); } IL_003b: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral491588DC50F24F885876BF828F202716C7BE3803)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_FromHex_mA14A33DB60EBA018558CEF8F7EB5B1FBFECFAD8B_RuntimeMethod_var))); } } // System.Int32 System.Uri::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_GetHashCode_mC0D119822A7E802B29C060B809048C5A1413E818 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; { bool L_0; L_0 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { String_t* L_1; L_1 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Uri_CalculateCaseInsensitiveHashCode_m2B4C02B5CBB139510BA6F9BCF1CB21768DA6614C(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_3; L_3 = Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E(__this, /*hidden argument*/NULL); V_0 = L_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_4 = V_0; NullCheck(L_4); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_5 = L_4->get_MoreInfo_5(); if (L_5) { goto IL_002e; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_6 = V_0; MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_7 = (MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 *)il2cpp_codegen_object_new(MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727_il2cpp_TypeInfo_var); MoreInfo__ctor_mF8515B2BCCB5E7DC008164794946ADE7ADBCD2BD(L_7, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_MoreInfo_5(L_7); } IL_002e: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_8 = V_0; NullCheck(L_8); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_9 = L_8->get_MoreInfo_5(); NullCheck(L_9); int32_t L_10 = L_9->get_Hash_4(); V_1 = L_10; int32_t L_11 = V_1; if (L_11) { goto IL_0072; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_12 = V_0; NullCheck(L_12); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_13 = L_12->get_MoreInfo_5(); NullCheck(L_13); String_t* L_14 = L_13->get_RemoteUrl_5(); V_2 = L_14; String_t* L_15 = V_2; if (L_15) { goto IL_0056; } } { String_t* L_16; L_16 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(__this, ((int32_t)61), 3, /*hidden argument*/NULL); V_2 = L_16; } IL_0056: { String_t* L_17 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_18; L_18 = Uri_CalculateCaseInsensitiveHashCode_m2B4C02B5CBB139510BA6F9BCF1CB21768DA6614C(L_17, /*hidden argument*/NULL); V_1 = L_18; int32_t L_19 = V_1; if (L_19) { goto IL_0066; } } { V_1 = ((int32_t)16777216); } IL_0066: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_20 = V_0; NullCheck(L_20); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_21 = L_20->get_MoreInfo_5(); int32_t L_22 = V_1; NullCheck(L_21); L_21->set_Hash_4(L_22); } IL_0072: { int32_t L_23 = V_1; return L_23; } } // System.String System.Uri::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_ToString_m477A204846385EC6FF1DA9043B81B11512C3962E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_0 = __this->get_m_Syntax_15(); if (L_0) { goto IL_002f; } } { bool L_1 = __this->get_m_iriParsing_19(); if (!L_1) { goto IL_0021; } } { bool L_2; L_2 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)8589934592LL), /*hidden argument*/NULL); if (L_2) { goto IL_0028; } } IL_0021: { String_t* L_3; L_3 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(__this, /*hidden argument*/NULL); return L_3; } IL_0028: { String_t* L_4 = __this->get_m_String_13(); return L_4; } IL_002f: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_5; L_5 = Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E(__this, /*hidden argument*/NULL); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_6 = __this->get_m_Info_18(); NullCheck(L_6); String_t* L_7 = L_6->get_String_2(); if (L_7) { goto IL_007e; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_8; L_8 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); bool L_9; L_9 = UriParser_get_IsSimple_m09BA6505FDD1AE0BF6C711AE9C2C3F9379B868F8(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_006a; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_10 = __this->get_m_Info_18(); String_t* L_11; L_11 = Uri_GetComponentsHelper_mAA39E421157735AAD7D93A187CCCAED5A122C8E8(__this, ((int32_t)127), ((int32_t)32767), /*hidden argument*/NULL); NullCheck(L_10); L_10->set_String_2(L_11); goto IL_007e; } IL_006a: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_12 = __this->get_m_Info_18(); String_t* L_13; L_13 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(__this, ((int32_t)127), 3, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_String_2(L_13); } IL_007e: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_14 = __this->get_m_Info_18(); NullCheck(L_14); String_t* L_15 = L_14->get_String_2(); return L_15; } } // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_m4C2BAA8B8318A6C124AE18734B2872A983D5CC91 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri10; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = ___uri21; if ((!(((RuntimeObject*)(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)L_0) == ((RuntimeObject*)(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___uri10; if (!L_2) { goto IL_000c; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___uri21; if (L_3) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = ___uri21; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = ___uri10; NullCheck(L_4); bool L_6; L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5); return L_6; } } // System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m1CFADE0F122D3B996C7B1871646FA1570AF399E5 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri10; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = ___uri21; if ((!(((RuntimeObject*)(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)L_0) == ((RuntimeObject*)(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)L_1)))) { goto IL_0006; } } { return (bool)0; } IL_0006: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___uri10; if (!L_2) { goto IL_000c; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___uri21; if (L_3) { goto IL_000e; } } IL_000c: { return (bool)1; } IL_000e: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = ___uri21; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = ___uri10; NullCheck(L_4); bool L_6; L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5); return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Uri::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_Equals_mB02B478FE0FB77C8D853B051F798C8D978531C1C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, RuntimeObject * ___comparand0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_0 = NULL; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * V_1 = NULL; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; Il2CppChar* V_6 = NULL; String_t* V_7 = NULL; Il2CppChar* V_8 = NULL; String_t* V_9 = NULL; int32_t V_10 = 0; uint16_t V_11 = 0; uint16_t V_12 = 0; uint16_t V_13 = 0; uint16_t V_14 = 0; String_t* V_15 = NULL; Il2CppChar* V_16 = NULL; Il2CppChar* V_17 = NULL; Il2CppChar* V_18 = NULL; Il2CppChar* V_19 = NULL; String_t* G_B77_0 = NULL; String_t* G_B77_1 = NULL; String_t* G_B76_0 = NULL; String_t* G_B76_1 = NULL; int32_t G_B78_0 = 0; String_t* G_B78_1 = NULL; String_t* G_B78_2 = NULL; { RuntimeObject * L_0 = ___comparand0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { RuntimeObject * L_1 = ___comparand0; if ((!(((RuntimeObject*)(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)__this) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_000b; } } { return (bool)1; } IL_000b: { RuntimeObject * L_2 = ___comparand0; V_0 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)IsInstClass((RuntimeObject*)L_2, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var)); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = V_0; if (L_3) { goto IL_0031; } } { RuntimeObject * L_4 = ___comparand0; V_5 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); String_t* L_5 = V_5; if (L_5) { goto IL_0023; } } { return (bool)0; } IL_0023: { String_t* L_6 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_7; L_7 = Uri_TryCreate_m4E7D41A8B62D8E964E0B73B67CD7A31BF3E65799(L_6, 0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 **)(&V_0), /*hidden argument*/NULL); if (L_7) { goto IL_0031; } } { return (bool)0; } IL_0031: { String_t* L_8 = __this->get_m_String_13(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = L_9->get_m_String_13(); if ((!(((RuntimeObject*)(String_t*)L_8) == ((RuntimeObject*)(String_t*)L_10)))) { goto IL_0041; } } { return (bool)1; } IL_0041: { bool L_11; L_11 = Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)L_13))) { goto IL_0051; } } { return (bool)0; } IL_0051: { bool L_14; L_14 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__this, /*hidden argument*/NULL); if (!L_14) { goto IL_006b; } } { String_t* L_15; L_15 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_16 = V_0; NullCheck(L_16); String_t* L_17; L_17 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_16, /*hidden argument*/NULL); NullCheck(L_15); bool L_18; L_18 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_15, L_17, /*hidden argument*/NULL); return L_18; } IL_006b: { bool L_19; L_19 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)-2147483648LL))))), /*hidden argument*/NULL); if (L_19) { goto IL_008a; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_20 = V_0; NullCheck(L_20); bool L_21; L_21 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(L_20, ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)-2147483648LL))))), /*hidden argument*/NULL); if (!L_21) { goto IL_013b; } } IL_008a: { bool L_22; L_22 = Uri_get_IsUncOrDosPath_mF197920D1C1DBDE10A3478855D89D36210D8CE94(__this, /*hidden argument*/NULL); if (L_22) { goto IL_0125; } } { String_t* L_23 = __this->get_m_String_13(); NullCheck(L_23); int32_t L_24; L_24 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_23, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_25 = V_0; NullCheck(L_25); String_t* L_26 = L_25->get_m_String_13(); NullCheck(L_26); int32_t L_27; L_27 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_26, /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)L_27)))) { goto IL_013b; } } { String_t* L_28 = __this->get_m_String_13(); V_7 = L_28; String_t* L_29 = V_7; V_6 = (Il2CppChar*)((uintptr_t)L_29); Il2CppChar* L_30 = V_6; if (!L_30) { goto IL_00cb; } } { Il2CppChar* L_31 = V_6; int32_t L_32; L_32 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)L_32)); } IL_00cb: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_33 = V_0; NullCheck(L_33); String_t* L_34 = L_33->get_m_String_13(); V_9 = L_34; String_t* L_35 = V_9; V_8 = (Il2CppChar*)((uintptr_t)L_35); Il2CppChar* L_36 = V_8; if (!L_36) { goto IL_00e6; } } { Il2CppChar* L_37 = V_8; int32_t L_38; L_38 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)L_38)); } IL_00e6: { String_t* L_39 = __this->get_m_String_13(); NullCheck(L_39); int32_t L_40; L_40 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_39, /*hidden argument*/NULL); V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1)); goto IL_0111; } IL_00f7: { Il2CppChar* L_41 = V_6; int32_t L_42 = V_10; 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)L_42), (int32_t)2))))); Il2CppChar* L_44 = V_8; int32_t L_45 = V_10; int32_t L_46 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_44, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_45), (int32_t)2))))); if ((!(((uint32_t)L_43) == ((uint32_t)L_46)))) { goto IL_0116; } } { int32_t L_47 = V_10; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)); } IL_0111: { int32_t L_48 = V_10; if ((((int32_t)L_48) >= ((int32_t)0))) { goto IL_00f7; } } IL_0116: { int32_t L_49 = V_10; if ((!(((uint32_t)L_49) == ((uint32_t)(-1))))) { goto IL_011d; } } { return (bool)1; } IL_011d: { V_9 = (String_t*)NULL; V_7 = (String_t*)NULL; goto IL_013b; } IL_0125: { String_t* L_50 = __this->get_m_String_13(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_51 = V_0; NullCheck(L_51); String_t* L_52 = L_51->get_m_String_13(); int32_t L_53; L_53 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(L_50, L_52, 5, /*hidden argument*/NULL); if (L_53) { goto IL_013b; } } { return (bool)1; } IL_013b: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_54; L_54 = Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_55 = V_0; NullCheck(L_55); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_56; L_56 = Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E(L_55, /*hidden argument*/NULL); bool L_57; L_57 = Uri_get_UserDrivenParsing_mF09087D4DE9A0823EBF1FC0C14101335D01393F2(__this, /*hidden argument*/NULL); if (L_57) { goto IL_02be; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_58 = V_0; NullCheck(L_58); bool L_59; L_59 = Uri_get_UserDrivenParsing_mF09087D4DE9A0823EBF1FC0C14101335D01393F2(L_58, /*hidden argument*/NULL); if (L_59) { goto IL_02be; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_60; L_60 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(__this, /*hidden argument*/NULL); NullCheck(L_60); bool L_61; L_61 = UriParser_get_IsSimple_m09BA6505FDD1AE0BF6C711AE9C2C3F9379B868F8(L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_02be; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_62 = V_0; NullCheck(L_62); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_63; L_63 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_62, /*hidden argument*/NULL); NullCheck(L_63); bool L_64; L_64 = UriParser_get_IsSimple_m09BA6505FDD1AE0BF6C711AE9C2C3F9379B868F8(L_63, /*hidden argument*/NULL); if (!L_64) { goto IL_02be; } } { bool L_65; L_65 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)33554432))), /*hidden argument*/NULL); if (!L_65) { goto IL_0281; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_66 = V_0; NullCheck(L_66); bool L_67; L_67 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(L_66, ((int64_t)((int64_t)((int32_t)33554432))), /*hidden argument*/NULL); if (!L_67) { goto IL_0281; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_68 = __this->get_m_Info_18(); NullCheck(L_68); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_69 = L_68->get_address_of_Offset_3(); uint16_t L_70 = L_69->get_Host_2(); V_11 = L_70; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_71 = __this->get_m_Info_18(); NullCheck(L_71); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_72 = L_71->get_address_of_Offset_3(); uint16_t L_73 = L_72->get_Path_4(); V_12 = L_73; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_74 = V_0; NullCheck(L_74); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_75 = L_74->get_m_Info_18(); NullCheck(L_75); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_76 = L_75->get_address_of_Offset_3(); uint16_t L_77 = L_76->get_Host_2(); V_13 = L_77; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_78 = V_0; NullCheck(L_78); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_79 = L_78->get_m_Info_18(); NullCheck(L_79); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_80 = L_79->get_address_of_Offset_3(); uint16_t L_81 = L_80->get_Path_4(); V_14 = L_81; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_82 = V_0; NullCheck(L_82); String_t* L_83 = L_82->get_m_String_13(); V_15 = L_83; uint16_t L_84 = V_12; uint16_t L_85 = V_11; uint16_t L_86 = V_14; uint16_t L_87 = V_13; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_84, (int32_t)L_85))) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)L_87))))) { goto IL_023f; } } { uint16_t L_88 = V_11; uint16_t L_89 = V_14; uint16_t L_90 = V_13; V_12 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)L_89)), (int32_t)L_90)))); goto IL_023f; } IL_020a: { String_t* L_91 = __this->get_m_String_13(); uint16_t L_92 = V_11; NullCheck(L_91); Il2CppChar L_93; L_93 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_91, L_92, /*hidden argument*/NULL); String_t* L_94 = V_15; uint16_t L_95 = V_13; NullCheck(L_94); Il2CppChar L_96; L_96 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_94, L_95, /*hidden argument*/NULL); if ((((int32_t)L_93) == ((int32_t)L_96))) { goto IL_0224; } } { return (bool)0; } IL_0224: { String_t* L_97 = V_15; uint16_t L_98 = V_13; NullCheck(L_97); Il2CppChar L_99; L_99 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_97, L_98, /*hidden argument*/NULL); if ((((int32_t)L_99) == ((int32_t)((int32_t)58)))) { goto IL_0245; } } { uint16_t L_100 = V_11; V_11 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)))); uint16_t L_101 = V_13; V_13 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)))); } IL_023f: { uint16_t L_102 = V_11; uint16_t L_103 = V_12; if ((((int32_t)L_102) < ((int32_t)L_103))) { goto IL_020a; } } IL_0245: { uint16_t L_104 = V_11; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_105 = __this->get_m_Info_18(); NullCheck(L_105); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_106 = L_105->get_address_of_Offset_3(); uint16_t L_107 = L_106->get_Path_4(); if ((((int32_t)L_104) >= ((int32_t)L_107))) { goto IL_026c; } } { String_t* L_108 = __this->get_m_String_13(); uint16_t L_109 = V_11; NullCheck(L_108); Il2CppChar L_110; L_110 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_108, L_109, /*hidden argument*/NULL); if ((((int32_t)L_110) == ((int32_t)((int32_t)58)))) { goto IL_026c; } } { return (bool)0; } IL_026c: { uint16_t L_111 = V_13; uint16_t L_112 = V_14; if ((((int32_t)L_111) >= ((int32_t)L_112))) { goto IL_02ae; } } { String_t* L_113 = V_15; uint16_t L_114 = V_13; NullCheck(L_113); Il2CppChar L_115; L_115 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_113, L_114, /*hidden argument*/NULL); if ((((int32_t)L_115) == ((int32_t)((int32_t)58)))) { goto IL_02ae; } } { return (bool)0; } IL_0281: { Uri_EnsureHostString_m47897EC94F83DFE1CA16CE71167DDD3CC986C22A(__this, (bool)0, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_116 = V_0; NullCheck(L_116); Uri_EnsureHostString_m47897EC94F83DFE1CA16CE71167DDD3CC986C22A(L_116, (bool)0, /*hidden argument*/NULL); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_117 = __this->get_m_Info_18(); NullCheck(L_117); String_t* L_118 = L_117->get_Host_0(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_119 = V_0; NullCheck(L_119); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_120 = L_119->get_m_Info_18(); NullCheck(L_120); String_t* L_121 = L_120->get_Host_0(); NullCheck(L_118); bool L_122; L_122 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_118, L_121, /*hidden argument*/NULL); if (L_122) { goto IL_02ae; } } { return (bool)0; } IL_02ae: { int32_t L_123; L_123 = Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_124 = V_0; NullCheck(L_124); int32_t L_125; L_125 = Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C(L_124, /*hidden argument*/NULL); if ((((int32_t)L_123) == ((int32_t)L_125))) { goto IL_02be; } } { return (bool)0; } IL_02be: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_126 = __this->get_m_Info_18(); V_1 = L_126; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_127 = V_0; NullCheck(L_127); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_128 = L_127->get_m_Info_18(); V_2 = L_128; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_129 = V_1; NullCheck(L_129); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_130 = L_129->get_MoreInfo_5(); if (L_130) { goto IL_02df; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_131 = V_1; MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_132 = (MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 *)il2cpp_codegen_object_new(MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727_il2cpp_TypeInfo_var); MoreInfo__ctor_mF8515B2BCCB5E7DC008164794946ADE7ADBCD2BD(L_132, /*hidden argument*/NULL); NullCheck(L_131); L_131->set_MoreInfo_5(L_132); } IL_02df: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_133 = V_2; NullCheck(L_133); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_134 = L_133->get_MoreInfo_5(); if (L_134) { goto IL_02f2; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_135 = V_2; MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_136 = (MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 *)il2cpp_codegen_object_new(MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727_il2cpp_TypeInfo_var); MoreInfo__ctor_mF8515B2BCCB5E7DC008164794946ADE7ADBCD2BD(L_136, /*hidden argument*/NULL); NullCheck(L_135); L_135->set_MoreInfo_5(L_136); } IL_02f2: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_137 = V_1; NullCheck(L_137); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_138 = L_137->get_MoreInfo_5(); NullCheck(L_138); String_t* L_139 = L_138->get_RemoteUrl_5(); V_3 = L_139; String_t* L_140 = V_3; if (L_140) { goto IL_0317; } } { String_t* L_141; L_141 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(__this, ((int32_t)61), 3, /*hidden argument*/NULL); V_3 = L_141; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_142 = V_1; NullCheck(L_142); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_143 = L_142->get_MoreInfo_5(); String_t* L_144 = V_3; NullCheck(L_143); L_143->set_RemoteUrl_5(L_144); } IL_0317: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_145 = V_2; NullCheck(L_145); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_146 = L_145->get_MoreInfo_5(); NullCheck(L_146); String_t* L_147 = L_146->get_RemoteUrl_5(); V_4 = L_147; String_t* L_148 = V_4; if (L_148) { goto IL_0340; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_149 = V_0; NullCheck(L_149); String_t* L_150; L_150 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(L_149, ((int32_t)61), 3, /*hidden argument*/NULL); V_4 = L_150; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_151 = V_2; NullCheck(L_151); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_152 = L_151->get_MoreInfo_5(); String_t* L_153 = V_4; NullCheck(L_152); L_152->set_RemoteUrl_5(L_153); } IL_0340: { bool L_154; L_154 = Uri_get_IsUncOrDosPath_mF197920D1C1DBDE10A3478855D89D36210D8CE94(__this, /*hidden argument*/NULL); if (L_154) { goto IL_03c0; } } { String_t* L_155 = V_3; NullCheck(L_155); int32_t L_156; L_156 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_155, /*hidden argument*/NULL); String_t* L_157 = V_4; NullCheck(L_157); int32_t L_158; L_158 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_157, /*hidden argument*/NULL); if ((((int32_t)L_156) == ((int32_t)L_158))) { goto IL_0359; } } { return (bool)0; } IL_0359: { String_t* L_159 = V_3; V_7 = L_159; String_t* L_160 = V_7; V_16 = (Il2CppChar*)((uintptr_t)L_160); Il2CppChar* L_161 = V_16; if (!L_161) { goto IL_036f; } } { Il2CppChar* L_162 = V_16; int32_t L_163; L_163 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_16 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_162, (int32_t)L_163)); } IL_036f: { String_t* L_164 = V_4; V_9 = L_164; String_t* L_165 = V_9; V_17 = (Il2CppChar*)((uintptr_t)L_165); Il2CppChar* L_166 = V_17; if (!L_166) { goto IL_0386; } } { Il2CppChar* L_167 = V_17; int32_t L_168; L_168 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_17 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_167, (int32_t)L_168)); } IL_0386: { Il2CppChar* L_169 = V_16; String_t* L_170 = V_3; NullCheck(L_170); int32_t L_171; L_171 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_170, /*hidden argument*/NULL); V_18 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_169, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_171), (int32_t)2)))); Il2CppChar* L_172 = V_17; String_t* L_173 = V_3; NullCheck(L_173); int32_t L_174; L_174 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_173, /*hidden argument*/NULL); V_19 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_172, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_174), (int32_t)2)))); goto IL_03b8; } IL_03a4: { Il2CppChar* L_175 = V_18; Il2CppChar* L_176 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_175, (int32_t)2)); V_18 = (Il2CppChar*)L_176; int32_t L_177 = *((uint16_t*)L_176); Il2CppChar* L_178 = V_19; Il2CppChar* L_179 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_178, (int32_t)2)); V_19 = (Il2CppChar*)L_179; int32_t L_180 = *((uint16_t*)L_179); if ((((int32_t)L_177) == ((int32_t)L_180))) { goto IL_03b8; } } { return (bool)0; } IL_03b8: { Il2CppChar* L_181 = V_18; Il2CppChar* L_182 = V_16; if ((!(((uintptr_t)L_181) == ((uintptr_t)L_182)))) { goto IL_03a4; } } { return (bool)1; } IL_03c0: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_183 = V_1; NullCheck(L_183); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_184 = L_183->get_MoreInfo_5(); NullCheck(L_184); String_t* L_185 = L_184->get_RemoteUrl_5(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_186 = V_2; NullCheck(L_186); MoreInfo_t15D42286ECE8DAD0B0FE9CDC1291109300C3E727 * L_187 = L_186->get_MoreInfo_5(); NullCheck(L_187); String_t* L_188 = L_187->get_RemoteUrl_5(); bool L_189; L_189 = Uri_get_IsUncOrDosPath_mF197920D1C1DBDE10A3478855D89D36210D8CE94(__this, /*hidden argument*/NULL); G_B76_0 = L_188; G_B76_1 = L_185; if (L_189) { G_B77_0 = L_188; G_B77_1 = L_185; goto IL_03e1; } } { G_B78_0 = 4; G_B78_1 = G_B76_0; G_B78_2 = G_B76_1; goto IL_03e2; } IL_03e1: { G_B78_0 = 5; G_B78_1 = G_B77_0; G_B78_2 = G_B77_1; } IL_03e2: { int32_t L_190; L_190 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(G_B78_2, G_B78_1, G_B78_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_190) == ((int32_t)0))? 1 : 0); } } // System.String System.Uri::InternalEscapeString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_InternalEscapeString_m7E9747BA7475EBB530265469E572A64418B9DE99 (String_t* ___rawString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; { String_t* L_0 = ___rawString0; if (L_0) { goto IL_0009; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_0009: { V_0 = 0; String_t* L_2 = ___rawString0; String_t* L_3 = ___rawString0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5; L_5 = UriHelper_EscapeString_m86812263CFCDD337B818CC7401499CCC67196147(L_2, 0, L_4, (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL, (int32_t*)(&V_0), (bool)1, ((int32_t)63), ((int32_t)35), ((int32_t)37), /*hidden argument*/NULL); V_1 = L_5; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = V_1; if (L_6) { goto IL_0028; } } { String_t* L_7 = ___rawString0; return L_7; } IL_0028: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = V_1; int32_t L_9 = V_0; String_t* L_10; L_10 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_8, 0, L_9, /*hidden argument*/NULL); return L_10; } } // System.ParsingError System.Uri::ParseScheme(System.String,System.Uri/Flags&,System.UriParser&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_ParseScheme_m39368D56F9846D64F08A9890B7B698B3E6226BCD (String_t* ___uriString0, uint64_t* ___flags1, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** ___syntax2, 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; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; uint16_t V_4 = 0; { String_t* L_0 = ___uriString0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (L_2) { goto IL_000c; } } { return (int32_t)(4); } IL_000c: { int32_t L_3 = V_0; if ((((int32_t)L_3) < ((int32_t)((int32_t)65520)))) { goto IL_0016; } } { return (int32_t)(6); } IL_0016: { String_t* L_4 = ___uriString0; V_2 = L_4; String_t* L_5 = V_2; V_1 = (Il2CppChar*)((uintptr_t)L_5); Il2CppChar* L_6 = V_1; if (!L_6) { goto IL_0026; } } { Il2CppChar* L_7 = V_1; int32_t L_8; L_8 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)L_8)); } IL_0026: { V_3 = 0; Il2CppChar* L_9 = V_1; int32_t L_10 = V_0; uint64_t* L_11 = ___flags1; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_12 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); uint16_t L_13; L_13 = Uri_ParseSchemeCheckImplicitFile_m54C6CFD37CC5A5C24E502E44AA44112AF7B50BFD((Il2CppChar*)(Il2CppChar*)L_9, (uint16_t)((int32_t)((uint16_t)L_10)), (int32_t*)(&V_3), (uint64_t*)L_11, (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A **)L_12, /*hidden argument*/NULL); V_4 = L_13; int32_t L_14 = V_3; if (!L_14) { goto IL_003b; } } { int32_t L_15 = V_3; return L_15; } IL_003b: { uint64_t* L_16 = ___flags1; uint64_t* L_17 = ___flags1; int64_t L_18 = *((int64_t*)L_17); uint16_t L_19 = V_4; *((int64_t*)L_16) = (int64_t)((int64_t)((int64_t)L_18|(int64_t)((int64_t)((uint64_t)L_19)))); V_2 = (String_t*)NULL; return (int32_t)(0); } } // System.UriFormatException System.Uri::ParseMinimal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * Uri_ParseMinimal_m47FF7ACAEB543DE87332F9DEA79F92ADC575107F (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, 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 L_0; L_0 = Uri_PrivateParseMinimal_m154A67FFA2FA8E2D9215163B56DF1BB88576A369(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (L_1) { goto IL_000c; } } { return (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)NULL; } IL_000c: { uint64_t L_2 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_2|(int64_t)((int64_t)((int64_t)((int32_t)67108864)))))); int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_4; L_4 = Uri_GetException_m09A6668C52473C2B01ADB6FC52B1F64C98AA2F2B(L_3, /*hidden argument*/NULL); return L_4; } } // System.ParsingError System.Uri::PrivateParseMinimal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_PrivateParseMinimal_m154A67FFA2FA8E2D9215163B56DF1BB88576A369 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, 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; } uint16_t V_0 = 0; uint16_t V_1 = 0; String_t* V_2 = NULL; Il2CppChar* V_3 = NULL; String_t* V_4 = NULL; Il2CppChar V_5 = 0x0; uint16_t V_6 = 0; Il2CppChar V_7 = 0x0; Il2CppChar V_8 = 0x0; int32_t V_9 = 0; String_t* G_B5_0 = NULL; uint64_t G_B79_0 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B79_1 = NULL; uint64_t G_B78_0 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B78_1 = NULL; int64_t G_B80_0 = 0; uint64_t G_B80_1 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B80_2 = NULL; { uint64_t L_0 = __this->get_m_Flags_17(); V_0 = (uint16_t)((int32_t)((uint16_t)((int64_t)((int64_t)L_0&(int64_t)((int64_t)((int64_t)((int32_t)65535))))))); String_t* L_1 = __this->get_m_String_13(); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); V_1 = (uint16_t)((int32_t)((uint16_t)L_2)); V_2 = (String_t*)NULL; uint64_t L_3 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_3&(int64_t)((int64_t)((int64_t)((int32_t)-16842752)))))); bool L_4 = __this->get_m_iriParsing_19(); if (!L_4) { goto IL_005d; } } { uint64_t L_5 = __this->get_m_Flags_17(); if (!((int64_t)((int64_t)L_5&(int64_t)((int64_t)8589934592LL)))) { goto IL_005d; } } { uint64_t L_6 = __this->get_m_Flags_17(); if (!((int64_t)((int64_t)L_6&(int64_t)((int64_t)17179869184LL)))) { goto IL_0065; } } IL_005d: { String_t* L_7 = __this->get_m_String_13(); G_B5_0 = L_7; goto IL_006b; } IL_0065: { String_t* L_8 = __this->get_m_originalUnicodeString_14(); G_B5_0 = L_8; } IL_006b: { V_4 = G_B5_0; String_t* L_9 = V_4; V_3 = (Il2CppChar*)((uintptr_t)L_9); Il2CppChar* L_10 = V_3; if (!L_10) { goto IL_007c; } } { Il2CppChar* L_11 = V_3; int32_t L_12; L_12 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)L_12)); } IL_007c: { uint16_t L_13 = V_1; uint16_t L_14 = V_0; if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_00b1; } } { Il2CppChar* L_15 = V_3; uint16_t L_16 = V_1; int32_t L_17 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_18; L_18 = Uri_IsLWS_mAE27963118FD3DA41FEC97493B2D9EFBF46E6C57(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00b1; } } { uint16_t L_19 = V_1; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)))); } IL_0095: { uint16_t L_20 = V_1; uint16_t L_21 = V_0; if ((((int32_t)L_20) == ((int32_t)L_21))) { goto IL_00ac; } } { Il2CppChar* L_22 = V_3; uint16_t L_23 = V_1; int32_t L_24 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)))); V_1 = (uint16_t)L_24; int32_t L_25 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_24), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_26; L_26 = Uri_IsLWS_mAE27963118FD3DA41FEC97493B2D9EFBF46E6C57(L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0095; } } IL_00ac: { uint16_t L_27 = V_1; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)))); } IL_00b1: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_28 = __this->get_m_Syntax_15(); NullCheck(L_28); bool L_29; L_29 = UriParser_IsAllSet_m356BD044D8A53560B6A7AA9B81A20A364E015C18(L_28, ((int32_t)1048704), /*hidden argument*/NULL); if (!L_29) { goto IL_0273; } } { bool L_30; L_30 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((int64_t)((int32_t)536870912))), /*hidden argument*/NULL); if (!L_30) { goto IL_0273; } } { uint16_t L_31 = V_0; uint16_t L_32 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))) >= ((int32_t)L_32))) { goto IL_0273; } } { uint16_t L_33 = V_0; V_6 = L_33; goto IL_0101; } IL_00e5: { Il2CppChar* L_34 = V_3; uint16_t L_35 = V_6; 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))))); int32_t L_37 = L_36; V_5 = L_37; if ((((int32_t)L_37) == ((int32_t)((int32_t)92)))) { goto IL_00fa; } } { Il2CppChar L_38 = V_5; if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)47))))) { goto IL_0106; } } IL_00fa: { uint16_t L_39 = V_6; V_6 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)))); } IL_0101: { uint16_t L_40 = V_6; uint16_t L_41 = V_1; if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_00e5; } } IL_0106: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_42 = __this->get_m_Syntax_15(); NullCheck(L_42); bool L_43; L_43 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_42, ((int32_t)8192), /*hidden argument*/NULL); if (L_43) { goto IL_0122; } } { uint16_t L_44 = V_6; uint16_t L_45 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45))) > ((int32_t)3))) { goto IL_0273; } } IL_0122: { uint16_t L_46 = V_6; uint16_t L_47 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47))) < ((int32_t)2))) { goto IL_013c; } } { uint64_t L_48 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_48|(int64_t)((int64_t)((int64_t)((int32_t)1048576)))))); } IL_013c: { uint16_t L_49 = V_6; uint16_t L_50 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1))) >= ((int32_t)L_50))) { goto IL_01f7; } } { Il2CppChar* L_51 = V_3; uint16_t L_52 = V_6; int32_t L_53 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_51, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1))), (int32_t)2))))); int32_t L_54 = L_53; V_5 = L_54; if ((((int32_t)L_54) == ((int32_t)((int32_t)58)))) { goto IL_0160; } } { Il2CppChar L_55 = V_5; if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)124))))) { goto IL_01f7; } } IL_0160: { Il2CppChar* L_56 = V_3; uint16_t L_57 = V_6; int32_t L_58 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_57), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_59; L_59 = Uri_IsAsciiLetter_mA7F74C96007004DB0184D149CA03949D5E18E244(L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_01f7; } } { uint16_t L_60 = V_6; uint16_t L_61 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)2))) >= ((int32_t)L_61))) { goto IL_0190; } } { Il2CppChar* L_62 = V_3; uint16_t L_63 = V_6; 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)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)2))), (int32_t)2))))); int32_t L_65 = L_64; V_5 = L_65; if ((((int32_t)L_65) == ((int32_t)((int32_t)92)))) { goto IL_01a7; } } { Il2CppChar L_66 = V_5; if ((((int32_t)L_66) == ((int32_t)((int32_t)47)))) { goto IL_01a7; } } IL_0190: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_67 = __this->get_m_Syntax_15(); NullCheck(L_67); bool L_68; L_68 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_67, ((int32_t)8192), /*hidden argument*/NULL); if (!L_68) { goto IL_0273; } } { return (int32_t)(7); } IL_01a7: { uint64_t L_69 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_69|(int64_t)((int64_t)((int64_t)((int32_t)134217728)))))); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_70 = __this->get_m_Syntax_15(); NullCheck(L_70); bool L_71; L_71 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_70, 1, /*hidden argument*/NULL); if (!L_71) { goto IL_01db; } } { uint64_t L_72 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_72|(int64_t)((int64_t)((int64_t)((int32_t)1048576)))))); } IL_01db: { uint16_t L_73 = V_6; uint16_t L_74 = V_0; if ((((int32_t)L_73) == ((int32_t)L_74))) { goto IL_01f2; } } { uint16_t L_75 = V_6; uint16_t L_76 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)L_76))) == ((int32_t)2))) { goto IL_01f2; } } { uint16_t L_77 = V_6; V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)1)))); goto IL_0273; } IL_01f2: { uint16_t L_78 = V_6; V_0 = L_78; goto IL_0273; } IL_01f7: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_79 = __this->get_m_Syntax_15(); NullCheck(L_79); bool L_80; L_80 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_79, ((int32_t)8192), /*hidden argument*/NULL); if (!L_80) { goto IL_0273; } } { uint16_t L_81 = V_6; uint16_t L_82 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)L_82))) < ((int32_t)2))) { goto IL_0273; } } { uint16_t L_83 = V_6; uint16_t L_84 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)L_84))) == ((int32_t)3))) { goto IL_0273; } } { uint16_t L_85 = V_6; uint16_t L_86 = V_1; if ((((int32_t)L_85) >= ((int32_t)L_86))) { goto IL_0273; } } { Il2CppChar* L_87 = V_3; uint16_t L_88 = V_6; int32_t L_89 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_87, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_88), (int32_t)2))))); if ((((int32_t)L_89) == ((int32_t)((int32_t)63)))) { goto IL_0273; } } { Il2CppChar* L_90 = V_3; uint16_t L_91 = V_6; int32_t L_92 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_90, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_91), (int32_t)2))))); if ((((int32_t)L_92) == ((int32_t)((int32_t)35)))) { goto IL_0273; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_93 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_25(); if (L_93) { goto IL_025d; } } { uint16_t L_94 = V_6; uint16_t L_95 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_94, (int32_t)L_95))) <= ((int32_t)3))) { goto IL_0273; } } { uint64_t L_96 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_96|(int64_t)((int64_t)17592186044416LL)))); uint16_t L_97 = V_6; V_0 = L_97; goto IL_0273; } IL_025d: { uint64_t L_98 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_98|(int64_t)((int64_t)((int64_t)((int32_t)268435456)))))); uint16_t L_99 = V_6; V_0 = L_99; } IL_0273: { uint64_t L_100 = __this->get_m_Flags_17(); if (((int64_t)((int64_t)L_100&(int64_t)((int64_t)((int64_t)((int32_t)402653184)))))) { goto IL_03c3; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_101 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_25(); if (L_101) { goto IL_02a1; } } { uint64_t L_102 = __this->get_m_Flags_17(); if (((int64_t)((int64_t)L_102&(int64_t)((int64_t)17592722915328LL)))) { goto IL_03c3; } } IL_02a1: { uint16_t L_103 = V_0; uint16_t L_104 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)2))) > ((int32_t)L_104))) { goto IL_0389; } } { Il2CppChar* L_105 = V_3; uint16_t L_106 = V_0; int32_t L_107 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_105, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_106), (int32_t)2))))); V_7 = L_107; Il2CppChar* L_108 = V_3; uint16_t L_109 = V_0; int32_t L_110 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_108, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1))), (int32_t)2))))); V_8 = L_110; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_111 = __this->get_m_Syntax_15(); NullCheck(L_111); bool L_112; L_112 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_111, 1, /*hidden argument*/NULL); if (!L_112) { goto IL_031d; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_113 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_25(); if (!L_113) { goto IL_02eb; } } { Il2CppChar L_114 = V_7; if ((((int32_t)L_114) == ((int32_t)((int32_t)47)))) { goto IL_02df; } } { Il2CppChar L_115 = V_7; if ((!(((uint32_t)L_115) == ((uint32_t)((int32_t)92))))) { goto IL_02eb; } } IL_02df: { Il2CppChar L_116 = V_8; if ((((int32_t)L_116) == ((int32_t)((int32_t)47)))) { goto IL_02fe; } } { Il2CppChar L_117 = V_8; if ((((int32_t)L_117) == ((int32_t)((int32_t)92)))) { goto IL_02fe; } } IL_02eb: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_118 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_25(); if (L_118) { goto IL_031b; } } { Il2CppChar L_119 = V_7; if ((!(((uint32_t)L_119) == ((uint32_t)((int32_t)47))))) { goto IL_031b; } } { Il2CppChar L_120 = V_8; if ((!(((uint32_t)L_120) == ((uint32_t)((int32_t)47))))) { goto IL_031b; } } IL_02fe: { uint64_t L_121 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_121|(int64_t)((int64_t)((int64_t)((int32_t)1048576)))))); uint16_t L_122 = V_0; V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)2)))); goto IL_03c3; } IL_031b: { return (int32_t)(3); } IL_031d: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_123 = __this->get_m_Syntax_15(); NullCheck(L_123); bool L_124; L_124 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_123, 2, /*hidden argument*/NULL); if (!L_124) { goto IL_035f; } } { bool L_125; L_125 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)1048576))), /*hidden argument*/NULL); if (L_125) { goto IL_0345; } } { Il2CppChar L_126 = V_7; if ((!(((uint32_t)L_126) == ((uint32_t)((int32_t)47))))) { goto IL_035f; } } { Il2CppChar L_127 = V_8; if ((!(((uint32_t)L_127) == ((uint32_t)((int32_t)47))))) { goto IL_035f; } } IL_0345: { uint64_t L_128 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_128|(int64_t)((int64_t)((int64_t)((int32_t)1048576)))))); uint16_t L_129 = V_0; V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)2)))); goto IL_03c3; } IL_035f: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_130 = __this->get_m_Syntax_15(); NullCheck(L_130); bool L_131; L_131 = UriParser_NotAny_m6A42FAC623F0EBDE441782DAC3E3B2ED34756D91(L_130, ((int32_t)16384), /*hidden argument*/NULL); if (!L_131) { goto IL_03c3; } } { uint64_t L_132 = __this->get_m_Flags_17(); uint16_t L_133 = V_0; __this->set_m_Flags_17(((int64_t)((int64_t)L_132|(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_133))|(int64_t)((int64_t)((int64_t)((int32_t)458752)))))))); return (int32_t)(0); } IL_0389: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_134 = __this->get_m_Syntax_15(); NullCheck(L_134); bool L_135; L_135 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_134, 1, /*hidden argument*/NULL); if (!L_135) { goto IL_0399; } } { return (int32_t)(3); } IL_0399: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_136 = __this->get_m_Syntax_15(); NullCheck(L_136); bool L_137; L_137 = UriParser_NotAny_m6A42FAC623F0EBDE441782DAC3E3B2ED34756D91(L_136, ((int32_t)16384), /*hidden argument*/NULL); if (!L_137) { goto IL_03c3; } } { uint64_t L_138 = __this->get_m_Flags_17(); uint16_t L_139 = V_0; __this->set_m_Flags_17(((int64_t)((int64_t)L_138|(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_139))|(int64_t)((int64_t)((int64_t)((int32_t)458752)))))))); return (int32_t)(0); } IL_03c3: { bool L_140; L_140 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)134217728))), /*hidden argument*/NULL); if (!L_140) { goto IL_040c; } } { uint64_t L_141 = __this->get_m_Flags_17(); uint64_t L_142 = __this->get_m_Flags_17(); G_B78_0 = L_141; G_B78_1 = __this; if (((int64_t)((int64_t)L_142&(int64_t)((int64_t)((int64_t)((int32_t)1048576)))))) { G_B79_0 = L_141; G_B79_1 = __this; goto IL_03ef; } } { G_B80_0 = ((int64_t)((int64_t)((int32_t)458752))); G_B80_1 = G_B78_0; G_B80_2 = G_B78_1; goto IL_03f5; } IL_03ef: { G_B80_0 = ((int64_t)((int64_t)((int32_t)327680))); G_B80_1 = G_B79_0; G_B80_2 = G_B79_1; } IL_03f5: { NullCheck(G_B80_2); G_B80_2->set_m_Flags_17(((int64_t)((int64_t)G_B80_1|(int64_t)G_B80_0))); uint64_t L_143 = __this->get_m_Flags_17(); uint16_t L_144 = V_0; __this->set_m_Flags_17(((int64_t)((int64_t)L_143|(int64_t)((int64_t)((uint64_t)L_144))))); return (int32_t)(0); } IL_040c: { V_9 = 0; Il2CppChar* L_145 = V_3; uint16_t L_146 = V_0; uint16_t L_147 = V_1; uint64_t* L_148 = __this->get_address_of_m_Flags_17(); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_149 = __this->get_m_Syntax_15(); uint16_t L_150; L_150 = Uri_CheckAuthorityHelper_mC5010AEC19EED1968EDE7CB52C92AC0AC0869503(__this, (Il2CppChar*)(Il2CppChar*)L_145, L_146, L_147, (int32_t*)(&V_9), (uint64_t*)L_148, L_149, (String_t**)(&V_2), /*hidden argument*/NULL); V_0 = L_150; int32_t L_151 = V_9; if (!L_151) { goto IL_0430; } } { int32_t L_152 = V_9; return L_152; } IL_0430: { uint16_t L_153 = V_0; uint16_t L_154 = V_1; if ((((int32_t)L_153) >= ((int32_t)L_154))) { goto IL_0462; } } { Il2CppChar* L_155 = V_3; uint16_t L_156 = V_0; 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))))); if ((!(((uint32_t)L_157) == ((uint32_t)((int32_t)92))))) { goto IL_0462; } } { bool L_158; L_158 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((int64_t)((int32_t)536870912))), /*hidden argument*/NULL); if (!L_158) { goto IL_0462; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_159 = __this->get_m_Syntax_15(); NullCheck(L_159); bool L_160; L_160 = UriParser_NotAny_m6A42FAC623F0EBDE441782DAC3E3B2ED34756D91(L_159, ((int32_t)1048576), /*hidden argument*/NULL); if (!L_160) { goto IL_0462; } } { return (int32_t)(((int32_t)11)); } IL_0462: { uint64_t L_161 = __this->get_m_Flags_17(); uint16_t L_162 = V_0; __this->set_m_Flags_17(((int64_t)((int64_t)L_161|(int64_t)((int64_t)((uint64_t)L_162))))); V_4 = (String_t*)NULL; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_163 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_IdnScope_22(); il2cpp_codegen_memory_barrier(); if (L_163) { goto IL_0485; } } { bool L_164 = __this->get_m_iriParsing_19(); if (!L_164) { goto IL_048d; } } IL_0485: { String_t* L_165 = V_2; uint16_t L_166 = V_0; Uri_PrivateParseMinimalIri_m1A23B409BC4FE17A66599BFE0E0CD62C06D45E2B(__this, L_165, L_166, /*hidden argument*/NULL); } IL_048d: { return (int32_t)(0); } } // System.Void System.Uri::PrivateParseMinimalIri(System.String,System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_PrivateParseMinimalIri_m1A23B409BC4FE17A66599BFE0E0CD62C06D45E2B (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___newHost0, uint16_t ___idx1, const RuntimeMethod* method) { { String_t* L_0 = ___newHost0; if (!L_0) { goto IL_000a; } } { String_t* L_1 = ___newHost0; __this->set_m_String_13(L_1); } IL_000a: { bool L_2 = __this->get_m_iriParsing_19(); if (L_2) { goto IL_003e; } } { bool L_3; L_3 = Uri_get_AllowIdn_m4031E81D7D0E44FC81C6951D78B2C836EC8270D7(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_003e; } } { uint64_t L_4 = __this->get_m_Flags_17(); if (((int64_t)((int64_t)L_4&(int64_t)((int64_t)4294967296LL)))) { goto IL_0075; } } { uint64_t L_5 = __this->get_m_Flags_17(); if (((int64_t)((int64_t)L_5&(int64_t)((int64_t)68719476736LL)))) { goto IL_0075; } } IL_003e: { bool L_6 = __this->get_m_iriParsing_19(); if (!L_6) { goto IL_00cb; } } { uint64_t L_7 = __this->get_m_Flags_17(); if (((int64_t)((int64_t)L_7&(int64_t)((int64_t)8589934592LL)))) { goto IL_00cb; } } { bool L_8; L_8 = Uri_get_AllowIdn_m4031E81D7D0E44FC81C6951D78B2C836EC8270D7(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_00cb; } } { uint64_t L_9 = __this->get_m_Flags_17(); if (!((int64_t)((int64_t)L_9&(int64_t)((int64_t)4294967296LL)))) { goto IL_00cb; } } IL_0075: { uint64_t L_10 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_10&(int64_t)((int64_t)((int64_t)((int32_t)-65536)))))); uint64_t L_11 = __this->get_m_Flags_17(); String_t* L_12 = __this->get_m_String_13(); NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); __this->set_m_Flags_17(((int64_t)((int64_t)L_11|(int64_t)((int64_t)((int64_t)L_13))))); String_t* L_14 = __this->get_m_String_13(); String_t* L_15 = __this->get_m_originalUnicodeString_14(); uint16_t L_16 = ___idx1; String_t* L_17 = __this->get_m_originalUnicodeString_14(); NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_17, /*hidden argument*/NULL); uint16_t L_19 = ___idx1; NullCheck(L_15); String_t* L_20; L_20 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_15, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL); String_t* L_21; L_21 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_14, L_20, /*hidden argument*/NULL); __this->set_m_String_13(L_21); } IL_00cb: { bool L_22 = __this->get_m_iriParsing_19(); if (!L_22) { goto IL_00fb; } } { uint64_t L_23 = __this->get_m_Flags_17(); if (!((int64_t)((int64_t)L_23&(int64_t)((int64_t)8589934592LL)))) { goto IL_00fb; } } { uint64_t L_24 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_24|(int64_t)((int64_t)274877906944LL)))); } IL_00fb: { return; } } // System.Void System.Uri::CreateUriInfo(System.Uri/Flags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateUriInfo_mD8864BD45B6397D4C3AED68BA2D3EAEB520DB9E6 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, uint64_t ___cF0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * V_0 = NULL; uint16_t V_1 = 0; bool V_2 = false; bool V_3 = false; bool V_4 = false; Il2CppChar* V_5 = NULL; String_t* V_6 = NULL; int32_t V_7 = 0; uint16_t V_8 = 0; String_t* V_9 = NULL; bool V_10 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B48_0 = NULL; { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_0 = (UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 *)il2cpp_codegen_object_new(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45_il2cpp_TypeInfo_var); UriInfo__ctor_m990C9CA368096AFE12B92F3605FAA70EC0C69BB8(L_0, /*hidden argument*/NULL); V_0 = L_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_1 = V_0; NullCheck(L_1); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_2 = L_1->get_address_of_Offset_3(); String_t* L_3 = __this->get_m_String_13(); NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); L_2->set_End_7((uint16_t)((int32_t)((uint16_t)L_4))); bool L_5; L_5 = Uri_get_UserDrivenParsing_mF09087D4DE9A0823EBF1FC0C14101335D01393F2(__this, /*hidden argument*/NULL); if (L_5) { goto IL_0423; } } { V_2 = (bool)0; uint64_t L_6 = ___cF0; if (!((int64_t)((int64_t)L_6&(int64_t)((int64_t)((int64_t)((int32_t)536870912)))))) { goto IL_00c3; } } { V_1 = (uint16_t)0; goto IL_0051; } IL_003b: { uint16_t L_7 = V_1; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)))); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_8 = V_0; NullCheck(L_8); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_9 = L_8->get_address_of_Offset_3(); uint16_t* L_10 = L_9->get_address_of_Scheme_0(); uint16_t* L_11 = L_10; int32_t L_12 = *((uint16_t*)L_11); *((int16_t*)L_11) = (int16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)))); } IL_0051: { uint16_t L_13 = V_1; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_14 = V_0; NullCheck(L_14); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_15 = L_14->get_address_of_Offset_3(); uint16_t L_16 = L_15->get_End_7(); if ((((int32_t)L_13) >= ((int32_t)L_16))) { goto IL_0072; } } { String_t* L_17 = __this->get_m_String_13(); uint16_t L_18 = V_1; NullCheck(L_17); Il2CppChar L_19; L_19 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_17, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_20; L_20 = Uri_IsLWS_mAE27963118FD3DA41FEC97493B2D9EFBF46E6C57(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_003b; } } IL_0072: { uint64_t L_21 = ___cF0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_22; L_22 = Uri_StaticInFact_m9F44BF06099F60002C5D9CE07F72DD74D1404AA0(L_21, ((int64_t)((int64_t)((int32_t)268435456))), /*hidden argument*/NULL); if (!L_22) { goto IL_0172; } } { uint16_t L_23 = V_1; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)2)))); goto IL_008f; } IL_008a: { uint16_t L_24 = V_1; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)))); } IL_008f: { uint16_t L_25 = V_1; uint64_t L_26 = ___cF0; if ((((int32_t)L_25) >= ((int32_t)((int32_t)((uint16_t)((int64_t)((int64_t)L_26&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))))))) { goto IL_0172; } } { String_t* L_27 = __this->get_m_String_13(); uint16_t L_28 = V_1; NullCheck(L_27); Il2CppChar L_29; L_29 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_27, L_28, /*hidden argument*/NULL); if ((((int32_t)L_29) == ((int32_t)((int32_t)47)))) { goto IL_008a; } } { String_t* L_30 = __this->get_m_String_13(); uint16_t L_31 = V_1; NullCheck(L_30); Il2CppChar L_32; L_32 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_30, L_31, /*hidden argument*/NULL); if ((((int32_t)L_32) == ((int32_t)((int32_t)92)))) { goto IL_008a; } } { goto IL_0172; } IL_00c3: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_33 = __this->get_m_Syntax_15(); NullCheck(L_33); String_t* L_34; L_34 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_33, /*hidden argument*/NULL); NullCheck(L_34); int32_t L_35; L_35 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_34, /*hidden argument*/NULL); V_1 = (uint16_t)((int32_t)((uint16_t)L_35)); goto IL_00e8; } IL_00d7: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_36 = V_0; NullCheck(L_36); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_37 = L_36->get_address_of_Offset_3(); uint16_t* L_38 = L_37->get_address_of_Scheme_0(); uint16_t* L_39 = L_38; int32_t L_40 = *((uint16_t*)L_39); *((int16_t*)L_39) = (int16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)))); } IL_00e8: { String_t* L_41 = __this->get_m_String_13(); uint16_t L_42 = V_1; uint16_t L_43 = L_42; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)))); NullCheck(L_41); Il2CppChar L_44; L_44 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_41, L_43, /*hidden argument*/NULL); if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)58))))) { goto IL_00d7; } } { uint64_t L_45 = ___cF0; if (!((int64_t)((int64_t)L_45&(int64_t)((int64_t)((int64_t)((int32_t)1048576)))))) { goto IL_0172; } } { String_t* L_46 = __this->get_m_String_13(); uint16_t L_47 = V_1; NullCheck(L_46); Il2CppChar L_48; L_48 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_46, L_47, /*hidden argument*/NULL); if ((((int32_t)L_48) == ((int32_t)((int32_t)92)))) { goto IL_0129; } } { String_t* L_49 = __this->get_m_String_13(); uint16_t L_50 = V_1; NullCheck(L_49); Il2CppChar L_51; L_51 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_49, ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)92))))) { goto IL_012b; } } IL_0129: { V_2 = (bool)1; } IL_012b: { uint16_t L_52 = V_1; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)2)))); uint64_t L_53 = ___cF0; if (!((int64_t)((int64_t)L_53&(int64_t)((int64_t)17592588697600LL)))) { goto IL_0172; } } { goto IL_0146; } IL_013f: { V_2 = (bool)1; uint16_t L_54 = V_1; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)))); } IL_0146: { uint16_t L_55 = V_1; uint64_t L_56 = ___cF0; if ((((int32_t)L_55) >= ((int32_t)((int32_t)((uint16_t)((int64_t)((int64_t)L_56&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))))))) { goto IL_0172; } } { String_t* L_57 = __this->get_m_String_13(); uint16_t L_58 = V_1; NullCheck(L_57); Il2CppChar L_59; L_59 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_57, L_58, /*hidden argument*/NULL); if ((((int32_t)L_59) == ((int32_t)((int32_t)47)))) { goto IL_013f; } } { String_t* L_60 = __this->get_m_String_13(); uint16_t L_61 = V_1; NullCheck(L_60); Il2CppChar L_62; L_62 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_60, L_61, /*hidden argument*/NULL); if ((((int32_t)L_62) == ((int32_t)((int32_t)92)))) { goto IL_013f; } } IL_0172: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_63 = __this->get_m_Syntax_15(); NullCheck(L_63); int32_t L_64; L_64 = UriParser_get_DefaultPort_m7ECA5BE839D36C7FF854FEA0795D8DE701487D33_inline(L_63, /*hidden argument*/NULL); if ((((int32_t)L_64) == ((int32_t)(-1)))) { goto IL_0197; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_65 = V_0; NullCheck(L_65); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_66 = L_65->get_address_of_Offset_3(); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_67 = __this->get_m_Syntax_15(); NullCheck(L_67); int32_t L_68; L_68 = UriParser_get_DefaultPort_m7ECA5BE839D36C7FF854FEA0795D8DE701487D33_inline(L_67, /*hidden argument*/NULL); L_66->set_PortValue_3((uint16_t)((int32_t)((uint16_t)L_68))); } IL_0197: { uint64_t L_69 = ___cF0; if ((((int64_t)((int64_t)((int64_t)L_69&(int64_t)((int64_t)((int64_t)((int32_t)458752)))))) == ((int64_t)((int64_t)((int64_t)((int32_t)458752)))))) { goto IL_01b5; } } { uint64_t L_70 = ___cF0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_71; L_71 = Uri_StaticInFact_m9F44BF06099F60002C5D9CE07F72DD74D1404AA0(L_70, ((int64_t)((int64_t)((int32_t)134217728))), /*hidden argument*/NULL); if (!L_71) { goto IL_0210; } } IL_01b5: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_72 = V_0; NullCheck(L_72); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_73 = L_72->get_address_of_Offset_3(); uint64_t L_74 = ___cF0; L_73->set_User_1((uint16_t)((int32_t)((uint16_t)((int64_t)((int64_t)L_74&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))))); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_75 = V_0; NullCheck(L_75); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_76 = L_75->get_address_of_Offset_3(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_77 = V_0; NullCheck(L_77); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_78 = L_77->get_address_of_Offset_3(); uint16_t L_79 = L_78->get_User_1(); L_76->set_Host_2(L_79); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_80 = V_0; NullCheck(L_80); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_81 = L_80->get_address_of_Offset_3(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_82 = V_0; NullCheck(L_82); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_83 = L_82->get_address_of_Offset_3(); uint16_t L_84 = L_83->get_User_1(); L_81->set_Path_4(L_84); uint64_t L_85 = ___cF0; ___cF0 = ((int64_t)((int64_t)L_85&(int64_t)((int64_t)((int64_t)((int32_t)-65536))))); bool L_86 = V_2; if (!L_86) { goto IL_0423; } } { uint64_t L_87 = ___cF0; ___cF0 = ((int64_t)((int64_t)L_87|(int64_t)((int64_t)((int64_t)1)))); goto IL_0423; } IL_0210: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_88 = V_0; NullCheck(L_88); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_89 = L_88->get_address_of_Offset_3(); uint16_t L_90 = V_1; L_89->set_User_1(L_90); uint64_t L_91; L_91 = Uri_get_HostType_m6C142BC37D44CF1F53D80627455BC6B1CB747820(__this, /*hidden argument*/NULL); if ((!(((uint64_t)L_91) == ((uint64_t)((int64_t)((int64_t)((int32_t)327680))))))) { goto IL_0259; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_92 = V_0; NullCheck(L_92); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_93 = L_92->get_address_of_Offset_3(); uint16_t L_94 = V_1; L_93->set_Host_2(L_94); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_95 = V_0; NullCheck(L_95); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_96 = L_95->get_address_of_Offset_3(); uint64_t L_97 = ___cF0; L_96->set_Path_4((uint16_t)((int32_t)((uint16_t)((int64_t)((int64_t)L_97&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))))); uint64_t L_98 = ___cF0; ___cF0 = ((int64_t)((int64_t)L_98&(int64_t)((int64_t)((int64_t)((int32_t)-65536))))); goto IL_0423; } IL_0259: { uint64_t L_99 = ___cF0; if (!((int64_t)((int64_t)L_99&(int64_t)((int64_t)((int64_t)((int32_t)2097152)))))) { goto IL_028d; } } { goto IL_026a; } IL_0265: { uint16_t L_100 = V_1; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)))); } IL_026a: { String_t* L_101 = __this->get_m_String_13(); uint16_t L_102 = V_1; NullCheck(L_101); Il2CppChar L_103; L_103 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_101, L_102, /*hidden argument*/NULL); if ((!(((uint32_t)L_103) == ((uint32_t)((int32_t)64))))) { goto IL_0265; } } { uint16_t L_104 = V_1; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)))); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_105 = V_0; NullCheck(L_105); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_106 = L_105->get_address_of_Offset_3(); uint16_t L_107 = V_1; L_106->set_Host_2(L_107); goto IL_0299; } IL_028d: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_108 = V_0; NullCheck(L_108); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_109 = L_108->get_address_of_Offset_3(); uint16_t L_110 = V_1; L_109->set_Host_2(L_110); } IL_0299: { uint64_t L_111 = ___cF0; V_1 = (uint16_t)((int32_t)((uint16_t)((int64_t)((int64_t)L_111&(int64_t)((int64_t)((int64_t)((int32_t)65535))))))); uint64_t L_112 = ___cF0; ___cF0 = ((int64_t)((int64_t)L_112&(int64_t)((int64_t)((int64_t)((int32_t)-65536))))); bool L_113 = V_2; if (!L_113) { goto IL_02b6; } } { uint64_t L_114 = ___cF0; ___cF0 = ((int64_t)((int64_t)L_114|(int64_t)((int64_t)((int64_t)1)))); } IL_02b6: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_115 = V_0; NullCheck(L_115); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_116 = L_115->get_address_of_Offset_3(); uint16_t L_117 = V_1; L_116->set_Path_4(L_117); V_3 = (bool)0; uint64_t L_118 = ___cF0; V_4 = (bool)((!(((uint64_t)((int64_t)((int64_t)L_118&(int64_t)((int64_t)274877906944LL)))) <= ((uint64_t)((int64_t)((int64_t)0)))))? 1 : 0); uint64_t L_119 = ___cF0; ___cF0 = ((int64_t)((int64_t)L_119&(int64_t)((int64_t)-274877906945LL))); bool L_120 = V_4; if (!L_120) { goto IL_02fd; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_121 = V_0; NullCheck(L_121); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_122 = L_121->get_address_of_Offset_3(); String_t* L_123 = __this->get_m_originalUnicodeString_14(); NullCheck(L_123); int32_t L_124; L_124 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_123, /*hidden argument*/NULL); L_122->set_End_7((uint16_t)((int32_t)((uint16_t)L_124))); } IL_02fd: { uint16_t L_125 = V_1; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_126 = V_0; NullCheck(L_126); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_127 = L_126->get_address_of_Offset_3(); uint16_t L_128 = L_127->get_End_7(); if ((((int32_t)L_125) >= ((int32_t)L_128))) { goto IL_0423; } } { bool L_129 = V_4; if (L_129) { goto IL_031a; } } { String_t* L_130 = __this->get_m_String_13(); G_B48_0 = L_130; goto IL_0320; } IL_031a: { String_t* L_131 = __this->get_m_originalUnicodeString_14(); G_B48_0 = L_131; } IL_0320: { V_6 = G_B48_0; String_t* L_132 = V_6; V_5 = (Il2CppChar*)((uintptr_t)L_132); Il2CppChar* L_133 = V_5; if (!L_133) { goto IL_0335; } } { Il2CppChar* L_134 = V_5; int32_t L_135; L_135 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_134, (int32_t)L_135)); } IL_0335: { Il2CppChar* L_136 = V_5; uint16_t L_137 = V_1; int32_t L_138 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_136, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_137), (int32_t)2))))); if ((!(((uint32_t)L_138) == ((uint32_t)((int32_t)58))))) { goto IL_0420; } } { V_7 = 0; uint16_t L_139 = V_1; int32_t L_140 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1)))); V_1 = (uint16_t)L_140; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_141 = V_0; NullCheck(L_141); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_142 = L_141->get_address_of_Offset_3(); uint16_t L_143 = L_142->get_End_7(); if ((((int32_t)L_140) >= ((int32_t)L_143))) { goto IL_03dd; } } { Il2CppChar* L_144 = V_5; uint16_t L_145 = V_1; 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))))); V_7 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)((int32_t)48))))); int32_t L_147 = V_7; if ((((int32_t)L_147) == ((int32_t)((int32_t)65535)))) { goto IL_03dd; } } { int32_t L_148 = V_7; if ((((int32_t)L_148) == ((int32_t)((int32_t)15)))) { goto IL_03dd; } } { int32_t L_149 = V_7; if ((((int32_t)L_149) == ((int32_t)((int32_t)65523)))) { goto IL_03dd; } } { V_3 = (bool)1; int32_t L_150 = V_7; if (L_150) { goto IL_0393; } } { uint64_t L_151 = ___cF0; ___cF0 = ((int64_t)((int64_t)L_151|(int64_t)((int64_t)((int64_t)((int32_t)520))))); } IL_0393: { uint16_t L_152 = V_1; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)1)))); goto IL_03cf; } IL_039a: { Il2CppChar* L_153 = V_5; uint16_t L_154 = V_1; int32_t L_155 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_153, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_154), (int32_t)2))))); V_8 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_155, (int32_t)((int32_t)48))))); uint16_t L_156 = V_8; if ((((int32_t)L_156) == ((int32_t)((int32_t)65535)))) { goto IL_03dd; } } { uint16_t L_157 = V_8; if ((((int32_t)L_157) == ((int32_t)((int32_t)15)))) { goto IL_03dd; } } { uint16_t L_158 = V_8; if ((((int32_t)L_158) == ((int32_t)((int32_t)65523)))) { goto IL_03dd; } } { int32_t L_159 = V_7; uint16_t L_160 = V_8; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_159, (int32_t)((int32_t)10))), (int32_t)L_160)); uint16_t L_161 = V_1; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1)))); } IL_03cf: { uint16_t L_162 = V_1; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_163 = V_0; NullCheck(L_163); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_164 = L_163->get_address_of_Offset_3(); uint16_t L_165 = L_164->get_End_7(); if ((((int32_t)L_162) < ((int32_t)L_165))) { goto IL_039a; } } IL_03dd: { bool L_166 = V_3; if (!L_166) { goto IL_040a; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_167 = V_0; NullCheck(L_167); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_168 = L_167->get_address_of_Offset_3(); uint16_t L_169 = L_168->get_PortValue_3(); int32_t L_170 = V_7; if ((((int32_t)L_169) == ((int32_t)((int32_t)((uint16_t)L_170))))) { goto IL_040a; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_171 = V_0; NullCheck(L_171); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_172 = L_171->get_address_of_Offset_3(); int32_t L_173 = V_7; L_172->set_PortValue_3((uint16_t)((int32_t)((uint16_t)L_173))); uint64_t L_174 = ___cF0; ___cF0 = ((int64_t)((int64_t)L_174|(int64_t)((int64_t)((int64_t)((int32_t)8388608))))); goto IL_0414; } IL_040a: { uint64_t L_175 = ___cF0; ___cF0 = ((int64_t)((int64_t)L_175|(int64_t)((int64_t)((int64_t)((int32_t)520))))); } IL_0414: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_176 = V_0; NullCheck(L_176); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_177 = L_176->get_address_of_Offset_3(); uint16_t L_178 = V_1; L_177->set_Path_4(L_178); } IL_0420: { V_6 = (String_t*)NULL; } IL_0423: { uint64_t L_179 = ___cF0; ___cF0 = ((int64_t)((int64_t)L_179|(int64_t)((int64_t)((int64_t)((int32_t)1073741824))))); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_180 = V_0; String_t* L_181 = __this->get_m_DnsSafeHost_16(); NullCheck(L_180); L_180->set_DnsSafeHost_4(L_181); String_t* L_182 = __this->get_m_String_13(); V_9 = L_182; V_10 = (bool)0; } IL_0444: try { // begin try (depth: 1) { String_t* L_183 = V_9; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_183, (bool*)(&V_10), /*hidden argument*/NULL); uint64_t L_184 = __this->get_m_Flags_17(); if (((int64_t)((int64_t)L_184&(int64_t)((int64_t)((int64_t)((int32_t)1073741824)))))) { goto IL_0478; } } IL_045c: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_185 = V_0; __this->set_m_Info_18(L_185); uint64_t L_186 = __this->get_m_Flags_17(); uint64_t L_187 = ___cF0; __this->set_m_Flags_17(((int64_t)((int64_t)((int64_t)((int64_t)L_186&(int64_t)((int64_t)((int64_t)((int32_t)-65536)))))|(int64_t)L_187))); } IL_0478: { IL2CPP_LEAVE(0x486, FINALLY_047a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_047a; } FINALLY_047a: { // begin finally (depth: 1) { bool L_188 = V_10; if (!L_188) { goto IL_0485; } } IL_047e: { String_t* L_189 = V_9; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_189, /*hidden argument*/NULL); } IL_0485: { IL2CPP_END_FINALLY(1146) } } // end finally (depth: 1) IL2CPP_CLEANUP(1146) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x486, IL_0486) } IL_0486: { return; } } // System.Void System.Uri::CreateHostString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateHostString_m2C549411869B57ADE6595800B6493BDB0A52F124 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; String_t* V_1 = NULL; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * V_2 = NULL; bool V_3 = false; uint16_t V_4 = 0; int32_t V_5 = 0; Il2CppChar* V_6 = NULL; String_t* V_7 = NULL; int32_t V_8 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_9 = NULL; uint16_t V_10 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B23_0 = 0; int32_t G_B23_1 = 0; int32_t G_B23_2 = 0; int32_t* G_B23_3 = NULL; RuntimeObject * G_B23_4 = NULL; int32_t G_B23_5 = 0; int32_t G_B23_6 = 0; String_t* G_B23_7 = NULL; int32_t G_B22_0 = 0; int32_t G_B22_1 = 0; int32_t G_B22_2 = 0; int32_t* G_B22_3 = NULL; RuntimeObject * G_B22_4 = NULL; int32_t G_B22_5 = 0; int32_t G_B22_6 = 0; String_t* G_B22_7 = NULL; int32_t G_B24_0 = 0; int32_t G_B24_1 = 0; int32_t G_B24_2 = 0; int32_t G_B24_3 = 0; int32_t* G_B24_4 = NULL; RuntimeObject * G_B24_5 = NULL; int32_t G_B24_6 = 0; int32_t G_B24_7 = 0; String_t* G_B24_8 = NULL; { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_0 = __this->get_m_Syntax_15(); NullCheck(L_0); bool L_1; L_1 = UriParser_get_IsSimple_m09BA6505FDD1AE0BF6C711AE9C2C3F9379B868F8(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0069; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_2 = __this->get_m_Info_18(); V_2 = L_2; V_3 = (bool)0; } IL_0016: try { // begin try (depth: 1) { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_3 = V_2; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_3, (bool*)(&V_3), /*hidden argument*/NULL); bool L_4; L_4 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((int64_t)((int32_t)67108864))), /*hidden argument*/NULL); if (!L_4) { goto IL_005d; } } IL_002c: { uint64_t L_5 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_5|(int64_t)((int64_t)((int64_t)((int32_t)67108864)))))); Uri_GetHostViaCustomSyntax_mF2DABFE767AB49B8F8E0C9E19937AF900A1E4BC7(__this, /*hidden argument*/NULL); uint64_t L_6 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_6&(int64_t)((int64_t)((int64_t)((int32_t)-67108865)))))); IL2CPP_LEAVE(0x26A, FINALLY_005f); } IL_005d: { IL2CPP_LEAVE(0x69, FINALLY_005f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005f; } FINALLY_005f: { // begin finally (depth: 1) { bool L_7 = V_3; if (!L_7) { goto IL_0068; } } IL_0062: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_8 = V_2; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_8, /*hidden argument*/NULL); } IL_0068: { IL2CPP_END_FINALLY(95) } } // end finally (depth: 1) IL2CPP_CLEANUP(95) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x26A, IL_026a) IL2CPP_JUMP_TBL(0x69, IL_0069) } IL_0069: { uint64_t L_9 = __this->get_m_Flags_17(); V_0 = L_9; String_t* L_10 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_11 = __this->get_m_Info_18(); NullCheck(L_11); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_12 = L_11->get_address_of_Offset_3(); uint16_t L_13 = L_12->get_Host_2(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_14 = __this->get_m_Info_18(); NullCheck(L_14); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_15 = L_14->get_address_of_Offset_3(); uint16_t L_16 = L_15->get_Path_4(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_17 = __this->get_m_Info_18(); NullCheck(L_17); String_t** L_18 = L_17->get_address_of_ScopeId_1(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_19; L_19 = Uri_CreateHostStringHelper_mF364FD1C0FBD46838557CAA1D35D74DF276F9038(L_10, L_13, L_16, (uint64_t*)(&V_0), (String_t**)L_18, /*hidden argument*/NULL); V_1 = L_19; String_t* L_20 = V_1; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0233; } } { uint64_t L_22; L_22 = Uri_get_HostType_m6C142BC37D44CF1F53D80627455BC6B1CB747820(__this, /*hidden argument*/NULL); if ((!(((uint64_t)L_22) == ((uint64_t)((int64_t)((int64_t)((int32_t)327680))))))) { goto IL_019c; } } { V_4 = (uint16_t)0; String_t* L_23 = V_1; V_7 = L_23; String_t* L_24 = V_7; V_6 = (Il2CppChar*)((uintptr_t)L_24); Il2CppChar* L_25 = V_6; if (!L_25) { goto IL_00de; } } { Il2CppChar* L_26 = V_6; int32_t L_27; L_27 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)L_27)); } IL_00de: { Il2CppChar* L_28 = V_6; String_t* L_29 = V_1; NullCheck(L_29); int32_t L_30; L_30 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_29, /*hidden argument*/NULL); int32_t L_31; L_31 = Uri_CheckCanonical_mFD937A06DC3885481C374ACDD190A3B3E40152F3(__this, (Il2CppChar*)(Il2CppChar*)L_28, (uint16_t*)(&V_4), (uint16_t)((int32_t)((uint16_t)L_30)), ((int32_t)65535), /*hidden argument*/NULL); V_5 = L_31; V_7 = (String_t*)NULL; int32_t L_32 = V_5; if (((int32_t)((int32_t)L_32&(int32_t)2))) { goto IL_0119; } } { bool L_33; L_33 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((int64_t)((int32_t)536870912))), /*hidden argument*/NULL); if (L_33) { goto IL_0114; } } { int32_t L_34 = V_5; if (!((int32_t)((int32_t)L_34&(int32_t)((int32_t)32)))) { goto IL_0119; } } IL_0114: { uint64_t L_35 = V_0; V_0 = ((int64_t)((int64_t)L_35|(int64_t)((int64_t)((int64_t)4)))); } IL_0119: { bool L_36; L_36 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)536870912))), /*hidden argument*/NULL); if (!L_36) { goto IL_0135; } } { int32_t L_37 = V_5; if (!((int32_t)((int32_t)L_37&(int32_t)((int32_t)33)))) { goto IL_0135; } } { int32_t L_38 = V_5; V_5 = ((int32_t)((int32_t)L_38&(int32_t)((int32_t)-2))); } IL_0135: { int32_t L_39 = V_5; if ((((int32_t)((int32_t)((int32_t)L_39&(int32_t)((int32_t)17)))) == ((int32_t)1))) { goto IL_0233; } } { uint64_t L_40 = V_0; V_0 = ((int64_t)((int64_t)L_40|(int64_t)((int64_t)((int64_t)((int32_t)256))))); bool L_41; L_41 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); if (!L_41) { goto IL_0233; } } { V_8 = 0; String_t* L_42 = V_1; String_t* L_43 = V_1; NullCheck(L_43); int32_t L_44; L_44 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_43, /*hidden argument*/NULL); bool L_45; L_45 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); G_B22_0 = ((int32_t)35); G_B22_1 = ((int32_t)63); G_B22_2 = 1; G_B22_3 = (&V_8); G_B22_4 = NULL; G_B22_5 = L_44; G_B22_6 = 0; G_B22_7 = L_42; if (L_45) { G_B23_0 = ((int32_t)35); G_B23_1 = ((int32_t)63); G_B23_2 = 1; G_B23_3 = (&V_8); G_B23_4 = NULL; G_B23_5 = L_44; G_B23_6 = 0; G_B23_7 = L_42; goto IL_0179; } } { G_B24_0 = ((int32_t)37); G_B24_1 = G_B22_0; G_B24_2 = G_B22_1; G_B24_3 = G_B22_2; G_B24_4 = G_B22_3; G_B24_5 = G_B22_4; G_B24_6 = G_B22_5; G_B24_7 = G_B22_6; G_B24_8 = G_B22_7; goto IL_017e; } IL_0179: { G_B24_0 = ((int32_t)65535); G_B24_1 = G_B23_0; G_B24_2 = G_B23_1; G_B24_3 = G_B23_2; G_B24_4 = G_B23_3; G_B24_5 = G_B23_4; G_B24_6 = G_B23_5; G_B24_7 = G_B23_6; G_B24_8 = G_B23_7; } IL_017e: { IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_46; L_46 = UriHelper_EscapeString_m86812263CFCDD337B818CC7401499CCC67196147(G_B24_8, G_B24_7, G_B24_6, (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)G_B24_5, (int32_t*)G_B24_4, (bool)G_B24_3, G_B24_2, G_B24_1, G_B24_0, /*hidden argument*/NULL); V_9 = L_46; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_47 = V_9; if (!L_47) { goto IL_0233; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_48 = V_9; int32_t L_49 = V_8; String_t* L_50; L_50 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_48, 0, L_49, /*hidden argument*/NULL); V_1 = L_50; goto IL_0233; } IL_019c: { bool L_51; L_51 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((int64_t)((int32_t)33554432))), /*hidden argument*/NULL); if (!L_51) { goto IL_0233; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_52 = __this->get_m_Info_18(); NullCheck(L_52); String_t* L_53 = L_52->get_ScopeId_1(); if (!L_53) { goto IL_01c5; } } { uint64_t L_54 = V_0; V_0 = ((int64_t)((int64_t)L_54|(int64_t)((int64_t)((int64_t)((int32_t)260))))); goto IL_0233; } IL_01c5: { V_10 = (uint16_t)0; goto IL_0229; } IL_01ca: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_55 = __this->get_m_Info_18(); NullCheck(L_55); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_56 = L_55->get_address_of_Offset_3(); uint16_t L_57 = L_56->get_Host_2(); uint16_t L_58 = V_10; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_59 = __this->get_m_Info_18(); NullCheck(L_59); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_60 = L_59->get_address_of_Offset_3(); uint16_t L_61 = L_60->get_End_7(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58))) >= ((int32_t)L_61))) { goto IL_0217; } } { String_t* L_62 = V_1; uint16_t L_63 = V_10; NullCheck(L_62); Il2CppChar L_64; L_64 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_62, L_63, /*hidden argument*/NULL); String_t* L_65 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_66 = __this->get_m_Info_18(); NullCheck(L_66); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_67 = L_66->get_address_of_Offset_3(); uint16_t L_68 = L_67->get_Host_2(); uint16_t L_69 = V_10; NullCheck(L_65); Il2CppChar L_70; L_70 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_65, ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)L_69)), /*hidden argument*/NULL); if ((((int32_t)L_64) == ((int32_t)L_70))) { goto IL_0222; } } IL_0217: { uint64_t L_71 = V_0; V_0 = ((int64_t)((int64_t)L_71|(int64_t)((int64_t)((int64_t)((int32_t)260))))); goto IL_0233; } IL_0222: { uint16_t L_72 = V_10; V_10 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)))); } IL_0229: { uint16_t L_73 = V_10; String_t* L_74 = V_1; NullCheck(L_74); int32_t L_75; L_75 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_74, /*hidden argument*/NULL); if ((((int32_t)L_73) < ((int32_t)L_75))) { goto IL_01ca; } } IL_0233: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_76 = __this->get_m_Info_18(); String_t* L_77 = V_1; NullCheck(L_76); L_76->set_Host_0(L_77); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_78 = __this->get_m_Info_18(); V_2 = L_78; V_3 = (bool)0; } IL_0248: try { // begin try (depth: 1) UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_79 = V_2; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_79, (bool*)(&V_3), /*hidden argument*/NULL); uint64_t L_80 = __this->get_m_Flags_17(); uint64_t L_81 = V_0; __this->set_m_Flags_17(((int64_t)((int64_t)L_80|(int64_t)L_81))); IL2CPP_LEAVE(0x26A, FINALLY_0260); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0260; } FINALLY_0260: { // begin finally (depth: 1) { bool L_82 = V_3; if (!L_82) { goto IL_0269; } } IL_0263: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_83 = V_2; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_83, /*hidden argument*/NULL); } IL_0269: { IL2CPP_END_FINALLY(608) } } // end finally (depth: 1) IL2CPP_CLEANUP(608) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x26A, IL_026a) } IL_026a: { return; } } // System.String System.Uri::CreateHostStringHelper(System.String,System.UInt16,System.UInt16,System.Uri/Flags&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_CreateHostStringHelper_mF364FD1C0FBD46838557CAA1D35D74DF276F9038 (String_t* ___str0, uint16_t ___idx1, uint16_t ___end2, uint64_t* ___flags3, String_t** ___scopeId4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; uint64_t V_2 = 0; { V_0 = (bool)0; uint64_t* L_0 = ___flags3; int64_t L_1 = *((int64_t*)L_0); V_2 = ((int64_t)((int64_t)L_1&(int64_t)((int64_t)((int64_t)((int32_t)458752))))); uint64_t L_2 = V_2; if ((!(((uint64_t)L_2) <= ((uint64_t)((int64_t)((int64_t)((int32_t)196608))))))) { goto IL_0035; } } { uint64_t L_3 = V_2; if ((((int64_t)L_3) == ((int64_t)((int64_t)((int64_t)((int32_t)65536)))))) { goto IL_005f; } } { uint64_t L_4 = V_2; if ((((int64_t)L_4) == ((int64_t)((int64_t)((int64_t)((int32_t)131072)))))) { goto IL_006d; } } { uint64_t L_5 = V_2; if ((((int64_t)L_5) == ((int64_t)((int64_t)((int64_t)((int32_t)196608)))))) { goto IL_0052; } } { goto IL_00bd; } IL_0035: { uint64_t L_6 = V_2; if ((((int64_t)L_6) == ((int64_t)((int64_t)((int64_t)((int32_t)262144)))))) { goto IL_007a; } } { uint64_t L_7 = V_2; if ((((int64_t)L_7) == ((int64_t)((int64_t)((int64_t)((int32_t)327680)))))) { goto IL_0087; } } { uint64_t L_8 = V_2; if ((((int64_t)L_8) == ((int64_t)((int64_t)((int64_t)((int32_t)458752)))))) { goto IL_00b5; } } { goto IL_00bd; } IL_0052: { String_t* L_9 = ___str0; uint16_t L_10 = ___idx1; uint16_t L_11 = ___end2; String_t* L_12; L_12 = DomainNameHelper_ParseCanonicalName_mA709519F0A1E29FAA3E60D39059E60CEAAD9B503(L_9, L_10, L_11, (bool*)(&V_0), /*hidden argument*/NULL); V_1 = L_12; goto IL_00c4; } IL_005f: { String_t* L_13 = ___str0; uint16_t L_14 = ___idx1; String_t** L_15 = ___scopeId4; String_t* L_16; L_16 = IPv6AddressHelper_ParseCanonicalName_mC503B03E3789401C8ECF2DC00C0F8CE7AEDF6DD5(L_13, L_14, (bool*)(&V_0), (String_t**)L_15, /*hidden argument*/NULL); V_1 = L_16; goto IL_00c4; } IL_006d: { String_t* L_17 = ___str0; uint16_t L_18 = ___idx1; uint16_t L_19 = ___end2; String_t* L_20; L_20 = IPv4AddressHelper_ParseCanonicalName_mA2417EA51555DA5053E4B52BEEB7E020235AA6EE(L_17, L_18, L_19, (bool*)(&V_0), /*hidden argument*/NULL); V_1 = L_20; goto IL_00c4; } IL_007a: { String_t* L_21 = ___str0; uint16_t L_22 = ___idx1; uint16_t L_23 = ___end2; String_t* L_24; L_24 = UncNameHelper_ParseCanonicalName_m223F0202F60AC6F3EFE9A61D9F28EBEBB77BAB86(L_21, L_22, L_23, (bool*)(&V_0), /*hidden argument*/NULL); V_1 = L_24; goto IL_00c4; } IL_0087: { uint64_t* L_25 = ___flags3; int64_t L_26 = *((int64_t*)L_25); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_27; L_27 = Uri_StaticInFact_m9F44BF06099F60002C5D9CE07F72DD74D1404AA0(L_26, ((int64_t)((int64_t)((int32_t)134217728))), /*hidden argument*/NULL); if (!L_27) { goto IL_009e; } } { String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_28; goto IL_00a9; } IL_009e: { String_t* L_29 = ___str0; uint16_t L_30 = ___idx1; uint16_t L_31 = ___end2; uint16_t L_32 = ___idx1; NullCheck(L_29); String_t* L_33; L_33 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_29, L_30, ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32)), /*hidden argument*/NULL); V_1 = L_33; } IL_00a9: { String_t* L_34 = V_1; NullCheck(L_34); int32_t L_35; L_35 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_34, /*hidden argument*/NULL); if (L_35) { goto IL_00c4; } } { V_0 = (bool)1; goto IL_00c4; } IL_00b5: { String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_36; goto IL_00c4; } IL_00bd: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_37; L_37 = Uri_GetException_m09A6668C52473C2B01ADB6FC52B1F64C98AA2F2B(8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_CreateHostStringHelper_mF364FD1C0FBD46838557CAA1D35D74DF276F9038_RuntimeMethod_var))); } IL_00c4: { bool L_38 = V_0; if (!L_38) { goto IL_00d2; } } { uint64_t* L_39 = ___flags3; uint64_t* L_40 = ___flags3; int64_t L_41 = *((int64_t*)L_40); *((int64_t*)L_39) = (int64_t)((int64_t)((int64_t)L_41|(int64_t)((int64_t)((int64_t)((int32_t)4194304))))); } IL_00d2: { String_t* L_42 = V_1; return L_42; } } // System.Void System.Uri::GetHostViaCustomSyntax() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_GetHostViaCustomSyntax_mF2DABFE767AB49B8F8E0C9E19937AF900A1E4BC7 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, 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; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; uint64_t V_4 = 0; Il2CppChar* V_5 = NULL; String_t* V_6 = NULL; String_t* V_7 = NULL; uint16_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_0 = __this->get_m_Info_18(); NullCheck(L_0); String_t* L_1 = L_0->get_Host_0(); if (!L_1) { goto IL_000e; } } { return; } IL_000e: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_2 = __this->get_m_Syntax_15(); NullCheck(L_2); String_t* L_3; L_3 = UriParser_InternalGetComponents_mAB0A54E462724FA417D0EF3A2AD0BD24BC66DFF8(L_2, __this, 4, 1, /*hidden argument*/NULL); V_0 = L_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_4 = __this->get_m_Info_18(); NullCheck(L_4); String_t* L_5 = L_4->get_Host_0(); if (L_5) { goto IL_018d; } } { String_t* L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)((int32_t)65520)))) { goto IL_0041; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_8; L_8 = Uri_GetException_m09A6668C52473C2B01ADB6FC52B1F64C98AA2F2B(6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_GetHostViaCustomSyntax_mF2DABFE767AB49B8F8E0C9E19937AF900A1E4BC7_RuntimeMethod_var))); } IL_0041: { V_3 = 0; uint64_t L_9 = __this->get_m_Flags_17(); V_4 = ((int64_t)((int64_t)L_9&(int64_t)((int64_t)((int64_t)((int32_t)-458753))))); String_t* L_10 = V_0; V_6 = L_10; String_t* L_11 = V_6; V_5 = (Il2CppChar*)((uintptr_t)L_11); Il2CppChar* L_12 = V_5; if (!L_12) { goto IL_0068; } } { Il2CppChar* L_13 = V_5; int32_t L_14; L_14 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)L_14)); } IL_0068: { V_7 = (String_t*)NULL; Il2CppChar* L_15 = V_5; String_t* L_16 = V_0; NullCheck(L_16); int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_16, /*hidden argument*/NULL); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_18 = __this->get_m_Syntax_15(); uint16_t L_19; L_19 = Uri_CheckAuthorityHelper_mC5010AEC19EED1968EDE7CB52C92AC0AC0869503(__this, (Il2CppChar*)(Il2CppChar*)L_15, (uint16_t)0, (uint16_t)((int32_t)((uint16_t)L_17)), (int32_t*)(&V_3), (uint64_t*)(&V_4), L_18, (String_t**)(&V_7), /*hidden argument*/NULL); String_t* L_20 = V_0; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); if ((((int32_t)L_19) == ((int32_t)((int32_t)((uint16_t)L_21))))) { goto IL_00a6; } } { uint64_t L_22 = V_4; V_4 = ((int64_t)((int64_t)L_22&(int64_t)((int64_t)((int64_t)((int32_t)-458753))))); uint64_t L_23 = V_4; V_4 = ((int64_t)((int64_t)L_23|(int64_t)((int64_t)((int64_t)((int32_t)458752))))); } IL_00a6: { V_6 = (String_t*)NULL; int32_t L_24 = V_3; if (L_24) { goto IL_00bd; } } { uint64_t L_25 = V_4; if ((!(((uint64_t)((int64_t)((int64_t)L_25&(int64_t)((int64_t)((int64_t)((int32_t)458752)))))) == ((uint64_t)((int64_t)((int64_t)((int32_t)458752))))))) { goto IL_00dc; } } IL_00bd: { uint64_t L_26 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)((int64_t)((int64_t)L_26&(int64_t)((int64_t)((int64_t)((int32_t)-458753)))))|(int64_t)((int64_t)((int64_t)((int32_t)327680)))))); goto IL_018d; } IL_00dc: { String_t* L_27 = V_0; String_t* L_28 = V_0; NullCheck(L_28); int32_t L_29; L_29 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_28, /*hidden argument*/NULL); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_30 = __this->get_m_Info_18(); NullCheck(L_30); String_t** L_31 = L_30->get_address_of_ScopeId_1(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_32; L_32 = Uri_CreateHostStringHelper_mF364FD1C0FBD46838557CAA1D35D74DF276F9038(L_27, (uint16_t)0, (uint16_t)((int32_t)((uint16_t)L_29)), (uint64_t*)(&V_4), (String_t**)L_31, /*hidden argument*/NULL); V_0 = L_32; V_8 = (uint16_t)0; goto IL_0166; } IL_00fd: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_33 = __this->get_m_Info_18(); NullCheck(L_33); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_34 = L_33->get_address_of_Offset_3(); uint16_t L_35 = L_34->get_Host_2(); uint16_t L_36 = V_8; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_37 = __this->get_m_Info_18(); NullCheck(L_37); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_38 = L_37->get_address_of_Offset_3(); uint16_t L_39 = L_38->get_End_7(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))) >= ((int32_t)L_39))) { goto IL_014a; } } { String_t* L_40 = V_0; uint16_t L_41 = V_8; NullCheck(L_40); Il2CppChar L_42; L_42 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_40, L_41, /*hidden argument*/NULL); String_t* L_43 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_44 = __this->get_m_Info_18(); NullCheck(L_44); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_45 = L_44->get_address_of_Offset_3(); uint16_t L_46 = L_45->get_Host_2(); uint16_t L_47 = V_8; NullCheck(L_43); Il2CppChar L_48; L_48 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_43, ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_47)), /*hidden argument*/NULL); if ((((int32_t)L_42) == ((int32_t)L_48))) { goto IL_015f; } } IL_014a: { uint64_t L_49 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_49|(int64_t)((int64_t)((int64_t)((int32_t)260)))))); goto IL_0170; } IL_015f: { uint16_t L_50 = V_8; V_8 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)))); } IL_0166: { uint16_t L_51 = V_8; String_t* L_52 = V_0; NullCheck(L_52); int32_t L_53; L_53 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_52, /*hidden argument*/NULL); if ((((int32_t)L_51) < ((int32_t)L_53))) { goto IL_00fd; } } IL_0170: { uint64_t L_54 = __this->get_m_Flags_17(); uint64_t L_55 = V_4; __this->set_m_Flags_17(((int64_t)((int64_t)((int64_t)((int64_t)L_54&(int64_t)((int64_t)((int64_t)((int32_t)-458753)))))|(int64_t)((int64_t)((int64_t)L_55&(int64_t)((int64_t)((int64_t)((int32_t)458752)))))))); } IL_018d: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_56 = __this->get_m_Syntax_15(); NullCheck(L_56); String_t* L_57; L_57 = UriParser_InternalGetComponents_mAB0A54E462724FA417D0EF3A2AD0BD24BC66DFF8(L_56, __this, ((int32_t)128), 1, /*hidden argument*/NULL); V_1 = L_57; V_2 = 0; String_t* L_58 = V_1; if (!L_58) { goto IL_01ad; } } { String_t* L_59 = V_1; NullCheck(L_59); int32_t L_60; L_60 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_59, /*hidden argument*/NULL); if (L_60) { goto IL_01e9; } } IL_01ad: { uint64_t L_61 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_61&(int64_t)((int64_t)((int64_t)((int32_t)-8388609)))))); uint64_t L_62 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_62|(int64_t)((int64_t)((int64_t)((int32_t)520)))))); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_63 = __this->get_m_Info_18(); NullCheck(L_63); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_64 = L_63->get_address_of_Offset_3(); L_64->set_PortValue_3((uint16_t)0); goto IL_02c1; } IL_01e9: { V_9 = 0; goto IL_0249; } IL_01ee: { String_t* L_65 = V_1; int32_t L_66 = V_9; NullCheck(L_65); Il2CppChar L_67; L_67 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_65, L_66, /*hidden argument*/NULL); V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)((int32_t)48))); int32_t L_68 = V_10; if ((((int32_t)L_68) < ((int32_t)0))) { goto IL_0216; } } { int32_t L_69 = V_10; if ((((int32_t)L_69) > ((int32_t)((int32_t)9)))) { goto IL_0216; } } { int32_t L_70 = V_2; int32_t L_71 = V_10; int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_70, (int32_t)((int32_t)10))), (int32_t)L_71)); V_2 = L_72; if ((((int32_t)L_72) <= ((int32_t)((int32_t)65535)))) { goto IL_0243; } } IL_0216: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_73 = (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_74 = L_73; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_75 = __this->get_m_Syntax_15(); NullCheck(L_75); Type_t * L_76; L_76 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_75, /*hidden argument*/NULL); NullCheck(L_76); String_t* L_77; L_77 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_76); NullCheck(L_74); ArrayElementTypeCheck (L_74, L_77); (L_74)->SetAt(static_cast(0), (RuntimeObject *)L_77); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_78 = L_74; String_t* L_79 = V_1; NullCheck(L_78); ArrayElementTypeCheck (L_78, L_79); (L_78)->SetAt(static_cast(1), (RuntimeObject *)L_79); String_t* L_80; L_80 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24E3F48402E3AE0939BE896FBDE3DE4520C9893D)), L_78, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_81 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var))); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_81, L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_GetHostViaCustomSyntax_mF2DABFE767AB49B8F8E0C9E19937AF900A1E4BC7_RuntimeMethod_var))); } IL_0243: { int32_t L_82 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); } IL_0249: { int32_t L_83 = V_9; String_t* L_84 = V_1; NullCheck(L_84); int32_t L_85; L_85 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_84, /*hidden argument*/NULL); if ((((int32_t)L_83) < ((int32_t)L_85))) { goto IL_01ee; } } { int32_t L_86 = V_2; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_87 = __this->get_m_Info_18(); NullCheck(L_87); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_88 = L_87->get_address_of_Offset_3(); uint16_t L_89 = L_88->get_PortValue_3(); if ((((int32_t)L_86) == ((int32_t)L_89))) { goto IL_02c1; } } { int32_t L_90 = V_2; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_91 = __this->get_m_Syntax_15(); NullCheck(L_91); int32_t L_92; L_92 = UriParser_get_DefaultPort_m7ECA5BE839D36C7FF854FEA0795D8DE701487D33_inline(L_91, /*hidden argument*/NULL); if ((!(((uint32_t)L_90) == ((uint32_t)L_92)))) { goto IL_0289; } } { uint64_t L_93 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_93&(int64_t)((int64_t)((int64_t)((int32_t)-8388609)))))); goto IL_029c; } IL_0289: { uint64_t L_94 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_94|(int64_t)((int64_t)((int64_t)((int32_t)8388608)))))); } IL_029c: { uint64_t L_95 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_95|(int64_t)((int64_t)((int64_t)((int32_t)520)))))); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_96 = __this->get_m_Info_18(); NullCheck(L_96); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_97 = L_96->get_address_of_Offset_3(); int32_t L_98 = V_2; L_97->set_PortValue_3((uint16_t)((int32_t)((uint16_t)L_98))); } IL_02c1: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_99 = __this->get_m_Info_18(); String_t* L_100 = V_0; NullCheck(L_99); L_99->set_Host_0(L_100); return; } } // System.String System.Uri::GetParts(System.UriComponents,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___uriParts0, int32_t ___formatAs1, const RuntimeMethod* method) { { int32_t L_0 = ___uriParts0; int32_t L_1 = ___formatAs1; String_t* L_2; L_2 = Uri_GetComponents_mA614A98C35F2E5D924A10A8018A46606AFB6133E(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Uri::GetEscapedParts(System.UriComponents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetEscapedParts_m61C2B2B898F8AA8B75AAEC38EF78C340BC1F5A20 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___uriParts0, const RuntimeMethod* method) { uint16_t V_0 = 0; String_t* V_1 = NULL; { uint64_t L_0 = __this->get_m_Flags_17(); V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint16_t)L_0))&(int32_t)((int32_t)16256)))>>(int32_t)6)))); bool L_1; L_1 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)1)), /*hidden argument*/NULL); if (!L_1) { goto IL_0020; } } { uint16_t L_2 = V_0; V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_2|(int32_t)1)))); } IL_0020: { int32_t L_3 = ___uriParts0; if (!((int32_t)((int32_t)L_3&(int32_t)((int32_t)16)))) { goto IL_0072; } } { bool L_4; L_4 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)57344))), /*hidden argument*/NULL); if (!L_4) { goto IL_003c; } } { uint16_t L_5 = V_0; V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_5|(int32_t)((int32_t)16))))); goto IL_0072; } IL_003c: { bool L_6; L_6 = Uri_get_IsDosPath_m3374B9D26D6B547862ACB2E617AB6F96CA31A5AF(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0072; } } { String_t* L_7 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_8 = __this->get_m_Info_18(); NullCheck(L_8); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_9 = L_8->get_address_of_Offset_3(); uint16_t L_10 = L_9->get_Path_4(); uint16_t L_11; L_11 = Uri_get_SecuredPathIndex_m0BE7920E94AA002B4CD2D568BD6E0FD91F0D7F0B(__this, /*hidden argument*/NULL); NullCheck(L_7); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)124))))) { goto IL_0072; } } { uint16_t L_13 = V_0; V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_13|(int32_t)((int32_t)16))))); } IL_0072: { int32_t L_14 = ___uriParts0; uint16_t L_15 = V_0; if (((int32_t)((int32_t)((int32_t)((uint16_t)L_14))&(int32_t)L_15))) { goto IL_0085; } } { int32_t L_16 = ___uriParts0; String_t* L_17; L_17 = Uri_GetUriPartsFromUserString_m81B60C6E31AB8EA51438E391F7990334B96ACD29(__this, L_16, /*hidden argument*/NULL); V_1 = L_17; String_t* L_18 = V_1; if (!L_18) { goto IL_0085; } } { String_t* L_19 = V_1; return L_19; } IL_0085: { int32_t L_20 = ___uriParts0; uint16_t L_21 = V_0; String_t* L_22; L_22 = Uri_ReCreateParts_m3D0CD53477FBAB5E8988373B8D749E286399278E(__this, L_20, L_21, 1, /*hidden argument*/NULL); return L_22; } } // System.String System.Uri::GetUnescapedParts(System.UriComponents,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetUnescapedParts_m6F106ECABBBAFA95C3F3CA86F540B9EE0B9D01D4 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___uriParts0, int32_t ___formatAs1, const RuntimeMethod* method) { uint16_t V_0 = 0; String_t* V_1 = NULL; { uint64_t L_0 = __this->get_m_Flags_17(); V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((uint16_t)L_0))&(int32_t)((int32_t)127))))); int32_t L_1 = ___uriParts0; if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)16)))) { goto IL_005f; } } { uint64_t L_2 = __this->get_m_Flags_17(); if (!((int64_t)((int64_t)L_2&(int64_t)((int64_t)((int64_t)((int32_t)57344)))))) { goto IL_0029; } } { uint16_t L_3 = V_0; V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)16))))); goto IL_005f; } IL_0029: { bool L_4; L_4 = Uri_get_IsDosPath_m3374B9D26D6B547862ACB2E617AB6F96CA31A5AF(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_005f; } } { String_t* L_5 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_6 = __this->get_m_Info_18(); NullCheck(L_6); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_7 = L_6->get_address_of_Offset_3(); uint16_t L_8 = L_7->get_Path_4(); uint16_t L_9; L_9 = Uri_get_SecuredPathIndex_m0BE7920E94AA002B4CD2D568BD6E0FD91F0D7F0B(__this, /*hidden argument*/NULL); NullCheck(L_5); Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)124))))) { goto IL_005f; } } { uint16_t L_11 = V_0; V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_11|(int32_t)((int32_t)16))))); } IL_005f: { int32_t L_12 = ___uriParts0; uint16_t L_13 = V_0; if (((int32_t)((int32_t)((int32_t)((uint16_t)L_12))&(int32_t)L_13))) { goto IL_0072; } } { int32_t L_14 = ___uriParts0; String_t* L_15; L_15 = Uri_GetUriPartsFromUserString_m81B60C6E31AB8EA51438E391F7990334B96ACD29(__this, L_14, /*hidden argument*/NULL); V_1 = L_15; String_t* L_16 = V_1; if (!L_16) { goto IL_0072; } } { String_t* L_17 = V_1; return L_17; } IL_0072: { int32_t L_18 = ___uriParts0; uint16_t L_19 = V_0; int32_t L_20 = ___formatAs1; String_t* L_21; L_21 = Uri_ReCreateParts_m3D0CD53477FBAB5E8988373B8D749E286399278E(__this, L_18, L_19, L_20, /*hidden argument*/NULL); return L_21; } } // System.String System.Uri::ReCreateParts(System.UriComponents,System.UInt16,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_ReCreateParts_m3D0CD53477FBAB5E8988373B8D749E286399278E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___parts0, uint16_t ___nonCanonical1, int32_t ___formatAs2, 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*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_2 = NULL; uint16_t V_3 = 0; int32_t V_4 = 0; Il2CppChar* V_5 = NULL; String_t* V_6 = NULL; bool V_7 = false; bool V_8 = false; uint16_t V_9 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B3_0 = NULL; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; int32_t G_B20_0 = 0; int32_t G_B20_1 = 0; int32_t G_B20_2 = 0; int32_t* G_B20_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B20_4 = NULL; int32_t G_B20_5 = 0; uint16_t G_B20_6 = 0; String_t* G_B20_7 = NULL; int32_t G_B19_0 = 0; int32_t G_B19_1 = 0; int32_t G_B19_2 = 0; int32_t* G_B19_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B19_4 = NULL; int32_t G_B19_5 = 0; uint16_t G_B19_6 = 0; String_t* G_B19_7 = NULL; int32_t G_B21_0 = 0; int32_t G_B21_1 = 0; int32_t G_B21_2 = 0; int32_t G_B21_3 = 0; int32_t* G_B21_4 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B21_5 = NULL; int32_t G_B21_6 = 0; uint16_t G_B21_7 = 0; String_t* G_B21_8 = NULL; int32_t G_B37_0 = 0; int32_t G_B87_0 = 0; int32_t G_B87_1 = 0; int32_t G_B87_2 = 0; int32_t* G_B87_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B87_4 = NULL; uint16_t G_B87_5 = 0; uint16_t G_B87_6 = 0; String_t* G_B87_7 = NULL; int32_t G_B86_0 = 0; int32_t G_B86_1 = 0; int32_t G_B86_2 = 0; int32_t* G_B86_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B86_4 = NULL; uint16_t G_B86_5 = 0; uint16_t G_B86_6 = 0; String_t* G_B86_7 = NULL; int32_t G_B88_0 = 0; int32_t G_B88_1 = 0; int32_t G_B88_2 = 0; int32_t G_B88_3 = 0; int32_t* G_B88_4 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B88_5 = NULL; uint16_t G_B88_6 = 0; uint16_t G_B88_7 = 0; String_t* G_B88_8 = NULL; int32_t G_B92_0 = 0; int32_t G_B92_1 = 0; int32_t G_B92_2 = 0; int32_t* G_B92_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B92_4 = NULL; uint16_t G_B92_5 = 0; uint16_t G_B92_6 = 0; String_t* G_B92_7 = NULL; int32_t G_B91_0 = 0; int32_t G_B91_1 = 0; int32_t G_B91_2 = 0; int32_t* G_B91_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B91_4 = NULL; uint16_t G_B91_5 = 0; uint16_t G_B91_6 = 0; String_t* G_B91_7 = NULL; int32_t G_B93_0 = 0; int32_t G_B93_1 = 0; int32_t G_B93_2 = 0; int32_t G_B93_3 = 0; int32_t* G_B93_4 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B93_5 = NULL; uint16_t G_B93_6 = 0; uint16_t G_B93_7 = 0; String_t* G_B93_8 = NULL; int32_t G_B107_0 = 0; int32_t* G_B107_1 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B107_2 = NULL; uint16_t G_B107_3 = 0; uint16_t G_B107_4 = 0; String_t* G_B107_5 = NULL; int32_t G_B106_0 = 0; int32_t* G_B106_1 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B106_2 = NULL; uint16_t G_B106_3 = 0; uint16_t G_B106_4 = 0; String_t* G_B106_5 = NULL; int32_t G_B108_0 = 0; int32_t G_B108_1 = 0; int32_t* G_B108_2 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B108_3 = NULL; uint16_t G_B108_4 = 0; uint16_t G_B108_5 = 0; String_t* G_B108_6 = NULL; int32_t G_B112_0 = 0; int32_t G_B112_1 = 0; int32_t G_B112_2 = 0; int32_t* G_B112_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B112_4 = NULL; uint16_t G_B112_5 = 0; uint16_t G_B112_6 = 0; String_t* G_B112_7 = NULL; int32_t G_B111_0 = 0; int32_t G_B111_1 = 0; int32_t G_B111_2 = 0; int32_t* G_B111_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B111_4 = NULL; uint16_t G_B111_5 = 0; uint16_t G_B111_6 = 0; String_t* G_B111_7 = NULL; int32_t G_B113_0 = 0; int32_t G_B113_1 = 0; int32_t G_B113_2 = 0; int32_t G_B113_3 = 0; int32_t* G_B113_4 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B113_5 = NULL; uint16_t G_B113_6 = 0; uint16_t G_B113_7 = 0; String_t* G_B113_8 = NULL; int32_t G_B117_0 = 0; int32_t G_B117_1 = 0; int32_t G_B117_2 = 0; int32_t* G_B117_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B117_4 = NULL; uint16_t G_B117_5 = 0; uint16_t G_B117_6 = 0; String_t* G_B117_7 = NULL; int32_t G_B116_0 = 0; int32_t G_B116_1 = 0; int32_t G_B116_2 = 0; int32_t* G_B116_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B116_4 = NULL; uint16_t G_B116_5 = 0; uint16_t G_B116_6 = 0; String_t* G_B116_7 = NULL; int32_t G_B118_0 = 0; int32_t G_B118_1 = 0; int32_t G_B118_2 = 0; int32_t G_B118_3 = 0; int32_t* G_B118_4 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B118_5 = NULL; uint16_t G_B118_6 = 0; uint16_t G_B118_7 = 0; String_t* G_B118_8 = NULL; { Uri_EnsureHostString_m47897EC94F83DFE1CA16CE71167DDD3CC986C22A(__this, (bool)0, /*hidden argument*/NULL); int32_t L_0 = ___parts0; if (!((int32_t)((int32_t)L_0&(int32_t)4))) { goto IL_0019; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_1 = __this->get_m_Info_18(); NullCheck(L_1); String_t* L_2 = L_1->get_Host_0(); G_B3_0 = L_2; goto IL_001e; } IL_0019: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_3; } IL_001e: { V_0 = G_B3_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_4 = __this->get_m_Info_18(); NullCheck(L_4); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_5 = L_4->get_address_of_Offset_3(); uint16_t L_6 = L_5->get_End_7(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_7 = __this->get_m_Info_18(); NullCheck(L_7); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_8 = L_7->get_address_of_Offset_3(); uint16_t L_9 = L_8->get_User_1(); int32_t L_10 = ___formatAs2; G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_9)); if ((((int32_t)L_10) == ((int32_t)1))) { G_B5_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_9)); goto IL_0047; } } { G_B6_0 = 1; G_B6_1 = G_B4_0; goto IL_0049; } IL_0047: { G_B6_0 = ((int32_t)12); G_B6_1 = G_B5_0; } IL_0049: { V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)G_B6_1, (int32_t)G_B6_0)); String_t* L_11 = V_0; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); int32_t L_13 = V_1; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_14 = __this->get_m_Syntax_15(); NullCheck(L_14); String_t* L_15; L_15 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_14, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)), (int32_t)L_16)), (int32_t)3)), (int32_t)1))); V_2 = L_17; V_1 = 0; int32_t L_18 = ___parts0; if (!((int32_t)((int32_t)L_18&(int32_t)1))) { goto IL_00d8; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_19 = __this->get_m_Syntax_15(); NullCheck(L_19); String_t* L_20; L_20 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_19, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = V_2; int32_t L_22 = V_1; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_23 = __this->get_m_Syntax_15(); NullCheck(L_23); String_t* L_24; L_24 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_23, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25; L_25 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_24, /*hidden argument*/NULL); NullCheck(L_20); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_20, 0, L_21, L_22, L_25, /*hidden argument*/NULL); int32_t L_26 = V_1; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_27 = __this->get_m_Syntax_15(); NullCheck(L_27); String_t* L_28; L_28 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_27, /*hidden argument*/NULL); NullCheck(L_28); int32_t L_29; L_29 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_28, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_29)); int32_t L_30 = ___parts0; if ((((int32_t)L_30) == ((int32_t)1))) { goto IL_00d8; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_31 = V_2; int32_t L_32 = V_1; int32_t L_33 = L_32; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); NullCheck(L_31); (L_31)->SetAt(static_cast(L_33), (Il2CppChar)((int32_t)58)); bool L_34; L_34 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)1048576))), /*hidden argument*/NULL); if (!L_34) { goto IL_00d8; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_35 = V_2; 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)); NullCheck(L_35); (L_35)->SetAt(static_cast(L_37), (Il2CppChar)((int32_t)47)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_38 = V_2; int32_t L_39 = V_1; int32_t L_40 = L_39; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); NullCheck(L_38); (L_38)->SetAt(static_cast(L_40), (Il2CppChar)((int32_t)47)); } IL_00d8: { int32_t L_41 = ___parts0; if (!((int32_t)((int32_t)L_41&(int32_t)2))) { goto IL_030f; } } { bool L_42; L_42 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)2097152))), /*hidden argument*/NULL); if (!L_42) { goto IL_030f; } } { uint16_t L_43 = ___nonCanonical1; if (!((int32_t)((int32_t)L_43&(int32_t)2))) { goto IL_02c1; } } { int32_t L_44 = ___formatAs2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1))) { case 0: { goto IL_0112; } case 1: { goto IL_022d; } case 2: { goto IL_01cf; } } } { goto IL_0279; } IL_0112: { bool L_45; L_45 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); if (!L_45) { goto IL_015b; } } { String_t* L_46 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_47 = __this->get_m_Info_18(); NullCheck(L_47); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_48 = L_47->get_address_of_Offset_3(); uint16_t L_49 = L_48->get_User_1(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_50 = __this->get_m_Info_18(); NullCheck(L_50); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_51 = L_50->get_address_of_Offset_3(); uint16_t L_52 = L_51->get_Host_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_53 = V_2; IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_54; L_54 = UriHelper_EscapeString_m86812263CFCDD337B818CC7401499CCC67196147(L_46, L_49, L_52, L_53, (int32_t*)(&V_1), (bool)1, ((int32_t)63), ((int32_t)35), ((int32_t)37), /*hidden argument*/NULL); V_2 = L_54; goto IL_0307; } IL_015b: { bool L_55; L_55 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)128))), /*hidden argument*/NULL); String_t* L_56 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_57 = __this->get_m_Info_18(); NullCheck(L_57); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_58 = L_57->get_address_of_Offset_3(); uint16_t L_59 = L_58->get_User_1(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_60 = V_2; int32_t L_61 = V_1; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_62 = __this->get_m_Info_18(); NullCheck(L_62); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_63 = L_62->get_address_of_Offset_3(); uint16_t L_64 = L_63->get_Host_2(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_65 = __this->get_m_Info_18(); NullCheck(L_65); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_66 = L_65->get_address_of_Offset_3(); uint16_t L_67 = L_66->get_User_1(); NullCheck(L_56); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_56, L_59, L_60, L_61, ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)L_67)), /*hidden argument*/NULL); int32_t L_68 = V_1; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_69 = __this->get_m_Info_18(); NullCheck(L_69); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_70 = L_69->get_address_of_Offset_3(); uint16_t L_71 = L_70->get_Host_2(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_72 = __this->get_m_Info_18(); NullCheck(L_72); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_73 = L_72->get_address_of_Offset_3(); uint16_t L_74 = L_73->get_User_1(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)L_74)))); goto IL_0307; } IL_01cf: { String_t* L_75 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_76 = __this->get_m_Info_18(); NullCheck(L_76); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_77 = L_76->get_address_of_Offset_3(); uint16_t L_78 = L_77->get_User_1(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_79 = __this->get_m_Info_18(); NullCheck(L_79); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_80 = L_79->get_address_of_Offset_3(); uint16_t L_81 = L_80->get_Host_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_82 = V_2; bool L_83; L_83 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); G_B19_0 = ((int32_t)92); G_B19_1 = ((int32_t)47); G_B19_2 = ((int32_t)64); G_B19_3 = (&V_1); G_B19_4 = L_82; G_B19_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)1)); G_B19_6 = L_78; G_B19_7 = L_75; if (L_83) { G_B20_0 = ((int32_t)92); G_B20_1 = ((int32_t)47); G_B20_2 = ((int32_t)64); G_B20_3 = (&V_1); G_B20_4 = L_82; G_B20_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)1)); G_B20_6 = L_78; G_B20_7 = L_75; goto IL_0211; } } { G_B21_0 = 3; G_B21_1 = G_B19_0; G_B21_2 = G_B19_1; G_B21_3 = G_B19_2; G_B21_4 = G_B19_3; G_B21_5 = G_B19_4; G_B21_6 = G_B19_5; G_B21_7 = G_B19_6; G_B21_8 = G_B19_7; goto IL_0212; } IL_0211: { G_B21_0 = 2; G_B21_1 = G_B20_0; G_B21_2 = G_B20_1; G_B21_3 = G_B20_2; G_B21_4 = G_B20_3; G_B21_5 = G_B20_4; G_B21_6 = G_B20_5; G_B21_7 = G_B20_6; G_B21_8 = G_B20_7; } IL_0212: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_84 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_85; L_85 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(G_B21_8, G_B21_7, G_B21_6, G_B21_5, (int32_t*)G_B21_4, G_B21_3, G_B21_2, G_B21_1, G_B21_0, L_84, (bool)0, /*hidden argument*/NULL); V_2 = L_85; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_86 = V_2; int32_t L_87 = V_1; int32_t L_88 = L_87; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); NullCheck(L_86); (L_86)->SetAt(static_cast(L_88), (Il2CppChar)((int32_t)64)); goto IL_0307; } IL_022d: { String_t* L_89 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_90 = __this->get_m_Info_18(); NullCheck(L_90); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_91 = L_90->get_address_of_Offset_3(); uint16_t L_92 = L_91->get_User_1(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_93 = __this->get_m_Info_18(); NullCheck(L_93); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_94 = L_93->get_address_of_Offset_3(); uint16_t L_95 = L_94->get_Host_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_96 = V_2; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_97 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_98; L_98 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_89, L_92, L_95, L_96, (int32_t*)(&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), ((int32_t)10), L_97, (bool)0, /*hidden argument*/NULL); V_2 = L_98; goto IL_0307; } IL_0279: { String_t* L_99 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_100 = __this->get_m_Info_18(); NullCheck(L_100); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_101 = L_100->get_address_of_Offset_3(); uint16_t L_102 = L_101->get_User_1(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_103 = __this->get_m_Info_18(); NullCheck(L_103); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_104 = L_103->get_address_of_Offset_3(); uint16_t L_105 = L_104->get_Host_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_106 = V_2; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_107 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_108; L_108 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_99, L_102, L_105, L_106, (int32_t*)(&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_107, (bool)0, /*hidden argument*/NULL); V_2 = L_108; goto IL_0307; } IL_02c1: { String_t* L_109 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_110 = __this->get_m_Info_18(); NullCheck(L_110); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_111 = L_110->get_address_of_Offset_3(); uint16_t L_112 = L_111->get_User_1(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_113 = __this->get_m_Info_18(); NullCheck(L_113); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_114 = L_113->get_address_of_Offset_3(); uint16_t L_115 = L_114->get_Host_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_116 = V_2; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_117 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_118; L_118 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_109, L_112, L_115, L_116, (int32_t*)(&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_117, (bool)0, /*hidden argument*/NULL); } IL_0307: { int32_t L_119 = ___parts0; if ((!(((uint32_t)L_119) == ((uint32_t)2)))) { goto IL_030f; } } { int32_t L_120 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_120, (int32_t)1)); } IL_030f: { int32_t L_121 = ___parts0; if (!((int32_t)((int32_t)L_121&(int32_t)4))) { goto IL_041d; } } { String_t* L_122 = V_0; NullCheck(L_122); int32_t L_123; L_123 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_122, /*hidden argument*/NULL); if (!L_123) { goto IL_041d; } } { int32_t L_124 = ___formatAs2; if ((((int32_t)L_124) == ((int32_t)1))) { goto IL_0357; } } { uint64_t L_125; L_125 = Uri_get_HostType_m6C142BC37D44CF1F53D80627455BC6B1CB747820(__this, /*hidden argument*/NULL); if ((!(((uint64_t)L_125) == ((uint64_t)((int64_t)((int64_t)((int32_t)327680))))))) { goto IL_0357; } } { uint16_t L_126 = ___nonCanonical1; if (!((int32_t)((int32_t)L_126&(int32_t)4))) { goto IL_0357; } } { int32_t L_127 = ___formatAs2; if ((((int32_t)L_127) == ((int32_t)2))) { goto IL_0351; } } { bool L_128; L_128 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); if (L_128) { goto IL_034e; } } { G_B37_0 = 3; goto IL_0353; } IL_034e: { G_B37_0 = 2; goto IL_0353; } IL_0351: { G_B37_0 = ((int32_t)10); } IL_0353: { V_4 = G_B37_0; goto IL_035a; } IL_0357: { V_4 = 0; } IL_035a: { int32_t L_129 = ___parts0; if (!((int32_t)((int32_t)L_129&(int32_t)((int32_t)256)))) { goto IL_039a; } } { String_t* L_130 = V_0; V_6 = L_130; String_t* L_131 = V_6; V_5 = (Il2CppChar*)((uintptr_t)L_131); Il2CppChar* L_132 = V_5; if (!L_132) { goto IL_0379; } } { Il2CppChar* L_133 = V_5; int32_t L_134; L_134 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_133, (int32_t)L_134)); } IL_0379: { V_7 = (bool)0; V_8 = (bool)0; } IL_037f: try { // begin try (depth: 1) Il2CppChar* L_135 = V_5; String_t* L_136 = V_0; NullCheck(L_136); int32_t L_137; L_137 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_136, /*hidden argument*/NULL); String_t* L_138; L_138 = DomainNameHelper_UnicodeEquivalent_m34C183586CF46D7F8FB3ED34A3DCB205F7EF684E((Il2CppChar*)(Il2CppChar*)L_135, 0, L_137, (bool*)(&V_7), (bool*)(&V_8), /*hidden argument*/NULL); V_0 = L_138; goto IL_0397; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0394; } throw e; } CATCH_0394: { // begin catch(System.UriFormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0397; } // end catch (depth: 1) IL_0397: { V_6 = (String_t*)NULL; } IL_039a: { String_t* L_139 = V_0; String_t* L_140 = V_0; NullCheck(L_140); int32_t L_141; L_141 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_140, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_142 = V_2; int32_t L_143 = V_4; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_144 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_145; L_145 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_139, 0, L_141, L_142, (int32_t*)(&V_1), ((int32_t)47), ((int32_t)63), ((int32_t)35), L_143, L_144, (bool)0, /*hidden argument*/NULL); V_2 = L_145; int32_t L_146 = ___parts0; if (!((int32_t)((int32_t)L_146&(int32_t)((int32_t)-2147483648LL)))) { goto IL_041d; } } { uint64_t L_147; L_147 = Uri_get_HostType_m6C142BC37D44CF1F53D80627455BC6B1CB747820(__this, /*hidden argument*/NULL); if ((!(((uint64_t)L_147) == ((uint64_t)((int64_t)((int64_t)((int32_t)65536))))))) { goto IL_041d; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_148 = __this->get_m_Info_18(); NullCheck(L_148); String_t* L_149 = L_148->get_ScopeId_1(); if (!L_149) { goto IL_041d; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_150 = __this->get_m_Info_18(); NullCheck(L_150); String_t* L_151 = L_150->get_ScopeId_1(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_152 = V_2; int32_t L_153 = V_1; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_154 = __this->get_m_Info_18(); NullCheck(L_154); String_t* L_155 = L_154->get_ScopeId_1(); NullCheck(L_155); int32_t L_156; L_156 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_155, /*hidden argument*/NULL); NullCheck(L_151); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_151, 0, L_152, ((int32_t)il2cpp_codegen_subtract((int32_t)L_153, (int32_t)1)), L_156, /*hidden argument*/NULL); int32_t L_157 = V_1; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_158 = __this->get_m_Info_18(); NullCheck(L_158); String_t* L_159 = L_158->get_ScopeId_1(); NullCheck(L_159); int32_t L_160; L_160 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_159, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)L_160)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_161 = V_2; int32_t L_162 = V_1; NullCheck(L_161); (L_161)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_162, (int32_t)1))), (Il2CppChar)((int32_t)93)); } IL_041d: { int32_t L_163 = ___parts0; if (!((int32_t)((int32_t)L_163&(int32_t)8))) { goto IL_055d; } } { uint16_t L_164 = ___nonCanonical1; if (((int32_t)((int32_t)L_164&(int32_t)8))) { goto IL_04fc; } } { bool L_165; L_165 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)8388608))), /*hidden argument*/NULL); if (!L_165) { goto IL_04a1; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_166 = __this->get_m_Info_18(); NullCheck(L_166); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_167 = L_166->get_address_of_Offset_3(); uint16_t L_168 = L_167->get_Path_4(); V_9 = L_168; } IL_044d: { String_t* L_169 = __this->get_m_String_13(); uint16_t L_170 = V_9; int32_t L_171 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_170, (int32_t)1)))); V_9 = (uint16_t)L_171; NullCheck(L_169); Il2CppChar L_172; L_172 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_169, L_171, /*hidden argument*/NULL); if ((!(((uint32_t)L_172) == ((uint32_t)((int32_t)58))))) { goto IL_044d; } } { String_t* L_173 = __this->get_m_String_13(); uint16_t L_174 = V_9; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_175 = V_2; int32_t L_176 = V_1; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_177 = __this->get_m_Info_18(); NullCheck(L_177); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_178 = L_177->get_address_of_Offset_3(); uint16_t L_179 = L_178->get_Path_4(); uint16_t L_180 = V_9; NullCheck(L_173); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_173, L_174, L_175, L_176, ((int32_t)il2cpp_codegen_subtract((int32_t)L_179, (int32_t)L_180)), /*hidden argument*/NULL); int32_t L_181 = V_1; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_182 = __this->get_m_Info_18(); NullCheck(L_182); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_183 = L_182->get_address_of_Offset_3(); uint16_t L_184 = L_183->get_Path_4(); uint16_t L_185 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_181, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_184, (int32_t)L_185)))); goto IL_055d; } IL_04a1: { int32_t L_186 = ___parts0; if (!((int32_t)((int32_t)L_186&(int32_t)((int32_t)128)))) { goto IL_055d; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_187 = __this->get_m_Syntax_15(); NullCheck(L_187); int32_t L_188; L_188 = UriParser_get_DefaultPort_m7ECA5BE839D36C7FF854FEA0795D8DE701487D33_inline(L_187, /*hidden argument*/NULL); if ((((int32_t)L_188) == ((int32_t)(-1)))) { goto IL_055d; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_189 = V_2; int32_t L_190 = V_1; int32_t L_191 = L_190; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_191, (int32_t)1)); NullCheck(L_189); (L_189)->SetAt(static_cast(L_191), (Il2CppChar)((int32_t)58)); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_192 = __this->get_m_Info_18(); NullCheck(L_192); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_193 = L_192->get_address_of_Offset_3(); uint16_t* L_194 = L_193->get_address_of_PortValue_3(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_195; L_195 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_196; L_196 = UInt16_ToString_m960B640F8B0C181A9185FCD0921B2F85106FE336((uint16_t*)L_194, L_195, /*hidden argument*/NULL); V_0 = L_196; String_t* L_197 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_198 = V_2; int32_t L_199 = V_1; String_t* L_200 = V_0; NullCheck(L_200); int32_t L_201; L_201 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_200, /*hidden argument*/NULL); NullCheck(L_197); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_197, 0, L_198, L_199, L_201, /*hidden argument*/NULL); int32_t L_202 = V_1; String_t* L_203 = V_0; NullCheck(L_203); int32_t L_204; L_204 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_203, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)L_204)); goto IL_055d; } IL_04fc: { bool L_205; L_205 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)8388608))), /*hidden argument*/NULL); if (L_205) { goto IL_0521; } } { int32_t L_206 = ___parts0; if (!((int32_t)((int32_t)L_206&(int32_t)((int32_t)128)))) { goto IL_055d; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_207 = __this->get_m_Syntax_15(); NullCheck(L_207); int32_t L_208; L_208 = UriParser_get_DefaultPort_m7ECA5BE839D36C7FF854FEA0795D8DE701487D33_inline(L_207, /*hidden argument*/NULL); if ((((int32_t)L_208) == ((int32_t)(-1)))) { goto IL_055d; } } IL_0521: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_209 = V_2; int32_t L_210 = V_1; int32_t L_211 = L_210; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_211, (int32_t)1)); NullCheck(L_209); (L_209)->SetAt(static_cast(L_211), (Il2CppChar)((int32_t)58)); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_212 = __this->get_m_Info_18(); NullCheck(L_212); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_213 = L_212->get_address_of_Offset_3(); uint16_t* L_214 = L_213->get_address_of_PortValue_3(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_215; L_215 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_216; L_216 = UInt16_ToString_m960B640F8B0C181A9185FCD0921B2F85106FE336((uint16_t*)L_214, L_215, /*hidden argument*/NULL); V_0 = L_216; String_t* L_217 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_218 = V_2; int32_t L_219 = V_1; String_t* L_220 = V_0; NullCheck(L_220); int32_t L_221; L_221 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_220, /*hidden argument*/NULL); NullCheck(L_217); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_217, 0, L_218, L_219, L_221, /*hidden argument*/NULL); int32_t L_222 = V_1; String_t* L_223 = V_0; NullCheck(L_223); int32_t L_224; L_224 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_223, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_222, (int32_t)L_224)); } IL_055d: { int32_t L_225 = ___parts0; if (!((int32_t)((int32_t)L_225&(int32_t)((int32_t)16)))) { goto IL_05a7; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_226 = V_2; int32_t L_227 = ___formatAs2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_228; L_228 = Uri_GetCanonicalPath_mA187EAD590C890FE0623CF7B1EFF4364B57FAF10(__this, L_226, (int32_t*)(&V_1), L_227, /*hidden argument*/NULL); V_2 = L_228; int32_t L_229 = ___parts0; if ((!(((uint32_t)L_229) == ((uint32_t)((int32_t)16))))) { goto IL_05a7; } } { bool L_230; L_230 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)1048576))), /*hidden argument*/NULL); if (!L_230) { goto IL_0593; } } { int32_t L_231 = V_1; if (!L_231) { goto IL_0593; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_232 = V_2; NullCheck(L_232); int32_t L_233 = 0; uint16_t L_234 = (uint16_t)(L_232)->GetAt(static_cast(L_233)); if ((!(((uint32_t)L_234) == ((uint32_t)((int32_t)47))))) { goto IL_0593; } } { V_3 = (uint16_t)1; int32_t L_235 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_235, (int32_t)1)); goto IL_0595; } IL_0593: { V_3 = (uint16_t)0; } IL_0595: { int32_t L_236 = V_1; if (!L_236) { goto IL_05a1; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_237 = V_2; uint16_t L_238 = V_3; int32_t L_239 = V_1; String_t* L_240; L_240 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_237, L_238, L_239, /*hidden argument*/NULL); return L_240; } IL_05a1: { String_t* L_241 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_241; } IL_05a7: { int32_t L_242 = ___parts0; if (!((int32_t)((int32_t)L_242&(int32_t)((int32_t)32)))) { goto IL_0792; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_243 = __this->get_m_Info_18(); NullCheck(L_243); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_244 = L_243->get_address_of_Offset_3(); uint16_t L_245 = L_244->get_Query_5(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_246 = __this->get_m_Info_18(); NullCheck(L_246); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_247 = L_246->get_address_of_Offset_3(); uint16_t L_248 = L_247->get_Fragment_6(); if ((((int32_t)L_245) >= ((int32_t)L_248))) { goto IL_0792; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_249 = __this->get_m_Info_18(); NullCheck(L_249); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_250 = L_249->get_address_of_Offset_3(); uint16_t L_251 = L_250->get_Query_5(); V_3 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_251, (int32_t)1)))); int32_t L_252 = ___parts0; if ((((int32_t)L_252) == ((int32_t)((int32_t)32)))) { goto IL_05f7; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_253 = V_2; int32_t L_254 = V_1; int32_t L_255 = L_254; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_255, (int32_t)1)); NullCheck(L_253); (L_253)->SetAt(static_cast(L_255), (Il2CppChar)((int32_t)63)); } IL_05f7: { uint16_t L_256 = ___nonCanonical1; if (!((int32_t)((int32_t)L_256&(int32_t)((int32_t)32)))) { goto IL_075b; } } { int32_t L_257 = ___formatAs2; if ((((int32_t)L_257) == ((int32_t)1))) { goto IL_0618; } } { int32_t L_258 = ___formatAs2; if ((((int32_t)L_258) == ((int32_t)2))) { goto IL_06dd; } } { int32_t L_259 = ___formatAs2; if ((((int32_t)L_259) == ((int32_t)((int32_t)32767)))) { goto IL_0691; } } { goto IL_0714; } IL_0618: { bool L_260; L_260 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); if (!L_260) { goto IL_0655; } } { String_t* L_261 = __this->get_m_String_13(); uint16_t L_262 = V_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_263 = __this->get_m_Info_18(); NullCheck(L_263); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_264 = L_263->get_address_of_Offset_3(); uint16_t L_265 = L_264->get_Fragment_6(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_266 = V_2; IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_267; L_267 = UriHelper_EscapeString_m86812263CFCDD337B818CC7401499CCC67196147(L_261, L_262, L_265, L_266, (int32_t*)(&V_1), (bool)1, ((int32_t)35), ((int32_t)65535), ((int32_t)37), /*hidden argument*/NULL); V_2 = L_267; goto IL_0792; } IL_0655: { String_t* L_268 = __this->get_m_String_13(); uint16_t L_269 = V_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_270 = __this->get_m_Info_18(); NullCheck(L_270); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_271 = L_270->get_address_of_Offset_3(); uint16_t L_272 = L_271->get_Fragment_6(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_273 = V_2; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_274 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_275; L_275 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_268, L_269, L_272, L_273, (int32_t*)(&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_274, (bool)1, /*hidden argument*/NULL); goto IL_0792; } IL_0691: { String_t* L_276 = __this->get_m_String_13(); uint16_t L_277 = V_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_278 = __this->get_m_Info_18(); NullCheck(L_278); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_279 = L_278->get_address_of_Offset_3(); uint16_t L_280 = L_279->get_Fragment_6(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_281 = V_2; bool L_282; L_282 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); G_B86_0 = ((int32_t)65535); G_B86_1 = ((int32_t)65535); G_B86_2 = ((int32_t)35); G_B86_3 = (&V_1); G_B86_4 = L_281; G_B86_5 = L_280; G_B86_6 = L_277; G_B86_7 = L_276; if (L_282) { G_B87_0 = ((int32_t)65535); G_B87_1 = ((int32_t)65535); G_B87_2 = ((int32_t)35); G_B87_3 = (&V_1); G_B87_4 = L_281; G_B87_5 = L_280; G_B87_6 = L_277; G_B87_7 = L_276; goto IL_06c8; } } { G_B88_0 = 3; G_B88_1 = G_B86_0; G_B88_2 = G_B86_1; G_B88_3 = G_B86_2; G_B88_4 = G_B86_3; G_B88_5 = G_B86_4; G_B88_6 = G_B86_5; G_B88_7 = G_B86_6; G_B88_8 = G_B86_7; goto IL_06c9; } IL_06c8: { G_B88_0 = 2; G_B88_1 = G_B87_0; G_B88_2 = G_B87_1; G_B88_3 = G_B87_2; G_B88_4 = G_B87_3; G_B88_5 = G_B87_4; G_B88_6 = G_B87_5; G_B88_7 = G_B87_6; G_B88_8 = G_B87_7; } IL_06c9: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_283 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_284; L_284 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(G_B88_8, G_B88_7, G_B88_6, G_B88_5, (int32_t*)G_B88_4, G_B88_3, G_B88_2, G_B88_1, ((int32_t)((int32_t)G_B88_0|(int32_t)4)), L_283, (bool)1, /*hidden argument*/NULL); V_2 = L_284; goto IL_0792; } IL_06dd: { String_t* L_285 = __this->get_m_String_13(); uint16_t L_286 = V_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_287 = __this->get_m_Info_18(); NullCheck(L_287); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_288 = L_287->get_address_of_Offset_3(); uint16_t L_289 = L_288->get_Fragment_6(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_290 = V_2; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_291 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_292; L_292 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_285, L_286, L_289, L_290, (int32_t*)(&V_1), ((int32_t)35), ((int32_t)65535), ((int32_t)65535), ((int32_t)10), L_291, (bool)1, /*hidden argument*/NULL); V_2 = L_292; goto IL_0792; } IL_0714: { String_t* L_293 = __this->get_m_String_13(); uint16_t L_294 = V_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_295 = __this->get_m_Info_18(); NullCheck(L_295); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_296 = L_295->get_address_of_Offset_3(); uint16_t L_297 = L_296->get_Fragment_6(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_298 = V_2; bool L_299; L_299 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); G_B91_0 = ((int32_t)65535); G_B91_1 = ((int32_t)65535); G_B91_2 = ((int32_t)35); G_B91_3 = (&V_1); G_B91_4 = L_298; G_B91_5 = L_297; G_B91_6 = L_294; G_B91_7 = L_293; if (L_299) { G_B92_0 = ((int32_t)65535); G_B92_1 = ((int32_t)65535); G_B92_2 = ((int32_t)35); G_B92_3 = (&V_1); G_B92_4 = L_298; G_B92_5 = L_297; G_B92_6 = L_294; G_B92_7 = L_293; goto IL_074b; } } { G_B93_0 = 3; G_B93_1 = G_B91_0; G_B93_2 = G_B91_1; G_B93_3 = G_B91_2; G_B93_4 = G_B91_3; G_B93_5 = G_B91_4; G_B93_6 = G_B91_5; G_B93_7 = G_B91_6; G_B93_8 = G_B91_7; goto IL_074c; } IL_074b: { G_B93_0 = 2; G_B93_1 = G_B92_0; G_B93_2 = G_B92_1; G_B93_3 = G_B92_2; G_B93_4 = G_B92_3; G_B93_5 = G_B92_4; G_B93_6 = G_B92_5; G_B93_7 = G_B92_6; G_B93_8 = G_B92_7; } IL_074c: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_300 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_301; L_301 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(G_B93_8, G_B93_7, G_B93_6, G_B93_5, (int32_t*)G_B93_4, G_B93_3, G_B93_2, G_B93_1, G_B93_0, L_300, (bool)1, /*hidden argument*/NULL); V_2 = L_301; goto IL_0792; } IL_075b: { String_t* L_302 = __this->get_m_String_13(); uint16_t L_303 = V_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_304 = __this->get_m_Info_18(); NullCheck(L_304); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_305 = L_304->get_address_of_Offset_3(); uint16_t L_306 = L_305->get_Fragment_6(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_307 = V_2; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_308 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_309; L_309 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_302, L_303, L_306, L_307, (int32_t*)(&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_308, (bool)1, /*hidden argument*/NULL); } IL_0792: { int32_t L_310 = ___parts0; if (!((int32_t)((int32_t)L_310&(int32_t)((int32_t)64)))) { goto IL_098e; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_311 = __this->get_m_Info_18(); NullCheck(L_311); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_312 = L_311->get_address_of_Offset_3(); uint16_t L_313 = L_312->get_Fragment_6(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_314 = __this->get_m_Info_18(); NullCheck(L_314); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_315 = L_314->get_address_of_Offset_3(); uint16_t L_316 = L_315->get_End_7(); if ((((int32_t)L_313) >= ((int32_t)L_316))) { goto IL_098e; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_317 = __this->get_m_Info_18(); NullCheck(L_317); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_318 = L_317->get_address_of_Offset_3(); uint16_t L_319 = L_318->get_Fragment_6(); V_3 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_319, (int32_t)1)))); int32_t L_320 = ___parts0; if ((((int32_t)L_320) == ((int32_t)((int32_t)64)))) { goto IL_07e2; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_321 = V_2; int32_t L_322 = V_1; int32_t L_323 = L_322; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_323, (int32_t)1)); NullCheck(L_321); (L_321)->SetAt(static_cast(L_323), (Il2CppChar)((int32_t)35)); } IL_07e2: { uint16_t L_324 = ___nonCanonical1; if (!((int32_t)((int32_t)L_324&(int32_t)((int32_t)64)))) { goto IL_0957; } } { int32_t L_325 = ___formatAs2; if ((((int32_t)L_325) == ((int32_t)1))) { goto IL_0806; } } { int32_t L_326 = ___formatAs2; if ((((int32_t)L_326) == ((int32_t)2))) { goto IL_08d9; } } { int32_t L_327 = ___formatAs2; if ((((int32_t)L_327) == ((int32_t)((int32_t)32767)))) { goto IL_088d; } } { goto IL_0910; } IL_0806: { bool L_328; L_328 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); if (!L_328) { goto IL_0851; } } { String_t* L_329 = __this->get_m_String_13(); uint16_t L_330 = V_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_331 = __this->get_m_Info_18(); NullCheck(L_331); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_332 = L_331->get_address_of_Offset_3(); uint16_t L_333 = L_332->get_End_7(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_334 = V_2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); bool L_335; L_335 = UriParser_get_ShouldUseLegacyV2Quirks_m999F115810F8CD526705FC7FE28DC78348BB6B58(/*hidden argument*/NULL); G_B106_0 = 1; G_B106_1 = (&V_1); G_B106_2 = L_334; G_B106_3 = L_333; G_B106_4 = L_330; G_B106_5 = L_329; if (L_335) { G_B107_0 = 1; G_B107_1 = (&V_1); G_B107_2 = L_334; G_B107_3 = L_333; G_B107_4 = L_330; G_B107_5 = L_329; goto IL_083d; } } { G_B108_0 = ((int32_t)65535); G_B108_1 = G_B106_0; G_B108_2 = G_B106_1; G_B108_3 = G_B106_2; G_B108_4 = G_B106_3; G_B108_5 = G_B106_4; G_B108_6 = G_B106_5; goto IL_083f; } IL_083d: { G_B108_0 = ((int32_t)35); G_B108_1 = G_B107_0; G_B108_2 = G_B107_1; G_B108_3 = G_B107_2; G_B108_4 = G_B107_3; G_B108_5 = G_B107_4; G_B108_6 = G_B107_5; } IL_083f: { IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_336; L_336 = UriHelper_EscapeString_m86812263CFCDD337B818CC7401499CCC67196147(G_B108_6, G_B108_5, G_B108_4, G_B108_3, (int32_t*)G_B108_2, (bool)G_B108_1, G_B108_0, ((int32_t)65535), ((int32_t)37), /*hidden argument*/NULL); V_2 = L_336; goto IL_098e; } IL_0851: { String_t* L_337 = __this->get_m_String_13(); uint16_t L_338 = V_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_339 = __this->get_m_Info_18(); NullCheck(L_339); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_340 = L_339->get_address_of_Offset_3(); uint16_t L_341 = L_340->get_End_7(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_342 = V_2; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_343 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_344; L_344 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_337, L_338, L_341, L_342, (int32_t*)(&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_343, (bool)0, /*hidden argument*/NULL); goto IL_098e; } IL_088d: { String_t* L_345 = __this->get_m_String_13(); uint16_t L_346 = V_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_347 = __this->get_m_Info_18(); NullCheck(L_347); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_348 = L_347->get_address_of_Offset_3(); uint16_t L_349 = L_348->get_End_7(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_350 = V_2; bool L_351; L_351 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); G_B111_0 = ((int32_t)65535); G_B111_1 = ((int32_t)65535); G_B111_2 = ((int32_t)35); G_B111_3 = (&V_1); G_B111_4 = L_350; G_B111_5 = L_349; G_B111_6 = L_346; G_B111_7 = L_345; if (L_351) { G_B112_0 = ((int32_t)65535); G_B112_1 = ((int32_t)65535); G_B112_2 = ((int32_t)35); G_B112_3 = (&V_1); G_B112_4 = L_350; G_B112_5 = L_349; G_B112_6 = L_346; G_B112_7 = L_345; goto IL_08c4; } } { G_B113_0 = 3; G_B113_1 = G_B111_0; G_B113_2 = G_B111_1; G_B113_3 = G_B111_2; G_B113_4 = G_B111_3; G_B113_5 = G_B111_4; G_B113_6 = G_B111_5; G_B113_7 = G_B111_6; G_B113_8 = G_B111_7; goto IL_08c5; } IL_08c4: { G_B113_0 = 2; G_B113_1 = G_B112_0; G_B113_2 = G_B112_1; G_B113_3 = G_B112_2; G_B113_4 = G_B112_3; G_B113_5 = G_B112_4; G_B113_6 = G_B112_5; G_B113_7 = G_B112_6; G_B113_8 = G_B112_7; } IL_08c5: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_352 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_353; L_353 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(G_B113_8, G_B113_7, G_B113_6, G_B113_5, (int32_t*)G_B113_4, G_B113_3, G_B113_2, G_B113_1, ((int32_t)((int32_t)G_B113_0|(int32_t)4)), L_352, (bool)0, /*hidden argument*/NULL); V_2 = L_353; goto IL_098e; } IL_08d9: { String_t* L_354 = __this->get_m_String_13(); uint16_t L_355 = V_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_356 = __this->get_m_Info_18(); NullCheck(L_356); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_357 = L_356->get_address_of_Offset_3(); uint16_t L_358 = L_357->get_End_7(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_359 = V_2; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_360 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_361; L_361 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_354, L_355, L_358, L_359, (int32_t*)(&V_1), ((int32_t)35), ((int32_t)65535), ((int32_t)65535), ((int32_t)10), L_360, (bool)0, /*hidden argument*/NULL); V_2 = L_361; goto IL_098e; } IL_0910: { String_t* L_362 = __this->get_m_String_13(); uint16_t L_363 = V_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_364 = __this->get_m_Info_18(); NullCheck(L_364); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_365 = L_364->get_address_of_Offset_3(); uint16_t L_366 = L_365->get_End_7(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_367 = V_2; bool L_368; L_368 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); G_B116_0 = ((int32_t)65535); G_B116_1 = ((int32_t)65535); G_B116_2 = ((int32_t)35); G_B116_3 = (&V_1); G_B116_4 = L_367; G_B116_5 = L_366; G_B116_6 = L_363; G_B116_7 = L_362; if (L_368) { G_B117_0 = ((int32_t)65535); G_B117_1 = ((int32_t)65535); G_B117_2 = ((int32_t)35); G_B117_3 = (&V_1); G_B117_4 = L_367; G_B117_5 = L_366; G_B117_6 = L_363; G_B117_7 = L_362; goto IL_0947; } } { G_B118_0 = 3; G_B118_1 = G_B116_0; G_B118_2 = G_B116_1; G_B118_3 = G_B116_2; G_B118_4 = G_B116_3; G_B118_5 = G_B116_4; G_B118_6 = G_B116_5; G_B118_7 = G_B116_6; G_B118_8 = G_B116_7; goto IL_0948; } IL_0947: { G_B118_0 = 2; G_B118_1 = G_B117_0; G_B118_2 = G_B117_1; G_B118_3 = G_B117_2; G_B118_4 = G_B117_3; G_B118_5 = G_B117_4; G_B118_6 = G_B117_5; G_B118_7 = G_B117_6; G_B118_8 = G_B117_7; } IL_0948: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_369 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_370; L_370 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(G_B118_8, G_B118_7, G_B118_6, G_B118_5, (int32_t*)G_B118_4, G_B118_3, G_B118_2, G_B118_1, G_B118_0, L_369, (bool)0, /*hidden argument*/NULL); V_2 = L_370; goto IL_098e; } IL_0957: { String_t* L_371 = __this->get_m_String_13(); uint16_t L_372 = V_3; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_373 = __this->get_m_Info_18(); NullCheck(L_373); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_374 = L_373->get_address_of_Offset_3(); uint16_t L_375 = L_374->get_End_7(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_376 = V_2; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_377 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_378; L_378 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_371, L_372, L_375, L_376, (int32_t*)(&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_377, (bool)0, /*hidden argument*/NULL); } IL_098e: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_379 = V_2; int32_t L_380 = V_1; String_t* L_381; L_381 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_379, 0, L_380, /*hidden argument*/NULL); return L_381; } } // System.String System.Uri::GetUriPartsFromUserString(System.UriComponents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetUriPartsFromUserString_m81B60C6E31AB8EA51438E391F7990334B96ACD29 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___uriParts0, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; int32_t V_1 = 0; uint16_t V_2 = 0; { int32_t L_0 = ___uriParts0; V_1 = ((int32_t)((int32_t)L_0&(int32_t)((int32_t)-1073741825))); int32_t L_1 = V_1; if ((((int32_t)L_1) > ((int32_t)((int32_t)64)))) { goto IL_0076; } } { int32_t L_2 = V_1; if ((((int32_t)L_2) > ((int32_t)((int32_t)16)))) { goto IL_0048; } } { int32_t L_3 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))) { case 0: { goto IL_0469; } case 1: { goto IL_090c; } case 2: { goto IL_0992; } case 3: { goto IL_04b6; } } } { int32_t L_4 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)13)))) { case 0: { goto IL_00b3; } case 1: { goto IL_06ad; } case 2: { goto IL_03b9; } case 3: { goto IL_0532; } } } { goto IL_0992; } IL_0048: { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)((int32_t)32)))) { goto IL_05e5; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)48)))) { goto IL_0793; } } { int32_t L_7 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)61)))) { case 0: { goto IL_02ba; } case 1: { goto IL_0992; } case 2: { goto IL_03f6; } case 3: { goto IL_0649; } } } { goto IL_0992; } IL_0076: { int32_t L_8 = V_1; if ((((int32_t)L_8) > ((int32_t)((int32_t)125)))) { goto IL_0090; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)112)))) { goto IL_08cf; } } { int32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)((int32_t)125)))) { goto IL_07d0; } } { goto IL_0992; } IL_0090: { int32_t L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)127)))) { goto IL_0247; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)132)))) { goto IL_017c; } } { int32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)((int32_t)134)))) { goto IL_0713; } } { goto IL_0992; } IL_00b3: { bool L_14; L_14 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)2097152))), /*hidden argument*/NULL); if (L_14) { goto IL_00fe; } } { String_t* L_15 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_16 = __this->get_m_Info_18(); NullCheck(L_16); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_17 = L_16->get_address_of_Offset_3(); uint16_t L_18 = L_17->get_Scheme_0(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_19 = __this->get_m_Info_18(); NullCheck(L_19); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_20 = L_19->get_address_of_Offset_3(); uint16_t L_21 = L_20->get_Path_4(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_22 = __this->get_m_Info_18(); NullCheck(L_22); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_23 = L_22->get_address_of_Offset_3(); uint16_t L_24 = L_23->get_Scheme_0(); NullCheck(L_15); String_t* L_25; L_25 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_15, L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_24)), /*hidden argument*/NULL); return L_25; } IL_00fe: { String_t* L_26 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_27 = __this->get_m_Info_18(); NullCheck(L_27); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_28 = L_27->get_address_of_Offset_3(); uint16_t L_29 = L_28->get_Scheme_0(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_30 = __this->get_m_Info_18(); NullCheck(L_30); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_31 = L_30->get_address_of_Offset_3(); uint16_t L_32 = L_31->get_User_1(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_33 = __this->get_m_Info_18(); NullCheck(L_33); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_34 = L_33->get_address_of_Offset_3(); uint16_t L_35 = L_34->get_Scheme_0(); NullCheck(L_26); String_t* L_36; L_36 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_26, L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_35)), /*hidden argument*/NULL); String_t* L_37 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_38 = __this->get_m_Info_18(); NullCheck(L_38); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_39 = L_38->get_address_of_Offset_3(); uint16_t L_40 = L_39->get_Host_2(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_41 = __this->get_m_Info_18(); NullCheck(L_41); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_42 = L_41->get_address_of_Offset_3(); uint16_t L_43 = L_42->get_Path_4(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_44 = __this->get_m_Info_18(); NullCheck(L_44); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_45 = L_44->get_address_of_Offset_3(); uint16_t L_46 = L_45->get_Host_2(); NullCheck(L_37); String_t* L_47; L_47 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_37, L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_46)), /*hidden argument*/NULL); String_t* L_48; L_48 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_36, L_47, /*hidden argument*/NULL); return L_48; } IL_017c: { bool L_49; L_49 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)2097152))), /*hidden argument*/NULL); if (!L_49) { goto IL_0713; } } { bool L_50; L_50 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)8388608))), /*hidden argument*/NULL); if (L_50) { goto IL_01a9; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_51 = __this->get_m_Syntax_15(); NullCheck(L_51); int32_t L_52; L_52 = UriParser_get_DefaultPort_m7ECA5BE839D36C7FF854FEA0795D8DE701487D33_inline(L_51, /*hidden argument*/NULL); if ((!(((uint32_t)L_52) == ((uint32_t)(-1))))) { goto IL_01e6; } } IL_01a9: { String_t* L_53 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_54 = __this->get_m_Info_18(); NullCheck(L_54); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_55 = L_54->get_address_of_Offset_3(); uint16_t L_56 = L_55->get_Host_2(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_57 = __this->get_m_Info_18(); NullCheck(L_57); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_58 = L_57->get_address_of_Offset_3(); uint16_t L_59 = L_58->get_Path_4(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_60 = __this->get_m_Info_18(); NullCheck(L_60); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_61 = L_60->get_address_of_Offset_3(); uint16_t L_62 = L_61->get_Host_2(); NullCheck(L_53); String_t* L_63; L_63 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_53, L_56, ((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)L_62)), /*hidden argument*/NULL); return L_63; } IL_01e6: { String_t* L_64 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_65 = __this->get_m_Info_18(); NullCheck(L_65); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_66 = L_65->get_address_of_Offset_3(); uint16_t L_67 = L_66->get_Host_2(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_68 = __this->get_m_Info_18(); NullCheck(L_68); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_69 = L_68->get_address_of_Offset_3(); uint16_t L_70 = L_69->get_Path_4(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_71 = __this->get_m_Info_18(); NullCheck(L_71); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_72 = L_71->get_address_of_Offset_3(); uint16_t L_73 = L_72->get_Host_2(); NullCheck(L_64); String_t* L_74; L_74 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_64, L_67, ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_73)), /*hidden argument*/NULL); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_75 = __this->get_m_Info_18(); NullCheck(L_75); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_76 = L_75->get_address_of_Offset_3(); uint16_t* L_77 = L_76->get_address_of_PortValue_3(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_78; L_78 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_79; L_79 = UInt16_ToString_m960B640F8B0C181A9185FCD0921B2F85106FE336((uint16_t*)L_77, L_78, /*hidden argument*/NULL); String_t* L_80; L_80 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_74, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_79, /*hidden argument*/NULL); return L_80; } IL_0247: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_81 = __this->get_m_Info_18(); NullCheck(L_81); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_82 = L_81->get_address_of_Offset_3(); uint16_t L_83 = L_82->get_Scheme_0(); if (L_83) { goto IL_027d; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_84 = __this->get_m_Info_18(); NullCheck(L_84); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_85 = L_84->get_address_of_Offset_3(); uint16_t L_86 = L_85->get_End_7(); String_t* L_87 = __this->get_m_String_13(); NullCheck(L_87); int32_t L_88; L_88 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_87, /*hidden argument*/NULL); if ((!(((uint32_t)L_86) == ((uint32_t)L_88)))) { goto IL_027d; } } { String_t* L_89 = __this->get_m_String_13(); return L_89; } IL_027d: { String_t* L_90 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_91 = __this->get_m_Info_18(); NullCheck(L_91); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_92 = L_91->get_address_of_Offset_3(); uint16_t L_93 = L_92->get_Scheme_0(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_94 = __this->get_m_Info_18(); NullCheck(L_94); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_95 = L_94->get_address_of_Offset_3(); uint16_t L_96 = L_95->get_End_7(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_97 = __this->get_m_Info_18(); NullCheck(L_97); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_98 = L_97->get_address_of_Offset_3(); uint16_t L_99 = L_98->get_Scheme_0(); NullCheck(L_90); String_t* L_100; L_100 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_90, L_93, ((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)L_99)), /*hidden argument*/NULL); return L_100; } IL_02ba: { bool L_101; L_101 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)2097152))), /*hidden argument*/NULL); if (!L_101) { goto IL_0346; } } { String_t* L_102 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_103 = __this->get_m_Info_18(); NullCheck(L_103); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_104 = L_103->get_address_of_Offset_3(); uint16_t L_105 = L_104->get_Scheme_0(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_106 = __this->get_m_Info_18(); NullCheck(L_106); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_107 = L_106->get_address_of_Offset_3(); uint16_t L_108 = L_107->get_User_1(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_109 = __this->get_m_Info_18(); NullCheck(L_109); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_110 = L_109->get_address_of_Offset_3(); uint16_t L_111 = L_110->get_Scheme_0(); NullCheck(L_102); String_t* L_112; L_112 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_102, L_105, ((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)L_111)), /*hidden argument*/NULL); String_t* L_113 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_114 = __this->get_m_Info_18(); NullCheck(L_114); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_115 = L_114->get_address_of_Offset_3(); uint16_t L_116 = L_115->get_Host_2(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_117 = __this->get_m_Info_18(); NullCheck(L_117); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_118 = L_117->get_address_of_Offset_3(); uint16_t L_119 = L_118->get_Fragment_6(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_120 = __this->get_m_Info_18(); NullCheck(L_120); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_121 = L_120->get_address_of_Offset_3(); uint16_t L_122 = L_121->get_Host_2(); NullCheck(L_113); String_t* L_123; L_123 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_113, L_116, ((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)L_122)), /*hidden argument*/NULL); String_t* L_124; L_124 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_112, L_123, /*hidden argument*/NULL); return L_124; } IL_0346: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_125 = __this->get_m_Info_18(); NullCheck(L_125); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_126 = L_125->get_address_of_Offset_3(); uint16_t L_127 = L_126->get_Scheme_0(); if (L_127) { goto IL_037c; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_128 = __this->get_m_Info_18(); NullCheck(L_128); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_129 = L_128->get_address_of_Offset_3(); uint16_t L_130 = L_129->get_Fragment_6(); String_t* L_131 = __this->get_m_String_13(); NullCheck(L_131); int32_t L_132; L_132 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_131, /*hidden argument*/NULL); if ((!(((uint32_t)L_130) == ((uint32_t)L_132)))) { goto IL_037c; } } { String_t* L_133 = __this->get_m_String_13(); return L_133; } IL_037c: { String_t* L_134 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_135 = __this->get_m_Info_18(); NullCheck(L_135); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_136 = L_135->get_address_of_Offset_3(); uint16_t L_137 = L_136->get_Scheme_0(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_138 = __this->get_m_Info_18(); NullCheck(L_138); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_139 = L_138->get_address_of_Offset_3(); uint16_t L_140 = L_139->get_Fragment_6(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_141 = __this->get_m_Info_18(); NullCheck(L_141); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_142 = L_141->get_address_of_Offset_3(); uint16_t L_143 = L_142->get_Scheme_0(); NullCheck(L_134); String_t* L_144; L_144 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_134, L_137, ((int32_t)il2cpp_codegen_subtract((int32_t)L_140, (int32_t)L_143)), /*hidden argument*/NULL); return L_144; } IL_03b9: { String_t* L_145 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_146 = __this->get_m_Info_18(); NullCheck(L_146); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_147 = L_146->get_address_of_Offset_3(); uint16_t L_148 = L_147->get_Scheme_0(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_149 = __this->get_m_Info_18(); NullCheck(L_149); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_150 = L_149->get_address_of_Offset_3(); uint16_t L_151 = L_150->get_Path_4(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_152 = __this->get_m_Info_18(); NullCheck(L_152); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_153 = L_152->get_address_of_Offset_3(); uint16_t L_154 = L_153->get_Scheme_0(); NullCheck(L_145); String_t* L_155; L_155 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_145, L_148, ((int32_t)il2cpp_codegen_subtract((int32_t)L_151, (int32_t)L_154)), /*hidden argument*/NULL); return L_155; } IL_03f6: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_156 = __this->get_m_Info_18(); NullCheck(L_156); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_157 = L_156->get_address_of_Offset_3(); uint16_t L_158 = L_157->get_Scheme_0(); if (L_158) { goto IL_042c; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_159 = __this->get_m_Info_18(); NullCheck(L_159); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_160 = L_159->get_address_of_Offset_3(); uint16_t L_161 = L_160->get_Fragment_6(); String_t* L_162 = __this->get_m_String_13(); NullCheck(L_162); int32_t L_163; L_163 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_162, /*hidden argument*/NULL); if ((!(((uint32_t)L_161) == ((uint32_t)L_163)))) { goto IL_042c; } } { String_t* L_164 = __this->get_m_String_13(); return L_164; } IL_042c: { String_t* L_165 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_166 = __this->get_m_Info_18(); NullCheck(L_166); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_167 = L_166->get_address_of_Offset_3(); uint16_t L_168 = L_167->get_Scheme_0(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_169 = __this->get_m_Info_18(); NullCheck(L_169); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_170 = L_169->get_address_of_Offset_3(); uint16_t L_171 = L_170->get_Fragment_6(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_172 = __this->get_m_Info_18(); NullCheck(L_172); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_173 = L_172->get_address_of_Offset_3(); uint16_t L_174 = L_173->get_Scheme_0(); NullCheck(L_165); String_t* L_175; L_175 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_165, L_168, ((int32_t)il2cpp_codegen_subtract((int32_t)L_171, (int32_t)L_174)), /*hidden argument*/NULL); return L_175; } IL_0469: { int32_t L_176 = ___uriParts0; if ((((int32_t)L_176) == ((int32_t)1))) { goto IL_04aa; } } { String_t* L_177 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_178 = __this->get_m_Info_18(); NullCheck(L_178); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_179 = L_178->get_address_of_Offset_3(); uint16_t L_180 = L_179->get_Scheme_0(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_181 = __this->get_m_Info_18(); NullCheck(L_181); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_182 = L_181->get_address_of_Offset_3(); uint16_t L_183 = L_182->get_User_1(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_184 = __this->get_m_Info_18(); NullCheck(L_184); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_185 = L_184->get_address_of_Offset_3(); uint16_t L_186 = L_185->get_Scheme_0(); NullCheck(L_177); String_t* L_187; L_187 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_177, L_180, ((int32_t)il2cpp_codegen_subtract((int32_t)L_183, (int32_t)L_186)), /*hidden argument*/NULL); return L_187; } IL_04aa: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_188 = __this->get_m_Syntax_15(); NullCheck(L_188); String_t* L_189; L_189 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_188, /*hidden argument*/NULL); return L_189; } IL_04b6: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_190 = __this->get_m_Info_18(); NullCheck(L_190); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_191 = L_190->get_address_of_Offset_3(); uint16_t L_192 = L_191->get_Path_4(); V_2 = L_192; bool L_193; L_193 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)8388616))), /*hidden argument*/NULL); if (!L_193) { goto IL_04ea; } } IL_04d5: { String_t* L_194 = __this->get_m_String_13(); uint16_t L_195 = V_2; int32_t L_196 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_195, (int32_t)1)))); V_2 = (uint16_t)L_196; NullCheck(L_194); Il2CppChar L_197; L_197 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_194, L_196, /*hidden argument*/NULL); if ((!(((uint32_t)L_197) == ((uint32_t)((int32_t)58))))) { goto IL_04d5; } } IL_04ea: { uint16_t L_198 = V_2; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_199 = __this->get_m_Info_18(); NullCheck(L_199); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_200 = L_199->get_address_of_Offset_3(); uint16_t L_201 = L_200->get_Host_2(); if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_198, (int32_t)L_201))) { goto IL_052c; } } { String_t* L_202 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_203 = __this->get_m_Info_18(); NullCheck(L_203); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_204 = L_203->get_address_of_Offset_3(); uint16_t L_205 = L_204->get_Host_2(); uint16_t L_206 = V_2; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_207 = __this->get_m_Info_18(); NullCheck(L_207); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_208 = L_207->get_address_of_Offset_3(); uint16_t L_209 = L_208->get_Host_2(); NullCheck(L_202); String_t* L_210; L_210 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_202, L_205, ((int32_t)il2cpp_codegen_subtract((int32_t)L_206, (int32_t)L_209)), /*hidden argument*/NULL); return L_210; } IL_052c: { String_t* L_211 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_211; } IL_0532: { int32_t L_212 = ___uriParts0; if ((!(((uint32_t)L_212) == ((uint32_t)((int32_t)16))))) { goto IL_059c; } } { bool L_213; L_213 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)1048576))), /*hidden argument*/NULL); if (!L_213) { goto IL_059c; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_214 = __this->get_m_Info_18(); NullCheck(L_214); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_215 = L_214->get_address_of_Offset_3(); uint16_t L_216 = L_215->get_End_7(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_217 = __this->get_m_Info_18(); NullCheck(L_217); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_218 = L_217->get_address_of_Offset_3(); uint16_t L_219 = L_218->get_Path_4(); if ((((int32_t)L_216) <= ((int32_t)L_219))) { goto IL_059c; } } { String_t* L_220 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_221 = __this->get_m_Info_18(); NullCheck(L_221); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_222 = L_221->get_address_of_Offset_3(); uint16_t L_223 = L_222->get_Path_4(); NullCheck(L_220); Il2CppChar L_224; L_224 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_220, L_223, /*hidden argument*/NULL); if ((!(((uint32_t)L_224) == ((uint32_t)((int32_t)47))))) { goto IL_059c; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_225 = __this->get_m_Info_18(); NullCheck(L_225); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_226 = L_225->get_address_of_Offset_3(); uint16_t L_227 = L_226->get_Path_4(); V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_227, (int32_t)1)))); goto IL_05ad; } IL_059c: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_228 = __this->get_m_Info_18(); NullCheck(L_228); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_229 = L_228->get_address_of_Offset_3(); uint16_t L_230 = L_229->get_Path_4(); V_0 = L_230; } IL_05ad: { uint16_t L_231 = V_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_232 = __this->get_m_Info_18(); NullCheck(L_232); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_233 = L_232->get_address_of_Offset_3(); uint16_t L_234 = L_233->get_Query_5(); if ((((int32_t)L_231) < ((int32_t)L_234))) { goto IL_05c6; } } { String_t* L_235 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_235; } IL_05c6: { String_t* L_236 = __this->get_m_String_13(); uint16_t L_237 = V_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_238 = __this->get_m_Info_18(); NullCheck(L_238); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_239 = L_238->get_address_of_Offset_3(); uint16_t L_240 = L_239->get_Query_5(); uint16_t L_241 = V_0; NullCheck(L_236); String_t* L_242; L_242 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_236, L_237, ((int32_t)il2cpp_codegen_subtract((int32_t)L_240, (int32_t)L_241)), /*hidden argument*/NULL); return L_242; } IL_05e5: { int32_t L_243 = ___uriParts0; if ((!(((uint32_t)L_243) == ((uint32_t)((int32_t)32))))) { goto IL_0600; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_244 = __this->get_m_Info_18(); NullCheck(L_244); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_245 = L_244->get_address_of_Offset_3(); uint16_t L_246 = L_245->get_Query_5(); V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_246, (int32_t)1)))); goto IL_0611; } IL_0600: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_247 = __this->get_m_Info_18(); NullCheck(L_247); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_248 = L_247->get_address_of_Offset_3(); uint16_t L_249 = L_248->get_Query_5(); V_0 = L_249; } IL_0611: { uint16_t L_250 = V_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_251 = __this->get_m_Info_18(); NullCheck(L_251); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_252 = L_251->get_address_of_Offset_3(); uint16_t L_253 = L_252->get_Fragment_6(); if ((((int32_t)L_250) < ((int32_t)L_253))) { goto IL_062a; } } { String_t* L_254 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_254; } IL_062a: { String_t* L_255 = __this->get_m_String_13(); uint16_t L_256 = V_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_257 = __this->get_m_Info_18(); NullCheck(L_257); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_258 = L_257->get_address_of_Offset_3(); uint16_t L_259 = L_258->get_Fragment_6(); uint16_t L_260 = V_0; NullCheck(L_255); String_t* L_261; L_261 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_255, L_256, ((int32_t)il2cpp_codegen_subtract((int32_t)L_259, (int32_t)L_260)), /*hidden argument*/NULL); return L_261; } IL_0649: { int32_t L_262 = ___uriParts0; if ((!(((uint32_t)L_262) == ((uint32_t)((int32_t)64))))) { goto IL_0664; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_263 = __this->get_m_Info_18(); NullCheck(L_263); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_264 = L_263->get_address_of_Offset_3(); uint16_t L_265 = L_264->get_Fragment_6(); V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_265, (int32_t)1)))); goto IL_0675; } IL_0664: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_266 = __this->get_m_Info_18(); NullCheck(L_266); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_267 = L_266->get_address_of_Offset_3(); uint16_t L_268 = L_267->get_Fragment_6(); V_0 = L_268; } IL_0675: { uint16_t L_269 = V_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_270 = __this->get_m_Info_18(); NullCheck(L_270); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_271 = L_270->get_address_of_Offset_3(); uint16_t L_272 = L_271->get_End_7(); if ((((int32_t)L_269) < ((int32_t)L_272))) { goto IL_068e; } } { String_t* L_273 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_273; } IL_068e: { String_t* L_274 = __this->get_m_String_13(); uint16_t L_275 = V_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_276 = __this->get_m_Info_18(); NullCheck(L_276); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_277 = L_276->get_address_of_Offset_3(); uint16_t L_278 = L_277->get_End_7(); uint16_t L_279 = V_0; NullCheck(L_274); String_t* L_280; L_280 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_274, L_275, ((int32_t)il2cpp_codegen_subtract((int32_t)L_278, (int32_t)L_279)), /*hidden argument*/NULL); return L_280; } IL_06ad: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_281 = __this->get_m_Info_18(); NullCheck(L_281); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_282 = L_281->get_address_of_Offset_3(); uint16_t L_283 = L_282->get_Path_4(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_284 = __this->get_m_Info_18(); NullCheck(L_284); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_285 = L_284->get_address_of_Offset_3(); uint16_t L_286 = L_285->get_User_1(); if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_283, (int32_t)L_286))) { goto IL_070d; } } { String_t* L_287 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_288 = __this->get_m_Info_18(); NullCheck(L_288); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_289 = L_288->get_address_of_Offset_3(); uint16_t L_290 = L_289->get_User_1(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_291 = __this->get_m_Info_18(); NullCheck(L_291); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_292 = L_291->get_address_of_Offset_3(); uint16_t L_293 = L_292->get_Path_4(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_294 = __this->get_m_Info_18(); NullCheck(L_294); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_295 = L_294->get_address_of_Offset_3(); uint16_t L_296 = L_295->get_User_1(); NullCheck(L_287); String_t* L_297; L_297 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_287, L_290, ((int32_t)il2cpp_codegen_subtract((int32_t)L_293, (int32_t)L_296)), /*hidden argument*/NULL); return L_297; } IL_070d: { String_t* L_298 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_298; } IL_0713: { bool L_299; L_299 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)8388608))), /*hidden argument*/NULL); if (L_299) { goto IL_06ad; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_300 = __this->get_m_Syntax_15(); NullCheck(L_300); int32_t L_301; L_301 = UriParser_get_DefaultPort_m7ECA5BE839D36C7FF854FEA0795D8DE701487D33_inline(L_300, /*hidden argument*/NULL); if ((((int32_t)L_301) == ((int32_t)(-1)))) { goto IL_06ad; } } { String_t* L_302 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_303 = __this->get_m_Info_18(); NullCheck(L_303); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_304 = L_303->get_address_of_Offset_3(); uint16_t L_305 = L_304->get_User_1(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_306 = __this->get_m_Info_18(); NullCheck(L_306); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_307 = L_306->get_address_of_Offset_3(); uint16_t L_308 = L_307->get_Path_4(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_309 = __this->get_m_Info_18(); NullCheck(L_309); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_310 = L_309->get_address_of_Offset_3(); uint16_t L_311 = L_310->get_User_1(); NullCheck(L_302); String_t* L_312; L_312 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_302, L_305, ((int32_t)il2cpp_codegen_subtract((int32_t)L_308, (int32_t)L_311)), /*hidden argument*/NULL); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_313 = __this->get_m_Info_18(); NullCheck(L_313); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_314 = L_313->get_address_of_Offset_3(); uint16_t* L_315 = L_314->get_address_of_PortValue_3(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_316; L_316 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_317; L_317 = UInt16_ToString_m960B640F8B0C181A9185FCD0921B2F85106FE336((uint16_t*)L_315, L_316, /*hidden argument*/NULL); String_t* L_318; L_318 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_312, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_317, /*hidden argument*/NULL); return L_318; } IL_0793: { String_t* L_319 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_320 = __this->get_m_Info_18(); NullCheck(L_320); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_321 = L_320->get_address_of_Offset_3(); uint16_t L_322 = L_321->get_Path_4(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_323 = __this->get_m_Info_18(); NullCheck(L_323); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_324 = L_323->get_address_of_Offset_3(); uint16_t L_325 = L_324->get_Fragment_6(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_326 = __this->get_m_Info_18(); NullCheck(L_326); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_327 = L_326->get_address_of_Offset_3(); uint16_t L_328 = L_327->get_Path_4(); NullCheck(L_319); String_t* L_329; L_329 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_319, L_322, ((int32_t)il2cpp_codegen_subtract((int32_t)L_325, (int32_t)L_328)), /*hidden argument*/NULL); return L_329; } IL_07d0: { bool L_330; L_330 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)2097152))), /*hidden argument*/NULL); if (!L_330) { goto IL_085c; } } { String_t* L_331 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_332 = __this->get_m_Info_18(); NullCheck(L_332); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_333 = L_332->get_address_of_Offset_3(); uint16_t L_334 = L_333->get_Scheme_0(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_335 = __this->get_m_Info_18(); NullCheck(L_335); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_336 = L_335->get_address_of_Offset_3(); uint16_t L_337 = L_336->get_User_1(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_338 = __this->get_m_Info_18(); NullCheck(L_338); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_339 = L_338->get_address_of_Offset_3(); uint16_t L_340 = L_339->get_Scheme_0(); NullCheck(L_331); String_t* L_341; L_341 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_331, L_334, ((int32_t)il2cpp_codegen_subtract((int32_t)L_337, (int32_t)L_340)), /*hidden argument*/NULL); String_t* L_342 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_343 = __this->get_m_Info_18(); NullCheck(L_343); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_344 = L_343->get_address_of_Offset_3(); uint16_t L_345 = L_344->get_Host_2(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_346 = __this->get_m_Info_18(); NullCheck(L_346); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_347 = L_346->get_address_of_Offset_3(); uint16_t L_348 = L_347->get_End_7(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_349 = __this->get_m_Info_18(); NullCheck(L_349); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_350 = L_349->get_address_of_Offset_3(); uint16_t L_351 = L_350->get_Host_2(); NullCheck(L_342); String_t* L_352; L_352 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_342, L_345, ((int32_t)il2cpp_codegen_subtract((int32_t)L_348, (int32_t)L_351)), /*hidden argument*/NULL); String_t* L_353; L_353 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_341, L_352, /*hidden argument*/NULL); return L_353; } IL_085c: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_354 = __this->get_m_Info_18(); NullCheck(L_354); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_355 = L_354->get_address_of_Offset_3(); uint16_t L_356 = L_355->get_Scheme_0(); if (L_356) { goto IL_0892; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_357 = __this->get_m_Info_18(); NullCheck(L_357); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_358 = L_357->get_address_of_Offset_3(); uint16_t L_359 = L_358->get_End_7(); String_t* L_360 = __this->get_m_String_13(); NullCheck(L_360); int32_t L_361; L_361 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_360, /*hidden argument*/NULL); if ((!(((uint32_t)L_359) == ((uint32_t)L_361)))) { goto IL_0892; } } { String_t* L_362 = __this->get_m_String_13(); return L_362; } IL_0892: { String_t* L_363 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_364 = __this->get_m_Info_18(); NullCheck(L_364); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_365 = L_364->get_address_of_Offset_3(); uint16_t L_366 = L_365->get_Scheme_0(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_367 = __this->get_m_Info_18(); NullCheck(L_367); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_368 = L_367->get_address_of_Offset_3(); uint16_t L_369 = L_368->get_End_7(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_370 = __this->get_m_Info_18(); NullCheck(L_370); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_371 = L_370->get_address_of_Offset_3(); uint16_t L_372 = L_371->get_Scheme_0(); NullCheck(L_363); String_t* L_373; L_373 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_363, L_366, ((int32_t)il2cpp_codegen_subtract((int32_t)L_369, (int32_t)L_372)), /*hidden argument*/NULL); return L_373; } IL_08cf: { String_t* L_374 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_375 = __this->get_m_Info_18(); NullCheck(L_375); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_376 = L_375->get_address_of_Offset_3(); uint16_t L_377 = L_376->get_Path_4(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_378 = __this->get_m_Info_18(); NullCheck(L_378); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_379 = L_378->get_address_of_Offset_3(); uint16_t L_380 = L_379->get_End_7(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_381 = __this->get_m_Info_18(); NullCheck(L_381); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_382 = L_381->get_address_of_Offset_3(); uint16_t L_383 = L_382->get_Path_4(); NullCheck(L_374); String_t* L_384; L_384 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_374, L_377, ((int32_t)il2cpp_codegen_subtract((int32_t)L_380, (int32_t)L_383)), /*hidden argument*/NULL); return L_384; } IL_090c: { bool L_385; L_385 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((int64_t)((int32_t)2097152))), /*hidden argument*/NULL); if (!L_385) { goto IL_0920; } } { String_t* L_386 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_386; } IL_0920: { int32_t L_387 = ___uriParts0; if ((!(((uint32_t)L_387) == ((uint32_t)2)))) { goto IL_093a; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_388 = __this->get_m_Info_18(); NullCheck(L_388); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_389 = L_388->get_address_of_Offset_3(); uint16_t L_390 = L_389->get_Host_2(); V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_390, (int32_t)1)))); goto IL_094b; } IL_093a: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_391 = __this->get_m_Info_18(); NullCheck(L_391); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_392 = L_391->get_address_of_Offset_3(); uint16_t L_393 = L_392->get_Host_2(); V_0 = L_393; } IL_094b: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_394 = __this->get_m_Info_18(); NullCheck(L_394); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_395 = L_394->get_address_of_Offset_3(); uint16_t L_396 = L_395->get_User_1(); uint16_t L_397 = V_0; if ((((int32_t)L_396) < ((int32_t)L_397))) { goto IL_0964; } } { String_t* L_398 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_398; } IL_0964: { String_t* L_399 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_400 = __this->get_m_Info_18(); NullCheck(L_400); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_401 = L_400->get_address_of_Offset_3(); uint16_t L_402 = L_401->get_User_1(); uint16_t L_403 = V_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_404 = __this->get_m_Info_18(); NullCheck(L_404); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_405 = L_404->get_address_of_Offset_3(); uint16_t L_406 = L_405->get_User_1(); NullCheck(L_399); String_t* L_407; L_407 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_399, L_402, ((int32_t)il2cpp_codegen_subtract((int32_t)L_403, (int32_t)L_406)), /*hidden argument*/NULL); return L_407; } IL_0992: { return (String_t*)NULL; } } // System.Void System.Uri::ParseRemaining() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseRemaining_m8C4350479C64906DDE464595F8BE5F8C14F2038D (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; bool V_1 = false; uint16_t V_2 = 0; uint16_t V_3 = 0; uint16_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; bool V_7 = false; Il2CppChar* V_8 = NULL; String_t* V_9 = NULL; uint16_t V_10 = 0; uint16_t V_11 = 0; uint16_t V_12 = 0; String_t* V_13 = NULL; Il2CppChar* V_14 = NULL; uint16_t V_15 = 0; String_t* V_16 = NULL; Il2CppChar* V_17 = NULL; uint16_t V_18 = 0; String_t* V_19 = NULL; Il2CppChar* V_20 = NULL; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * V_21 = NULL; bool V_22 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B5_0 = 0; int32_t G_B45_0 = 0; uint16_t* G_B45_1 = NULL; String_t* G_B45_2 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B45_3 = NULL; int32_t G_B42_0 = 0; uint16_t* G_B42_1 = NULL; String_t* G_B42_2 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B42_3 = NULL; int32_t G_B44_0 = 0; uint16_t* G_B44_1 = NULL; String_t* G_B44_2 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B44_3 = NULL; int32_t G_B43_0 = 0; uint16_t* G_B43_1 = NULL; String_t* G_B43_2 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B43_3 = NULL; int32_t G_B46_0 = 0; int32_t G_B46_1 = 0; uint16_t* G_B46_2 = NULL; String_t* G_B46_3 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B46_4 = NULL; uint16_t G_B63_0 = 0; uint16_t* G_B63_1 = NULL; Il2CppChar* G_B63_2 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B63_3 = NULL; uint16_t G_B60_0 = 0; uint16_t* G_B60_1 = NULL; Il2CppChar* G_B60_2 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B60_3 = NULL; uint16_t G_B62_0 = 0; uint16_t* G_B62_1 = NULL; Il2CppChar* G_B62_2 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B62_3 = NULL; uint16_t G_B61_0 = 0; uint16_t* G_B61_1 = NULL; Il2CppChar* G_B61_2 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B61_3 = NULL; int32_t G_B64_0 = 0; uint16_t G_B64_1 = 0; uint16_t* G_B64_2 = NULL; Il2CppChar* G_B64_3 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B64_4 = NULL; int32_t G_B107_0 = 0; uint16_t* G_B107_1 = NULL; String_t* G_B107_2 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B107_3 = NULL; int32_t G_B106_0 = 0; uint16_t* G_B106_1 = NULL; String_t* G_B106_2 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B106_3 = NULL; int32_t G_B108_0 = 0; int32_t G_B108_1 = 0; uint16_t* G_B108_2 = NULL; String_t* G_B108_3 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B108_4 = NULL; uint16_t G_B121_0 = 0; uint16_t* G_B121_1 = NULL; Il2CppChar* G_B121_2 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B121_3 = NULL; uint16_t G_B120_0 = 0; uint16_t* G_B120_1 = NULL; Il2CppChar* G_B120_2 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B120_3 = NULL; int32_t G_B122_0 = 0; uint16_t G_B122_1 = 0; uint16_t* G_B122_2 = NULL; Il2CppChar* G_B122_3 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B122_4 = NULL; { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_0; L_0 = Uri_EnsureUriInfo_m5FA3DF1CD26867815CE1F247A47530E1D7E35F7E(__this, /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)0)); bool L_1; L_1 = Uri_get_UserDrivenParsing_mF09087D4DE9A0823EBF1FC0C14101335D01393F2(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0822; } } { bool L_2 = __this->get_m_iriParsing_19(); if (!L_2) { goto IL_0045; } } { uint64_t L_3 = __this->get_m_Flags_17(); if (!((int64_t)((int64_t)L_3&(int64_t)((int64_t)8589934592LL)))) { goto IL_0045; } } { uint64_t L_4 = __this->get_m_Flags_17(); G_B5_0 = ((((int64_t)((int64_t)((int64_t)L_4&(int64_t)((int64_t)34359738368LL)))) == ((int64_t)((int64_t)((int64_t)0))))? 1 : 0); goto IL_0046; } IL_0045: { G_B5_0 = 0; } IL_0046: { V_1 = (bool)G_B5_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_5 = __this->get_m_Info_18(); NullCheck(L_5); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_6 = L_5->get_address_of_Offset_3(); uint16_t L_7 = L_6->get_Scheme_0(); V_3 = L_7; String_t* L_8 = __this->get_m_String_13(); NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); V_4 = (uint16_t)((int32_t)((uint16_t)L_9)); V_5 = 0; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_10 = __this->get_m_Syntax_15(); NullCheck(L_10); int32_t L_11; L_11 = UriParser_get_Flags_mDAA0D828057CA2CA4493FD152D3760E975BAE7F0_inline(L_10, /*hidden argument*/NULL); V_6 = L_11; String_t* L_12 = __this->get_m_String_13(); V_9 = L_12; String_t* L_13 = V_9; V_8 = (Il2CppChar*)((uintptr_t)L_13); Il2CppChar* L_14 = V_8; if (!L_14) { goto IL_0091; } } { Il2CppChar* L_15 = V_8; int32_t L_16; L_16 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)L_16)); } IL_0091: { uint16_t L_17 = V_4; uint16_t L_18 = V_3; if ((((int32_t)L_17) <= ((int32_t)L_18))) { goto IL_00d1; } } { Il2CppChar* L_19 = V_8; uint16_t L_20 = V_4; int32_t L_21 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1))), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_22; L_22 = Uri_IsLWS_mAE27963118FD3DA41FEC97493B2D9EFBF46E6C57(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00d1; } } { uint16_t L_23 = V_4; V_4 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)))); } IL_00af: { uint16_t L_24 = V_4; uint16_t L_25 = V_3; if ((((int32_t)L_24) == ((int32_t)L_25))) { goto IL_00ca; } } { Il2CppChar* L_26 = V_8; uint16_t L_27 = V_4; int32_t L_28 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)))); V_4 = (uint16_t)L_28; int32_t L_29 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_28), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_30; L_30 = Uri_IsLWS_mAE27963118FD3DA41FEC97493B2D9EFBF46E6C57(L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00af; } } IL_00ca: { uint16_t L_31 = V_4; V_4 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)))); } IL_00d1: { bool L_32; L_32 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); if (!L_32) { goto IL_00e3; } } { uint64_t L_33 = V_0; V_0 = ((int64_t)((int64_t)L_33|(int64_t)((int64_t)((int64_t)1)))); goto IL_016c; } IL_00e3: { V_10 = (uint16_t)0; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_34 = __this->get_m_Syntax_15(); NullCheck(L_34); String_t* L_35; L_35 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_34, /*hidden argument*/NULL); NullCheck(L_35); int32_t L_36; L_36 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_35, /*hidden argument*/NULL); V_11 = (uint16_t)((int32_t)((uint16_t)L_36)); goto IL_0126; } IL_00fb: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_37 = __this->get_m_Syntax_15(); NullCheck(L_37); String_t* L_38; L_38 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_37, /*hidden argument*/NULL); uint16_t L_39 = V_10; NullCheck(L_38); Il2CppChar L_40; L_40 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_38, L_39, /*hidden argument*/NULL); Il2CppChar* L_41 = V_8; uint16_t L_42 = V_3; uint16_t L_43 = V_10; int32_t L_44 = *((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_add((int32_t)L_42, (int32_t)L_43))), (int32_t)2))))); if ((((int32_t)L_40) == ((int32_t)L_44))) { goto IL_011f; } } { uint64_t L_45 = V_0; V_0 = ((int64_t)((int64_t)L_45|(int64_t)((int64_t)((int64_t)1)))); } IL_011f: { uint16_t L_46 = V_10; V_10 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)))); } IL_0126: { uint16_t L_47 = V_10; uint16_t L_48 = V_11; if ((((int32_t)L_47) < ((int32_t)L_48))) { goto IL_00fb; } } { uint64_t L_49 = __this->get_m_Flags_17(); if (!((int64_t)((int64_t)L_49&(int64_t)((int64_t)((int64_t)((int32_t)1048576)))))) { goto IL_016c; } } { uint16_t L_50 = V_3; uint16_t L_51 = V_10; uint16_t L_52 = V_4; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)L_51)), (int32_t)3))) >= ((int32_t)L_52))) { goto IL_0167; } } { Il2CppChar* L_53 = V_8; uint16_t L_54 = V_3; uint16_t L_55 = V_10; int32_t L_56 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_53, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)L_55)), (int32_t)1))), (int32_t)2))))); if ((!(((uint32_t)L_56) == ((uint32_t)((int32_t)47))))) { goto IL_0167; } } { Il2CppChar* L_57 = V_8; uint16_t L_58 = V_3; uint16_t L_59 = V_10; int32_t L_60 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_57, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_59)), (int32_t)2))), (int32_t)2))))); if ((((int32_t)L_60) == ((int32_t)((int32_t)47)))) { goto IL_016c; } } IL_0167: { uint64_t L_61 = V_0; V_0 = ((int64_t)((int64_t)L_61|(int64_t)((int64_t)((int64_t)1)))); } IL_016c: { uint64_t L_62 = __this->get_m_Flags_17(); if (!((int64_t)((int64_t)L_62&(int64_t)((int64_t)((int64_t)((int32_t)2097152)))))) { goto IL_01e3; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_63 = __this->get_m_Info_18(); NullCheck(L_63); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_64 = L_63->get_address_of_Offset_3(); uint16_t L_65 = L_64->get_User_1(); V_3 = L_65; Il2CppChar* L_66 = V_8; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_67 = __this->get_m_Info_18(); NullCheck(L_67); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_68 = L_67->get_address_of_Offset_3(); uint16_t L_69 = L_68->get_Host_2(); int32_t L_70; L_70 = Uri_CheckCanonical_mFD937A06DC3885481C374ACDD190A3B3E40152F3(__this, (Il2CppChar*)(Il2CppChar*)L_66, (uint16_t*)(&V_3), L_69, ((int32_t)64), /*hidden argument*/NULL); V_5 = L_70; int32_t L_71 = V_5; if (((int32_t)((int32_t)L_71&(int32_t)2))) { goto IL_01b5; } } { uint64_t L_72 = V_0; V_0 = ((int64_t)((int64_t)L_72|(int64_t)((int64_t)((int64_t)2)))); } IL_01b5: { int32_t L_73 = V_5; if ((((int32_t)((int32_t)((int32_t)L_73&(int32_t)((int32_t)17)))) == ((int32_t)1))) { goto IL_01c6; } } { uint64_t L_74 = V_0; V_0 = ((int64_t)((int64_t)L_74|(int64_t)((int64_t)((int64_t)((int32_t)128))))); } IL_01c6: { bool L_75 = __this->get_m_iriParsing_19(); if (!L_75) { goto IL_01e3; } } { int32_t L_76 = V_5; if ((!(((uint32_t)((int32_t)((int32_t)L_76&(int32_t)((int32_t)91)))) == ((uint32_t)((int32_t)10))))) { goto IL_01e3; } } { uint64_t L_77 = V_0; V_0 = ((int64_t)((int64_t)L_77|(int64_t)((int64_t)549755813888LL))); } IL_01e3: { V_9 = (String_t*)NULL; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_78 = __this->get_m_Info_18(); NullCheck(L_78); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_79 = L_78->get_address_of_Offset_3(); uint16_t L_80 = L_79->get_Path_4(); V_3 = L_80; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_81 = __this->get_m_Info_18(); NullCheck(L_81); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_82 = L_81->get_address_of_Offset_3(); uint16_t L_83 = L_82->get_Path_4(); V_2 = L_83; bool L_84 = V_1; if (!L_84) { goto IL_034b; } } { bool L_85; L_85 = Uri_get_IsDosPath_m3374B9D26D6B547862ACB2E617AB6F96CA31A5AF(__this, /*hidden argument*/NULL); if (!L_85) { goto IL_0246; } } { bool L_86; L_86 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); if (!L_86) { goto IL_022b; } } { String_t* L_87 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_String_13(L_87); goto IL_0246; } IL_022b: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_88 = __this->get_m_Syntax_15(); NullCheck(L_88); String_t* L_89; L_89 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_88, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_90 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_SchemeDelimiter_12(); String_t* L_91; L_91 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_89, L_90, /*hidden argument*/NULL); __this->set_m_String_13(L_91); } IL_0246: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_92 = __this->get_m_Info_18(); NullCheck(L_92); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_93 = L_92->get_address_of_Offset_3(); String_t* L_94 = __this->get_m_String_13(); NullCheck(L_94); int32_t L_95; L_95 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_94, /*hidden argument*/NULL); L_93->set_Path_4((uint16_t)((int32_t)((uint16_t)L_95))); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_96 = __this->get_m_Info_18(); NullCheck(L_96); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_97 = L_96->get_address_of_Offset_3(); uint16_t L_98 = L_97->get_Path_4(); V_3 = L_98; uint16_t L_99 = V_2; V_12 = L_99; bool L_100; L_100 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); if (L_100) { goto IL_0285; } } { int32_t L_101 = V_6; if (((int32_t)((int32_t)L_101&(int32_t)((int32_t)96)))) { goto IL_02a6; } } IL_0285: { String_t* L_102 = __this->get_m_originalUnicodeString_14(); String_t* L_103 = __this->get_m_originalUnicodeString_14(); NullCheck(L_103); int32_t L_104; L_104 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_103, /*hidden argument*/NULL); Uri_FindEndOfComponent_m82D6E67E45114D23F403807E6D711C2A4E574567(__this, L_102, (uint16_t*)(&V_2), (uint16_t)((int32_t)((uint16_t)L_104)), ((int32_t)65535), /*hidden argument*/NULL); goto IL_02eb; } IL_02a6: { String_t* L_105 = __this->get_m_originalUnicodeString_14(); String_t* L_106 = __this->get_m_originalUnicodeString_14(); NullCheck(L_106); int32_t L_107; L_107 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_106, /*hidden argument*/NULL); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_108 = __this->get_m_Syntax_15(); NullCheck(L_108); bool L_109; L_109 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_108, ((int32_t)32), /*hidden argument*/NULL); G_B42_0 = ((int32_t)((uint16_t)L_107)); G_B42_1 = (&V_2); G_B42_2 = L_105; G_B42_3 = __this; if (L_109) { G_B45_0 = ((int32_t)((uint16_t)L_107)); G_B45_1 = (&V_2); G_B45_2 = L_105; G_B45_3 = __this; goto IL_02e4; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_110 = __this->get_m_Syntax_15(); NullCheck(L_110); bool L_111; L_111 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_110, ((int32_t)64), /*hidden argument*/NULL); G_B43_0 = G_B42_0; G_B43_1 = G_B42_1; G_B43_2 = G_B42_2; G_B43_3 = G_B42_3; if (L_111) { G_B44_0 = G_B42_0; G_B44_1 = G_B42_1; G_B44_2 = G_B42_2; G_B44_3 = G_B42_3; goto IL_02e0; } } { G_B46_0 = ((int32_t)65534); G_B46_1 = G_B43_0; G_B46_2 = G_B43_1; G_B46_3 = G_B43_2; G_B46_4 = G_B43_3; goto IL_02e6; } IL_02e0: { G_B46_0 = ((int32_t)35); G_B46_1 = G_B44_0; G_B46_2 = G_B44_1; G_B46_3 = G_B44_2; G_B46_4 = G_B44_3; goto IL_02e6; } IL_02e4: { G_B46_0 = ((int32_t)63); G_B46_1 = G_B45_0; G_B46_2 = G_B45_1; G_B46_3 = G_B45_2; G_B46_4 = G_B45_3; } IL_02e6: { NullCheck(G_B46_4); Uri_FindEndOfComponent_m82D6E67E45114D23F403807E6D711C2A4E574567(G_B46_4, G_B46_3, (uint16_t*)G_B46_2, (uint16_t)G_B46_1, G_B46_0, /*hidden argument*/NULL); } IL_02eb: { String_t* L_112 = __this->get_m_originalUnicodeString_14(); uint16_t L_113 = V_12; uint16_t L_114 = V_2; String_t* L_115; L_115 = Uri_EscapeUnescapeIri_m606A69B7A76A131D0CA6F562E5DC0721C626E071(__this, L_112, L_113, L_114, ((int32_t)16), /*hidden argument*/NULL); V_13 = L_115; } IL_02fe: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); bool L_116; L_116 = UriParser_get_ShouldUseLegacyV2Quirks_m999F115810F8CD526705FC7FE28DC78348BB6B58(/*hidden argument*/NULL); if (!L_116) { goto IL_0320; } } IL_0305: { String_t* L_117 = __this->get_m_String_13(); String_t* L_118 = V_13; NullCheck(L_118); String_t* L_119; L_119 = String_Normalize_m8CD42072C9F7B418990609EB63C5F7E1328321A9(L_118, 1, /*hidden argument*/NULL); String_t* L_120; L_120 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_117, L_119, /*hidden argument*/NULL); __this->set_m_String_13(L_120); goto IL_0333; } IL_0320: { String_t* L_121 = __this->get_m_String_13(); String_t* L_122 = V_13; String_t* L_123; L_123 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_121, L_122, /*hidden argument*/NULL); __this->set_m_String_13(L_123); } IL_0333: { goto IL_033d; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0335; } throw e; } CATCH_0335: { // begin catch(System.ArgumentException) IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_124; L_124 = Uri_GetException_m09A6668C52473C2B01ADB6FC52B1F64C98AA2F2B(1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_124, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_ParseRemaining_m8C4350479C64906DDE464595F8BE5F8C14F2038D_RuntimeMethod_var))); } // end catch (depth: 1) IL_033d: { String_t* L_125 = __this->get_m_String_13(); NullCheck(L_125); int32_t L_126; L_126 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_125, /*hidden argument*/NULL); V_4 = (uint16_t)((int32_t)((uint16_t)L_126)); } IL_034b: { String_t* L_127 = __this->get_m_String_13(); V_9 = L_127; String_t* L_128 = V_9; V_14 = (Il2CppChar*)((uintptr_t)L_128); Il2CppChar* L_129 = V_14; if (!L_129) { goto IL_0366; } } { Il2CppChar* L_130 = V_14; int32_t L_131; L_131 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_14 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_130, (int32_t)L_131)); } IL_0366: { bool L_132; L_132 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); if (L_132) { goto IL_0375; } } { int32_t L_133 = V_6; if (((int32_t)((int32_t)L_133&(int32_t)((int32_t)96)))) { goto IL_038a; } } IL_0375: { Il2CppChar* L_134 = V_14; uint16_t L_135 = V_4; int32_t L_136; L_136 = Uri_CheckCanonical_mFD937A06DC3885481C374ACDD190A3B3E40152F3(__this, (Il2CppChar*)(Il2CppChar*)L_134, (uint16_t*)(&V_3), L_135, ((int32_t)65535), /*hidden argument*/NULL); V_5 = L_136; goto IL_03bb; } IL_038a: { Il2CppChar* L_137 = V_14; uint16_t L_138 = V_4; int32_t L_139 = V_6; G_B60_0 = L_138; G_B60_1 = (&V_3); G_B60_2 = L_137; G_B60_3 = __this; if (((int32_t)((int32_t)L_139&(int32_t)((int32_t)32)))) { G_B63_0 = L_138; G_B63_1 = (&V_3); G_B63_2 = L_137; G_B63_3 = __this; goto IL_03b2; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_140 = __this->get_m_Syntax_15(); NullCheck(L_140); bool L_141; L_141 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_140, ((int32_t)64), /*hidden argument*/NULL); G_B61_0 = G_B60_0; G_B61_1 = G_B60_1; G_B61_2 = G_B60_2; G_B61_3 = G_B60_3; if (L_141) { G_B62_0 = G_B60_0; G_B62_1 = G_B60_1; G_B62_2 = G_B60_2; G_B62_3 = G_B60_3; goto IL_03ae; } } { G_B64_0 = ((int32_t)65534); G_B64_1 = G_B61_0; G_B64_2 = G_B61_1; G_B64_3 = G_B61_2; G_B64_4 = G_B61_3; goto IL_03b4; } IL_03ae: { G_B64_0 = ((int32_t)35); G_B64_1 = G_B62_0; G_B64_2 = G_B62_1; G_B64_3 = G_B62_2; G_B64_4 = G_B62_3; goto IL_03b4; } IL_03b2: { G_B64_0 = ((int32_t)63); G_B64_1 = G_B63_0; G_B64_2 = G_B63_1; G_B64_3 = G_B63_2; G_B64_4 = G_B63_3; } IL_03b4: { NullCheck(G_B64_4); int32_t L_142; L_142 = Uri_CheckCanonical_mFD937A06DC3885481C374ACDD190A3B3E40152F3(G_B64_4, (Il2CppChar*)(Il2CppChar*)G_B64_3, (uint16_t*)G_B64_2, G_B64_1, G_B64_0, /*hidden argument*/NULL); V_5 = L_142; } IL_03bb: { uint64_t L_143 = __this->get_m_Flags_17(); if (!((int64_t)((int64_t)L_143&(int64_t)((int64_t)((int64_t)((int32_t)1048576)))))) { goto IL_0427; } } { int32_t L_144 = V_6; if (!((int32_t)((int32_t)L_144&(int32_t)((int32_t)2097152)))) { goto IL_0427; } } { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_145 = __this->get_m_Info_18(); NullCheck(L_145); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_146 = L_145->get_address_of_Offset_3(); uint16_t L_147 = L_146->get_Path_4(); uint16_t L_148 = V_4; if ((((int32_t)L_147) == ((int32_t)L_148))) { goto IL_041e; } } { Il2CppChar* L_149 = V_14; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_150 = __this->get_m_Info_18(); NullCheck(L_150); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_151 = L_150->get_address_of_Offset_3(); uint16_t L_152 = L_151->get_Path_4(); int32_t L_153 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_149, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_152), (int32_t)2))))); if ((((int32_t)L_153) == ((int32_t)((int32_t)47)))) { goto IL_0427; } } { Il2CppChar* L_154 = V_14; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_155 = __this->get_m_Info_18(); NullCheck(L_155); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_156 = L_155->get_address_of_Offset_3(); uint16_t L_157 = L_156->get_Path_4(); int32_t L_158 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_154, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_157), (int32_t)2))))); if ((((int32_t)L_158) == ((int32_t)((int32_t)92)))) { goto IL_0427; } } IL_041e: { uint64_t L_159 = V_0; V_0 = ((int64_t)((int64_t)L_159|(int64_t)((int64_t)((int64_t)((int32_t)16384))))); } IL_0427: { V_9 = (String_t*)NULL; V_7 = (bool)0; bool L_160; L_160 = Uri_get_IsDosPath_m3374B9D26D6B547862ACB2E617AB6F96CA31A5AF(__this, /*hidden argument*/NULL); if (L_160) { goto IL_0463; } } { uint64_t L_161 = __this->get_m_Flags_17(); if (!((int64_t)((int64_t)L_161&(int64_t)((int64_t)((int64_t)((int32_t)1048576)))))) { goto IL_04dd; } } { int32_t L_162 = V_6; if (((int32_t)((int32_t)L_162&(int32_t)((int32_t)12582912)))) { goto IL_0463; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_163 = __this->get_m_Syntax_15(); NullCheck(L_163); bool L_164; L_164 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_163, ((int32_t)33554432), /*hidden argument*/NULL); if (!L_164) { goto IL_04dd; } } IL_0463: { int32_t L_165 = V_5; if (!((int32_t)((int32_t)L_165&(int32_t)((int32_t)128)))) { goto IL_048b; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_166 = __this->get_m_Syntax_15(); NullCheck(L_166); bool L_167; L_167 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_166, ((int32_t)33554432), /*hidden argument*/NULL); if (!L_167) { goto IL_048b; } } { uint64_t L_168 = V_0; V_0 = ((int64_t)((int64_t)L_168|(int64_t)((int64_t)((int64_t)((int32_t)1040))))); V_7 = (bool)1; } IL_048b: { int32_t L_169 = V_6; if (!((int32_t)((int32_t)L_169&(int32_t)((int32_t)4194304)))) { goto IL_04a8; } } { int32_t L_170 = V_5; if (!((int32_t)((int32_t)L_170&(int32_t)((int32_t)16)))) { goto IL_04a8; } } { uint64_t L_171 = V_0; V_0 = ((int64_t)((int64_t)L_171|(int64_t)((int64_t)((int64_t)((int32_t)1040))))); V_7 = (bool)1; } IL_04a8: { int32_t L_172 = V_6; if (!((int32_t)((int32_t)L_172&(int32_t)((int32_t)8388608)))) { goto IL_04cb; } } { uint64_t L_173 = V_0; if (((int64_t)((int64_t)L_173&(int64_t)((int64_t)((int64_t)((int32_t)1024)))))) { goto IL_04c2; } } { int32_t L_174 = V_5; if (!((int32_t)((int32_t)L_174&(int32_t)4))) { goto IL_04cb; } } IL_04c2: { uint64_t L_175 = V_0; V_0 = ((int64_t)((int64_t)L_175|(int64_t)((int64_t)((int64_t)((int32_t)8192))))); } IL_04cb: { int32_t L_176 = V_5; if (!((int32_t)((int32_t)L_176&(int32_t)((int32_t)16)))) { goto IL_04f0; } } { uint64_t L_177 = V_0; V_0 = ((int64_t)((int64_t)L_177|(int64_t)((int64_t)((int64_t)((int32_t)32768))))); goto IL_04f0; } IL_04dd: { int32_t L_178 = V_5; if (!((int32_t)((int32_t)L_178&(int32_t)((int32_t)16)))) { goto IL_04f0; } } { uint64_t L_179 = V_0; V_0 = ((int64_t)((int64_t)L_179|(int64_t)((int64_t)((int64_t)((int32_t)1024))))); V_7 = (bool)1; } IL_04f0: { int32_t L_180 = V_5; if (((int32_t)((int32_t)L_180&(int32_t)2))) { goto IL_0524; } } { uint64_t L_181 = __this->get_m_Flags_17(); if (!((int64_t)((int64_t)L_181&(int64_t)((int64_t)((int64_t)((int32_t)536870912)))))) { goto IL_051b; } } { uint64_t L_182 = __this->get_m_Flags_17(); if (((int64_t)((int64_t)L_182&(int64_t)((int64_t)((int64_t)((int32_t)524288)))))) { goto IL_051b; } } { int32_t L_183 = V_5; if (!((int32_t)((int32_t)L_183&(int32_t)((int32_t)32)))) { goto IL_0524; } } IL_051b: { uint64_t L_184 = V_0; V_0 = ((int64_t)((int64_t)L_184|(int64_t)((int64_t)((int64_t)((int32_t)16))))); V_7 = (bool)1; } IL_0524: { uint64_t L_185 = __this->get_m_Flags_17(); if (!((int64_t)((int64_t)L_185&(int64_t)((int64_t)((int64_t)((int32_t)536870912)))))) { goto IL_0541; } } { int32_t L_186 = V_5; if (!((int32_t)((int32_t)L_186&(int32_t)((int32_t)33)))) { goto IL_0541; } } { int32_t L_187 = V_5; V_5 = ((int32_t)((int32_t)L_187&(int32_t)((int32_t)-2))); } IL_0541: { int32_t L_188 = V_5; if (((int32_t)((int32_t)L_188&(int32_t)1))) { goto IL_0550; } } { uint64_t L_189 = V_0; V_0 = ((int64_t)((int64_t)L_189|(int64_t)((int64_t)((int64_t)((int32_t)1024))))); } IL_0550: { bool L_190 = __this->get_m_iriParsing_19(); if (!L_190) { goto IL_0575; } } { bool L_191 = V_7; int32_t L_192 = V_5; if (!((int32_t)((int32_t)((((int32_t)L_191) == ((int32_t)0))? 1 : 0)&(int32_t)((((int32_t)((int32_t)((int32_t)L_192&(int32_t)((int32_t)75)))) == ((int32_t)((int32_t)10)))? 1 : 0)))) { goto IL_0575; } } { uint64_t L_193 = V_0; V_0 = ((int64_t)((int64_t)L_193|(int64_t)((int64_t)1099511627776LL))); } IL_0575: { bool L_194 = V_1; if (!L_194) { goto IL_0631; } } { uint16_t L_195 = V_2; V_15 = L_195; uint16_t L_196 = V_2; String_t* L_197 = __this->get_m_originalUnicodeString_14(); NullCheck(L_197); int32_t L_198; L_198 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_197, /*hidden argument*/NULL); if ((((int32_t)L_196) >= ((int32_t)L_198))) { goto IL_0631; } } { String_t* L_199 = __this->get_m_originalUnicodeString_14(); uint16_t L_200 = V_2; NullCheck(L_199); Il2CppChar L_201; L_201 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_199, L_200, /*hidden argument*/NULL); if ((!(((uint32_t)L_201) == ((uint32_t)((int32_t)63))))) { goto IL_0631; } } { uint16_t L_202 = V_2; V_2 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)1)))); String_t* L_203 = __this->get_m_originalUnicodeString_14(); String_t* L_204 = __this->get_m_originalUnicodeString_14(); NullCheck(L_204); int32_t L_205; L_205 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_204, /*hidden argument*/NULL); int32_t L_206 = V_6; G_B106_0 = ((int32_t)((uint16_t)L_205)); G_B106_1 = (&V_2); G_B106_2 = L_203; G_B106_3 = __this; if (((int32_t)((int32_t)L_206&(int32_t)((int32_t)64)))) { G_B107_0 = ((int32_t)((uint16_t)L_205)); G_B107_1 = (&V_2); G_B107_2 = L_203; G_B107_3 = __this; goto IL_05ca; } } { G_B108_0 = ((int32_t)65534); G_B108_1 = G_B106_0; G_B108_2 = G_B106_1; G_B108_3 = G_B106_2; G_B108_4 = G_B106_3; goto IL_05cc; } IL_05ca: { G_B108_0 = ((int32_t)35); G_B108_1 = G_B107_0; G_B108_2 = G_B107_1; G_B108_3 = G_B107_2; G_B108_4 = G_B107_3; } IL_05cc: { NullCheck(G_B108_4); Uri_FindEndOfComponent_m82D6E67E45114D23F403807E6D711C2A4E574567(G_B108_4, G_B108_3, (uint16_t*)G_B108_2, (uint16_t)G_B108_1, G_B108_0, /*hidden argument*/NULL); String_t* L_207 = __this->get_m_originalUnicodeString_14(); uint16_t L_208 = V_15; uint16_t L_209 = V_2; String_t* L_210; L_210 = Uri_EscapeUnescapeIri_m606A69B7A76A131D0CA6F562E5DC0721C626E071(__this, L_207, L_208, L_209, ((int32_t)32), /*hidden argument*/NULL); V_16 = L_210; } IL_05e4: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); bool L_211; L_211 = UriParser_get_ShouldUseLegacyV2Quirks_m999F115810F8CD526705FC7FE28DC78348BB6B58(/*hidden argument*/NULL); if (!L_211) { goto IL_0606; } } IL_05eb: { String_t* L_212 = __this->get_m_String_13(); String_t* L_213 = V_16; NullCheck(L_213); String_t* L_214; L_214 = String_Normalize_m8CD42072C9F7B418990609EB63C5F7E1328321A9(L_213, 1, /*hidden argument*/NULL); String_t* L_215; L_215 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_212, L_214, /*hidden argument*/NULL); __this->set_m_String_13(L_215); goto IL_0619; } IL_0606: { String_t* L_216 = __this->get_m_String_13(); String_t* L_217 = V_16; String_t* L_218; L_218 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_216, L_217, /*hidden argument*/NULL); __this->set_m_String_13(L_218); } IL_0619: { goto IL_0623; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_061b; } throw e; } CATCH_061b: { // begin catch(System.ArgumentException) IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_219; L_219 = Uri_GetException_m09A6668C52473C2B01ADB6FC52B1F64C98AA2F2B(1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_219, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_ParseRemaining_m8C4350479C64906DDE464595F8BE5F8C14F2038D_RuntimeMethod_var))); } // end catch (depth: 1) IL_0623: { String_t* L_220 = __this->get_m_String_13(); NullCheck(L_220); int32_t L_221; L_221 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_220, /*hidden argument*/NULL); V_4 = (uint16_t)((int32_t)((uint16_t)L_221)); } IL_0631: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_222 = __this->get_m_Info_18(); NullCheck(L_222); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_223 = L_222->get_address_of_Offset_3(); uint16_t L_224 = V_3; L_223->set_Query_5(L_224); String_t* L_225 = __this->get_m_String_13(); V_9 = L_225; String_t* L_226 = V_9; V_17 = (Il2CppChar*)((uintptr_t)L_226); Il2CppChar* L_227 = V_17; if (!L_227) { goto IL_065d; } } { Il2CppChar* L_228 = V_17; int32_t L_229; L_229 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_17 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_228, (int32_t)L_229)); } IL_065d: { uint16_t L_230 = V_3; uint16_t L_231 = V_4; if ((((int32_t)L_230) >= ((int32_t)L_231))) { goto IL_06cb; } } { Il2CppChar* L_232 = V_17; uint16_t L_233 = V_3; int32_t L_234 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_232, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_233), (int32_t)2))))); if ((!(((uint32_t)L_234) == ((uint32_t)((int32_t)63))))) { goto IL_06cb; } } { uint16_t L_235 = V_3; V_3 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_235, (int32_t)1)))); Il2CppChar* L_236 = V_17; uint16_t L_237 = V_4; int32_t L_238 = V_6; G_B120_0 = L_237; G_B120_1 = (&V_3); G_B120_2 = L_236; G_B120_3 = __this; if (((int32_t)((int32_t)L_238&(int32_t)((int32_t)64)))) { G_B121_0 = L_237; G_B121_1 = (&V_3); G_B121_2 = L_236; G_B121_3 = __this; goto IL_0688; } } { G_B122_0 = ((int32_t)65534); G_B122_1 = G_B120_0; G_B122_2 = G_B120_1; G_B122_3 = G_B120_2; G_B122_4 = G_B120_3; goto IL_068a; } IL_0688: { G_B122_0 = ((int32_t)35); G_B122_1 = G_B121_0; G_B122_2 = G_B121_1; G_B122_3 = G_B121_2; G_B122_4 = G_B121_3; } IL_068a: { NullCheck(G_B122_4); int32_t L_239; L_239 = Uri_CheckCanonical_mFD937A06DC3885481C374ACDD190A3B3E40152F3(G_B122_4, (Il2CppChar*)(Il2CppChar*)G_B122_3, (uint16_t*)G_B122_2, G_B122_1, G_B122_0, /*hidden argument*/NULL); V_5 = L_239; int32_t L_240 = V_5; if (((int32_t)((int32_t)L_240&(int32_t)2))) { goto IL_069d; } } { uint64_t L_241 = V_0; V_0 = ((int64_t)((int64_t)L_241|(int64_t)((int64_t)((int64_t)((int32_t)32))))); } IL_069d: { int32_t L_242 = V_5; if ((((int32_t)((int32_t)((int32_t)L_242&(int32_t)((int32_t)17)))) == ((int32_t)1))) { goto IL_06ae; } } { uint64_t L_243 = V_0; V_0 = ((int64_t)((int64_t)L_243|(int64_t)((int64_t)((int64_t)((int32_t)2048))))); } IL_06ae: { bool L_244 = __this->get_m_iriParsing_19(); if (!L_244) { goto IL_06cb; } } { int32_t L_245 = V_5; if ((!(((uint32_t)((int32_t)((int32_t)L_245&(int32_t)((int32_t)91)))) == ((uint32_t)((int32_t)10))))) { goto IL_06cb; } } { uint64_t L_246 = V_0; V_0 = ((int64_t)((int64_t)L_246|(int64_t)((int64_t)2199023255552LL))); } IL_06cb: { V_9 = (String_t*)NULL; bool L_247 = V_1; if (!L_247) { goto IL_077f; } } { uint16_t L_248 = V_2; V_18 = L_248; uint16_t L_249 = V_2; String_t* L_250 = __this->get_m_originalUnicodeString_14(); NullCheck(L_250); int32_t L_251; L_251 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_250, /*hidden argument*/NULL); if ((((int32_t)L_249) >= ((int32_t)L_251))) { goto IL_077f; } } { String_t* L_252 = __this->get_m_originalUnicodeString_14(); uint16_t L_253 = V_2; NullCheck(L_252); Il2CppChar L_254; L_254 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_252, L_253, /*hidden argument*/NULL); if ((!(((uint32_t)L_254) == ((uint32_t)((int32_t)35))))) { goto IL_077f; } } { uint16_t L_255 = V_2; V_2 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_255, (int32_t)1)))); String_t* L_256 = __this->get_m_originalUnicodeString_14(); String_t* L_257 = __this->get_m_originalUnicodeString_14(); NullCheck(L_257); int32_t L_258; L_258 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_257, /*hidden argument*/NULL); Uri_FindEndOfComponent_m82D6E67E45114D23F403807E6D711C2A4E574567(__this, L_256, (uint16_t*)(&V_2), (uint16_t)((int32_t)((uint16_t)L_258)), ((int32_t)65534), /*hidden argument*/NULL); String_t* L_259 = __this->get_m_originalUnicodeString_14(); uint16_t L_260 = V_18; uint16_t L_261 = V_2; String_t* L_262; L_262 = Uri_EscapeUnescapeIri_m606A69B7A76A131D0CA6F562E5DC0721C626E071(__this, L_259, L_260, L_261, ((int32_t)64), /*hidden argument*/NULL); V_19 = L_262; } IL_0732: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); bool L_263; L_263 = UriParser_get_ShouldUseLegacyV2Quirks_m999F115810F8CD526705FC7FE28DC78348BB6B58(/*hidden argument*/NULL); if (!L_263) { goto IL_0754; } } IL_0739: { String_t* L_264 = __this->get_m_String_13(); String_t* L_265 = V_19; NullCheck(L_265); String_t* L_266; L_266 = String_Normalize_m8CD42072C9F7B418990609EB63C5F7E1328321A9(L_265, 1, /*hidden argument*/NULL); String_t* L_267; L_267 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_264, L_266, /*hidden argument*/NULL); __this->set_m_String_13(L_267); goto IL_0767; } IL_0754: { String_t* L_268 = __this->get_m_String_13(); String_t* L_269 = V_19; String_t* L_270; L_270 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_268, L_269, /*hidden argument*/NULL); __this->set_m_String_13(L_270); } IL_0767: { goto IL_0771; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0769; } throw e; } CATCH_0769: { // begin catch(System.ArgumentException) IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_271; L_271 = Uri_GetException_m09A6668C52473C2B01ADB6FC52B1F64C98AA2F2B(1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_271, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_ParseRemaining_m8C4350479C64906DDE464595F8BE5F8C14F2038D_RuntimeMethod_var))); } // end catch (depth: 1) IL_0771: { String_t* L_272 = __this->get_m_String_13(); NullCheck(L_272); int32_t L_273; L_273 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_272, /*hidden argument*/NULL); V_4 = (uint16_t)((int32_t)((uint16_t)L_273)); } IL_077f: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_274 = __this->get_m_Info_18(); NullCheck(L_274); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_275 = L_274->get_address_of_Offset_3(); uint16_t L_276 = V_3; L_275->set_Fragment_6(L_276); String_t* L_277 = __this->get_m_String_13(); V_9 = L_277; String_t* L_278 = V_9; V_20 = (Il2CppChar*)((uintptr_t)L_278); Il2CppChar* L_279 = V_20; if (!L_279) { goto IL_07ab; } } { Il2CppChar* L_280 = V_20; int32_t L_281; L_281 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_20 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_280, (int32_t)L_281)); } IL_07ab: { uint16_t L_282 = V_3; uint16_t L_283 = V_4; if ((((int32_t)L_282) >= ((int32_t)L_283))) { goto IL_080e; } } { Il2CppChar* L_284 = V_20; uint16_t L_285 = V_3; int32_t L_286 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_284, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_285), (int32_t)2))))); if ((!(((uint32_t)L_286) == ((uint32_t)((int32_t)35))))) { goto IL_080e; } } { uint16_t L_287 = V_3; V_3 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_287, (int32_t)1)))); Il2CppChar* L_288 = V_20; uint16_t L_289 = V_4; int32_t L_290; L_290 = Uri_CheckCanonical_mFD937A06DC3885481C374ACDD190A3B3E40152F3(__this, (Il2CppChar*)(Il2CppChar*)L_288, (uint16_t*)(&V_3), L_289, ((int32_t)65534), /*hidden argument*/NULL); V_5 = L_290; int32_t L_291 = V_5; if (((int32_t)((int32_t)L_291&(int32_t)2))) { goto IL_07e0; } } { uint64_t L_292 = V_0; V_0 = ((int64_t)((int64_t)L_292|(int64_t)((int64_t)((int64_t)((int32_t)64))))); } IL_07e0: { int32_t L_293 = V_5; if ((((int32_t)((int32_t)((int32_t)L_293&(int32_t)((int32_t)17)))) == ((int32_t)1))) { goto IL_07f1; } } { uint64_t L_294 = V_0; V_0 = ((int64_t)((int64_t)L_294|(int64_t)((int64_t)((int64_t)((int32_t)4096))))); } IL_07f1: { bool L_295 = __this->get_m_iriParsing_19(); if (!L_295) { goto IL_080e; } } { int32_t L_296 = V_5; if ((!(((uint32_t)((int32_t)((int32_t)L_296&(int32_t)((int32_t)91)))) == ((uint32_t)((int32_t)10))))) { goto IL_080e; } } { uint64_t L_297 = V_0; V_0 = ((int64_t)((int64_t)L_297|(int64_t)((int64_t)4398046511104LL))); } IL_080e: { V_9 = (String_t*)NULL; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_298 = __this->get_m_Info_18(); NullCheck(L_298); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_299 = L_298->get_address_of_Offset_3(); uint16_t L_300 = V_3; L_299->set_End_7(L_300); } IL_0822: { uint64_t L_301 = V_0; V_0 = ((int64_t)((int64_t)L_301|(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)-2147483648LL))))))); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_302 = __this->get_m_Info_18(); V_21 = L_302; V_22 = (bool)0; } IL_0836: try { // begin try (depth: 1) UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_303 = V_21; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_303, (bool*)(&V_22), /*hidden argument*/NULL); uint64_t L_304 = __this->get_m_Flags_17(); uint64_t L_305 = V_0; __this->set_m_Flags_17(((int64_t)((int64_t)L_304|(int64_t)L_305))); IL2CPP_LEAVE(0x85B, FINALLY_084f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_084f; } FINALLY_084f: { // begin finally (depth: 1) { bool L_306 = V_22; if (!L_306) { goto IL_085a; } } IL_0853: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_307 = V_21; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_307, /*hidden argument*/NULL); } IL_085a: { IL2CPP_END_FINALLY(2127) } } // end finally (depth: 1) IL2CPP_CLEANUP(2127) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x85B, IL_085b) } IL_085b: { uint64_t L_308 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_308|(int64_t)((int64_t)34359738368LL)))); return; } } // System.UInt16 System.Uri::ParseSchemeCheckImplicitFile(System.Char*,System.UInt16,System.ParsingError&,System.Uri/Flags&,System.UriParser&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_ParseSchemeCheckImplicitFile_m54C6CFD37CC5A5C24E502E44AA44112AF7B50BFD (Il2CppChar* ___uriString0, uint16_t ___length1, int32_t* ___err2, uint64_t* ___flags3, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** ___syntax4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_ParseSchemeCheckImplicitFile_m54C6CFD37CC5A5C24E502E44AA44112AF7B50BFD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; uint16_t V_1 = 0; Il2CppChar* V_2 = NULL; Il2CppChar V_3 = 0x0; { V_0 = (uint16_t)0; goto IL_0009; } IL_0004: { uint16_t L_0 = V_0; V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)))); } IL_0009: { uint16_t L_1 = V_0; uint16_t L_2 = ___length1; if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_001b; } } { Il2CppChar* L_3 = ___uriString0; uint16_t L_4 = V_0; int32_t L_5 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_4), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_6; L_6 = Uri_IsLWS_mAE27963118FD3DA41FEC97493B2D9EFBF46E6C57(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0004; } } IL_001b: { uint16_t L_7 = V_0; V_1 = L_7; goto IL_0024; } IL_001f: { uint16_t L_8 = V_1; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)))); } IL_0024: { uint16_t L_9 = V_1; uint16_t L_10 = ___length1; if ((((int32_t)L_9) >= ((int32_t)L_10))) { goto IL_0033; } } { Il2CppChar* L_11 = ___uriString0; uint16_t L_12 = V_1; int32_t L_13 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_12), (int32_t)2))))); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)58))))) { goto IL_001f; } } IL_0033: { int32_t L_14; L_14 = IntPtr_get_Size_mA41B21E8BCEAACF4782B4ADEA43A859262784E1C(/*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)4)))) { goto IL_005d; } } { uint16_t L_15 = V_1; uint16_t L_16 = ___length1; if ((((int32_t)L_15) == ((int32_t)L_16))) { goto IL_005d; } } { uint16_t L_17 = V_1; uint16_t L_18 = V_0; if ((((int32_t)L_17) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)2))))) { goto IL_005d; } } { Il2CppChar* L_19 = ___uriString0; uint16_t L_20 = V_0; uint16_t L_21 = V_1; uint16_t L_22 = V_0; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_23 = ___syntax4; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_24; L_24 = Uri_CheckKnownSchemes_m4E564FB55DD6924C057E758C6CEDB54614399B69((int64_t*)(int64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_20), (int32_t)2)))), (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)))), (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A **)L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_005d; } } { uint16_t L_25 = V_1; return (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)))); } IL_005d: { uint16_t L_26 = V_0; uint16_t L_27 = ___length1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)2))) >= ((int32_t)L_27))) { goto IL_0067; } } { uint16_t L_28 = V_1; uint16_t L_29 = V_0; if ((!(((uint32_t)L_28) == ((uint32_t)L_29)))) { goto IL_006c; } } IL_0067: { int32_t* L_30 = ___err2; *((int32_t*)L_30) = (int32_t)1; return (uint16_t)0; } IL_006c: { Il2CppChar* L_31 = ___uriString0; uint16_t L_32 = V_0; 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)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))), (int32_t)2))))); int32_t L_34 = L_33; V_3 = L_34; if ((((int32_t)L_34) == ((int32_t)((int32_t)58)))) { goto IL_0080; } } { Il2CppChar L_35 = V_3; if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)124))))) { goto IL_00cb; } } IL_0080: { Il2CppChar* L_36 = ___uriString0; uint16_t L_37 = V_0; int32_t L_38 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_37), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_39; L_39 = Uri_IsAsciiLetter_mA7F74C96007004DB0184D149CA03949D5E18E244(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00bc; } } { Il2CppChar* L_40 = ___uriString0; uint16_t L_41 = V_0; int32_t L_42 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_40, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)2))), (int32_t)2))))); int32_t L_43 = L_42; V_3 = L_43; if ((((int32_t)L_43) == ((int32_t)((int32_t)92)))) { goto IL_00a2; } } { Il2CppChar L_44 = V_3; if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)47))))) { goto IL_00b7; } } IL_00a2: { uint64_t* L_45 = ___flags3; uint64_t* L_46 = ___flags3; int64_t L_47 = *((int64_t*)L_46); *((int64_t*)L_45) = (int64_t)((int64_t)((int64_t)L_47|(int64_t)((int64_t)((int64_t)((int32_t)672137216))))); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_48 = ___syntax4; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_49 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_FileUri_12(); *((RuntimeObject **)L_48) = (RuntimeObject *)L_49; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_48, (void*)(RuntimeObject *)L_49); uint16_t L_50 = V_0; return L_50; } IL_00b7: { int32_t* L_51 = ___err2; *((int32_t*)L_51) = (int32_t)7; return (uint16_t)0; } IL_00bc: { Il2CppChar L_52 = V_3; if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)58))))) { goto IL_00c6; } } { int32_t* L_53 = ___err2; *((int32_t*)L_53) = (int32_t)2; goto IL_00c9; } IL_00c6: { int32_t* L_54 = ___err2; *((int32_t*)L_54) = (int32_t)1; } IL_00c9: { return (uint16_t)0; } IL_00cb: { Il2CppChar* L_55 = ___uriString0; uint16_t L_56 = V_0; int32_t L_57 = *((uint16_t*)((Il2CppChar*)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 = L_57; V_3 = L_58; if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)47))))) { goto IL_00df; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_59 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_25(); if (L_59) { goto IL_00e4; } } IL_00df: { Il2CppChar L_60 = V_3; if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)92))))) { goto IL_0134; } } IL_00e4: { Il2CppChar* L_61 = ___uriString0; uint16_t L_62 = V_0; int32_t L_63 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_61, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1))), (int32_t)2))))); int32_t L_64 = L_63; V_3 = L_64; if ((((int32_t)L_64) == ((int32_t)((int32_t)92)))) { goto IL_00f8; } } { Il2CppChar L_65 = V_3; if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)47))))) { goto IL_012f; } } IL_00f8: { uint64_t* L_66 = ___flags3; uint64_t* L_67 = ___flags3; int64_t L_68 = *((int64_t*)L_67); *((int64_t*)L_66) = (int64_t)((int64_t)((int64_t)L_68|(int64_t)((int64_t)((int64_t)((int32_t)806354944))))); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_69 = ___syntax4; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_70 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_FileUri_12(); *((RuntimeObject **)L_69) = (RuntimeObject *)L_70; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_69, (void*)(RuntimeObject *)L_70); uint16_t L_71 = V_0; V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)2)))); goto IL_0117; } IL_0112: { uint16_t L_72 = V_0; V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)))); } IL_0117: { uint16_t L_73 = V_0; uint16_t L_74 = ___length1; if ((((int32_t)L_73) >= ((int32_t)L_74))) { goto IL_012d; } } { Il2CppChar* L_75 = ___uriString0; uint16_t L_76 = V_0; int32_t L_77 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_76), (int32_t)2))))); int32_t L_78 = L_77; V_3 = L_78; if ((((int32_t)L_78) == ((int32_t)((int32_t)47)))) { goto IL_0112; } } { Il2CppChar L_79 = V_3; if ((((int32_t)L_79) == ((int32_t)((int32_t)92)))) { goto IL_0112; } } IL_012d: { uint16_t L_80 = V_0; return L_80; } IL_012f: { int32_t* L_81 = ___err2; *((int32_t*)L_81) = (int32_t)1; return (uint16_t)0; } IL_0134: { Il2CppChar* L_82 = ___uriString0; uint16_t L_83 = V_0; int32_t L_84 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_82, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_83), (int32_t)2))))); if ((!(((uint32_t)L_84) == ((uint32_t)((int32_t)47))))) { goto IL_0198; } } { uint16_t L_85 = V_0; if (!L_85) { goto IL_014f; } } { Il2CppChar* L_86 = ___uriString0; uint16_t L_87 = V_0; int32_t L_88 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_86, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_87, (int32_t)1))), (int32_t)2))))); if ((((int32_t)L_88) == ((int32_t)((int32_t)58)))) { goto IL_0164; } } IL_014f: { uint64_t* L_89 = ___flags3; uint64_t* L_90 = ___flags3; int64_t L_91 = *((int64_t*)L_90); *((int64_t*)L_89) = (int64_t)((int64_t)((int64_t)L_91|(int64_t)((int64_t)((int64_t)((int32_t)537919488))))); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_92 = ___syntax4; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_93 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_FileUri_12(); *((RuntimeObject **)L_92) = (RuntimeObject *)L_93; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_92, (void*)(RuntimeObject *)L_93); uint16_t L_94 = V_0; return L_94; } IL_0164: { Il2CppChar* L_95 = ___uriString0; uint16_t L_96 = V_0; int32_t L_97 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_95, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1))), (int32_t)2))))); if ((!(((uint32_t)L_97) == ((uint32_t)((int32_t)47))))) { goto IL_01a8; } } { Il2CppChar* L_98 = ___uriString0; uint16_t L_99 = V_0; int32_t L_100 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_98, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)2))), (int32_t)2))))); if ((!(((uint32_t)L_100) == ((uint32_t)((int32_t)47))))) { goto IL_01a8; } } { uint64_t* L_101 = ___flags3; uint64_t* L_102 = ___flags3; int64_t L_103 = *((int64_t*)L_102); *((int64_t*)L_101) = (int64_t)((int64_t)((int64_t)L_103|(int64_t)((int64_t)((int64_t)((int32_t)537919488))))); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_104 = ___syntax4; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_105 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_FileUri_12(); *((RuntimeObject **)L_104) = (RuntimeObject *)L_105; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_104, (void*)(RuntimeObject *)L_105); uint16_t L_106 = V_0; V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)2)))); uint16_t L_107 = V_0; return L_107; } IL_0198: { Il2CppChar* L_108 = ___uriString0; uint16_t L_109 = V_0; int32_t L_110 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_108, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_109), (int32_t)2))))); if ((!(((uint32_t)L_110) == ((uint32_t)((int32_t)92))))) { goto IL_01a8; } } { int32_t* L_111 = ___err2; *((int32_t*)L_111) = (int32_t)1; return (uint16_t)0; } IL_01a8: { uint16_t L_112 = V_1; uint16_t L_113 = ___length1; if ((!(((uint32_t)L_112) == ((uint32_t)L_113)))) { goto IL_01b1; } } { int32_t* L_114 = ___err2; *((int32_t*)L_114) = (int32_t)1; return (uint16_t)0; } IL_01b1: { uint16_t L_115 = V_1; uint16_t L_116 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_115, (int32_t)L_116))) <= ((int32_t)((int32_t)1024)))) { goto IL_01c0; } } { int32_t* L_117 = ___err2; *((int32_t*)L_117) = (int32_t)5; return (uint16_t)0; } IL_01c0: { uint16_t L_118 = V_1; uint16_t L_119 = V_0; if ((uintptr_t)((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)L_119))) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Uri_ParseSchemeCheckImplicitFile_m54C6CFD37CC5A5C24E502E44AA44112AF7B50BFD_RuntimeMethod_var); intptr_t L_120 = ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)L_119))), (int32_t)2)); int8_t* L_121 = (int8_t*) (L_120 ? alloca(L_120) : NULL); memset(L_121, 0, L_120); V_2 = (Il2CppChar*)(L_121); ___length1 = (uint16_t)0; goto IL_01e7; } IL_01ce: { Il2CppChar* L_122 = V_2; uint16_t L_123 = ___length1; uint16_t L_124 = L_123; ___length1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)))); Il2CppChar* L_125 = ___uriString0; uint16_t L_126 = V_0; int32_t L_127 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_125, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_126), (int32_t)2))))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_122, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_124), (int32_t)2))))) = (int16_t)L_127; uint16_t L_128 = V_0; V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)1)))); } IL_01e7: { uint16_t L_129 = V_0; uint16_t L_130 = V_1; if ((((int32_t)L_129) < ((int32_t)L_130))) { goto IL_01ce; } } { int32_t* L_131 = ___err2; Il2CppChar* L_132 = V_2; uint16_t L_133 = ___length1; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_134 = ___syntax4; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_135; L_135 = Uri_CheckSchemeSyntax_m2390F44FEDD9E7489EF8F607B862B6210A9DC404((Il2CppChar*)(Il2CppChar*)L_132, L_133, (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A **)L_134, /*hidden argument*/NULL); *((int32_t*)L_131) = (int32_t)L_135; int32_t* L_136 = ___err2; int32_t L_137 = *((int32_t*)L_136); if (!L_137) { goto IL_01fc; } } { return (uint16_t)0; } IL_01fc: { uint16_t L_138 = V_1; return (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)1)))); } } // System.Boolean System.Uri::CheckKnownSchemes(System.Int64*,System.UInt16,System.UriParser&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckKnownSchemes_m4E564FB55DD6924C057E758C6CEDB54614399B69 (int64_t* ___lptr0, uint16_t ___nChars1, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** ___syntax2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { uint16_t L_0 = ___nChars1; if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_001f; } } { int64_t* L_1 = ___lptr0; int64_t L_2 = *((int64_t*)L_1); if ((!(((uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2))|(int32_t)((int32_t)2097184)))) == ((uint32_t)((int32_t)7536759))))) { goto IL_001d; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_3 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_4 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_WsUri_9(); *((RuntimeObject **)L_3) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_4); return (bool)1; } IL_001d: { return (bool)0; } IL_001f: { int64_t* L_5 = ___lptr0; int64_t L_6 = *((int64_t*)L_5); V_0 = ((int64_t)((int64_t)L_6|(int64_t)((int64_t)9007336695791648LL))); int64_t L_7 = V_0; if ((((int64_t)L_7) > ((int64_t)((int64_t)29273878621519975LL)))) { goto IL_00a8; } } { int64_t L_8 = V_0; if ((((int64_t)L_8) > ((int64_t)((int64_t)16326042577993847LL)))) { goto IL_0076; } } { int64_t L_9 = V_0; if ((((int64_t)L_9) == ((int64_t)((int64_t)12948347151515758LL)))) { goto IL_0203; } } { int64_t L_10 = V_0; if ((((int64_t)L_10) == ((int64_t)((int64_t)16326029693157478LL)))) { goto IL_015d; } } { int64_t L_11 = V_0; if ((((int64_t)L_11) == ((int64_t)((int64_t)16326042577993847LL)))) { goto IL_013d; } } { goto IL_025c; } IL_0076: { int64_t L_12 = V_0; if ((((int64_t)L_12) == ((int64_t)((int64_t)28147948650299509LL)))) { goto IL_018d; } } { int64_t L_13 = V_0; if ((((int64_t)L_13) == ((int64_t)((int64_t)28429436511125606LL)))) { goto IL_014d; } } { int64_t L_14 = V_0; if ((((int64_t)L_14) == ((int64_t)((int64_t)29273878621519975LL)))) { goto IL_019d; } } { goto IL_025c; } IL_00a8: { int64_t L_15 = V_0; if ((((int64_t)L_15) > ((int64_t)((int64_t)31525614009974892LL)))) { goto IL_00e6; } } { int64_t L_16 = V_0; if ((((int64_t)L_16) == ((int64_t)((int64_t)30399748462674029LL)))) { goto IL_01c1; } } { int64_t L_17 = V_0; if ((((int64_t)L_17) == ((int64_t)((int64_t)30962711301259380LL)))) { goto IL_01e5; } } { int64_t L_18 = V_0; if ((((int64_t)L_18) == ((int64_t)((int64_t)31525614009974892LL)))) { goto IL_024f; } } { goto IL_025c; } IL_00e6: { int64_t L_19 = V_0; if ((((int64_t)L_19) == ((int64_t)((int64_t)31525695615008878LL)))) { goto IL_017d; } } { int64_t L_20 = V_0; if ((((int64_t)L_20) == ((int64_t)((int64_t)31525695615402088LL)))) { goto IL_0112; } } { int64_t L_21 = V_0; if ((((int64_t)L_21) == ((int64_t)((int64_t)32370133429452910LL)))) { goto IL_016d; } } { goto IL_025c; } IL_0112: { uint16_t L_22 = ___nChars1; if ((!(((uint32_t)L_22) == ((uint32_t)4)))) { goto IL_011f; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_23 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_24 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_HttpUri_7(); *((RuntimeObject **)L_23) = (RuntimeObject *)L_24; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_23, (void*)(RuntimeObject *)L_24); return (bool)1; } IL_011f: { uint16_t L_25 = ___nChars1; if ((!(((uint32_t)L_25) == ((uint32_t)5)))) { goto IL_025c; } } { int64_t* L_26 = ___lptr0; int32_t L_27 = *((uint16_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)8))); if ((!(((uint32_t)((int32_t)((int32_t)L_27|(int32_t)((int32_t)32)))) == ((uint32_t)((int32_t)115))))) { goto IL_025c; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_28 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_29 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_HttpsUri_8(); *((RuntimeObject **)L_28) = (RuntimeObject *)L_29; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_28, (void*)(RuntimeObject *)L_29); return (bool)1; } IL_013d: { uint16_t L_30 = ___nChars1; if ((!(((uint32_t)L_30) == ((uint32_t)3)))) { goto IL_025c; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_31 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_32 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_WssUri_10(); *((RuntimeObject **)L_31) = (RuntimeObject *)L_32; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_31, (void*)(RuntimeObject *)L_32); return (bool)1; } IL_014d: { uint16_t L_33 = ___nChars1; if ((!(((uint32_t)L_33) == ((uint32_t)4)))) { goto IL_025c; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_34 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_35 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_FileUri_12(); *((RuntimeObject **)L_34) = (RuntimeObject *)L_35; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_34, (void*)(RuntimeObject *)L_35); return (bool)1; } IL_015d: { uint16_t L_36 = ___nChars1; if ((!(((uint32_t)L_36) == ((uint32_t)3)))) { goto IL_025c; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_37 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_38 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_FtpUri_11(); *((RuntimeObject **)L_37) = (RuntimeObject *)L_38; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_37, (void*)(RuntimeObject *)L_38); return (bool)1; } IL_016d: { uint16_t L_39 = ___nChars1; if ((!(((uint32_t)L_39) == ((uint32_t)4)))) { goto IL_025c; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_40 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_41 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_NewsUri_15(); *((RuntimeObject **)L_40) = (RuntimeObject *)L_41; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_40, (void*)(RuntimeObject *)L_41); return (bool)1; } IL_017d: { uint16_t L_42 = ___nChars1; if ((!(((uint32_t)L_42) == ((uint32_t)4)))) { goto IL_025c; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_43 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_44 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_NntpUri_14(); *((RuntimeObject **)L_43) = (RuntimeObject *)L_44; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_43, (void*)(RuntimeObject *)L_44); return (bool)1; } IL_018d: { uint16_t L_45 = ___nChars1; if ((!(((uint32_t)L_45) == ((uint32_t)4)))) { goto IL_025c; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_46 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_47 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_UuidUri_17(); *((RuntimeObject **)L_46) = (RuntimeObject *)L_47; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_46, (void*)(RuntimeObject *)L_47); return (bool)1; } IL_019d: { uint16_t L_48 = ___nChars1; if ((!(((uint32_t)L_48) == ((uint32_t)6)))) { goto IL_025c; } } { int64_t* L_49 = ___lptr0; int32_t L_50 = *((int32_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)8))); if ((!(((uint32_t)((int32_t)((int32_t)L_50|(int32_t)((int32_t)2097184)))) == ((uint32_t)((int32_t)7471205))))) { goto IL_025c; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_51 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_52 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_GopherUri_13(); *((RuntimeObject **)L_51) = (RuntimeObject *)L_52; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_51, (void*)(RuntimeObject *)L_52); return (bool)1; } IL_01c1: { uint16_t L_53 = ___nChars1; if ((!(((uint32_t)L_53) == ((uint32_t)6)))) { goto IL_025c; } } { int64_t* L_54 = ___lptr0; int32_t L_55 = *((int32_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_54, (int32_t)8))); if ((!(((uint32_t)((int32_t)((int32_t)L_55|(int32_t)((int32_t)2097184)))) == ((uint32_t)((int32_t)7274612))))) { goto IL_025c; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_56 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_57 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_MailToUri_16(); *((RuntimeObject **)L_56) = (RuntimeObject *)L_57; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_56, (void*)(RuntimeObject *)L_57); return (bool)1; } IL_01e5: { uint16_t L_58 = ___nChars1; if ((!(((uint32_t)L_58) == ((uint32_t)6)))) { goto IL_025c; } } { int64_t* L_59 = ___lptr0; int32_t L_60 = *((int32_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_59, (int32_t)8))); if ((!(((uint32_t)((int32_t)((int32_t)L_60|(int32_t)((int32_t)2097184)))) == ((uint32_t)((int32_t)7602277))))) { goto IL_025c; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_61 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_62 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_TelnetUri_18(); *((RuntimeObject **)L_61) = (RuntimeObject *)L_62; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_61, (void*)(RuntimeObject *)L_62); return (bool)1; } IL_0203: { uint16_t L_63 = ___nChars1; if ((!(((uint32_t)L_63) == ((uint32_t)8)))) { goto IL_0229; } } { int64_t* L_64 = ___lptr0; int64_t L_65 = *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_64, (int32_t)8))); if ((!(((uint64_t)((int64_t)((int64_t)L_65|(int64_t)((int64_t)9007336695791648LL)))) == ((uint64_t)((int64_t)28429453690994800LL))))) { goto IL_0229; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_66 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_67 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_NetPipeUri_21(); *((RuntimeObject **)L_66) = (RuntimeObject *)L_67; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_66, (void*)(RuntimeObject *)L_67); return (bool)1; } IL_0229: { uint16_t L_68 = ___nChars1; if ((!(((uint32_t)L_68) == ((uint32_t)7)))) { goto IL_025c; } } { int64_t* L_69 = ___lptr0; int64_t L_70 = *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_69, (int32_t)8))); if ((!(((uint64_t)((int64_t)((int64_t)L_70|(int64_t)((int64_t)9007336695791648LL)))) == ((uint64_t)((int64_t)16326029692043380LL))))) { goto IL_025c; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_71 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_72 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_NetTcpUri_20(); *((RuntimeObject **)L_71) = (RuntimeObject *)L_72; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_71, (void*)(RuntimeObject *)L_72); return (bool)1; } IL_024f: { uint16_t L_73 = ___nChars1; if ((!(((uint32_t)L_73) == ((uint32_t)4)))) { goto IL_025c; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_74 = ___syntax2; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_75 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_LdapUri_19(); *((RuntimeObject **)L_74) = (RuntimeObject *)L_75; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_74, (void*)(RuntimeObject *)L_75); return (bool)1; } IL_025c: { return (bool)0; } } // System.ParsingError System.Uri::CheckSchemeSyntax(System.Char*,System.UInt16,System.UriParser&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CheckSchemeSyntax_m2390F44FEDD9E7489EF8F607B862B6210A9DC404 (Il2CppChar* ___ptr0, uint16_t ___length1, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** ___syntax2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar V_1 = 0x0; uint16_t V_2 = 0; Il2CppChar V_3 = 0x0; { Il2CppChar* L_0 = ___ptr0; int32_t L_1 = *((uint16_t*)L_0); V_1 = L_1; Il2CppChar L_2 = V_1; if ((((int32_t)L_2) < ((int32_t)((int32_t)97)))) { goto IL_000d; } } { Il2CppChar L_3 = V_1; if ((((int32_t)L_3) <= ((int32_t)((int32_t)122)))) { goto IL_0022; } } IL_000d: { Il2CppChar L_4 = V_1; if ((((int32_t)L_4) < ((int32_t)((int32_t)65)))) { goto IL_0020; } } { Il2CppChar L_5 = V_1; if ((((int32_t)L_5) > ((int32_t)((int32_t)90)))) { goto IL_0020; } } { Il2CppChar* L_6 = ___ptr0; Il2CppChar L_7 = V_1; *((int16_t*)L_6) = (int16_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_7|(int32_t)((int32_t)32))))); goto IL_0022; } IL_0020: { return (int32_t)(2); } IL_0022: { V_2 = (uint16_t)1; goto IL_0070; } IL_0026: { Il2CppChar* L_8 = ___ptr0; uint16_t L_9 = V_2; 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))))); V_3 = L_10; Il2CppChar L_11 = V_3; if ((((int32_t)L_11) < ((int32_t)((int32_t)97)))) { goto IL_0038; } } { Il2CppChar L_12 = V_3; if ((((int32_t)L_12) <= ((int32_t)((int32_t)122)))) { goto IL_006b; } } IL_0038: { Il2CppChar L_13 = V_3; if ((((int32_t)L_13) < ((int32_t)((int32_t)65)))) { goto IL_0050; } } { Il2CppChar L_14 = V_3; if ((((int32_t)L_14) > ((int32_t)((int32_t)90)))) { goto IL_0050; } } { Il2CppChar* L_15 = ___ptr0; uint16_t L_16 = V_2; Il2CppChar L_17 = V_3; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_16), (int32_t)2))))) = (int16_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_17|(int32_t)((int32_t)32))))); goto IL_006b; } IL_0050: { Il2CppChar L_18 = V_3; if ((((int32_t)L_18) < ((int32_t)((int32_t)48)))) { goto IL_005a; } } { Il2CppChar L_19 = V_3; if ((((int32_t)L_19) <= ((int32_t)((int32_t)57)))) { goto IL_006b; } } IL_005a: { Il2CppChar L_20 = V_3; if ((((int32_t)L_20) == ((int32_t)((int32_t)43)))) { goto IL_006b; } } { Il2CppChar L_21 = V_3; if ((((int32_t)L_21) == ((int32_t)((int32_t)45)))) { goto IL_006b; } } { Il2CppChar L_22 = V_3; if ((((int32_t)L_22) == ((int32_t)((int32_t)46)))) { goto IL_006b; } } { return (int32_t)(2); } IL_006b: { uint16_t L_23 = V_2; V_2 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)))); } IL_0070: { uint16_t L_24 = V_2; uint16_t L_25 = ___length1; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0026; } } { Il2CppChar* L_26 = ___ptr0; uint16_t L_27 = ___length1; String_t* L_28; L_28 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_26, 0, L_27, /*hidden argument*/NULL); V_0 = L_28; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_29 = ___syntax2; String_t* L_30 = V_0; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_31; L_31 = UriParser_FindOrFetchAsUnknownV1Syntax_m7E42C893EE2F8C29C3BAF9FBDAAEBD707311D63F(L_30, /*hidden argument*/NULL); *((RuntimeObject **)L_29) = (RuntimeObject *)L_31; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_29, (void*)(RuntimeObject *)L_31); return (int32_t)(0); } } // System.UInt16 System.Uri::CheckAuthorityHelper(System.Char*,System.UInt16,System.UInt16,System.ParsingError&,System.Uri/Flags&,System.UriParser,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_CheckAuthorityHelper_mC5010AEC19EED1968EDE7CB52C92AC0AC0869503 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Il2CppChar* ___pString0, uint16_t ___idx1, uint16_t ___length2, int32_t* ___err3, uint64_t* ___flags4, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax5, String_t** ___newHost6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; int32_t V_2 = 0; uint16_t V_3 = 0; bool V_4 = false; bool V_5 = false; bool V_6 = false; bool V_7 = false; int32_t V_8 = 0; String_t* V_9 = NULL; bool V_10 = false; uint16_t V_11 = 0; bool V_12 = false; bool V_13 = false; String_t* V_14 = NULL; int32_t V_15 = 0; int32_t V_16 = 0; uint16_t V_17 = 0; bool V_18 = false; int32_t V_19 = 0; String_t* V_20 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B3_0 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B49_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B48_0 = NULL; int32_t G_B50_0 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B50_1 = NULL; { uint16_t L_0 = ___length2; V_0 = L_0; uint16_t L_1 = ___idx1; V_2 = L_1; uint16_t L_2 = ___idx1; V_3 = L_2; String_t** L_3 = ___newHost6; *((RuntimeObject **)L_3) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)NULL); V_4 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_4 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_IriParsing_23(); il2cpp_codegen_memory_barrier(); if (!L_4) { goto IL_001f; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_5 = ___syntax5; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_6; L_6 = Uri_IriParsingStatic_mBC868691E0FEA5CBA45F4BD2A457D3D801C245CE(L_5, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_6)); goto IL_0020; } IL_001f: { G_B3_0 = 0; } IL_0020: { V_5 = (bool)G_B3_0; uint64_t* L_7 = ___flags4; int64_t L_8 = *((int64_t*)L_7); V_6 = (bool)((!(((uint64_t)((int64_t)((int64_t)L_8&(int64_t)((int64_t)8589934592LL)))) <= ((uint64_t)((int64_t)((int64_t)0)))))? 1 : 0); uint64_t* L_9 = ___flags4; int64_t L_10 = *((int64_t*)L_9); V_7 = (bool)((((int64_t)((int64_t)((int64_t)L_10&(int64_t)((int64_t)17179869184LL)))) == ((int64_t)((int64_t)((int64_t)0))))? 1 : 0); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_11 = ___syntax5; NullCheck(L_11); int32_t L_12; L_12 = UriParser_get_Flags_mDAA0D828057CA2CA4493FD152D3760E975BAE7F0_inline(L_11, /*hidden argument*/NULL); V_8 = L_12; bool L_13 = V_6; bool L_14 = V_5; bool L_15 = V_7; if (!((int32_t)((int32_t)((int32_t)((int32_t)L_13&(int32_t)L_14))&(int32_t)L_15))) { goto IL_006b; } } { String_t** L_16 = ___newHost6; String_t* L_17 = __this->get_m_originalUnicodeString_14(); int32_t L_18 = V_2; NullCheck(L_17); String_t* L_19; L_19 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_17, 0, L_18, /*hidden argument*/NULL); *((RuntimeObject **)L_16) = (RuntimeObject *)L_19; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_16, (void*)(RuntimeObject *)L_19); } IL_006b: { uint16_t L_20 = ___idx1; uint16_t L_21 = ___length2; if ((((int32_t)L_20) == ((int32_t)L_21))) { goto IL_0094; } } { Il2CppChar* L_22 = ___pString0; uint16_t L_23 = ___idx1; int32_t L_24 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_23), (int32_t)2))))); int32_t L_25 = L_24; V_1 = L_25; if ((((int32_t)L_25) == ((int32_t)((int32_t)47)))) { goto IL_0094; } } { Il2CppChar L_26 = V_1; if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)92))))) { goto IL_008a; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_27 = ___syntax5; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_28; L_28 = Uri_StaticIsFile_mBE7D4186A7745C99605023A9F2299331B356410D(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_0094; } } IL_008a: { Il2CppChar L_29 = V_1; if ((((int32_t)L_29) == ((int32_t)((int32_t)35)))) { goto IL_0094; } } { Il2CppChar L_30 = V_1; if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)63))))) { goto IL_0106; } } IL_0094: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_31 = ___syntax5; NullCheck(L_31); bool L_32; L_32 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_31, ((int32_t)128), /*hidden argument*/NULL); if (!L_32) { goto IL_00e6; } } { uint64_t* L_33 = ___flags4; uint64_t* L_34 = ___flags4; int64_t L_35 = *((int64_t*)L_34); *((int64_t*)L_33) = (int64_t)((int64_t)((int64_t)L_35&(int64_t)((int64_t)((int64_t)((int32_t)-268435457))))); uint64_t* L_36 = ___flags4; int64_t L_37 = *((int64_t*)L_36); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_38; L_38 = Uri_StaticInFact_m9F44BF06099F60002C5D9CE07F72DD74D1404AA0(L_37, ((int64_t)((int64_t)((int32_t)536870912))), /*hidden argument*/NULL); if (!L_38) { goto IL_00d7; } } { Il2CppChar* L_39 = ___pString0; uint16_t L_40 = ___idx1; int32_t L_41 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_40), (int32_t)2))))); if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)47))))) { goto IL_00d1; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_42 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_25(); if (!L_42) { goto IL_00d7; } } IL_00d1: { int32_t* L_43 = ___err3; *((int32_t*)L_43) = (int32_t)8; goto IL_00ea; } IL_00d7: { uint64_t* L_44 = ___flags4; uint64_t* L_45 = ___flags4; int64_t L_46 = *((int64_t*)L_45); *((int64_t*)L_44) = (int64_t)((int64_t)((int64_t)L_46|(int64_t)((int64_t)((int64_t)((int32_t)327680))))); goto IL_00ea; } IL_00e6: { int32_t* L_47 = ___err3; *((int32_t*)L_47) = (int32_t)8; } IL_00ea: { bool L_48 = V_6; bool L_49 = V_5; bool L_50 = V_7; if (!((int32_t)((int32_t)((int32_t)((int32_t)L_48&(int32_t)L_49))&(int32_t)L_50))) { goto IL_0104; } } { uint64_t* L_51 = ___flags4; uint64_t* L_52 = ___flags4; int64_t L_53 = *((int64_t*)L_52); *((int64_t*)L_51) = (int64_t)((int64_t)((int64_t)L_53|(int64_t)((int64_t)17179869184LL))); } IL_0104: { uint16_t L_54 = ___idx1; return L_54; } IL_0106: { V_9 = (String_t*)NULL; int32_t L_55 = V_8; if (!((int32_t)((int32_t)L_55&(int32_t)4))) { goto IL_01e4; } } { goto IL_01dd; } IL_0117: { uint16_t L_56 = V_3; int32_t L_57 = V_0; if ((((int32_t)L_56) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1))))) { goto IL_0149; } } { Il2CppChar* L_58 = ___pString0; uint16_t L_59 = V_3; int32_t L_60 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_58, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_59), (int32_t)2))))); if ((((int32_t)L_60) == ((int32_t)((int32_t)63)))) { goto IL_0149; } } { Il2CppChar* L_61 = ___pString0; uint16_t L_62 = V_3; int32_t L_63 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_61, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_62), (int32_t)2))))); if ((((int32_t)L_63) == ((int32_t)((int32_t)35)))) { goto IL_0149; } } { Il2CppChar* L_64 = ___pString0; uint16_t L_65 = V_3; int32_t L_66 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_64, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_65), (int32_t)2))))); if ((((int32_t)L_66) == ((int32_t)((int32_t)92)))) { goto IL_0149; } } { Il2CppChar* L_67 = ___pString0; uint16_t L_68 = V_3; int32_t L_69 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_67, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_68), (int32_t)2))))); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)47))))) { goto IL_0150; } } IL_0149: { uint16_t L_70 = ___idx1; V_3 = L_70; goto IL_01e4; } IL_0150: { Il2CppChar* L_71 = ___pString0; uint16_t L_72 = V_3; 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)L_72), (int32_t)2))))); if ((!(((uint32_t)L_73) == ((uint32_t)((int32_t)64))))) { goto IL_01d8; } } { uint64_t* L_74 = ___flags4; uint64_t* L_75 = ___flags4; int64_t L_76 = *((int64_t*)L_75); *((int64_t*)L_74) = (int64_t)((int64_t)((int64_t)L_76|(int64_t)((int64_t)((int64_t)((int32_t)2097152))))); bool L_77 = V_5; if (L_77) { goto IL_0175; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_78 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_IdnScope_22(); il2cpp_codegen_memory_barrier(); if (!L_78) { goto IL_01c9; } } IL_0175: { bool L_79 = V_5; bool L_80 = V_6; bool L_81 = V_7; if (!((int32_t)((int32_t)((int32_t)((int32_t)L_79&(int32_t)L_80))&(int32_t)L_81))) { goto IL_01bb; } } { Il2CppChar* L_82 = ___pString0; int32_t L_83 = V_2; uint16_t L_84 = V_3; String_t* L_85; L_85 = IriHelper_EscapeUnescapeIri_m846C85843F5A21CA5F152D328243E33C0266DFF5((Il2CppChar*)(Il2CppChar*)L_82, L_83, ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)), 2, /*hidden argument*/NULL); V_9 = L_85; } IL_018c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); bool L_86; L_86 = UriParser_get_ShouldUseLegacyV2Quirks_m999F115810F8CD526705FC7FE28DC78348BB6B58(/*hidden argument*/NULL); if (!L_86) { goto IL_019d; } } IL_0193: { String_t* L_87 = V_9; NullCheck(L_87); String_t* L_88; L_88 = String_Normalize_m8CD42072C9F7B418990609EB63C5F7E1328321A9(L_87, 1, /*hidden argument*/NULL); V_9 = L_88; } IL_019d: { goto IL_01ac; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_019f; } throw e; } CATCH_019f: { // begin catch(System.ArgumentException) int32_t* L_89 = ___err3; *((int32_t*)L_89) = (int32_t)1; uint16_t L_90 = ___idx1; V_11 = L_90; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_07c1; } // end catch (depth: 1) IL_01ac: { String_t** L_91 = ___newHost6; String_t** L_92 = ___newHost6; String_t* L_93 = *((String_t**)L_92); String_t* L_94 = V_9; String_t* L_95; L_95 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_93, L_94, /*hidden argument*/NULL); *((RuntimeObject **)L_91) = (RuntimeObject *)L_95; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_91, (void*)(RuntimeObject *)L_95); goto IL_01c9; } IL_01bb: { Il2CppChar* L_96 = ___pString0; int32_t L_97 = V_2; uint16_t L_98 = V_3; int32_t L_99 = V_2; String_t* L_100; L_100 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_96, L_97, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)L_99)), (int32_t)1)), /*hidden argument*/NULL); V_9 = L_100; } IL_01c9: { uint16_t L_101 = V_3; V_3 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)))); Il2CppChar* L_102 = ___pString0; uint16_t L_103 = V_3; int32_t L_104 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_102, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_103), (int32_t)2))))); V_1 = L_104; goto IL_01e4; } IL_01d8: { uint16_t L_105 = V_3; V_3 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)))); } IL_01dd: { uint16_t L_106 = V_3; int32_t L_107 = V_0; if ((((int32_t)L_106) < ((int32_t)L_107))) { goto IL_0117; } } IL_01e4: { int32_t L_108 = V_8; V_10 = (bool)((((int32_t)((int32_t)((int32_t)L_108&(int32_t)((int32_t)131072)))) == ((int32_t)0))? 1 : 0); Il2CppChar L_109 = V_1; if ((!(((uint32_t)L_109) == ((uint32_t)((int32_t)91))))) { goto IL_0282; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_110 = ___syntax5; NullCheck(L_110); bool L_111; L_111 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_110, ((int32_t)2048), /*hidden argument*/NULL); if (!L_111) { goto IL_0282; } } { Il2CppChar* L_112 = ___pString0; uint16_t L_113 = V_3; bool L_114; L_114 = IPv6AddressHelper_IsValid_m9FB7DFCDF16172F1399DA2D7F8553909528E2C7F((Il2CppChar*)(Il2CppChar*)L_112, ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)1)), (int32_t*)(&V_0), /*hidden argument*/NULL); if (!L_114) { goto IL_0282; } } { uint64_t* L_115 = ___flags4; uint64_t* L_116 = ___flags4; int64_t L_117 = *((int64_t*)L_116); *((int64_t*)L_115) = (int64_t)((int64_t)((int64_t)L_117|(int64_t)((int64_t)((int64_t)((int32_t)65536))))); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_118 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_ConfigInitialized_20(); il2cpp_codegen_memory_barrier(); if (L_118) { goto IL_0248; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri_InitializeUriConfig_m02258702293F27DA769F17433E63799D93005C0B(/*hidden argument*/NULL); bool L_119 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_IriParsing_23(); il2cpp_codegen_memory_barrier(); G_B48_0 = __this; if (!L_119) { G_B49_0 = __this; goto IL_0242; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_120 = ___syntax5; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_121; L_121 = Uri_IriParsingStatic_mBC868691E0FEA5CBA45F4BD2A457D3D801C245CE(L_120, /*hidden argument*/NULL); G_B50_0 = ((int32_t)(L_121)); G_B50_1 = G_B48_0; goto IL_0243; } IL_0242: { G_B50_0 = 0; G_B50_1 = G_B49_0; } IL_0243: { NullCheck(G_B50_1); G_B50_1->set_m_iriParsing_19((bool)G_B50_0); } IL_0248: { bool L_122 = V_6; bool L_123 = V_5; bool L_124 = V_7; if (!((int32_t)((int32_t)((int32_t)((int32_t)L_122&(int32_t)L_123))&(int32_t)L_124))) { goto IL_04cf; } } { String_t** L_125 = ___newHost6; String_t** L_126 = ___newHost6; String_t* L_127 = *((String_t**)L_126); Il2CppChar* L_128 = ___pString0; uint16_t L_129 = V_3; int32_t L_130 = V_0; uint16_t L_131 = V_3; String_t* L_132; L_132 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_128, L_129, ((int32_t)il2cpp_codegen_subtract((int32_t)L_130, (int32_t)L_131)), /*hidden argument*/NULL); String_t* L_133; L_133 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_127, L_132, /*hidden argument*/NULL); *((RuntimeObject **)L_125) = (RuntimeObject *)L_133; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_125, (void*)(RuntimeObject *)L_133); uint64_t* L_134 = ___flags4; uint64_t* L_135 = ___flags4; int64_t L_136 = *((int64_t*)L_135); *((int64_t*)L_134) = (int64_t)((int64_t)((int64_t)L_136|(int64_t)((int64_t)17179869184LL))); V_4 = (bool)1; goto IL_04cf; } IL_0282: { Il2CppChar L_137 = V_1; if ((((int32_t)L_137) > ((int32_t)((int32_t)57)))) { goto IL_030a; } } { Il2CppChar L_138 = V_1; if ((((int32_t)L_138) < ((int32_t)((int32_t)48)))) { goto IL_030a; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_139 = ___syntax5; NullCheck(L_139); bool L_140; L_140 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_139, ((int32_t)1024), /*hidden argument*/NULL); if (!L_140) { goto IL_030a; } } { Il2CppChar* L_141 = ___pString0; uint16_t L_142 = V_3; uint64_t* L_143 = ___flags4; int64_t L_144 = *((int64_t*)L_143); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_145; L_145 = Uri_StaticNotAny_m4D46ED46C6C293479D37674FE7EEB2266BF362D3(L_144, ((int64_t)((int64_t)((int32_t)536870912))), /*hidden argument*/NULL); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_146 = ___syntax5; NullCheck(L_146); bool L_147; L_147 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_146, ((int32_t)65536), /*hidden argument*/NULL); bool L_148; L_148 = IPv4AddressHelper_IsValid_mAECBB3F7A7CD2F4BF7553541394E8C1976EA56BF((Il2CppChar*)(Il2CppChar*)L_141, L_142, (int32_t*)(&V_0), (bool)0, L_145, L_147, /*hidden argument*/NULL); if (!L_148) { goto IL_030a; } } { uint64_t* L_149 = ___flags4; uint64_t* L_150 = ___flags4; int64_t L_151 = *((int64_t*)L_150); *((int64_t*)L_149) = (int64_t)((int64_t)((int64_t)L_151|(int64_t)((int64_t)((int64_t)((int32_t)131072))))); bool L_152 = V_6; bool L_153 = V_5; bool L_154 = V_7; if (!((int32_t)((int32_t)((int32_t)((int32_t)L_152&(int32_t)L_153))&(int32_t)L_154))) { goto IL_04cf; } } { String_t** L_155 = ___newHost6; String_t** L_156 = ___newHost6; String_t* L_157 = *((String_t**)L_156); Il2CppChar* L_158 = ___pString0; uint16_t L_159 = V_3; int32_t L_160 = V_0; uint16_t L_161 = V_3; String_t* L_162; L_162 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_158, L_159, ((int32_t)il2cpp_codegen_subtract((int32_t)L_160, (int32_t)L_161)), /*hidden argument*/NULL); String_t* L_163; L_163 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_157, L_162, /*hidden argument*/NULL); *((RuntimeObject **)L_155) = (RuntimeObject *)L_163; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_155, (void*)(RuntimeObject *)L_163); uint64_t* L_164 = ___flags4; uint64_t* L_165 = ___flags4; int64_t L_166 = *((int64_t*)L_165); *((int64_t*)L_164) = (int64_t)((int64_t)((int64_t)L_166|(int64_t)((int64_t)17179869184LL))); V_4 = (bool)1; goto IL_04cf; } IL_030a: { int32_t L_167 = V_8; if (!((int32_t)((int32_t)L_167&(int32_t)((int32_t)512)))) { goto IL_0435; } } { bool L_168 = V_5; if (L_168) { goto IL_0435; } } { Il2CppChar* L_169 = ___pString0; uint16_t L_170 = V_3; uint64_t* L_171 = ___flags4; int64_t L_172 = *((int64_t*)L_171); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_173; L_173 = Uri_StaticNotAny_m4D46ED46C6C293479D37674FE7EEB2266BF362D3(L_172, ((int64_t)((int64_t)((int32_t)536870912))), /*hidden argument*/NULL); bool L_174; L_174 = DomainNameHelper_IsValid_mEC6D655592BCCBA29341285C518B6CB1955D5C4C((Il2CppChar*)(Il2CppChar*)L_169, L_170, (int32_t*)(&V_0), (bool*)(&V_10), L_173, /*hidden argument*/NULL); if (!L_174) { goto IL_0435; } } { uint64_t* L_175 = ___flags4; uint64_t* L_176 = ___flags4; int64_t L_177 = *((int64_t*)L_176); *((int64_t*)L_175) = (int64_t)((int64_t)((int64_t)L_177|(int64_t)((int64_t)((int64_t)((int32_t)196608))))); bool L_178 = V_10; if (L_178) { goto IL_035a; } } { uint64_t* L_179 = ___flags4; uint64_t* L_180 = ___flags4; int64_t L_181 = *((int64_t*)L_180); *((int64_t*)L_179) = (int64_t)((int64_t)((int64_t)L_181|(int64_t)((int64_t)((int64_t)((int32_t)33554432))))); } IL_035a: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_182 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_IdnScope_22(); il2cpp_codegen_memory_barrier(); if (!L_182) { goto IL_04cf; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_183 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_IdnScope_22(); il2cpp_codegen_memory_barrier(); if ((!(((uint32_t)L_183) == ((uint32_t)1)))) { goto IL_0390; } } { Il2CppChar* L_184 = ___pString0; int32_t L_185 = V_0; String_t* L_186; L_186 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_184, 0, L_185, /*hidden argument*/NULL); bool L_187; L_187 = Uri_IsIntranet_m89BF3C395C8D960B103DF056976B7C369231270C(__this, L_186, /*hidden argument*/NULL); if (!L_187) { goto IL_0390; } } { uint64_t* L_188 = ___flags4; uint64_t* L_189 = ___flags4; int64_t L_190 = *((int64_t*)L_189); *((int64_t*)L_188) = (int64_t)((int64_t)((int64_t)L_190|(int64_t)((int64_t)137438953472LL))); } IL_0390: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_191 = ___syntax5; uint64_t* L_192 = ___flags4; int64_t L_193 = *((int64_t*)L_192); bool L_194; L_194 = Uri_AllowIdnStatic_mF38FDCA5248AA93F8823A192D61E2180FEC9C41C(__this, L_191, L_193, /*hidden argument*/NULL); if (!L_194) { goto IL_04cf; } } { V_12 = (bool)1; V_13 = (bool)0; Il2CppChar* L_195 = ___pString0; uint16_t L_196 = V_3; int32_t L_197 = V_0; String_t* L_198; L_198 = DomainNameHelper_UnicodeEquivalent_m34C183586CF46D7F8FB3ED34A3DCB205F7EF684E((Il2CppChar*)(Il2CppChar*)L_195, L_196, L_197, (bool*)(&V_12), (bool*)(&V_13), /*hidden argument*/NULL); V_14 = L_198; bool L_199 = V_13; if (!L_199) { goto IL_0420; } } { uint64_t* L_200 = ___flags4; int64_t L_201 = *((int64_t*)L_200); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_202; L_202 = Uri_StaticNotAny_m4D46ED46C6C293479D37674FE7EEB2266BF362D3(L_201, ((int64_t)8589934592LL), /*hidden argument*/NULL); if (!L_202) { goto IL_03d7; } } { String_t* L_203 = __this->get_m_String_13(); __this->set_m_originalUnicodeString_14(L_203); } IL_03d7: { uint64_t* L_204 = ___flags4; uint64_t* L_205 = ___flags4; int64_t L_206 = *((int64_t*)L_205); *((int64_t*)L_204) = (int64_t)((int64_t)((int64_t)L_206|(int64_t)((int64_t)4294967296LL))); String_t** L_207 = ___newHost6; String_t* L_208 = __this->get_m_originalUnicodeString_14(); int32_t L_209 = V_2; NullCheck(L_208); String_t* L_210; L_210 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_208, 0, L_209, /*hidden argument*/NULL); String_t* L_211 = V_9; String_t* L_212 = V_14; String_t* L_213; L_213 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_210, L_211, L_212, /*hidden argument*/NULL); *((RuntimeObject **)L_207) = (RuntimeObject *)L_213; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_207, (void*)(RuntimeObject *)L_213); uint64_t* L_214 = ___flags4; uint64_t* L_215 = ___flags4; int64_t L_216 = *((int64_t*)L_215); *((int64_t*)L_214) = (int64_t)((int64_t)((int64_t)L_216|(int64_t)((int64_t)((int64_t)((int32_t)33554432))))); Il2CppChar* L_217 = ___pString0; uint16_t L_218 = V_3; int32_t L_219 = V_0; uint16_t L_220 = V_3; String_t* L_221; L_221 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_217, L_218, ((int32_t)il2cpp_codegen_subtract((int32_t)L_219, (int32_t)L_220)), /*hidden argument*/NULL); __this->set_m_DnsSafeHost_16(L_221); V_4 = (bool)1; } IL_0420: { uint64_t* L_222 = ___flags4; uint64_t* L_223 = ___flags4; int64_t L_224 = *((int64_t*)L_223); *((int64_t*)L_222) = (int64_t)((int64_t)((int64_t)L_224|(int64_t)((int64_t)17179869184LL))); goto IL_04cf; } IL_0435: { int32_t L_225 = V_8; if (!((int32_t)((int32_t)L_225&(int32_t)((int32_t)512)))) { goto IL_0495; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_226 = ___syntax5; NullCheck(L_226); bool L_227; L_227 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_226, ((int32_t)268435456), /*hidden argument*/NULL); bool L_228 = V_7; if (((int32_t)((int32_t)L_227&(int32_t)L_228))) { goto IL_045e; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_229 = ___syntax5; NullCheck(L_229); bool L_230; L_230 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_229, ((int32_t)67108864), /*hidden argument*/NULL); if (!L_230) { goto IL_0495; } } IL_045e: { Il2CppChar* L_231 = ___pString0; uint16_t L_232 = V_3; uint64_t* L_233 = ___flags4; int64_t L_234 = *((int64_t*)L_233); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_235; L_235 = Uri_StaticNotAny_m4D46ED46C6C293479D37674FE7EEB2266BF362D3(L_234, ((int64_t)((int64_t)((int32_t)536870912))), /*hidden argument*/NULL); bool L_236; L_236 = DomainNameHelper_IsValidByIri_m28C53F8ADFE505DC82BF940C5C7718E3175EE798((Il2CppChar*)(Il2CppChar*)L_231, L_232, (int32_t*)(&V_0), (bool*)(&V_10), L_235, /*hidden argument*/NULL); if (!L_236) { goto IL_0495; } } { Il2CppChar* L_237 = ___pString0; uint16_t L_238 = V_3; int32_t L_239 = V_0; int32_t L_240 = V_2; bool L_241 = V_5; bool L_242 = V_6; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_243 = ___syntax5; String_t* L_244 = V_9; uint64_t* L_245 = ___flags4; String_t** L_246 = ___newHost6; int32_t* L_247 = ___err3; Uri_CheckAuthorityHelperHandleDnsIri_m495861D9EEE706767F37270F316951E292C60B7A(__this, (Il2CppChar*)(Il2CppChar*)L_237, L_238, L_239, L_240, L_241, L_242, L_243, L_244, (uint64_t*)L_245, (bool*)(&V_4), (String_t**)L_246, (int32_t*)L_247, /*hidden argument*/NULL); goto IL_04cf; } IL_0495: { int32_t L_248 = V_8; if (!((int32_t)((int32_t)L_248&(int32_t)((int32_t)256)))) { goto IL_04cf; } } { Il2CppChar* L_249 = ___pString0; uint16_t L_250 = V_3; uint64_t* L_251 = ___flags4; int64_t L_252 = *((int64_t*)L_251); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_253; L_253 = Uri_StaticNotAny_m4D46ED46C6C293479D37674FE7EEB2266BF362D3(L_252, ((int64_t)((int64_t)((int32_t)536870912))), /*hidden argument*/NULL); bool L_254; L_254 = UncNameHelper_IsValid_mFE0F1C598686A9A6280A1ABDA5ED55414DFD0F5F((Il2CppChar*)(Il2CppChar*)L_249, L_250, (int32_t*)(&V_0), L_253, /*hidden argument*/NULL); if (!L_254) { goto IL_04cf; } } { int32_t L_255 = V_0; uint16_t L_256 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_255, (int32_t)L_256))) > ((int32_t)((int32_t)256)))) { goto IL_04cf; } } { uint64_t* L_257 = ___flags4; uint64_t* L_258 = ___flags4; int64_t L_259 = *((int64_t*)L_258); *((int64_t*)L_257) = (int64_t)((int64_t)((int64_t)L_259|(int64_t)((int64_t)((int64_t)((int32_t)262144))))); } IL_04cf: { int32_t L_260 = V_0; uint16_t L_261 = ___length2; if ((((int32_t)L_260) >= ((int32_t)L_261))) { goto IL_0527; } } { Il2CppChar* L_262 = ___pString0; int32_t L_263 = V_0; int32_t L_264 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_262, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_263), (int32_t)2))))); if ((!(((uint32_t)L_264) == ((uint32_t)((int32_t)92))))) { goto IL_0527; } } { uint64_t* L_265 = ___flags4; int64_t L_266 = *((int64_t*)L_265); if (!((int64_t)((int64_t)L_266&(int64_t)((int64_t)((int64_t)((int32_t)458752)))))) { goto IL_0527; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_267 = ___syntax5; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_268; L_268 = Uri_StaticIsFile_mBE7D4186A7745C99605023A9F2299331B356410D(L_267, /*hidden argument*/NULL); if (L_268) { goto IL_0527; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_269 = ___syntax5; NullCheck(L_269); bool L_270; L_270 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_269, ((int32_t)65536), /*hidden argument*/NULL); if (!L_270) { goto IL_0515; } } { int32_t* L_271 = ___err3; *((int32_t*)L_271) = (int32_t)8; uint64_t* L_272 = ___flags4; uint64_t* L_273 = ___flags4; int64_t L_274 = *((int64_t*)L_273); *((int64_t*)L_272) = (int64_t)((int64_t)((int64_t)L_274|(int64_t)((int64_t)((int64_t)((int32_t)458752))))); int32_t L_275 = V_0; return (uint16_t)((int32_t)((uint16_t)L_275)); } IL_0515: { uint64_t* L_276 = ___flags4; uint64_t* L_277 = ___flags4; int64_t L_278 = *((int64_t*)L_277); *((int64_t*)L_276) = (int64_t)((int64_t)((int64_t)L_278&(int64_t)((int64_t)((int64_t)((int32_t)-458753))))); goto IL_0634; } IL_0527: { int32_t L_279 = V_0; uint16_t L_280 = ___length2; if ((((int32_t)L_279) >= ((int32_t)L_280))) { goto IL_0634; } } { Il2CppChar* L_281 = ___pString0; int32_t L_282 = V_0; int32_t L_283 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_281, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_282), (int32_t)2))))); if ((!(((uint32_t)L_283) == ((uint32_t)((int32_t)58))))) { goto IL_0634; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_284 = ___syntax5; NullCheck(L_284); bool L_285; L_285 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_284, 8, /*hidden argument*/NULL); if (!L_285) { goto IL_0627; } } { V_15 = 0; int32_t L_286 = V_0; V_16 = L_286; int32_t L_287 = V_0; ___idx1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_287, (int32_t)1)))); goto IL_05d3; } IL_0557: { Il2CppChar* L_288 = ___pString0; uint16_t L_289 = ___idx1; int32_t L_290 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_288, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_289), (int32_t)2))))); V_17 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_290, (int32_t)((int32_t)48))))); uint16_t L_291 = V_17; if ((((int32_t)L_291) < ((int32_t)0))) { goto IL_0583; } } { uint16_t L_292 = V_17; if ((((int32_t)L_292) > ((int32_t)((int32_t)9)))) { goto IL_0583; } } { int32_t L_293 = V_15; uint16_t L_294 = V_17; int32_t L_295 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_293, (int32_t)((int32_t)10))), (int32_t)L_294)); V_15 = L_295; if ((((int32_t)L_295) <= ((int32_t)((int32_t)65535)))) { goto IL_05cd; } } { goto IL_05d7; } IL_0583: { uint16_t L_296 = V_17; if ((((int32_t)L_296) == ((int32_t)((int32_t)65535)))) { goto IL_05d7; } } { uint16_t L_297 = V_17; if ((((int32_t)L_297) == ((int32_t)((int32_t)15)))) { goto IL_05d7; } } { uint16_t L_298 = V_17; if ((((int32_t)L_298) == ((int32_t)((int32_t)65523)))) { goto IL_05d7; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_299 = ___syntax5; NullCheck(L_299); bool L_300; L_300 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_299, ((int32_t)4096), /*hidden argument*/NULL); if (!L_300) { goto IL_05c6; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_301 = ___syntax5; NullCheck(L_301); bool L_302; L_302 = UriParser_NotAny_m6A42FAC623F0EBDE441782DAC3E3B2ED34756D91(L_301, ((int32_t)65536), /*hidden argument*/NULL); if (!L_302) { goto IL_05c6; } } { uint64_t* L_303 = ___flags4; uint64_t* L_304 = ___flags4; int64_t L_305 = *((int64_t*)L_304); *((int64_t*)L_303) = (int64_t)((int64_t)((int64_t)L_305&(int64_t)((int64_t)((int64_t)((int32_t)-458753))))); goto IL_05d7; } IL_05c6: { int32_t* L_306 = ___err3; *((int32_t*)L_306) = (int32_t)((int32_t)10); uint16_t L_307 = ___idx1; return L_307; } IL_05cd: { uint16_t L_308 = ___idx1; ___idx1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_308, (int32_t)1)))); } IL_05d3: { uint16_t L_309 = ___idx1; uint16_t L_310 = ___length2; if ((((int32_t)L_309) < ((int32_t)L_310))) { goto IL_0557; } } IL_05d7: { int32_t L_311 = V_15; if ((((int32_t)L_311) <= ((int32_t)((int32_t)65535)))) { goto IL_0604; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_312 = ___syntax5; NullCheck(L_312); bool L_313; L_313 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_312, ((int32_t)4096), /*hidden argument*/NULL); if (!L_313) { goto IL_05fd; } } { uint64_t* L_314 = ___flags4; uint64_t* L_315 = ___flags4; int64_t L_316 = *((int64_t*)L_315); *((int64_t*)L_314) = (int64_t)((int64_t)((int64_t)L_316&(int64_t)((int64_t)((int64_t)((int32_t)-458753))))); goto IL_0604; } IL_05fd: { int32_t* L_317 = ___err3; *((int32_t*)L_317) = (int32_t)((int32_t)10); uint16_t L_318 = ___idx1; return L_318; } IL_0604: { bool L_319 = V_5; bool L_320 = V_6; bool L_321 = V_4; if (!((int32_t)((int32_t)((int32_t)((int32_t)L_319&(int32_t)L_320))&(int32_t)L_321))) { goto IL_0634; } } { String_t** L_322 = ___newHost6; String_t** L_323 = ___newHost6; String_t* L_324 = *((String_t**)L_323); Il2CppChar* L_325 = ___pString0; int32_t L_326 = V_16; uint16_t L_327 = ___idx1; int32_t L_328 = V_16; String_t* L_329; L_329 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_325, L_326, ((int32_t)il2cpp_codegen_subtract((int32_t)L_327, (int32_t)L_328)), /*hidden argument*/NULL); String_t* L_330; L_330 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_324, L_329, /*hidden argument*/NULL); *((RuntimeObject **)L_322) = (RuntimeObject *)L_330; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_322, (void*)(RuntimeObject *)L_330); goto IL_0634; } IL_0627: { uint64_t* L_331 = ___flags4; uint64_t* L_332 = ___flags4; int64_t L_333 = *((int64_t*)L_332); *((int64_t*)L_331) = (int64_t)((int64_t)((int64_t)L_333&(int64_t)((int64_t)((int64_t)((int32_t)-458753))))); } IL_0634: { uint64_t* L_334 = ___flags4; int64_t L_335 = *((int64_t*)L_334); if (((int64_t)((int64_t)L_335&(int64_t)((int64_t)((int64_t)((int32_t)458752)))))) { goto IL_07be; } } { uint64_t* L_336 = ___flags4; uint64_t* L_337 = ___flags4; int64_t L_338 = *((int64_t*)L_337); *((int64_t*)L_336) = (int64_t)((int64_t)((int64_t)L_338&(int64_t)((int64_t)((int64_t)((int32_t)-2097153))))); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_339 = ___syntax5; NullCheck(L_339); bool L_340; L_340 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_339, ((int32_t)4096), /*hidden argument*/NULL); if (!L_340) { goto IL_06b2; } } { uint64_t* L_341 = ___flags4; uint64_t* L_342 = ___flags4; int64_t L_343 = *((int64_t*)L_342); *((int64_t*)L_341) = (int64_t)((int64_t)((int64_t)L_343|(int64_t)((int64_t)((int64_t)((int32_t)327680))))); uint16_t L_344 = ___idx1; V_0 = L_344; goto IL_0694; } IL_066f: { Il2CppChar* L_345 = ___pString0; int32_t L_346 = V_0; int32_t L_347 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_345, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_346), (int32_t)2))))); if ((((int32_t)L_347) == ((int32_t)((int32_t)47)))) { goto IL_0698; } } { Il2CppChar* L_348 = ___pString0; int32_t L_349 = V_0; int32_t L_350 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_348, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_349), (int32_t)2))))); if ((((int32_t)L_350) == ((int32_t)((int32_t)63)))) { goto IL_0698; } } { Il2CppChar* L_351 = ___pString0; int32_t L_352 = V_0; int32_t L_353 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_351, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_352), (int32_t)2))))); if ((((int32_t)L_353) == ((int32_t)((int32_t)35)))) { goto IL_0698; } } { int32_t L_354 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_354, (int32_t)1)); } IL_0694: { int32_t L_355 = V_0; uint16_t L_356 = ___length2; if ((((int32_t)L_355) < ((int32_t)L_356))) { goto IL_066f; } } IL_0698: { Il2CppChar* L_357 = ___pString0; int32_t L_358 = V_2; int32_t L_359 = V_0; bool L_360 = V_5; bool L_361 = V_6; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_362 = ___syntax5; uint64_t* L_363 = ___flags4; String_t** L_364 = ___newHost6; int32_t* L_365 = ___err3; Uri_CheckAuthorityHelperHandleAnyHostIri_m25D24DA750D1E2D025C22CF6D2BAD269AB3FA21B(__this, (Il2CppChar*)(Il2CppChar*)L_357, L_358, L_359, L_360, L_361, L_362, (uint64_t*)L_363, (String_t**)L_364, (int32_t*)L_365, /*hidden argument*/NULL); goto IL_07be; } IL_06b2: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_366 = ___syntax5; NullCheck(L_366); bool L_367; L_367 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_366, ((int32_t)65536), /*hidden argument*/NULL); if (!L_367) { goto IL_078c; } } { V_18 = (bool)0; uint16_t L_368 = ___idx1; V_19 = L_368; uint16_t L_369 = ___idx1; V_0 = L_369; goto IL_071f; } IL_06cd: { bool L_370 = V_18; if (!L_370) { goto IL_06f2; } } { Il2CppChar* L_371 = ___pString0; int32_t L_372 = V_0; int32_t L_373 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_371, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_372), (int32_t)2))))); if ((((int32_t)L_373) == ((int32_t)((int32_t)47)))) { goto IL_0723; } } { Il2CppChar* L_374 = ___pString0; int32_t L_375 = V_0; int32_t L_376 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_374, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_375), (int32_t)2))))); if ((((int32_t)L_376) == ((int32_t)((int32_t)63)))) { goto IL_0723; } } { Il2CppChar* L_377 = ___pString0; int32_t L_378 = V_0; int32_t L_379 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_377, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_378), (int32_t)2))))); if ((((int32_t)L_379) == ((int32_t)((int32_t)35)))) { goto IL_0723; } } IL_06f2: { int32_t L_380 = V_0; uint16_t L_381 = ___idx1; if ((((int32_t)L_380) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_381, (int32_t)2))))) { goto IL_0708; } } { Il2CppChar* L_382 = ___pString0; int32_t L_383 = V_0; int32_t L_384 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_382, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_383), (int32_t)2))))); if ((!(((uint32_t)L_384) == ((uint32_t)((int32_t)46))))) { goto IL_0708; } } { V_18 = (bool)1; goto IL_071b; } IL_0708: { int32_t* L_385 = ___err3; *((int32_t*)L_385) = (int32_t)8; uint64_t* L_386 = ___flags4; uint64_t* L_387 = ___flags4; int64_t L_388 = *((int64_t*)L_387); *((int64_t*)L_386) = (int64_t)((int64_t)((int64_t)L_388|(int64_t)((int64_t)((int64_t)((int32_t)458752))))); uint16_t L_389 = ___idx1; return L_389; } IL_071b: { int32_t L_390 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_390, (int32_t)1)); } IL_071f: { int32_t L_391 = V_0; uint16_t L_392 = ___length2; if ((((int32_t)L_391) < ((int32_t)L_392))) { goto IL_06cd; } } IL_0723: { uint64_t* L_393 = ___flags4; uint64_t* L_394 = ___flags4; int64_t L_395 = *((int64_t*)L_394); *((int64_t*)L_393) = (int64_t)((int64_t)((int64_t)L_395|(int64_t)((int64_t)((int64_t)((int32_t)327680))))); bool L_396 = V_5; bool L_397 = V_6; if (!((int32_t)((int32_t)L_396&(int32_t)L_397))) { goto IL_07be; } } { uint64_t* L_398 = ___flags4; int64_t L_399 = *((int64_t*)L_398); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_400; L_400 = Uri_StaticNotAny_m4D46ED46C6C293479D37674FE7EEB2266BF362D3(L_399, ((int64_t)17179869184LL), /*hidden argument*/NULL); if (!L_400) { goto IL_07be; } } { Il2CppChar* L_401 = ___pString0; int32_t L_402 = V_19; int32_t L_403 = V_0; int32_t L_404 = V_19; String_t* L_405; L_405 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_401, L_402, ((int32_t)il2cpp_codegen_subtract((int32_t)L_403, (int32_t)L_404)), /*hidden argument*/NULL); V_20 = L_405; } IL_075b: try { // begin try (depth: 1) String_t** L_406 = ___newHost6; String_t** L_407 = ___newHost6; String_t* L_408 = *((String_t**)L_407); String_t* L_409 = V_20; NullCheck(L_409); String_t* L_410; L_410 = String_Normalize_m8CD42072C9F7B418990609EB63C5F7E1328321A9(L_409, 1, /*hidden argument*/NULL); String_t* L_411; L_411 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_408, L_410, /*hidden argument*/NULL); *((RuntimeObject **)L_406) = (RuntimeObject *)L_411; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_406, (void*)(RuntimeObject *)L_411); goto IL_077a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0770; } throw e; } CATCH_0770: { // begin catch(System.ArgumentException) int32_t* L_412 = ___err3; *((int32_t*)L_412) = (int32_t)1; uint16_t L_413 = ___idx1; V_11 = L_413; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_07c1; } // end catch (depth: 1) IL_077a: { uint64_t* L_414 = ___flags4; uint64_t* L_415 = ___flags4; int64_t L_416 = *((int64_t*)L_415); *((int64_t*)L_414) = (int64_t)((int64_t)((int64_t)L_416|(int64_t)((int64_t)17179869184LL))); goto IL_07be; } IL_078c: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_417 = ___syntax5; NullCheck(L_417); bool L_418; L_418 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_417, 1, /*hidden argument*/NULL); if (L_418) { goto IL_07ab; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_419 = ___syntax5; NullCheck(L_419); bool L_420; L_420 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_419, ((int32_t)16384), /*hidden argument*/NULL); if (!L_420) { goto IL_07be; } } { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); bool L_421; L_421 = UriParser_get_ShouldUseLegacyV2Quirks_m999F115810F8CD526705FC7FE28DC78348BB6B58(/*hidden argument*/NULL); if (L_421) { goto IL_07be; } } IL_07ab: { int32_t* L_422 = ___err3; *((int32_t*)L_422) = (int32_t)8; uint64_t* L_423 = ___flags4; uint64_t* L_424 = ___flags4; int64_t L_425 = *((int64_t*)L_424); *((int64_t*)L_423) = (int64_t)((int64_t)((int64_t)L_425|(int64_t)((int64_t)((int64_t)((int32_t)458752))))); uint16_t L_426 = ___idx1; return L_426; } IL_07be: { int32_t L_427 = V_0; return (uint16_t)((int32_t)((uint16_t)L_427)); } IL_07c1: { uint16_t L_428 = V_11; return L_428; } } // System.Void System.Uri::CheckAuthorityHelperHandleDnsIri(System.Char*,System.UInt16,System.Int32,System.Int32,System.Boolean,System.Boolean,System.UriParser,System.String,System.Uri/Flags&,System.Boolean&,System.String&,System.ParsingError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CheckAuthorityHelperHandleDnsIri_m495861D9EEE706767F37270F316951E292C60B7A (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Il2CppChar* ___pString0, uint16_t ___start1, int32_t ___end2, int32_t ___startInput3, bool ___iriParsing4, bool ___hasUnicode5, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax6, String_t* ___userInfoString7, uint64_t* ___flags8, bool* ___justNormalized9, String_t** ___newHost10, int32_t* ___err11, 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; } bool V_0 = false; bool V_1 = false; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B12_0 = NULL; String_t** G_B12_1 = NULL; String_t* G_B11_0 = NULL; String_t** G_B11_1 = NULL; String_t* G_B13_0 = NULL; String_t* G_B13_1 = NULL; String_t** G_B13_2 = NULL; String_t* G_B19_0 = NULL; String_t** G_B19_1 = NULL; String_t* G_B18_0 = NULL; String_t** G_B18_1 = NULL; String_t* G_B20_0 = NULL; String_t* G_B20_1 = NULL; String_t** G_B20_2 = NULL; int32_t G_B27_0 = 0; String_t* G_B33_0 = NULL; String_t** G_B33_1 = NULL; String_t* G_B32_0 = NULL; String_t** G_B32_1 = NULL; String_t* G_B34_0 = NULL; String_t* G_B34_1 = NULL; String_t** G_B34_2 = NULL; { uint64_t* L_0 = ___flags8; uint64_t* L_1 = ___flags8; int64_t L_2 = *((int64_t*)L_1); *((int64_t*)L_0) = (int64_t)((int64_t)((int64_t)L_2|(int64_t)((int64_t)((int64_t)((int32_t)196608))))); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_3 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_IdnScope_22(); il2cpp_codegen_memory_barrier(); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0037; } } { Il2CppChar* L_4 = ___pString0; int32_t L_5 = ___end2; String_t* L_6; L_6 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_4, 0, L_5, /*hidden argument*/NULL); bool L_7; L_7 = Uri_IsIntranet_m89BF3C395C8D960B103DF056976B7C369231270C(__this, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } { uint64_t* L_8 = ___flags8; uint64_t* L_9 = ___flags8; int64_t L_10 = *((int64_t*)L_9); *((int64_t*)L_8) = (int64_t)((int64_t)((int64_t)L_10|(int64_t)((int64_t)137438953472LL))); } IL_0037: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_11 = ___syntax6; uint64_t* L_12 = ___flags8; int64_t L_13 = *((int64_t*)L_12); bool L_14; L_14 = Uri_AllowIdnStatic_mF38FDCA5248AA93F8823A192D61E2180FEC9C41C(__this, L_11, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0185; } } { V_0 = (bool)1; V_1 = (bool)0; Il2CppChar* L_15 = ___pString0; uint16_t L_16 = ___start1; int32_t L_17 = ___end2; String_t* L_18; L_18 = DomainNameHelper_IdnEquivalent_m68FCBA0981064907EAD19342D1EB18D60347E7D1((Il2CppChar*)(Il2CppChar*)L_15, L_16, L_17, (bool*)(&V_0), (bool*)(&V_1), /*hidden argument*/NULL); V_2 = L_18; String_t* L_19 = V_2; Il2CppChar* L_20 = ___pString0; uint16_t L_21 = ___start1; int32_t L_22 = ___end2; String_t* L_23; L_23 = DomainNameHelper_UnicodeEquivalent_mA16E3E4E5F5F4ABD58F288D655A61AF3457A8F38(L_19, (Il2CppChar*)(Il2CppChar*)L_20, L_21, L_22, /*hidden argument*/NULL); V_3 = L_23; bool L_24 = V_0; if (L_24) { goto IL_0075; } } { uint64_t* L_25 = ___flags8; uint64_t* L_26 = ___flags8; int64_t L_27 = *((int64_t*)L_26); *((int64_t*)L_25) = (int64_t)((int64_t)((int64_t)L_27|(int64_t)((int64_t)68719476736LL))); } IL_0075: { bool L_28 = V_1; if (!L_28) { goto IL_0088; } } { uint64_t* L_29 = ___flags8; uint64_t* L_30 = ___flags8; int64_t L_31 = *((int64_t*)L_30); *((int64_t*)L_29) = (int64_t)((int64_t)((int64_t)L_31|(int64_t)((int64_t)4294967296LL))); } IL_0088: { bool L_32 = V_0; bool L_33 = V_1; if (!((int32_t)((int32_t)L_32&(int32_t)L_33))) { goto IL_00dd; } } { uint64_t* L_34 = ___flags8; int64_t L_35 = *((int64_t*)L_34); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_36; L_36 = Uri_StaticNotAny_m4D46ED46C6C293479D37674FE7EEB2266BF362D3(L_35, ((int64_t)8589934592LL), /*hidden argument*/NULL); if (!L_36) { goto IL_00dd; } } { String_t* L_37 = __this->get_m_String_13(); __this->set_m_originalUnicodeString_14(L_37); String_t** L_38 = ___newHost10; String_t* L_39 = __this->get_m_originalUnicodeString_14(); int32_t L_40 = ___startInput3; NullCheck(L_39); String_t* L_41; L_41 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_39, 0, L_40, /*hidden argument*/NULL); uint64_t* L_42 = ___flags8; int64_t L_43 = *((int64_t*)L_42); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_44; L_44 = Uri_StaticInFact_m9F44BF06099F60002C5D9CE07F72DD74D1404AA0(L_43, ((int64_t)((int64_t)((int32_t)2097152))), /*hidden argument*/NULL); G_B11_0 = L_41; G_B11_1 = L_38; if (L_44) { G_B12_0 = L_41; G_B12_1 = L_38; goto IL_00cf; } } { G_B13_0 = ((String_t*)(NULL)); G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_00d1; } IL_00cf: { String_t* L_45 = ___userInfoString7; G_B13_0 = L_45; G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_00d1: { String_t* L_46; L_46 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(G_B13_1, G_B13_0, /*hidden argument*/NULL); *((RuntimeObject **)G_B13_2) = (RuntimeObject *)L_46; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B13_2, (void*)(RuntimeObject *)L_46); bool* L_47 = ___justNormalized9; *((int8_t*)L_47) = (int8_t)1; goto IL_0142; } IL_00dd: { bool L_48 = ___iriParsing4; if (L_48) { goto IL_0142; } } { uint64_t* L_49 = ___flags8; int64_t L_50 = *((int64_t*)L_49); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_51; L_51 = Uri_StaticInFact_m9F44BF06099F60002C5D9CE07F72DD74D1404AA0(L_50, ((int64_t)68719476736LL), /*hidden argument*/NULL); if (L_51) { goto IL_0107; } } { uint64_t* L_52 = ___flags8; int64_t L_53 = *((int64_t*)L_52); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_54; L_54 = Uri_StaticInFact_m9F44BF06099F60002C5D9CE07F72DD74D1404AA0(L_53, ((int64_t)4294967296LL), /*hidden argument*/NULL); if (!L_54) { goto IL_0142; } } IL_0107: { String_t* L_55 = __this->get_m_String_13(); __this->set_m_originalUnicodeString_14(L_55); String_t** L_56 = ___newHost10; String_t* L_57 = __this->get_m_originalUnicodeString_14(); int32_t L_58 = ___startInput3; NullCheck(L_57); String_t* L_59; L_59 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_57, 0, L_58, /*hidden argument*/NULL); uint64_t* L_60 = ___flags8; int64_t L_61 = *((int64_t*)L_60); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_62; L_62 = Uri_StaticInFact_m9F44BF06099F60002C5D9CE07F72DD74D1404AA0(L_61, ((int64_t)((int64_t)((int32_t)2097152))), /*hidden argument*/NULL); G_B18_0 = L_59; G_B18_1 = L_56; if (L_62) { G_B19_0 = L_59; G_B19_1 = L_56; goto IL_0136; } } { G_B20_0 = ((String_t*)(NULL)); G_B20_1 = G_B18_0; G_B20_2 = G_B18_1; goto IL_0138; } IL_0136: { String_t* L_63 = ___userInfoString7; G_B20_0 = L_63; G_B20_1 = G_B19_0; G_B20_2 = G_B19_1; } IL_0138: { String_t* L_64; L_64 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(G_B20_1, G_B20_0, /*hidden argument*/NULL); *((RuntimeObject **)G_B20_2) = (RuntimeObject *)L_64; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B20_2, (void*)(RuntimeObject *)L_64); bool* L_65 = ___justNormalized9; *((int8_t*)L_65) = (int8_t)1; } IL_0142: { bool L_66 = V_0; if (!L_66) { goto IL_0148; } } { bool L_67 = V_1; if (!L_67) { goto IL_0161; } } IL_0148: { String_t* L_68 = V_2; __this->set_m_DnsSafeHost_16(L_68); String_t** L_69 = ___newHost10; String_t** L_70 = ___newHost10; String_t* L_71 = *((String_t**)L_70); String_t* L_72 = V_3; String_t* L_73; L_73 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_71, L_72, /*hidden argument*/NULL); *((RuntimeObject **)L_69) = (RuntimeObject *)L_73; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_69, (void*)(RuntimeObject *)L_73); bool* L_74 = ___justNormalized9; *((int8_t*)L_74) = (int8_t)1; goto IL_01bc; } IL_0161: { bool L_75 = V_0; if (!L_75) { goto IL_016a; } } { bool L_76 = V_1; G_B27_0 = ((((int32_t)L_76) == ((int32_t)0))? 1 : 0); goto IL_016b; } IL_016a: { G_B27_0 = 0; } IL_016b: { bool L_77 = ___iriParsing4; bool L_78 = ___hasUnicode5; if (!((int32_t)((int32_t)((int32_t)((int32_t)G_B27_0&(int32_t)L_77))&(int32_t)L_78))) { goto IL_01bc; } } { String_t** L_79 = ___newHost10; String_t** L_80 = ___newHost10; String_t* L_81 = *((String_t**)L_80); String_t* L_82 = V_3; String_t* L_83; L_83 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_81, L_82, /*hidden argument*/NULL); *((RuntimeObject **)L_79) = (RuntimeObject *)L_83; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_79, (void*)(RuntimeObject *)L_83); bool* L_84 = ___justNormalized9; *((int8_t*)L_84) = (int8_t)1; goto IL_01bc; } IL_0185: { bool L_85 = ___hasUnicode5; if (!L_85) { goto IL_01bc; } } { Il2CppChar* L_86 = ___pString0; uint16_t L_87 = ___start1; int32_t L_88 = ___end2; uint16_t L_89 = ___start1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_90; L_90 = Uri_StripBidiControlCharacter_mEAACF380CC279ADFF5E318963C82CDABC9DE35C5((Il2CppChar*)(Il2CppChar*)L_86, L_87, ((int32_t)il2cpp_codegen_subtract((int32_t)L_88, (int32_t)L_89)), /*hidden argument*/NULL); V_4 = L_90; } IL_0195: try { // begin try (depth: 1) { String_t** L_91 = ___newHost10; String_t** L_92 = ___newHost10; String_t* L_93 = *((String_t**)L_92); String_t* L_94 = V_4; G_B32_0 = L_93; G_B32_1 = L_91; if (L_94) { G_B33_0 = L_93; G_B33_1 = L_91; goto IL_01a1; } } IL_019e: { G_B34_0 = ((String_t*)(NULL)); G_B34_1 = G_B32_0; G_B34_2 = G_B32_1; goto IL_01a9; } IL_01a1: { String_t* L_95 = V_4; NullCheck(L_95); String_t* L_96; L_96 = String_Normalize_m8CD42072C9F7B418990609EB63C5F7E1328321A9(L_95, 1, /*hidden argument*/NULL); G_B34_0 = L_96; G_B34_1 = G_B33_0; G_B34_2 = G_B33_1; } IL_01a9: { String_t* L_97; L_97 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(G_B34_1, G_B34_0, /*hidden argument*/NULL); *((RuntimeObject **)G_B34_2) = (RuntimeObject *)L_97; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B34_2, (void*)(RuntimeObject *)L_97); goto IL_01b8; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_01b1; } throw e; } CATCH_01b1: { // begin catch(System.ArgumentException) int32_t* L_98 = ___err11; *((int32_t*)L_98) = (int32_t)8; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01b8; } // end catch (depth: 1) IL_01b8: { bool* L_99 = ___justNormalized9; *((int8_t*)L_99) = (int8_t)1; } IL_01bc: { uint64_t* L_100 = ___flags8; uint64_t* L_101 = ___flags8; int64_t L_102 = *((int64_t*)L_101); *((int64_t*)L_100) = (int64_t)((int64_t)((int64_t)L_102|(int64_t)((int64_t)17179869184LL))); return; } } // System.Void System.Uri::CheckAuthorityHelperHandleAnyHostIri(System.Char*,System.Int32,System.Int32,System.Boolean,System.Boolean,System.UriParser,System.Uri/Flags&,System.String&,System.ParsingError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CheckAuthorityHelperHandleAnyHostIri_m25D24DA750D1E2D025C22CF6D2BAD269AB3FA21B (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Il2CppChar* ___pString0, int32_t ___startInput1, int32_t ___end2, bool ___iriParsing3, bool ___hasUnicode4, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax5, uint64_t* ___flags6, String_t** ___newHost7, int32_t* ___err8, 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; } String_t* V_0 = NULL; bool V_1 = false; bool V_2 = false; String_t* V_3 = NULL; String_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { uint64_t* L_0 = ___flags6; int64_t L_1 = *((int64_t*)L_0); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_2; L_2 = Uri_StaticNotAny_m4D46ED46C6C293479D37674FE7EEB2266BF362D3(L_1, ((int64_t)17179869184LL), /*hidden argument*/NULL); if (!L_2) { goto IL_0124; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_3 = ___syntax5; uint64_t* L_4 = ___flags6; int64_t L_5 = *((int64_t*)L_4); bool L_6; L_6 = Uri_AllowIdnStatic_mF38FDCA5248AA93F8823A192D61E2180FEC9C41C(__this, L_3, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_002d; } } { bool L_7 = ___iriParsing3; bool L_8 = ___hasUnicode4; if (!((int32_t)((int32_t)L_7&(int32_t)L_8))) { goto IL_0124; } } IL_002d: { Il2CppChar* L_9 = ___pString0; int32_t L_10 = ___startInput1; int32_t L_11 = ___end2; int32_t L_12 = ___startInput1; String_t* L_13; L_13 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_9, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL); V_0 = L_13; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_14 = ___syntax5; uint64_t* L_15 = ___flags6; int64_t L_16 = *((int64_t*)L_15); bool L_17; L_17 = Uri_AllowIdnStatic_mF38FDCA5248AA93F8823A192D61E2180FEC9C41C(__this, L_14, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00f8; } } { V_1 = (bool)1; V_2 = (bool)0; Il2CppChar* L_18 = ___pString0; int32_t L_19 = ___startInput1; int32_t L_20 = ___end2; String_t* L_21; L_21 = DomainNameHelper_UnicodeEquivalent_m34C183586CF46D7F8FB3ED34A3DCB205F7EF684E((Il2CppChar*)(Il2CppChar*)L_18, L_19, L_20, (bool*)(&V_1), (bool*)(&V_2), /*hidden argument*/NULL); V_3 = L_21; bool L_22 = V_1; bool L_23 = V_2; if (((int32_t)((int32_t)L_22&(int32_t)L_23))) { goto IL_0061; } } { bool L_24 = V_1; if (L_24) { goto IL_0094; } } IL_0061: { bool L_25 = ___iriParsing3; bool L_26 = ___hasUnicode4; if (((int32_t)((int32_t)L_25&(int32_t)L_26))) { goto IL_0094; } } { String_t* L_27 = __this->get_m_String_13(); __this->set_m_originalUnicodeString_14(L_27); String_t** L_28 = ___newHost7; String_t* L_29 = __this->get_m_originalUnicodeString_14(); int32_t L_30 = ___startInput1; NullCheck(L_29); String_t* L_31; L_31 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_29, 0, L_30, /*hidden argument*/NULL); *((RuntimeObject **)L_28) = (RuntimeObject *)L_31; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_28, (void*)(RuntimeObject *)L_31); uint64_t* L_32 = ___flags6; uint64_t* L_33 = ___flags6; int64_t L_34 = *((int64_t*)L_33); *((int64_t*)L_32) = (int64_t)((int64_t)((int64_t)L_34|(int64_t)((int64_t)8589934592LL))); } IL_0094: { bool L_35 = V_2; if (L_35) { goto IL_009a; } } { bool L_36 = V_1; if (L_36) { goto IL_00e3; } } IL_009a: { String_t** L_37 = ___newHost7; String_t** L_38 = ___newHost7; String_t* L_39 = *((String_t**)L_38); String_t* L_40 = V_3; String_t* L_41; L_41 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_39, L_40, /*hidden argument*/NULL); *((RuntimeObject **)L_37) = (RuntimeObject *)L_41; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_37, (void*)(RuntimeObject *)L_41); V_4 = (String_t*)NULL; Il2CppChar* L_42 = ___pString0; int32_t L_43 = ___startInput1; int32_t L_44 = ___end2; String_t* L_45; L_45 = DomainNameHelper_IdnEquivalent_mF90F6C70EDDD7744A622A8A8D8DBA8147B708CC1((Il2CppChar*)(Il2CppChar*)L_42, L_43, L_44, (bool*)(&V_1), (String_t**)(&V_4), /*hidden argument*/NULL); __this->set_m_DnsSafeHost_16(L_45); bool L_46 = V_2; if (!L_46) { goto IL_00ce; } } { uint64_t* L_47 = ___flags6; uint64_t* L_48 = ___flags6; int64_t L_49 = *((int64_t*)L_48); *((int64_t*)L_47) = (int64_t)((int64_t)((int64_t)L_49|(int64_t)((int64_t)4294967296LL))); } IL_00ce: { bool L_50 = V_1; if (L_50) { goto IL_0114; } } { uint64_t* L_51 = ___flags6; uint64_t* L_52 = ___flags6; int64_t L_53 = *((int64_t*)L_52); *((int64_t*)L_51) = (int64_t)((int64_t)((int64_t)L_53|(int64_t)((int64_t)68719476736LL))); goto IL_0114; } IL_00e3: { bool L_54 = ___iriParsing3; bool L_55 = ___hasUnicode4; if (!((int32_t)((int32_t)L_54&(int32_t)L_55))) { goto IL_0114; } } { String_t** L_56 = ___newHost7; String_t** L_57 = ___newHost7; String_t* L_58 = *((String_t**)L_57); String_t* L_59 = V_0; String_t* L_60; L_60 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_58, L_59, /*hidden argument*/NULL); *((RuntimeObject **)L_56) = (RuntimeObject *)L_60; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_56, (void*)(RuntimeObject *)L_60); goto IL_0114; } IL_00f8: { } IL_00f9: try { // begin try (depth: 1) String_t** L_61 = ___newHost7; String_t** L_62 = ___newHost7; String_t* L_63 = *((String_t**)L_62); String_t* L_64 = V_0; NullCheck(L_64); String_t* L_65; L_65 = String_Normalize_m8CD42072C9F7B418990609EB63C5F7E1328321A9(L_64, 1, /*hidden argument*/NULL); String_t* L_66; L_66 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_63, L_65, /*hidden argument*/NULL); *((RuntimeObject **)L_61) = (RuntimeObject *)L_66; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_61, (void*)(RuntimeObject *)L_66); goto IL_0114; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_010d; } throw e; } CATCH_010d: { // begin catch(System.ArgumentException) int32_t* L_67 = ___err8; *((int32_t*)L_67) = (int32_t)8; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0114; } // end catch (depth: 1) IL_0114: { uint64_t* L_68 = ___flags6; uint64_t* L_69 = ___flags6; int64_t L_70 = *((int64_t*)L_69); *((int64_t*)L_68) = (int64_t)((int64_t)((int64_t)L_70|(int64_t)((int64_t)17179869184LL))); } IL_0124: { return; } } // System.Void System.Uri::FindEndOfComponent(System.String,System.UInt16&,System.UInt16,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_FindEndOfComponent_m82D6E67E45114D23F403807E6D711C2A4E574567 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___input0, uint16_t* ___idx1, uint16_t ___end2, Il2CppChar ___delim3, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___input0; V_1 = L_0; String_t* L_1 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_1); Il2CppChar* L_2 = V_0; if (!L_2) { goto IL_0010; } } { Il2CppChar* L_3 = V_0; int32_t L_4; L_4 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4)); } IL_0010: { Il2CppChar* L_5 = V_0; uint16_t* L_6 = ___idx1; uint16_t L_7 = ___end2; Il2CppChar L_8 = ___delim3; Uri_FindEndOfComponent_mFFFB2266B9FDDB757E145586461BF46D26C509C9(__this, (Il2CppChar*)(Il2CppChar*)L_5, (uint16_t*)L_6, L_7, L_8, /*hidden argument*/NULL); V_1 = (String_t*)NULL; return; } } // System.Void System.Uri::FindEndOfComponent(System.Char*,System.UInt16&,System.UInt16,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_FindEndOfComponent_mFFFB2266B9FDDB757E145586461BF46D26C509C9 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Il2CppChar* ___str0, uint16_t* ___idx1, uint16_t ___end2, Il2CppChar ___delim3, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; uint16_t V_1 = 0; { V_0 = ((int32_t)65535); uint16_t* L_0 = ___idx1; int32_t L_1 = *((uint16_t*)L_0); V_1 = (uint16_t)L_1; goto IL_003f; } IL_000b: { Il2CppChar* L_2 = ___str0; uint16_t L_3 = V_1; 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))))); V_0 = L_4; Il2CppChar L_5 = V_0; Il2CppChar L_6 = ___delim3; if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_0043; } } { Il2CppChar L_7 = ___delim3; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)63))))) { goto IL_003a; } } { Il2CppChar L_8 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)35))))) { goto IL_003a; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_9 = __this->get_m_Syntax_15(); if (!L_9) { goto IL_003a; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_10 = __this->get_m_Syntax_15(); NullCheck(L_10); bool L_11; L_11 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_10, ((int32_t)64), /*hidden argument*/NULL); if (L_11) { goto IL_0043; } } IL_003a: { uint16_t L_12 = V_1; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)))); } IL_003f: { uint16_t L_13 = V_1; uint16_t L_14 = ___end2; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000b; } } IL_0043: { uint16_t* L_15 = ___idx1; uint16_t L_16 = V_1; *((int16_t*)L_15) = (int16_t)L_16; return; } } // System.Uri/Check System.Uri::CheckCanonical(System.Char*,System.UInt16&,System.UInt16,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CheckCanonical_mFD937A06DC3885481C374ACDD190A3B3E40152F3 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Il2CppChar* ___str0, uint16_t* ___idx1, uint16_t ___end2, Il2CppChar ___delim3, 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*)&UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; Il2CppChar V_3 = 0x0; uint16_t V_4 = 0; bool V_5 = false; bool V_6 = false; { V_0 = 0; V_1 = (bool)0; V_2 = (bool)0; V_3 = ((int32_t)65535); uint16_t* L_0 = ___idx1; int32_t L_1 = *((uint16_t*)L_0); V_4 = (uint16_t)L_1; goto IL_0288; } IL_0015: { Il2CppChar* L_2 = ___str0; uint16_t L_3 = V_4; 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))))); V_3 = L_4; Il2CppChar L_5 = V_3; if ((((int32_t)L_5) <= ((int32_t)((int32_t)31)))) { goto IL_0030; } } { Il2CppChar L_6 = V_3; if ((((int32_t)L_6) < ((int32_t)((int32_t)127)))) { goto IL_003e; } } { Il2CppChar L_7 = V_3; if ((((int32_t)L_7) > ((int32_t)((int32_t)159)))) { goto IL_003e; } } IL_0030: { V_1 = (bool)1; V_2 = (bool)1; int32_t L_8 = V_0; V_0 = ((int32_t)((int32_t)L_8|(int32_t)((int32_t)32))); goto IL_0281; } IL_003e: { Il2CppChar L_9 = V_3; if ((((int32_t)L_9) <= ((int32_t)((int32_t)122)))) { goto IL_009f; } } { Il2CppChar L_10 = V_3; if ((((int32_t)L_10) == ((int32_t)((int32_t)126)))) { goto IL_009f; } } { bool L_11 = __this->get_m_iriParsing_19(); if (!L_11) { goto IL_0092; } } { V_5 = (bool)0; int32_t L_12 = V_0; V_0 = ((int32_t)((int32_t)L_12|(int32_t)8)); Il2CppChar L_13 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_14; L_14 = Char_IsHighSurrogate_m7D86B7AAB5A60B8A4A925BFDF331426B82077EF3(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0080; } } { uint16_t L_15 = V_4; uint16_t L_16 = ___end2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))) >= ((int32_t)L_16))) { goto IL_0089; } } { V_6 = (bool)0; Il2CppChar L_17 = V_3; Il2CppChar* L_18 = ___str0; uint16_t L_19 = V_4; 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)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))), (int32_t)2))))); bool L_21; L_21 = IriHelper_CheckIriUnicodeRange_mFC301B32EBD30C5039D7FC366221539142925911(L_17, L_20, (bool*)(&V_6), (bool)1, /*hidden argument*/NULL); V_5 = L_21; goto IL_0089; } IL_0080: { Il2CppChar L_22 = V_3; bool L_23; L_23 = IriHelper_CheckIriUnicodeRange_mB6188E33378F14F14241DF9BEC16504D8913C1DF(L_22, (bool)1, /*hidden argument*/NULL); V_5 = L_23; } IL_0089: { bool L_24 = V_5; if (L_24) { goto IL_0092; } } { int32_t L_25 = V_0; V_0 = ((int32_t)((int32_t)L_25|(int32_t)((int32_t)64))); } IL_0092: { bool L_26 = V_1; if (L_26) { goto IL_0281; } } { V_1 = (bool)1; goto IL_0281; } IL_009f: { Il2CppChar L_27 = V_3; Il2CppChar L_28 = ___delim3; if ((((int32_t)L_27) == ((int32_t)L_28))) { goto IL_0290; } } { Il2CppChar L_29 = ___delim3; if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)63))))) { goto IL_00cc; } } { Il2CppChar L_30 = V_3; if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)35))))) { goto IL_00cc; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_31 = __this->get_m_Syntax_15(); if (!L_31) { goto IL_00cc; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_32 = __this->get_m_Syntax_15(); NullCheck(L_32); bool L_33; L_33 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_32, ((int32_t)64), /*hidden argument*/NULL); if (L_33) { goto IL_0290; } } IL_00cc: { Il2CppChar L_34 = V_3; if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)63))))) { goto IL_0110; } } { bool L_35; L_35 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); if (L_35) { goto IL_0102; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_36 = __this->get_m_Syntax_15(); if (!L_36) { goto IL_0281; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_37 = __this->get_m_Syntax_15(); NullCheck(L_37); bool L_38; L_38 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_37, ((int32_t)32), /*hidden argument*/NULL); if (L_38) { goto IL_0281; } } { Il2CppChar L_39 = ___delim3; if ((((int32_t)L_39) == ((int32_t)((int32_t)65534)))) { goto IL_0281; } } IL_0102: { int32_t L_40 = V_0; V_0 = ((int32_t)((int32_t)L_40|(int32_t)((int32_t)32))); V_2 = (bool)1; V_1 = (bool)1; goto IL_0281; } IL_0110: { Il2CppChar L_41 = V_3; if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)35))))) { goto IL_0148; } } { V_1 = (bool)1; bool L_42; L_42 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); if (L_42) { goto IL_013c; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_43 = __this->get_m_Syntax_15(); if (!L_43) { goto IL_0281; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_44 = __this->get_m_Syntax_15(); NullCheck(L_44); bool L_45; L_45 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_44, ((int32_t)64), /*hidden argument*/NULL); if (L_45) { goto IL_0281; } } IL_013c: { int32_t L_46 = V_0; V_0 = ((int32_t)((int32_t)L_46|(int32_t)((int32_t)32))); V_2 = (bool)1; goto IL_0281; } IL_0148: { Il2CppChar L_47 = V_3; if ((((int32_t)L_47) == ((int32_t)((int32_t)47)))) { goto IL_0152; } } { Il2CppChar L_48 = V_3; if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)92))))) { goto IL_019c; } } IL_0152: { int32_t L_49 = V_0; if (((int32_t)((int32_t)L_49&(int32_t)((int32_t)16)))) { goto IL_0162; } } { Il2CppChar L_50 = V_3; if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)92))))) { goto IL_0162; } } { int32_t L_51 = V_0; V_0 = ((int32_t)((int32_t)L_51|(int32_t)((int32_t)16))); } IL_0162: { int32_t L_52 = V_0; if (((int32_t)((int32_t)L_52&(int32_t)4))) { goto IL_0281; } } { uint16_t L_53 = V_4; uint16_t L_54 = ___end2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))) == ((int32_t)L_54))) { goto IL_0281; } } { Il2CppChar* L_55 = ___str0; uint16_t L_56 = V_4; int32_t L_57 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_55, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1))), (int32_t)2))))); if ((((int32_t)L_57) == ((int32_t)((int32_t)47)))) { goto IL_0193; } } { Il2CppChar* L_58 = ___str0; uint16_t L_59 = V_4; int32_t L_60 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_58, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1))), (int32_t)2))))); if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)92))))) { goto IL_0281; } } IL_0193: { int32_t L_61 = V_0; V_0 = ((int32_t)((int32_t)L_61|(int32_t)4)); goto IL_0281; } IL_019c: { Il2CppChar L_62 = V_3; if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)46))))) { goto IL_01ff; } } { int32_t L_63 = V_0; if (((int32_t)((int32_t)L_63&(int32_t)4))) { goto IL_01ad; } } { uint16_t L_64 = V_4; uint16_t L_65 = ___end2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1))) == ((int32_t)L_65))) { goto IL_01f6; } } IL_01ad: { Il2CppChar* L_66 = ___str0; uint16_t L_67 = V_4; int32_t L_68 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_66, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1))), (int32_t)2))))); if ((((int32_t)L_68) == ((int32_t)((int32_t)46)))) { goto IL_01f6; } } { Il2CppChar* L_69 = ___str0; uint16_t L_70 = V_4; int32_t L_71 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_69, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1))), (int32_t)2))))); if ((((int32_t)L_71) == ((int32_t)((int32_t)47)))) { goto IL_01f6; } } { Il2CppChar* L_72 = ___str0; uint16_t L_73 = V_4; int32_t L_74 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1))), (int32_t)2))))); if ((((int32_t)L_74) == ((int32_t)((int32_t)92)))) { goto IL_01f6; } } { Il2CppChar* L_75 = ___str0; uint16_t L_76 = V_4; int32_t L_77 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1))), (int32_t)2))))); if ((((int32_t)L_77) == ((int32_t)((int32_t)63)))) { goto IL_01f6; } } { Il2CppChar* L_78 = ___str0; uint16_t L_79 = V_4; int32_t L_80 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_78, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1))), (int32_t)2))))); if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)35))))) { goto IL_0281; } } IL_01f6: { int32_t L_81 = V_0; V_0 = ((int32_t)((int32_t)L_81|(int32_t)4)); goto IL_0281; } IL_01ff: { bool L_82 = V_1; if (L_82) { goto IL_0229; } } { Il2CppChar L_83 = V_3; if ((((int32_t)L_83) > ((int32_t)((int32_t)34)))) { goto IL_020c; } } { Il2CppChar L_84 = V_3; if ((!(((uint32_t)L_84) == ((uint32_t)((int32_t)33))))) { goto IL_0225; } } IL_020c: { Il2CppChar L_85 = V_3; if ((((int32_t)L_85) < ((int32_t)((int32_t)91)))) { goto IL_0216; } } { Il2CppChar L_86 = V_3; if ((((int32_t)L_86) <= ((int32_t)((int32_t)94)))) { goto IL_0225; } } IL_0216: { Il2CppChar L_87 = V_3; if ((((int32_t)L_87) == ((int32_t)((int32_t)62)))) { goto IL_0225; } } { Il2CppChar L_88 = V_3; if ((((int32_t)L_88) == ((int32_t)((int32_t)60)))) { goto IL_0225; } } { Il2CppChar L_89 = V_3; if ((!(((uint32_t)L_89) == ((uint32_t)((int32_t)96))))) { goto IL_0229; } } IL_0225: { V_1 = (bool)1; goto IL_0281; } IL_0229: { Il2CppChar L_90 = V_3; if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)37))))) { goto IL_0281; } } { bool L_91 = V_2; if (L_91) { goto IL_0233; } } { V_2 = (bool)1; } IL_0233: { uint16_t L_92 = V_4; uint16_t L_93 = ___end2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)2))) >= ((int32_t)L_93))) { goto IL_027c; } } { Il2CppChar* L_94 = ___str0; uint16_t L_95 = V_4; int32_t L_96 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_94, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1))), (int32_t)2))))); Il2CppChar* L_97 = ___str0; uint16_t L_98 = V_4; int32_t L_99 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_97, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)2))), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); Il2CppChar L_100; L_100 = UriHelper_EscapedAscii_m7AC352E3E869E7E5642C973397FA6C2696F9A573(L_96, L_99, /*hidden argument*/NULL); Il2CppChar L_101 = L_100; V_3 = L_101; if ((((int32_t)L_101) == ((int32_t)((int32_t)65535)))) { goto IL_027c; } } { Il2CppChar L_102 = V_3; if ((((int32_t)L_102) == ((int32_t)((int32_t)46)))) { goto IL_026b; } } { Il2CppChar L_103 = V_3; if ((((int32_t)L_103) == ((int32_t)((int32_t)47)))) { goto IL_026b; } } { Il2CppChar L_104 = V_3; if ((!(((uint32_t)L_104) == ((uint32_t)((int32_t)92))))) { goto IL_0273; } } IL_026b: { int32_t L_105 = V_0; V_0 = ((int32_t)((int32_t)L_105|(int32_t)((int32_t)128))); } IL_0273: { uint16_t L_106 = V_4; V_4 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)2)))); goto IL_0281; } IL_027c: { bool L_107 = V_1; if (L_107) { goto IL_0281; } } { V_1 = (bool)1; } IL_0281: { uint16_t L_108 = V_4; V_4 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)))); } IL_0288: { uint16_t L_109 = V_4; uint16_t L_110 = ___end2; if ((((int32_t)L_109) < ((int32_t)L_110))) { goto IL_0015; } } IL_0290: { bool L_111 = V_2; if (!L_111) { goto IL_029c; } } { bool L_112 = V_1; if (L_112) { goto IL_02a7; } } { int32_t L_113 = V_0; V_0 = ((int32_t)((int32_t)L_113|(int32_t)1)); goto IL_02a7; } IL_029c: { int32_t L_114 = V_0; V_0 = ((int32_t)((int32_t)L_114|(int32_t)2)); bool L_115 = V_1; if (L_115) { goto IL_02a7; } } { int32_t L_116 = V_0; V_0 = ((int32_t)((int32_t)L_116|(int32_t)1)); } IL_02a7: { uint16_t* L_117 = ___idx1; uint16_t L_118 = V_4; *((int16_t*)L_117) = (int16_t)L_118; int32_t L_119 = V_0; return L_119; } } // System.Char[] System.Uri::GetCanonicalPath(System.Char[],System.Int32&,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* Uri_GetCanonicalPath_mA187EAD590C890FE0623CF7B1EFF4364B57FAF10 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___dest0, int32_t* ___pos1, int32_t ___formatAs2, 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*)&UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar* V_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_4 = NULL; String_t* V_5 = NULL; Il2CppChar* V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_9 = NULL; Il2CppChar* V_10 = NULL; int32_t G_B15_0 = 0; int32_t G_B15_1 = 0; int32_t* G_B15_2 = NULL; int32_t G_B15_3 = 0; Il2CppChar* G_B15_4 = NULL; int32_t G_B14_0 = 0; int32_t G_B14_1 = 0; int32_t* G_B14_2 = NULL; int32_t G_B14_3 = 0; Il2CppChar* G_B14_4 = NULL; int32_t G_B16_0 = 0; int32_t G_B16_1 = 0; int32_t G_B16_2 = 0; int32_t* G_B16_3 = NULL; int32_t G_B16_4 = 0; Il2CppChar* G_B16_5 = NULL; int32_t G_B24_0 = 0; int32_t G_B24_1 = 0; int32_t G_B24_2 = 0; int32_t* G_B24_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B24_4 = NULL; uint16_t G_B24_5 = 0; uint16_t G_B24_6 = 0; String_t* G_B24_7 = NULL; int32_t G_B23_0 = 0; int32_t G_B23_1 = 0; int32_t G_B23_2 = 0; int32_t* G_B23_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B23_4 = NULL; uint16_t G_B23_5 = 0; uint16_t G_B23_6 = 0; String_t* G_B23_7 = NULL; int32_t G_B25_0 = 0; int32_t G_B25_1 = 0; int32_t G_B25_2 = 0; int32_t G_B25_3 = 0; int32_t* G_B25_4 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B25_5 = NULL; uint16_t G_B25_6 = 0; uint16_t G_B25_7 = 0; String_t* G_B25_8 = NULL; int32_t G_B37_0 = 0; int32_t G_B37_1 = 0; int32_t* G_B37_2 = NULL; int32_t G_B37_3 = 0; Il2CppChar* G_B37_4 = NULL; int32_t G_B36_0 = 0; int32_t G_B36_1 = 0; int32_t* G_B36_2 = NULL; int32_t G_B36_3 = 0; Il2CppChar* G_B36_4 = NULL; int32_t G_B38_0 = 0; int32_t G_B38_1 = 0; int32_t G_B38_2 = 0; int32_t* G_B38_3 = NULL; int32_t G_B38_4 = 0; Il2CppChar* G_B38_5 = NULL; int32_t G_B50_0 = 0; int32_t G_B50_1 = 0; int32_t G_B50_2 = 0; int32_t* G_B50_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B50_4 = NULL; int32_t G_B50_5 = 0; int32_t G_B50_6 = 0; String_t* G_B50_7 = NULL; int32_t G_B49_0 = 0; int32_t G_B49_1 = 0; int32_t G_B49_2 = 0; int32_t* G_B49_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B49_4 = NULL; int32_t G_B49_5 = 0; int32_t G_B49_6 = 0; String_t* G_B49_7 = NULL; int32_t G_B51_0 = 0; int32_t G_B51_1 = 0; int32_t G_B51_2 = 0; int32_t G_B51_3 = 0; int32_t* G_B51_4 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B51_5 = NULL; int32_t G_B51_6 = 0; int32_t G_B51_7 = 0; String_t* G_B51_8 = NULL; int32_t G_B67_0 = 0; int32_t G_B72_0 = 0; int32_t G_B76_0 = 0; { bool L_0; L_0 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)16384))), /*hidden argument*/NULL); if (!L_0) { goto IL_001b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___dest0; int32_t* L_2 = ___pos1; int32_t* L_3 = ___pos1; int32_t L_4 = *((int32_t*)L_3); V_2 = L_4; int32_t L_5 = V_2; *((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_2; NullCheck(L_1); (L_1)->SetAt(static_cast(L_6), (Il2CppChar)((int32_t)47)); } IL_001b: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_7 = __this->get_m_Info_18(); NullCheck(L_7); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_8 = L_7->get_address_of_Offset_3(); uint16_t L_9 = L_8->get_Path_4(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_10 = __this->get_m_Info_18(); NullCheck(L_10); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_11 = L_10->get_address_of_Offset_3(); uint16_t L_12 = L_11->get_Query_5(); if ((!(((uint32_t)L_9) == ((uint32_t)L_12)))) { goto IL_003f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = ___dest0; return L_13; } IL_003f: { int32_t* L_14 = ___pos1; int32_t L_15 = *((int32_t*)L_14); V_0 = L_15; uint16_t L_16; L_16 = Uri_get_SecuredPathIndex_m0BE7920E94AA002B4CD2D568BD6E0FD91F0D7F0B(__this, /*hidden argument*/NULL); V_1 = L_16; int32_t L_17 = ___formatAs2; if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_0277; } } { bool L_18; L_18 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)8192))), /*hidden argument*/NULL); if (!L_18) { goto IL_013d; } } { String_t* L_19 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_20 = __this->get_m_Info_18(); NullCheck(L_20); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_21 = L_20->get_address_of_Offset_3(); uint16_t L_22 = L_21->get_Path_4(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_23 = ___dest0; int32_t L_24 = V_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_25 = __this->get_m_Info_18(); NullCheck(L_25); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_26 = L_25->get_address_of_Offset_3(); uint16_t L_27 = L_26->get_Query_5(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_28 = __this->get_m_Info_18(); NullCheck(L_28); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_29 = L_28->get_address_of_Offset_3(); uint16_t L_30 = L_29->get_Path_4(); NullCheck(L_19); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_19, L_22, L_23, L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_30)), /*hidden argument*/NULL); int32_t L_31 = V_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_32 = __this->get_m_Info_18(); NullCheck(L_32); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_33 = L_32->get_address_of_Offset_3(); uint16_t L_34 = L_33->get_Query_5(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_35 = __this->get_m_Info_18(); NullCheck(L_35); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_36 = L_35->get_address_of_Offset_3(); uint16_t L_37 = L_36->get_Path_4(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_37)))); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_38 = __this->get_m_Syntax_15(); NullCheck(L_38); bool L_39; L_39 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_38, ((int32_t)33554432), /*hidden argument*/NULL); if (!L_39) { goto IL_0356; } } { bool L_40; L_40 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)16))), /*hidden argument*/NULL); if (!L_40) { goto IL_0356; } } { bool L_41; L_41 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); if (L_41) { goto IL_0356; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_42 = ___dest0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_43 = L_42; V_4 = L_43; if (!L_43) { goto IL_00fd; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_44 = V_4; NullCheck(L_44); if (((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))) { goto IL_0102; } } IL_00fd: { V_3 = (Il2CppChar*)((uintptr_t)0); goto IL_010c; } IL_0102: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_45 = V_4; NullCheck(L_45); V_3 = (Il2CppChar*)((uintptr_t)((L_45)->GetAddressAt(static_cast(0)))); } IL_010c: { Il2CppChar* L_46 = V_3; int32_t* L_47 = ___pos1; int32_t L_48 = *((int32_t*)L_47); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_49 = __this->get_m_Syntax_15(); NullCheck(L_49); bool L_50; L_50 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_49, ((int32_t)4194304), /*hidden argument*/NULL); G_B14_0 = ((int32_t)47); G_B14_1 = ((int32_t)46); G_B14_2 = (&V_0); G_B14_3 = L_48; G_B14_4 = L_46; if (L_50) { G_B15_0 = ((int32_t)47); G_B15_1 = ((int32_t)46); G_B15_2 = (&V_0); G_B15_3 = L_48; G_B15_4 = L_46; goto IL_012e; } } { G_B16_0 = ((int32_t)65535); G_B16_1 = G_B14_0; G_B16_2 = G_B14_1; G_B16_3 = G_B14_2; G_B16_4 = G_B14_3; G_B16_5 = G_B14_4; goto IL_0130; } IL_012e: { G_B16_0 = ((int32_t)92); G_B16_1 = G_B15_0; G_B16_2 = G_B15_1; G_B16_3 = G_B15_2; G_B16_4 = G_B15_3; G_B16_5 = G_B15_4; } IL_0130: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri_UnescapeOnly_m92D3576A2907919173B7C8528642CA8FBF3E5EFC((Il2CppChar*)(Il2CppChar*)G_B16_5, G_B16_4, (int32_t*)G_B16_3, G_B16_2, G_B16_1, G_B16_0, /*hidden argument*/NULL); V_4 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL; goto IL_0356; } IL_013d: { bool L_51; L_51 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)1024))), /*hidden argument*/NULL); if (!L_51) { goto IL_0210; } } { bool L_52; L_52 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); if (!L_52) { goto IL_0210; } } { String_t* L_53 = __this->get_m_String_13(); V_5 = L_53; int32_t L_54 = V_1; if (!L_54) { goto IL_01c9; } } { String_t* L_55 = V_5; int32_t L_56 = V_1; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_57 = __this->get_m_Info_18(); NullCheck(L_57); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_58 = L_57->get_address_of_Offset_3(); uint16_t L_59 = L_58->get_Path_4(); NullCheck(L_55); Il2CppChar L_60; L_60 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_55, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)L_59)), (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)124))))) { goto IL_01c9; } } { String_t* L_61 = V_5; int32_t L_62 = V_1; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_63 = __this->get_m_Info_18(); NullCheck(L_63); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_64 = L_63->get_address_of_Offset_3(); uint16_t L_65 = L_64->get_Path_4(); NullCheck(L_61); String_t* L_66; L_66 = String_Remove_mA7DE3D6FE3344FD65108B33BD1DE8020D22ADAC0(L_61, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)L_65)), (int32_t)1)), 1, /*hidden argument*/NULL); V_5 = L_66; String_t* L_67 = V_5; int32_t L_68 = V_1; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_69 = __this->get_m_Info_18(); NullCheck(L_69); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_70 = L_69->get_address_of_Offset_3(); uint16_t L_71 = L_70->get_Path_4(); NullCheck(L_67); String_t* L_72; L_72 = String_Insert_m6F5335C84ACB178D4141772E1D7F2EB7811990EB(L_67, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)L_71)), (int32_t)1)), _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, /*hidden argument*/NULL); V_5 = L_72; } IL_01c9: { String_t* L_73 = V_5; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_74 = __this->get_m_Info_18(); NullCheck(L_74); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_75 = L_74->get_address_of_Offset_3(); uint16_t L_76 = L_75->get_Path_4(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_77 = __this->get_m_Info_18(); NullCheck(L_77); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_78 = L_77->get_address_of_Offset_3(); uint16_t L_79 = L_78->get_Query_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_80 = ___dest0; bool L_81; L_81 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); G_B23_0 = ((int32_t)35); G_B23_1 = ((int32_t)63); G_B23_2 = 1; G_B23_3 = (&V_0); G_B23_4 = L_80; G_B23_5 = L_79; G_B23_6 = L_76; G_B23_7 = L_73; if (L_81) { G_B24_0 = ((int32_t)35); G_B24_1 = ((int32_t)63); G_B24_2 = 1; G_B24_3 = (&V_0); G_B24_4 = L_80; G_B24_5 = L_79; G_B24_6 = L_76; G_B24_7 = L_73; goto IL_01ff; } } { G_B25_0 = ((int32_t)37); G_B25_1 = G_B23_0; G_B25_2 = G_B23_1; G_B25_3 = G_B23_2; G_B25_4 = G_B23_3; G_B25_5 = G_B23_4; G_B25_6 = G_B23_5; G_B25_7 = G_B23_6; G_B25_8 = G_B23_7; goto IL_0204; } IL_01ff: { G_B25_0 = ((int32_t)65535); G_B25_1 = G_B24_0; G_B25_2 = G_B24_1; G_B25_3 = G_B24_2; G_B25_4 = G_B24_3; G_B25_5 = G_B24_4; G_B25_6 = G_B24_5; G_B25_7 = G_B24_6; G_B25_8 = G_B24_7; } IL_0204: { IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_82; L_82 = UriHelper_EscapeString_m86812263CFCDD337B818CC7401499CCC67196147(G_B25_8, G_B25_7, G_B25_6, G_B25_5, (int32_t*)G_B25_4, (bool)G_B25_3, G_B25_2, G_B25_1, G_B25_0, /*hidden argument*/NULL); ___dest0 = L_82; goto IL_0356; } IL_0210: { String_t* L_83 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_84 = __this->get_m_Info_18(); NullCheck(L_84); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_85 = L_84->get_address_of_Offset_3(); uint16_t L_86 = L_85->get_Path_4(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_87 = ___dest0; int32_t L_88 = V_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_89 = __this->get_m_Info_18(); NullCheck(L_89); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_90 = L_89->get_address_of_Offset_3(); uint16_t L_91 = L_90->get_Query_5(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_92 = __this->get_m_Info_18(); NullCheck(L_92); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_93 = L_92->get_address_of_Offset_3(); uint16_t L_94 = L_93->get_Path_4(); NullCheck(L_83); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_83, L_86, L_87, L_88, ((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)L_94)), /*hidden argument*/NULL); int32_t L_95 = V_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_96 = __this->get_m_Info_18(); NullCheck(L_96); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_97 = L_96->get_address_of_Offset_3(); uint16_t L_98 = L_97->get_Query_5(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_99 = __this->get_m_Info_18(); NullCheck(L_99); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_100 = L_99->get_address_of_Offset_3(); uint16_t L_101 = L_100->get_Path_4(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)L_101)))); goto IL_0356; } IL_0277: { String_t* L_102 = __this->get_m_String_13(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_103 = __this->get_m_Info_18(); NullCheck(L_103); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_104 = L_103->get_address_of_Offset_3(); uint16_t L_105 = L_104->get_Path_4(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_106 = ___dest0; int32_t L_107 = V_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_108 = __this->get_m_Info_18(); NullCheck(L_108); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_109 = L_108->get_address_of_Offset_3(); uint16_t L_110 = L_109->get_Query_5(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_111 = __this->get_m_Info_18(); NullCheck(L_111); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_112 = L_111->get_address_of_Offset_3(); uint16_t L_113 = L_112->get_Path_4(); NullCheck(L_102); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_102, L_105, L_106, L_107, ((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)L_113)), /*hidden argument*/NULL); int32_t L_114 = V_0; UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_115 = __this->get_m_Info_18(); NullCheck(L_115); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_116 = L_115->get_address_of_Offset_3(); uint16_t L_117 = L_116->get_Query_5(); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_118 = __this->get_m_Info_18(); NullCheck(L_118); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_119 = L_118->get_address_of_Offset_3(); uint16_t L_120 = L_119->get_Path_4(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_117, (int32_t)L_120)))); bool L_121; L_121 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)8192))), /*hidden argument*/NULL); if (!L_121) { goto IL_0356; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_122 = __this->get_m_Syntax_15(); NullCheck(L_122); bool L_123; L_123 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_122, ((int32_t)33554432), /*hidden argument*/NULL); if (!L_123) { goto IL_0356; } } { bool L_124; L_124 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)16))), /*hidden argument*/NULL); if (!L_124) { goto IL_0356; } } { bool L_125; L_125 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); if (L_125) { goto IL_0356; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_126 = ___dest0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_127 = L_126; V_4 = L_127; if (!L_127) { goto IL_0318; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_128 = V_4; NullCheck(L_128); if (((int32_t)((int32_t)(((RuntimeArray*)L_128)->max_length)))) { goto IL_031e; } } IL_0318: { V_6 = (Il2CppChar*)((uintptr_t)0); goto IL_0329; } IL_031e: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_129 = V_4; NullCheck(L_129); V_6 = (Il2CppChar*)((uintptr_t)((L_129)->GetAddressAt(static_cast(0)))); } IL_0329: { Il2CppChar* L_130 = V_6; int32_t* L_131 = ___pos1; int32_t L_132 = *((int32_t*)L_131); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_133 = __this->get_m_Syntax_15(); NullCheck(L_133); bool L_134; L_134 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_133, ((int32_t)4194304), /*hidden argument*/NULL); G_B36_0 = ((int32_t)47); G_B36_1 = ((int32_t)46); G_B36_2 = (&V_0); G_B36_3 = L_132; G_B36_4 = L_130; if (L_134) { G_B37_0 = ((int32_t)47); G_B37_1 = ((int32_t)46); G_B37_2 = (&V_0); G_B37_3 = L_132; G_B37_4 = L_130; goto IL_034c; } } { G_B38_0 = ((int32_t)65535); G_B38_1 = G_B36_0; G_B38_2 = G_B36_1; G_B38_3 = G_B36_2; G_B38_4 = G_B36_3; G_B38_5 = G_B36_4; goto IL_034e; } IL_034c: { G_B38_0 = ((int32_t)92); G_B38_1 = G_B37_0; G_B38_2 = G_B37_1; G_B38_3 = G_B37_2; G_B38_4 = G_B37_3; G_B38_5 = G_B37_4; } IL_034e: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri_UnescapeOnly_m92D3576A2907919173B7C8528642CA8FBF3E5EFC((Il2CppChar*)(Il2CppChar*)G_B38_5, G_B38_4, (int32_t*)G_B38_3, G_B38_2, G_B38_1, G_B38_0, /*hidden argument*/NULL); V_4 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL; } IL_0356: { int32_t L_135 = V_1; if (!L_135) { goto IL_036f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_136 = ___dest0; int32_t L_137 = V_1; int32_t* L_138 = ___pos1; int32_t L_139 = *((int32_t*)L_138); NullCheck(L_136); int32_t L_140 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)L_139)), (int32_t)1)); uint16_t L_141 = (uint16_t)(L_136)->GetAt(static_cast(L_140)); if ((!(((uint32_t)L_141) == ((uint32_t)((int32_t)124))))) { goto IL_036f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_142 = ___dest0; int32_t L_143 = V_1; int32_t* L_144 = ___pos1; int32_t L_145 = *((int32_t*)L_144); NullCheck(L_142); (L_142)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)L_145)), (int32_t)1))), (Il2CppChar)((int32_t)58)); } IL_036f: { bool L_146; L_146 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)8192))), /*hidden argument*/NULL); if (!L_146) { goto IL_03fb; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_147 = ___dest0; int32_t* L_148 = ___pos1; int32_t L_149 = *((int32_t*)L_148); int32_t L_150 = V_1; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_151 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_152; L_152 = Uri_Compress_m0AC629D11323C8DF4E6CCEDC31D737FEAA384D0D(L_147, (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)L_150)))), (int32_t*)(&V_0), L_151, /*hidden argument*/NULL); ___dest0 = L_152; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_153 = ___dest0; int32_t* L_154 = ___pos1; int32_t L_155 = *((int32_t*)L_154); NullCheck(L_153); int32_t L_156 = L_155; uint16_t L_157 = (uint16_t)(L_153)->GetAt(static_cast(L_156)); if ((!(((uint32_t)L_157) == ((uint32_t)((int32_t)92))))) { goto IL_03a0; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_158 = ___dest0; int32_t* L_159 = ___pos1; int32_t L_160 = *((int32_t*)L_159); NullCheck(L_158); (L_158)->SetAt(static_cast(L_160), (Il2CppChar)((int32_t)47)); } IL_03a0: { int32_t L_161 = ___formatAs2; if ((!(((uint32_t)L_161) == ((uint32_t)1)))) { goto IL_043a; } } { bool L_162; L_162 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); if (!L_162) { goto IL_043a; } } { bool L_163; L_163 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)1024))), /*hidden argument*/NULL); if (!L_163) { goto IL_043a; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_164 = ___dest0; int32_t* L_165 = ___pos1; int32_t L_166 = *((int32_t*)L_165); int32_t L_167 = V_0; int32_t* L_168 = ___pos1; int32_t L_169 = *((int32_t*)L_168); String_t* L_170; L_170 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_164, L_166, ((int32_t)il2cpp_codegen_subtract((int32_t)L_167, (int32_t)L_169)), /*hidden argument*/NULL); int32_t L_171 = V_0; int32_t* L_172 = ___pos1; int32_t L_173 = *((int32_t*)L_172); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_174 = ___dest0; int32_t* L_175 = ___pos1; bool L_176; L_176 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); G_B49_0 = ((int32_t)35); G_B49_1 = ((int32_t)63); G_B49_2 = 1; G_B49_3 = L_175; G_B49_4 = L_174; G_B49_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_171, (int32_t)L_173)); G_B49_6 = 0; G_B49_7 = L_170; if (L_176) { G_B50_0 = ((int32_t)35); G_B50_1 = ((int32_t)63); G_B50_2 = 1; G_B50_3 = L_175; G_B50_4 = L_174; G_B50_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_171, (int32_t)L_173)); G_B50_6 = 0; G_B50_7 = L_170; goto IL_03ea; } } { G_B51_0 = ((int32_t)37); G_B51_1 = G_B49_0; G_B51_2 = G_B49_1; G_B51_3 = G_B49_2; G_B51_4 = G_B49_3; G_B51_5 = G_B49_4; G_B51_6 = G_B49_5; G_B51_7 = G_B49_6; G_B51_8 = G_B49_7; goto IL_03ef; } IL_03ea: { G_B51_0 = ((int32_t)65535); G_B51_1 = G_B50_0; G_B51_2 = G_B50_1; G_B51_3 = G_B50_2; G_B51_4 = G_B50_3; G_B51_5 = G_B50_4; G_B51_6 = G_B50_5; G_B51_7 = G_B50_6; G_B51_8 = G_B50_7; } IL_03ef: { IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_177; L_177 = UriHelper_EscapeString_m86812263CFCDD337B818CC7401499CCC67196147(G_B51_8, G_B51_7, G_B51_6, G_B51_5, (int32_t*)G_B51_4, (bool)G_B51_3, G_B51_2, G_B51_1, G_B51_0, /*hidden argument*/NULL); ___dest0 = L_177; int32_t* L_178 = ___pos1; int32_t L_179 = *((int32_t*)L_178); V_0 = L_179; goto IL_043a; } IL_03fb: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_180 = __this->get_m_Syntax_15(); NullCheck(L_180); bool L_181; L_181 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_180, ((int32_t)4194304), /*hidden argument*/NULL); if (!L_181) { goto IL_043a; } } { bool L_182; L_182 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)32768))), /*hidden argument*/NULL); if (!L_182) { goto IL_043a; } } { int32_t* L_183 = ___pos1; int32_t L_184 = *((int32_t*)L_183); V_7 = L_184; goto IL_0435; } IL_0421: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_185 = ___dest0; int32_t L_186 = V_7; NullCheck(L_185); int32_t L_187 = L_186; uint16_t L_188 = (uint16_t)(L_185)->GetAt(static_cast(L_187)); if ((!(((uint32_t)L_188) == ((uint32_t)((int32_t)92))))) { goto IL_042f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_189 = ___dest0; int32_t L_190 = V_7; NullCheck(L_189); (L_189)->SetAt(static_cast(L_190), (Il2CppChar)((int32_t)47)); } IL_042f: { int32_t L_191 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_191, (int32_t)1)); } IL_0435: { int32_t L_192 = V_7; int32_t L_193 = V_0; if ((((int32_t)L_192) < ((int32_t)L_193))) { goto IL_0421; } } IL_043a: { int32_t L_194 = ___formatAs2; if ((((int32_t)L_194) == ((int32_t)1))) { goto IL_0520; } } { bool L_195; L_195 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)16))), /*hidden argument*/NULL); if (!L_195) { goto IL_0520; } } { bool L_196; L_196 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)16))), /*hidden argument*/NULL); if (!L_196) { goto IL_04c3; } } { int32_t L_197 = ___formatAs2; if ((((int32_t)L_197) == ((int32_t)2))) { goto IL_048d; } } { int32_t L_198 = ___formatAs2; if ((!(((uint32_t)L_198) == ((uint32_t)((int32_t)32767))))) { goto IL_049e; } } { bool L_199; L_199 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); if (L_199) { goto IL_0477; } } { G_B67_0 = 3; goto IL_0478; } IL_0477: { G_B67_0 = 2; } IL_0478: { V_8 = ((int32_t)((int32_t)G_B67_0|(int32_t)4)); bool L_200; L_200 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); if (!L_200) { goto IL_04c6; } } { int32_t L_201 = V_8; V_8 = ((int32_t)((int32_t)L_201&(int32_t)((int32_t)-3))); goto IL_04c6; } IL_048d: { bool L_202; L_202 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); if (L_202) { goto IL_0499; } } { G_B72_0 = ((int32_t)10); goto IL_049a; } IL_0499: { G_B72_0 = 0; } IL_049a: { V_8 = G_B72_0; goto IL_04c6; } IL_049e: { bool L_203; L_203 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)524288))), /*hidden argument*/NULL); if (L_203) { goto IL_04af; } } { G_B76_0 = 3; goto IL_04b0; } IL_04af: { G_B76_0 = 2; } IL_04b0: { V_8 = G_B76_0; bool L_204; L_204 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); if (!L_204) { goto IL_04c6; } } { int32_t L_205 = V_8; V_8 = ((int32_t)((int32_t)L_205&(int32_t)((int32_t)-3))); goto IL_04c6; } IL_04c3: { V_8 = 0; } IL_04c6: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_206 = ___dest0; NullCheck(L_206); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_207 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_206)->max_length)))); V_9 = L_207; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_208 = ___dest0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_209 = V_9; int32_t L_210 = V_0; Buffer_BlockCopy_mF4642D7BB69FA7570F69E323F4597A2166065612((RuntimeArray *)(RuntimeArray *)L_208, 0, (RuntimeArray *)(RuntimeArray *)L_209, 0, ((int32_t)((int32_t)L_210<<(int32_t)1)), /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_211 = V_9; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_212 = L_211; V_4 = L_212; if (!L_212) { goto IL_04ea; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_213 = V_4; NullCheck(L_213); if (((int32_t)((int32_t)(((RuntimeArray*)L_213)->max_length)))) { goto IL_04f0; } } IL_04ea: { V_10 = (Il2CppChar*)((uintptr_t)0); goto IL_04fb; } IL_04f0: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_214 = V_4; NullCheck(L_214); V_10 = (Il2CppChar*)((uintptr_t)((L_214)->GetAddressAt(static_cast(0)))); } IL_04fb: { Il2CppChar* L_215 = V_10; int32_t* L_216 = ___pos1; int32_t L_217 = *((int32_t*)L_216); int32_t L_218 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_219 = ___dest0; int32_t* L_220 = ___pos1; int32_t L_221 = V_8; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_222 = __this->get_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_223; L_223 = UriHelper_UnescapeString_mFBF6EA6FBC25A465B680157F84CA1307A51EF65B((Il2CppChar*)(Il2CppChar*)L_215, L_217, L_218, L_219, (int32_t*)L_220, ((int32_t)63), ((int32_t)35), ((int32_t)65535), L_221, L_222, (bool)0, /*hidden argument*/NULL); ___dest0 = L_223; V_4 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL; goto IL_0523; } IL_0520: { int32_t* L_224 = ___pos1; int32_t L_225 = V_0; *((int32_t*)L_224) = (int32_t)L_225; } IL_0523: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_226 = ___dest0; return L_226; } } // System.Void System.Uri::UnescapeOnly(System.Char*,System.Int32,System.Int32&,System.Char,System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_UnescapeOnly_m92D3576A2907919173B7C8528642CA8FBF3E5EFC (Il2CppChar* ___pch0, int32_t ___start1, int32_t* ___end2, Il2CppChar ___ch13, Il2CppChar ___ch24, Il2CppChar ___ch35, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar V_2 = 0x0; Il2CppChar V_3 = 0x0; { int32_t* L_0 = ___end2; int32_t L_1 = *((int32_t*)L_0); int32_t L_2 = ___start1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2))) >= ((int32_t)3))) { goto IL_0008; } } { return; } IL_0008: { Il2CppChar* L_3 = ___pch0; int32_t* L_4 = ___end2; int32_t L_5 = *((int32_t*)L_4); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_5), (int32_t)2)))), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2)))); Il2CppChar* L_6 = ___pch0; int32_t L_7 = ___start1; ___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_7), (int32_t)2)))); V_1 = (Il2CppChar*)((uintptr_t)0); } IL_0020: { Il2CppChar* L_8 = ___pch0; Il2CppChar* L_9 = V_0; if ((!(((uintptr_t)L_8) < ((uintptr_t)L_9)))) { goto IL_00ba; } } { Il2CppChar* L_10 = ___pch0; Il2CppChar* L_11 = (Il2CppChar*)L_10; ___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)2)); int32_t L_12 = *((uint16_t*)L_11); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)37))))) { goto IL_0020; } } { Il2CppChar* L_13 = ___pch0; Il2CppChar* L_14 = (Il2CppChar*)L_13; ___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)2)); int32_t L_15 = *((uint16_t*)L_14); Il2CppChar* L_16 = ___pch0; Il2CppChar* L_17 = (Il2CppChar*)L_16; ___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)2)); int32_t L_18 = *((uint16_t*)L_17); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); Il2CppChar L_19; L_19 = UriHelper_EscapedAscii_m7AC352E3E869E7E5642C973397FA6C2696F9A573(L_15, L_18, /*hidden argument*/NULL); V_2 = L_19; Il2CppChar L_20 = V_2; Il2CppChar L_21 = ___ch13; if ((((int32_t)L_20) == ((int32_t)L_21))) { goto IL_0054; } } { Il2CppChar L_22 = V_2; Il2CppChar L_23 = ___ch24; if ((((int32_t)L_22) == ((int32_t)L_23))) { goto IL_0054; } } { Il2CppChar L_24 = V_2; Il2CppChar L_25 = ___ch35; if ((!(((uint32_t)L_24) == ((uint32_t)L_25)))) { goto IL_0020; } } IL_0054: { Il2CppChar* L_26 = ___pch0; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2)))); Il2CppChar* L_27 = V_1; Il2CppChar L_28 = V_2; *((int16_t*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_27, (int32_t)2))) = (int16_t)L_28; } IL_0060: { Il2CppChar* L_29 = ___pch0; Il2CppChar* L_30 = V_0; if ((!(((uintptr_t)L_29) < ((uintptr_t)L_30)))) { goto IL_00ba; } } { Il2CppChar* L_31 = V_1; Il2CppChar* L_32 = (Il2CppChar*)L_31; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)2)); Il2CppChar* L_33 = ___pch0; Il2CppChar* L_34 = (Il2CppChar*)L_33; ___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (int32_t)2)); int32_t L_35 = *((uint16_t*)L_34); int32_t L_36 = L_35; V_3 = L_36; *((int16_t*)L_32) = (int16_t)L_36; Il2CppChar L_37 = V_3; if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)37))))) { goto IL_0060; } } { Il2CppChar* L_38 = V_1; Il2CppChar* L_39 = (Il2CppChar*)L_38; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (int32_t)2)); Il2CppChar* L_40 = ___pch0; Il2CppChar* L_41 = (Il2CppChar*)L_40; ___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_41, (int32_t)2)); int32_t L_42 = *((uint16_t*)L_41); int32_t L_43 = L_42; V_3 = L_43; *((int16_t*)L_39) = (int16_t)L_43; Il2CppChar L_44 = V_3; Il2CppChar* L_45 = V_1; Il2CppChar* L_46 = (Il2CppChar*)L_45; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_46, (int32_t)2)); Il2CppChar* L_47 = ___pch0; Il2CppChar* L_48 = (Il2CppChar*)L_47; ___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_48, (int32_t)2)); int32_t L_49 = *((uint16_t*)L_48); int32_t L_50 = L_49; V_3 = L_50; *((int16_t*)L_46) = (int16_t)L_50; Il2CppChar L_51 = V_3; IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); Il2CppChar L_52; L_52 = UriHelper_EscapedAscii_m7AC352E3E869E7E5642C973397FA6C2696F9A573(L_44, L_51, /*hidden argument*/NULL); V_2 = L_52; Il2CppChar L_53 = V_2; Il2CppChar L_54 = ___ch13; if ((((int32_t)L_53) == ((int32_t)L_54))) { goto IL_00ac; } } { Il2CppChar L_55 = V_2; Il2CppChar L_56 = ___ch24; if ((((int32_t)L_55) == ((int32_t)L_56))) { goto IL_00ac; } } { Il2CppChar L_57 = V_2; Il2CppChar L_58 = ___ch35; if ((!(((uint32_t)L_57) == ((uint32_t)L_58)))) { goto IL_0060; } } IL_00ac: { Il2CppChar* L_59 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_59, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2)))); Il2CppChar* L_60 = V_1; Il2CppChar L_61 = V_2; *((int16_t*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_60, (int32_t)2))) = (int16_t)L_61; goto IL_0060; } IL_00ba: { Il2CppChar* L_62 = V_0; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_62, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2)))); Il2CppChar* L_63 = V_1; if ((!(((uintptr_t)L_63) == ((uintptr_t)((uintptr_t)0))))) { goto IL_00c7; } } { return; } IL_00c7: { Il2CppChar* L_64 = ___pch0; Il2CppChar* L_65 = V_0; if ((!(((uintptr_t)L_64) == ((uintptr_t)L_65)))) { goto IL_00d8; } } { int32_t* L_66 = ___end2; int32_t* L_67 = ___end2; int32_t L_68 = *((int32_t*)L_67); Il2CppChar* L_69 = ___pch0; Il2CppChar* L_70 = V_1; *((int32_t*)L_66) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_69, (intptr_t)L_70))/(int32_t)2)))))))); return; } IL_00d8: { Il2CppChar* L_71 = V_1; Il2CppChar* L_72 = (Il2CppChar*)L_71; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, (int32_t)2)); Il2CppChar* L_73 = ___pch0; Il2CppChar* L_74 = (Il2CppChar*)L_73; ___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_74, (int32_t)2)); int32_t L_75 = *((uint16_t*)L_74); *((int16_t*)L_72) = (int16_t)L_75; Il2CppChar* L_76 = ___pch0; Il2CppChar* L_77 = V_0; if ((!(((uintptr_t)L_76) == ((uintptr_t)L_77)))) { goto IL_00f6; } } { int32_t* L_78 = ___end2; int32_t* L_79 = ___end2; int32_t L_80 = *((int32_t*)L_79); Il2CppChar* L_81 = ___pch0; Il2CppChar* L_82 = V_1; *((int32_t*)L_78) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_81, (intptr_t)L_82))/(int32_t)2)))))))); return; } IL_00f6: { Il2CppChar* L_83 = V_1; Il2CppChar* L_84 = (Il2CppChar*)L_83; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_84, (int32_t)2)); Il2CppChar* L_85 = ___pch0; Il2CppChar* L_86 = (Il2CppChar*)L_85; ___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_86, (int32_t)2)); int32_t L_87 = *((uint16_t*)L_86); *((int16_t*)L_84) = (int16_t)L_87; int32_t* L_88 = ___end2; int32_t* L_89 = ___end2; int32_t L_90 = *((int32_t*)L_89); Il2CppChar* L_91 = ___pch0; Il2CppChar* L_92 = V_1; *((int32_t*)L_88) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_91, (intptr_t)L_92))/(int32_t)2)))))))); return; } } // System.Char[] System.Uri::Compress(System.Char[],System.UInt16,System.Int32&,System.UriParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* Uri_Compress_m0AC629D11323C8DF4E6CCEDC31D737FEAA384D0D (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___dest0, uint16_t ___start1, int32_t* ___destLength2, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___syntax3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; uint16_t V_1 = 0; uint16_t V_2 = 0; uint16_t V_3 = 0; uint16_t V_4 = 0; Il2CppChar V_5 = 0x0; bool V_6 = false; int32_t G_B18_0 = 0; int32_t G_B27_0 = 0; int32_t G_B26_0 = 0; int32_t G_B28_0 = 0; int32_t G_B28_1 = 0; uint16_t G_B57_0 = 0; uint16_t G_B56_0 = 0; int32_t G_B58_0 = 0; uint16_t G_B58_1 = 0; { V_0 = (uint16_t)0; V_1 = (uint16_t)0; V_2 = (uint16_t)0; V_3 = (uint16_t)0; int32_t* L_0 = ___destLength2; int32_t L_1 = *((int32_t*)L_0); V_4 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((uint16_t)L_1)), (int32_t)1)))); uint16_t L_2 = ___start1; ___start1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))); goto IL_019b; } IL_001b: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = ___dest0; uint16_t L_4 = V_4; NullCheck(L_3); uint16_t L_5 = L_4; uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast(L_5)); V_5 = L_6; Il2CppChar L_7 = V_5; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)92))))) { goto IL_003d; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_8 = ___syntax3; NullCheck(L_8); bool L_9; L_9 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_8, ((int32_t)4194304), /*hidden argument*/NULL); if (!L_9) { goto IL_003d; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = ___dest0; uint16_t L_11 = V_4; int32_t L_12 = ((int32_t)47); V_5 = L_12; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (Il2CppChar)L_12); } IL_003d: { Il2CppChar L_13 = V_5; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)47))))) { goto IL_004a; } } { uint16_t L_14 = V_0; V_0 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)))); goto IL_0056; } IL_004a: { uint16_t L_15 = V_0; if ((((int32_t)L_15) <= ((int32_t)1))) { goto IL_0054; } } { uint16_t L_16 = V_4; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)))); } IL_0054: { V_0 = (uint16_t)0; } IL_0056: { Il2CppChar L_17 = V_5; if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)46))))) { goto IL_0066; } } { uint16_t L_18 = V_2; V_2 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)))); goto IL_0194; } IL_0066: { uint16_t L_19 = V_2; if (!L_19) { goto IL_015d; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_20 = ___syntax3; NullCheck(L_20); bool L_21; L_21 = UriParser_NotAny_m6A42FAC623F0EBDE441782DAC3E3B2ED34756D91(L_20, ((int32_t)16777216), /*hidden argument*/NULL); if (!L_21) { goto IL_008d; } } { uint16_t L_22 = V_2; if ((((int32_t)L_22) > ((int32_t)2))) { goto IL_008a; } } { Il2CppChar L_23 = V_5; if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)47))))) { goto IL_008a; } } { uint16_t L_24 = V_4; uint16_t L_25 = ___start1; G_B18_0 = ((((int32_t)L_24) == ((int32_t)L_25))? 1 : 0); goto IL_008e; } IL_008a: { G_B18_0 = 1; goto IL_008e; } IL_008d: { G_B18_0 = 0; } IL_008e: { V_6 = (bool)G_B18_0; bool L_26 = V_6; if (L_26) { goto IL_0108; } } { Il2CppChar L_27 = V_5; if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)47))))) { goto IL_0108; } } { uint16_t L_28 = V_1; uint16_t L_29 = V_4; uint16_t L_30 = V_2; if ((((int32_t)L_28) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30)), (int32_t)1))))) { goto IL_00b6; } } { uint16_t L_31 = V_1; if (L_31) { goto IL_015b; } } { uint16_t L_32 = V_4; uint16_t L_33 = V_2; int32_t* L_34 = ___destLength2; int32_t L_35 = *((int32_t*)L_34); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)), (int32_t)1))) == ((uint32_t)L_35)))) { goto IL_015b; } } IL_00b6: { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); bool L_36; L_36 = UriParser_get_ShouldUseLegacyV2Quirks_m999F115810F8CD526705FC7FE28DC78348BB6B58(/*hidden argument*/NULL); if (L_36) { goto IL_00c4; } } { uint16_t L_37 = V_2; if ((((int32_t)L_37) > ((int32_t)2))) { goto IL_015b; } } IL_00c4: { uint16_t L_38 = V_4; uint16_t L_39 = V_2; uint16_t L_40 = V_1; G_B26_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)), (int32_t)L_39)); if (!L_40) { G_B27_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)), (int32_t)L_39)); goto IL_00d0; } } { G_B28_0 = 1; G_B28_1 = G_B26_0; goto IL_00d1; } IL_00d0: { G_B28_0 = 0; G_B28_1 = G_B27_0; } IL_00d1: { V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)G_B28_1, (int32_t)G_B28_0)))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_41 = ___dest0; uint16_t L_42 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_43 = ___dest0; uint16_t L_44 = V_4; int32_t* L_45 = ___destLength2; int32_t L_46 = *((int32_t*)L_45); uint16_t L_47 = V_1; Buffer_BlockCopy_mF4642D7BB69FA7570F69E323F4597A2166065612((RuntimeArray *)(RuntimeArray *)L_41, ((int32_t)((int32_t)L_42<<(int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_43, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1))<<(int32_t)1)), ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47))<<(int32_t)1)), /*hidden argument*/NULL); int32_t* L_48 = ___destLength2; int32_t* L_49 = ___destLength2; int32_t L_50 = *((int32_t*)L_49); uint16_t L_51 = V_1; uint16_t L_52 = V_4; *((int32_t*)L_48) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)L_52)), (int32_t)1)))); uint16_t L_53 = V_4; V_1 = L_53; uint16_t L_54 = V_2; if ((!(((uint32_t)L_54) == ((uint32_t)2)))) { goto IL_0101; } } { uint16_t L_55 = V_3; V_3 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)))); } IL_0101: { V_2 = (uint16_t)0; goto IL_0194; } IL_0108: { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); bool L_56; L_56 = UriParser_get_ShouldUseLegacyV2Quirks_m999F115810F8CD526705FC7FE28DC78348BB6B58(/*hidden argument*/NULL); if (!L_56) { goto IL_015b; } } { bool L_57 = V_6; if (L_57) { goto IL_015b; } } { uint16_t L_58 = V_3; if (L_58) { goto IL_015b; } } { uint16_t L_59 = V_1; uint16_t L_60 = V_4; uint16_t L_61 = V_2; if ((((int32_t)L_59) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61)), (int32_t)1))))) { goto IL_012c; } } { uint16_t L_62 = V_1; if (L_62) { goto IL_015b; } } { uint16_t L_63 = V_4; uint16_t L_64 = V_2; int32_t* L_65 = ___destLength2; int32_t L_66 = *((int32_t*)L_65); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64)), (int32_t)1))) == ((uint32_t)L_66)))) { goto IL_015b; } } IL_012c: { uint16_t L_67 = V_4; uint16_t L_68 = V_2; V_2 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)), (int32_t)L_68)))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_69 = ___dest0; uint16_t L_70 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_71 = ___dest0; uint16_t L_72 = V_4; int32_t* L_73 = ___destLength2; int32_t L_74 = *((int32_t*)L_73); uint16_t L_75 = V_2; Buffer_BlockCopy_mF4642D7BB69FA7570F69E323F4597A2166065612((RuntimeArray *)(RuntimeArray *)L_69, ((int32_t)((int32_t)L_70<<(int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_71, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1))<<(int32_t)1)), ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)L_75))<<(int32_t)1)), /*hidden argument*/NULL); int32_t* L_76 = ___destLength2; int32_t* L_77 = ___destLength2; int32_t L_78 = *((int32_t*)L_77); uint16_t L_79 = V_2; uint16_t L_80 = V_4; *((int32_t*)L_76) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)L_80)), (int32_t)1)))); V_1 = (uint16_t)0; V_2 = (uint16_t)0; goto IL_0194; } IL_015b: { V_2 = (uint16_t)0; } IL_015d: { Il2CppChar L_81 = V_5; if ((!(((uint32_t)L_81) == ((uint32_t)((int32_t)47))))) { goto IL_0194; } } { uint16_t L_82 = V_3; if (!L_82) { goto IL_0191; } } { uint16_t L_83 = V_3; V_3 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)1)))); uint16_t L_84 = V_1; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_85 = ___dest0; uint16_t L_86 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_87 = ___dest0; uint16_t L_88 = V_4; int32_t* L_89 = ___destLength2; int32_t L_90 = *((int32_t*)L_89); uint16_t L_91 = V_1; Buffer_BlockCopy_mF4642D7BB69FA7570F69E323F4597A2166065612((RuntimeArray *)(RuntimeArray *)L_85, ((int32_t)((int32_t)L_86<<(int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_87, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1))<<(int32_t)1)), ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)L_91))<<(int32_t)1)), /*hidden argument*/NULL); int32_t* L_92 = ___destLength2; int32_t* L_93 = ___destLength2; int32_t L_94 = *((int32_t*)L_93); uint16_t L_95 = V_1; uint16_t L_96 = V_4; *((int32_t*)L_92) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_94, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)L_96)), (int32_t)1)))); } IL_0191: { uint16_t L_97 = V_4; V_1 = L_97; } IL_0194: { uint16_t L_98 = V_4; V_4 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)1)))); } IL_019b: { uint16_t L_99 = V_4; uint16_t L_100 = ___start1; if ((!(((uint32_t)L_99) == ((uint32_t)L_100)))) { goto IL_001b; } } { uint16_t L_101 = ___start1; ___start1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)))); int32_t* L_102 = ___destLength2; int32_t L_103 = *((int32_t*)L_102); uint16_t L_104 = ___start1; if ((((int32_t)((int32_t)((uint16_t)L_103))) <= ((int32_t)L_104))) { goto IL_0221; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_105 = ___syntax3; NullCheck(L_105); bool L_106; L_106 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_105, ((int32_t)16777216), /*hidden argument*/NULL); if (!L_106) { goto IL_0221; } } { uint16_t L_107 = V_0; if ((((int32_t)L_107) > ((int32_t)1))) { goto IL_0221; } } { uint16_t L_108 = V_3; if (!L_108) { goto IL_01ea; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_109 = ___dest0; uint16_t L_110 = ___start1; NullCheck(L_109); uint16_t L_111 = L_110; uint16_t L_112 = (uint16_t)(L_109)->GetAt(static_cast(L_111)); if ((((int32_t)L_112) == ((int32_t)((int32_t)47)))) { goto IL_01ea; } } { uint16_t L_113 = V_1; V_1 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)1)))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_114 = ___dest0; uint16_t L_115 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_116 = ___dest0; uint16_t L_117 = ___start1; int32_t* L_118 = ___destLength2; int32_t L_119 = *((int32_t*)L_118); uint16_t L_120 = V_1; Buffer_BlockCopy_mF4642D7BB69FA7570F69E323F4597A2166065612((RuntimeArray *)(RuntimeArray *)L_114, ((int32_t)((int32_t)L_115<<(int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_116, ((int32_t)((int32_t)L_117<<(int32_t)1)), ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)L_120))<<(int32_t)1)), /*hidden argument*/NULL); int32_t* L_121 = ___destLength2; int32_t* L_122 = ___destLength2; int32_t L_123 = *((int32_t*)L_122); uint16_t L_124 = V_1; *((int32_t*)L_121) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_123, (int32_t)L_124)); goto IL_0221; } IL_01ea: { uint16_t L_125 = V_2; if (!L_125) { goto IL_0221; } } { uint16_t L_126 = V_1; uint16_t L_127 = V_2; if ((((int32_t)L_126) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1))))) { goto IL_01fd; } } { uint16_t L_128 = V_1; if (L_128) { goto IL_0221; } } { uint16_t L_129 = V_2; int32_t* L_130 = ___destLength2; int32_t L_131 = *((int32_t*)L_130); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1))) == ((uint32_t)L_131)))) { goto IL_0221; } } IL_01fd: { uint16_t L_132 = V_2; uint16_t L_133 = V_1; G_B56_0 = L_132; if (!L_133) { G_B57_0 = L_132; goto IL_0204; } } { G_B58_0 = 1; G_B58_1 = G_B56_0; goto IL_0205; } IL_0204: { G_B58_0 = 0; G_B58_1 = G_B57_0; } IL_0205: { V_2 = (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)G_B58_1, (int32_t)G_B58_0)))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_134 = ___dest0; uint16_t L_135 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_136 = ___dest0; uint16_t L_137 = ___start1; int32_t* L_138 = ___destLength2; int32_t L_139 = *((int32_t*)L_138); uint16_t L_140 = V_2; Buffer_BlockCopy_mF4642D7BB69FA7570F69E323F4597A2166065612((RuntimeArray *)(RuntimeArray *)L_134, ((int32_t)((int32_t)L_135<<(int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_136, ((int32_t)((int32_t)L_137<<(int32_t)1)), ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_139, (int32_t)L_140))<<(int32_t)1)), /*hidden argument*/NULL); int32_t* L_141 = ___destLength2; int32_t* L_142 = ___destLength2; int32_t L_143 = *((int32_t*)L_142); uint16_t L_144 = V_2; *((int32_t*)L_141) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_143, (int32_t)L_144)); } IL_0221: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_145 = ___dest0; return L_145; } } // System.Int32 System.Uri::CalculateCaseInsensitiveHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CalculateCaseInsensitiveHashCode_m2B4C02B5CBB139510BA6F9BCF1CB21768DA6614C (String_t* ___text0, 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; L_0 = StringComparer_get_InvariantCultureIgnoreCase_m85A6670133D54B6CC852BCAA9A8F72455565B687_inline(/*hidden argument*/NULL); String_t* L_1 = ___text0; NullCheck(L_0); int32_t L_2; L_2 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* System.Int32 System.StringComparer::GetHashCode(System.String) */, L_0, L_1); return L_2; } } // System.String System.Uri::CombineUri(System.Uri,System.String,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_CombineUri_mC799BAF9A767DCE3A906D27DF1A947D0CB684E54 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___basePart0, String_t* ___relativePart1, int32_t ___uriFormat2, 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*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2972BFE844E63CD209338A1C5E5ADB3707E7B9B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A62305734B1A5D8C56B0791FEB96BCDDD1CD15E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; bool V_1 = false; String_t* V_2 = NULL; int32_t V_3 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_4 = NULL; Il2CppChar V_5 = 0x0; String_t* V_6 = NULL; int32_t V_7 = 0; String_t* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; int32_t G_B42_0 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B42_1 = NULL; int32_t G_B41_0 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B41_1 = NULL; int32_t G_B43_0 = 0; int32_t G_B43_1 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B43_2 = NULL; int32_t G_B51_0 = 0; int32_t G_B55_0 = 0; { String_t* L_0 = ___relativePart1; NullCheck(L_0); Il2CppChar L_1; L_1 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, 0, /*hidden argument*/NULL); V_0 = L_1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___basePart0; NullCheck(L_2); bool L_3; L_3 = Uri_get_IsDosPath_m3374B9D26D6B547862ACB2E617AB6F96CA31A5AF(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0094; } } { Il2CppChar L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)47)))) { goto IL_001d; } } { Il2CppChar L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)92))))) { goto IL_0094; } } IL_001d: { String_t* L_6 = ___relativePart1; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_003c; } } { String_t* L_8 = ___relativePart1; NullCheck(L_8); Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, 1, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)47)))) { goto IL_0094; } } { String_t* L_10 = ___relativePart1; NullCheck(L_10); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, 1, /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)((int32_t)92)))) { goto IL_0094; } } IL_003c: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_12 = ___basePart0; NullCheck(L_12); String_t* L_13; L_13 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14; L_14 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_13, ((int32_t)58), /*hidden argument*/NULL); V_7 = L_14; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_15 = ___basePart0; NullCheck(L_15); bool L_16; L_16 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_006a; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_17 = ___basePart0; NullCheck(L_17); String_t* L_18; L_18 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_17, /*hidden argument*/NULL); int32_t L_19 = V_7; NullCheck(L_18); String_t* L_20; L_20 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_18, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL); String_t* L_21 = ___relativePart1; String_t* L_22; L_22 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_20, L_21, /*hidden argument*/NULL); return L_22; } IL_006a: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_23 = ___basePart0; NullCheck(L_23); String_t* L_24; L_24 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_23, /*hidden argument*/NULL); int32_t L_25 = V_7; NullCheck(L_24); int32_t L_26; L_26 = String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB(L_24, ((int32_t)58), ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)), /*hidden argument*/NULL); V_7 = L_26; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_27 = ___basePart0; NullCheck(L_27); String_t* L_28; L_28 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_27, /*hidden argument*/NULL); int32_t L_29 = V_7; NullCheck(L_28); String_t* L_30; L_30 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_28, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)), /*hidden argument*/NULL); String_t* L_31 = ___relativePart1; String_t* L_32; L_32 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_30, L_31, /*hidden argument*/NULL); return L_32; } IL_0094: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_33 = ___basePart0; NullCheck(L_33); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_34; L_34 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_35; L_35 = Uri_StaticIsFile_mBE7D4186A7745C99605023A9F2299331B356410D(L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_016d; } } { Il2CppChar L_36 = V_0; if ((((int32_t)L_36) == ((int32_t)((int32_t)92)))) { goto IL_00b1; } } { Il2CppChar L_37 = V_0; if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)47))))) { goto IL_016d; } } IL_00b1: { String_t* L_38 = ___relativePart1; NullCheck(L_38); int32_t L_39; L_39 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_38, /*hidden argument*/NULL); if ((((int32_t)L_39) < ((int32_t)2))) { goto IL_00e6; } } { String_t* L_40 = ___relativePart1; NullCheck(L_40); Il2CppChar L_41; L_41 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_40, 1, /*hidden argument*/NULL); if ((((int32_t)L_41) == ((int32_t)((int32_t)92)))) { goto IL_00d0; } } { String_t* L_42 = ___relativePart1; NullCheck(L_42); Il2CppChar L_43; L_43 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_42, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)47))))) { goto IL_00e6; } } IL_00d0: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_44 = ___basePart0; NullCheck(L_44); bool L_45; L_45 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(L_44, /*hidden argument*/NULL); if (L_45) { goto IL_00e4; } } { String_t* L_46 = ___relativePart1; String_t* L_47; L_47 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteral9A62305734B1A5D8C56B0791FEB96BCDDD1CD15E, L_46, /*hidden argument*/NULL); return L_47; } IL_00e4: { String_t* L_48 = ___relativePart1; return L_48; } IL_00e6: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_49 = ___basePart0; NullCheck(L_49); bool L_50; L_50 = Uri_get_IsUnc_m74CE69038E37D7F868EF3EFD9DCCD08AA11877CC(L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0161; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_51 = ___basePart0; NullCheck(L_51); String_t* L_52; L_52 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(L_51, ((int32_t)1073741840), 2, /*hidden argument*/NULL); V_8 = L_52; V_9 = 1; goto IL_0122; } IL_0101: { String_t* L_53 = V_8; int32_t L_54 = V_9; NullCheck(L_53); Il2CppChar L_55; L_55 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_53, L_54, /*hidden argument*/NULL); if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)47))))) { goto IL_011c; } } { String_t* L_56 = V_8; int32_t L_57 = V_9; NullCheck(L_56); String_t* L_58; L_58 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_56, 0, L_57, /*hidden argument*/NULL); V_8 = L_58; goto IL_012d; } IL_011c: { int32_t L_59 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0122: { int32_t L_60 = V_9; String_t* L_61 = V_8; NullCheck(L_61); int32_t L_62; L_62 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_61, /*hidden argument*/NULL); if ((((int32_t)L_60) < ((int32_t)L_62))) { goto IL_0101; } } IL_012d: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_63 = ___basePart0; NullCheck(L_63); bool L_64; L_64 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(L_63, /*hidden argument*/NULL); if (!L_64) { goto IL_014b; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_65 = ___basePart0; NullCheck(L_65); String_t* L_66; L_66 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(L_65, 4, 2, /*hidden argument*/NULL); String_t* L_67 = V_8; String_t* L_68 = ___relativePart1; String_t* L_69; L_69 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749(_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE, L_66, L_67, L_68, /*hidden argument*/NULL); return L_69; } IL_014b: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_70 = ___basePart0; int32_t L_71 = ___uriFormat2; NullCheck(L_70); String_t* L_72; L_72 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(L_70, 4, L_71, /*hidden argument*/NULL); String_t* L_73 = V_8; String_t* L_74 = ___relativePart1; String_t* L_75; L_75 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749(_stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA, L_72, L_73, L_74, /*hidden argument*/NULL); return L_75; } IL_0161: { String_t* L_76 = ___relativePart1; String_t* L_77; L_77 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA, L_76, /*hidden argument*/NULL); return L_77; } IL_016d: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_78 = ___basePart0; NullCheck(L_78); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_79; L_79 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_78, /*hidden argument*/NULL); NullCheck(L_79); bool L_80; L_80 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_79, ((int32_t)4194304), /*hidden argument*/NULL); V_1 = L_80; V_2 = (String_t*)NULL; Il2CppChar L_81 = V_0; if ((((int32_t)L_81) == ((int32_t)((int32_t)47)))) { goto IL_0191; } } { Il2CppChar L_82 = V_0; bool L_83 = V_1; if (!((int32_t)((int32_t)((((int32_t)L_82) == ((int32_t)((int32_t)92)))? 1 : 0)&(int32_t)L_83))) { goto IL_0233; } } IL_0191: { String_t* L_84 = ___relativePart1; NullCheck(L_84); int32_t L_85; L_85 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_84, /*hidden argument*/NULL); if ((((int32_t)L_85) < ((int32_t)2))) { goto IL_01b7; } } { String_t* L_86 = ___relativePart1; NullCheck(L_86); Il2CppChar L_87; L_87 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_86, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_87) == ((uint32_t)((int32_t)47))))) { goto IL_01b7; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_88 = ___basePart0; NullCheck(L_88); String_t* L_89; L_89 = Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29(L_88, /*hidden argument*/NULL); String_t* L_90 = ___relativePart1; String_t* L_91; L_91 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_89, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_90, /*hidden argument*/NULL); return L_91; } IL_01b7: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_92 = ___basePart0; NullCheck(L_92); uint64_t L_93; L_93 = Uri_get_HostType_m6C142BC37D44CF1F53D80627455BC6B1CB747820(L_92, /*hidden argument*/NULL); if ((!(((uint64_t)L_93) == ((uint64_t)((int64_t)((int64_t)((int32_t)65536))))))) { goto IL_0206; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_94 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_95 = L_94; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_96 = ___basePart0; int32_t L_97 = ___uriFormat2; NullCheck(L_96); String_t* L_98; L_98 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(L_96, 3, L_97, /*hidden argument*/NULL); NullCheck(L_95); ArrayElementTypeCheck (L_95, L_98); (L_95)->SetAt(static_cast(0), (String_t*)L_98); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_99 = L_95; NullCheck(L_99); ArrayElementTypeCheck (L_99, _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1); (L_99)->SetAt(static_cast(1), (String_t*)_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_100 = L_99; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_101 = ___basePart0; NullCheck(L_101); String_t* L_102; L_102 = Uri_get_DnsSafeHost_m3A22E10619987FC8FED6CEDDCA5D9647AC5B6AC5(L_101, /*hidden argument*/NULL); NullCheck(L_100); ArrayElementTypeCheck (L_100, L_102); (L_100)->SetAt(static_cast(2), (String_t*)L_102); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_103 = L_100; NullCheck(L_103); ArrayElementTypeCheck (L_103, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); (L_103)->SetAt(static_cast(3), (String_t*)_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_104 = L_103; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_105 = ___basePart0; int32_t L_106 = ___uriFormat2; NullCheck(L_105); String_t* L_107; L_107 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(L_105, ((int32_t)1073741832), L_106, /*hidden argument*/NULL); NullCheck(L_104); ArrayElementTypeCheck (L_104, L_107); (L_104)->SetAt(static_cast(4), (String_t*)L_107); String_t* L_108; L_108 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(L_104, /*hidden argument*/NULL); V_2 = L_108; goto IL_0210; } IL_0206: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_109 = ___basePart0; int32_t L_110 = ___uriFormat2; NullCheck(L_109); String_t* L_111; L_111 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(L_109, ((int32_t)15), L_110, /*hidden argument*/NULL); V_2 = L_111; } IL_0210: { bool L_112 = V_1; if (!L_112) { goto IL_022b; } } { Il2CppChar L_113 = V_0; if ((!(((uint32_t)L_113) == ((uint32_t)((int32_t)92))))) { goto IL_022b; } } { String_t* L_114 = ___relativePart1; NullCheck(L_114); String_t* L_115; L_115 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_114, 1, /*hidden argument*/NULL); String_t* L_116; L_116 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_115, /*hidden argument*/NULL); ___relativePart1 = L_116; } IL_022b: { String_t* L_117 = V_2; String_t* L_118 = ___relativePart1; String_t* L_119; L_119 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_117, L_118, /*hidden argument*/NULL); return L_119; } IL_0233: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_120 = ___basePart0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_121 = ___basePart0; NullCheck(L_121); bool L_122; L_122 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(L_121, /*hidden argument*/NULL); G_B41_0 = ((int32_t)1073741840); G_B41_1 = L_120; if (L_122) { G_B42_0 = ((int32_t)1073741840); G_B42_1 = L_120; goto IL_0244; } } { int32_t L_123 = ___uriFormat2; G_B43_0 = ((int32_t)(L_123)); G_B43_1 = G_B41_0; G_B43_2 = G_B41_1; goto IL_0245; } IL_0244: { G_B43_0 = 2; G_B43_1 = G_B42_0; G_B43_2 = G_B42_1; } IL_0245: { NullCheck(G_B43_2); String_t* L_124; L_124 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(G_B43_2, G_B43_1, G_B43_0, /*hidden argument*/NULL); V_2 = L_124; String_t* L_125 = V_2; NullCheck(L_125); int32_t L_126; L_126 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_125, /*hidden argument*/NULL); V_3 = L_126; int32_t L_127 = V_3; String_t* L_128 = ___relativePart1; NullCheck(L_128); int32_t L_129; L_129 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_128, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_130 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)L_129))); V_4 = L_130; int32_t L_131 = V_3; if ((((int32_t)L_131) <= ((int32_t)0))) { goto IL_0288; } } { String_t* L_132 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_133 = V_4; int32_t L_134 = V_3; NullCheck(L_132); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_132, 0, L_133, 0, L_134, /*hidden argument*/NULL); goto IL_0284; } IL_0272: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_135 = V_4; int32_t L_136 = V_3; int32_t L_137 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_136, (int32_t)1)); V_3 = L_137; NullCheck(L_135); int32_t L_138 = L_137; uint16_t L_139 = (uint16_t)(L_135)->GetAt(static_cast(L_138)); if ((!(((uint32_t)L_139) == ((uint32_t)((int32_t)47))))) { goto IL_0284; } } { int32_t L_140 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1)); goto IL_0288; } IL_0284: { int32_t L_141 = V_3; if ((((int32_t)L_141) > ((int32_t)0))) { goto IL_0272; } } IL_0288: { String_t* L_142 = ___relativePart1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_143 = V_4; int32_t L_144 = V_3; String_t* L_145 = ___relativePart1; NullCheck(L_145); int32_t L_146; L_146 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_145, /*hidden argument*/NULL); NullCheck(L_142); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_142, 0, L_143, L_144, L_146, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_147 = ___basePart0; NullCheck(L_147); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_148; L_148 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_147, /*hidden argument*/NULL); NullCheck(L_148); bool L_149; L_149 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_148, ((int32_t)32), /*hidden argument*/NULL); if (L_149) { goto IL_02ae; } } { G_B51_0 = ((int32_t)65535); goto IL_02b0; } IL_02ae: { G_B51_0 = ((int32_t)63); } IL_02b0: { V_0 = G_B51_0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_150 = ___basePart0; NullCheck(L_150); bool L_151; L_151 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(L_150, /*hidden argument*/NULL); if (L_151) { goto IL_02c8; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_152 = ___basePart0; NullCheck(L_152); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_153; L_153 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_152, /*hidden argument*/NULL); NullCheck(L_153); bool L_154; L_154 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_153, ((int32_t)64), /*hidden argument*/NULL); if (L_154) { goto IL_02cf; } } IL_02c8: { G_B55_0 = ((int32_t)65535); goto IL_02d1; } IL_02cf: { G_B55_0 = ((int32_t)35); } IL_02d1: { V_5 = G_B55_0; String_t* L_155 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_6 = L_155; Il2CppChar L_156 = V_0; if ((!(((uint32_t)L_156) == ((uint32_t)((int32_t)65535))))) { goto IL_02eb; } } { Il2CppChar L_157 = V_5; if ((((int32_t)L_157) == ((int32_t)((int32_t)65535)))) { goto IL_0339; } } IL_02eb: { V_10 = 0; goto IL_030b; } IL_02f0: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_158 = V_4; int32_t L_159 = V_3; int32_t L_160 = V_10; NullCheck(L_158); int32_t L_161 = ((int32_t)il2cpp_codegen_add((int32_t)L_159, (int32_t)L_160)); uint16_t L_162 = (uint16_t)(L_158)->GetAt(static_cast(L_161)); Il2CppChar L_163 = V_0; if ((((int32_t)L_162) == ((int32_t)L_163))) { goto IL_0315; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_164 = V_4; int32_t L_165 = V_3; int32_t L_166 = V_10; NullCheck(L_164); int32_t L_167 = ((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)L_166)); uint16_t L_168 = (uint16_t)(L_164)->GetAt(static_cast(L_167)); Il2CppChar L_169 = V_5; if ((((int32_t)L_168) == ((int32_t)L_169))) { goto IL_0315; } } { int32_t L_170 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)1)); } IL_030b: { int32_t L_171 = V_10; String_t* L_172 = ___relativePart1; NullCheck(L_172); int32_t L_173; L_173 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_172, /*hidden argument*/NULL); if ((((int32_t)L_171) < ((int32_t)L_173))) { goto IL_02f0; } } IL_0315: { int32_t L_174 = V_10; if (L_174) { goto IL_031e; } } { String_t* L_175 = ___relativePart1; V_6 = L_175; goto IL_0332; } IL_031e: { int32_t L_176 = V_10; String_t* L_177 = ___relativePart1; NullCheck(L_177); int32_t L_178; L_178 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_177, /*hidden argument*/NULL); if ((((int32_t)L_176) >= ((int32_t)L_178))) { goto IL_0332; } } { String_t* L_179 = ___relativePart1; int32_t L_180 = V_10; NullCheck(L_179); String_t* L_181; L_181 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_179, L_180, /*hidden argument*/NULL); V_6 = L_181; } IL_0332: { int32_t L_182 = V_3; int32_t L_183 = V_10; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_182, (int32_t)L_183)); goto IL_0342; } IL_0339: { int32_t L_184 = V_3; String_t* L_185 = ___relativePart1; NullCheck(L_185); int32_t L_186; L_186 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_185, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)L_186)); } IL_0342: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_187 = ___basePart0; NullCheck(L_187); uint64_t L_188; L_188 = Uri_get_HostType_m6C142BC37D44CF1F53D80627455BC6B1CB747820(L_187, /*hidden argument*/NULL); if ((!(((uint64_t)L_188) == ((uint64_t)((int64_t)((int64_t)((int32_t)65536))))))) { goto IL_03b4; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_189 = ___basePart0; NullCheck(L_189); bool L_190; L_190 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(L_189, /*hidden argument*/NULL); if (!L_190) { goto IL_0373; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_191 = ___basePart0; NullCheck(L_191); String_t* L_192; L_192 = Uri_get_DnsSafeHost_m3A22E10619987FC8FED6CEDDCA5D9647AC5B6AC5(L_191, /*hidden argument*/NULL); String_t* L_193; L_193 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(_stringLiteral2972BFE844E63CD209338A1C5E5ADB3707E7B9B9, L_192, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, /*hidden argument*/NULL); V_2 = L_193; goto IL_041a; } IL_0373: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_194 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_195 = L_194; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_196 = ___basePart0; int32_t L_197 = ___uriFormat2; NullCheck(L_196); String_t* L_198; L_198 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(L_196, 3, L_197, /*hidden argument*/NULL); NullCheck(L_195); ArrayElementTypeCheck (L_195, L_198); (L_195)->SetAt(static_cast(0), (String_t*)L_198); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_199 = L_195; NullCheck(L_199); ArrayElementTypeCheck (L_199, _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1); (L_199)->SetAt(static_cast(1), (String_t*)_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_200 = L_199; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_201 = ___basePart0; NullCheck(L_201); String_t* L_202; L_202 = Uri_get_DnsSafeHost_m3A22E10619987FC8FED6CEDDCA5D9647AC5B6AC5(L_201, /*hidden argument*/NULL); NullCheck(L_200); ArrayElementTypeCheck (L_200, L_202); (L_200)->SetAt(static_cast(2), (String_t*)L_202); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_203 = L_200; NullCheck(L_203); ArrayElementTypeCheck (L_203, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); (L_203)->SetAt(static_cast(3), (String_t*)_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_204 = L_203; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_205 = ___basePart0; int32_t L_206 = ___uriFormat2; NullCheck(L_205); String_t* L_207; L_207 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(L_205, ((int32_t)1073741832), L_206, /*hidden argument*/NULL); NullCheck(L_204); ArrayElementTypeCheck (L_204, L_207); (L_204)->SetAt(static_cast(4), (String_t*)L_207); String_t* L_208; L_208 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(L_204, /*hidden argument*/NULL); V_2 = L_208; goto IL_041a; } IL_03b4: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_209 = ___basePart0; NullCheck(L_209); bool L_210; L_210 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(L_209, /*hidden argument*/NULL); if (!L_210) { goto IL_0410; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_211 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_25(); if (!L_211) { goto IL_0405; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_212 = ___basePart0; NullCheck(L_212); bool L_213; L_213 = Uri_get_IsDosPath_m3374B9D26D6B547862ACB2E617AB6F96CA31A5AF(L_212, /*hidden argument*/NULL); if (!L_213) { goto IL_03f0; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_214 = V_4; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_215 = ___basePart0; NullCheck(L_215); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_216; L_216 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_215, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_217; L_217 = Uri_Compress_m0AC629D11323C8DF4E6CCEDC31D737FEAA384D0D(L_214, (uint16_t)3, (int32_t*)(&V_3), L_216, /*hidden argument*/NULL); V_4 = L_217; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_218 = V_4; int32_t L_219 = V_3; String_t* L_220; L_220 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_218, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_219, (int32_t)1)), /*hidden argument*/NULL); String_t* L_221 = V_6; String_t* L_222; L_222 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_220, L_221, /*hidden argument*/NULL); return L_222; } IL_03f0: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_223 = ___basePart0; NullCheck(L_223); String_t* L_224; L_224 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(L_223, 4, 2, /*hidden argument*/NULL); String_t* L_225; L_225 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE, L_224, /*hidden argument*/NULL); V_2 = L_225; goto IL_041a; } IL_0405: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_226 = ___basePart0; NullCheck(L_226); String_t* L_227; L_227 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(L_226, 4, 2, /*hidden argument*/NULL); V_2 = L_227; goto IL_041a; } IL_0410: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_228 = ___basePart0; int32_t L_229 = ___uriFormat2; NullCheck(L_228); String_t* L_230; L_230 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(L_228, ((int32_t)15), L_229, /*hidden argument*/NULL); V_2 = L_230; } IL_041a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_231 = V_4; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_232 = ___basePart0; NullCheck(L_232); uint16_t L_233; L_233 = Uri_get_SecuredPathIndex_m0BE7920E94AA002B4CD2D568BD6E0FD91F0D7F0B(L_232, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_234 = ___basePart0; NullCheck(L_234); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_235; L_235 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_234, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_236; L_236 = Uri_Compress_m0AC629D11323C8DF4E6CCEDC31D737FEAA384D0D(L_231, L_233, (int32_t*)(&V_3), L_235, /*hidden argument*/NULL); V_4 = L_236; String_t* L_237 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_238 = V_4; int32_t L_239 = V_3; String_t* L_240; L_240 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_238, 0, L_239, /*hidden argument*/NULL); String_t* L_241 = V_6; String_t* L_242; L_242 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_237, L_240, L_241, /*hidden argument*/NULL); return L_242; } } // System.Boolean System.Uri::get_HasAuthority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_HasAuthority_m5B7F57808ABBD52E11E6965C7069981DF54F8691 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)1048576))), /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Uri::IsLWS(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsLWS_mAE27963118FD3DA41FEC97493B2D9EFBF46E6C57 (Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) > ((int32_t)((int32_t)32)))) { goto IL_001c; } } { Il2CppChar L_1 = ___ch0; if ((((int32_t)L_1) == ((int32_t)((int32_t)32)))) { goto IL_001a; } } { Il2CppChar L_2 = ___ch0; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_001a; } } { Il2CppChar L_3 = ___ch0; if ((((int32_t)L_3) == ((int32_t)((int32_t)13)))) { goto IL_001a; } } { Il2CppChar L_4 = ___ch0; return (bool)((((int32_t)L_4) == ((int32_t)((int32_t)9)))? 1 : 0); } IL_001a: { return (bool)1; } IL_001c: { return (bool)0; } } // System.Boolean System.Uri::IsAsciiLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsAsciiLetter_mA7F74C96007004DB0184D149CA03949D5E18E244 (Il2CppChar ___character0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___character0; if ((((int32_t)L_0) < ((int32_t)((int32_t)97)))) { goto IL_000a; } } { Il2CppChar L_1 = ___character0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)122)))) { goto IL_001a; } } IL_000a: { Il2CppChar L_2 = ___character0; if ((((int32_t)L_2) < ((int32_t)((int32_t)65)))) { goto IL_0018; } } { Il2CppChar L_3 = ___character0; return (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)((int32_t)90)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0018: { return (bool)0; } IL_001a: { return (bool)1; } } // System.Boolean System.Uri::IsAsciiLetterOrDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsAsciiLetterOrDigit_mC5604E1B62ED7337C5966CC6AD021DF841C90A83 (Il2CppChar ___character0, 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; } { Il2CppChar L_0 = ___character0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_IsAsciiLetter_mA7F74C96007004DB0184D149CA03949D5E18E244(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { Il2CppChar L_2 = ___character0; if ((((int32_t)L_2) < ((int32_t)((int32_t)48)))) { goto IL_0016; } } { Il2CppChar L_3 = ___character0; return (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)((int32_t)57)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0016: { return (bool)0; } IL_0018: { return (bool)1; } } // System.Boolean System.Uri::IsBidiControlCharacter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsBidiControlCharacter_m7671F6F9F367BD504B78C686233ED322EF5BF10B (Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) == ((int32_t)((int32_t)8206)))) { goto IL_0039; } } { Il2CppChar L_1 = ___ch0; if ((((int32_t)L_1) == ((int32_t)((int32_t)8207)))) { goto IL_0039; } } { Il2CppChar L_2 = ___ch0; if ((((int32_t)L_2) == ((int32_t)((int32_t)8234)))) { goto IL_0039; } } { Il2CppChar L_3 = ___ch0; if ((((int32_t)L_3) == ((int32_t)((int32_t)8235)))) { goto IL_0039; } } { Il2CppChar L_4 = ___ch0; if ((((int32_t)L_4) == ((int32_t)((int32_t)8236)))) { goto IL_0039; } } { Il2CppChar L_5 = ___ch0; if ((((int32_t)L_5) == ((int32_t)((int32_t)8237)))) { goto IL_0039; } } { Il2CppChar L_6 = ___ch0; return (bool)((((int32_t)L_6) == ((int32_t)((int32_t)8238)))? 1 : 0); } IL_0039: { return (bool)1; } } // System.String System.Uri::StripBidiControlCharacter(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_StripBidiControlCharacter_mEAACF380CC279ADFF5E318963C82CDABC9DE35C5 (Il2CppChar* ___strToClean0, int32_t ___start1, int32_t ___length2, 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*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; { int32_t L_0 = ___length2; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000a; } } { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_000a: { int32_t L_1 = ___length2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; V_1 = 0; V_2 = 0; goto IL_0045; } IL_0017: { Il2CppChar* L_3 = ___strToClean0; int32_t L_4 = ___start1; int32_t L_5 = V_2; int32_t L_6 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))), (int32_t)2))))); V_3 = L_6; Il2CppChar L_7 = V_3; if ((((int32_t)L_7) < ((int32_t)((int32_t)8206)))) { goto IL_0039; } } { Il2CppChar L_8 = V_3; if ((((int32_t)L_8) > ((int32_t)((int32_t)8238)))) { goto IL_0039; } } { Il2CppChar L_9 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_10; L_10 = Uri_IsBidiControlCharacter_m7671F6F9F367BD504B78C686233ED322EF5BF10B(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0041; } } IL_0039: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = V_0; int32_t L_12 = V_1; int32_t L_13 = L_12; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); Il2CppChar L_14 = V_3; NullCheck(L_11); (L_11)->SetAt(static_cast(L_13), (Il2CppChar)L_14); } IL_0041: { int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0045: { int32_t L_16 = V_2; int32_t L_17 = ___length2; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0017; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = V_0; int32_t L_19 = V_1; String_t* L_20; L_20 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_18, 0, L_19, /*hidden argument*/NULL); return L_20; } } // System.Void System.Uri::CreateThis(System.String,System.Boolean,System.UriKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateThis_m86E72577BCB9A6FDF5A0EC8EDFDD5F41AD3256FC (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uri0, bool ___dontEscape1, int32_t ___uriKind2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * V_1 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B6_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B5_0 = NULL; String_t* G_B7_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B7_1 = NULL; { int32_t L_0 = ___uriKind2; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___uriKind2; if ((((int32_t)L_1) <= ((int32_t)2))) { goto IL_002f; } } IL_0008: { int32_t L_2 = ___uriKind2; if ((((int32_t)L_2) == ((int32_t)((int32_t)300)))) { goto IL_002f; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (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_4 = L_3; int32_t L_5 = ___uriKind2; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC_il2cpp_TypeInfo_var)), &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_7); String_t* L_8; L_8 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral19A73218F14885E4C839EDA68A1C1C791F7745AA)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_CreateThis_m86E72577BCB9A6FDF5A0EC8EDFDD5F41AD3256FC_RuntimeMethod_var))); } IL_002f: { String_t* L_10 = ___uri0; G_B5_0 = __this; if (!L_10) { G_B6_0 = __this; goto IL_0036; } } { String_t* L_11 = ___uri0; G_B7_0 = L_11; G_B7_1 = G_B5_0; goto IL_003b; } IL_0036: { String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B7_0 = L_12; G_B7_1 = G_B6_0; } IL_003b: { NullCheck(G_B7_1); G_B7_1->set_m_String_13(G_B7_0); bool L_13 = ___dontEscape1; if (!L_13) { goto IL_0056; } } { uint64_t L_14 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_14|(int64_t)((int64_t)((int64_t)((int32_t)524288)))))); } IL_0056: { String_t* L_15 = __this->get_m_String_13(); uint64_t* L_16 = __this->get_address_of_m_Flags_17(); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** L_17 = __this->get_address_of_m_Syntax_15(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_18; L_18 = Uri_ParseScheme_m39368D56F9846D64F08A9890B7B698B3E6226BCD(L_15, (uint64_t*)L_16, (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A **)L_17, /*hidden argument*/NULL); V_0 = L_18; int32_t L_19 = V_0; int32_t L_20 = ___uriKind2; Uri_InitializeUri_m952665E18BE60CFAC5A6025FCD2A0BB9CCB5C567(__this, L_19, L_20, (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D **)(&V_1), /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_21 = V_1; if (!L_21) { goto IL_007d; } } { UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_22 = V_1; IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_CreateThis_m86E72577BCB9A6FDF5A0EC8EDFDD5F41AD3256FC_RuntimeMethod_var))); } IL_007d: { return; } } // System.Void System.Uri::InitializeUri(System.ParsingError,System.UriKind,System.UriFormatException&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_InitializeUri_m952665E18BE60CFAC5A6025FCD2A0BB9CCB5C567 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___err0, int32_t ___uriKind1, UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** ___e2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B25_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B22_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B24_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B23_0 = NULL; int32_t G_B26_0 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B26_1 = NULL; { int32_t L_0 = ___err0; if (L_0) { goto IL_00ce; } } { bool L_1; L_1 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_00e2; } } { int32_t L_2 = ___uriKind1; if (L_2) { goto IL_003c; } } { String_t* L_3 = __this->get_m_String_13(); NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_003c; } } { String_t* L_5 = __this->get_m_String_13(); NullCheck(L_5); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)47))))) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_7 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_useDotNetRelativeOrAbsolute_24(); if (!L_7) { goto IL_00e2; } } IL_003c: { bool L_8; L_8 = Uri_NotAny_m2C222924AE10957D835ECBC887D456FB30DCF969(__this, ((int64_t)((int64_t)((int32_t)134217728))), /*hidden argument*/NULL); if (!L_8) { goto IL_009e; } } { int32_t L_9 = ___uriKind1; if ((((int32_t)L_9) == ((int32_t)1))) { goto IL_009e; } } { int32_t L_10 = ___uriKind1; if ((((int32_t)L_10) == ((int32_t)2))) { goto IL_0080; } } { String_t* L_11 = __this->get_m_String_13(); NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)2))) { goto IL_009e; } } { String_t* L_13 = __this->get_m_String_13(); NullCheck(L_13); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_13, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)92))))) { goto IL_0080; } } { String_t* L_15 = __this->get_m_String_13(); NullCheck(L_15); Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_15, 1, /*hidden argument*/NULL); if ((((int32_t)L_16) == ((int32_t)((int32_t)92)))) { goto IL_009e; } } IL_0080: { __this->set_m_Syntax_15((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)NULL); uint64_t L_17 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_17&(int64_t)((int64_t)((int64_t)((int32_t)524288)))))); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_18 = ___e2; *((RuntimeObject **)L_18) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_18, (void*)(RuntimeObject *)NULL); return; } IL_009e: { int32_t L_19 = ___uriKind1; if ((!(((uint32_t)L_19) == ((uint32_t)2)))) { goto IL_00e2; } } { bool L_20; L_20 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)134217728))), /*hidden argument*/NULL); if (!L_20) { goto IL_00e2; } } { __this->set_m_Syntax_15((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)NULL); uint64_t L_21 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_21&(int64_t)((int64_t)((int64_t)((int32_t)524288)))))); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_22 = ___e2; *((RuntimeObject **)L_22) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_22, (void*)(RuntimeObject *)NULL); return; } IL_00ce: { int32_t L_23 = ___err0; if ((((int32_t)L_23) <= ((int32_t)4))) { goto IL_00e2; } } { __this->set_m_String_13((String_t*)NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_24 = ___e2; int32_t L_25 = ___err0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_26; L_26 = Uri_GetException_m09A6668C52473C2B01ADB6FC52B1F64C98AA2F2B(L_25, /*hidden argument*/NULL); *((RuntimeObject **)L_24) = (RuntimeObject *)L_26; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_24, (void*)(RuntimeObject *)L_26); return; } IL_00e2: { V_0 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_27 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_ConfigInitialized_20(); il2cpp_codegen_memory_barrier(); if (L_27) { goto IL_0100; } } { String_t* L_28 = __this->get_m_String_13(); bool L_29; L_29 = Uri_CheckForConfigLoad_m4AF9D27B5F62A0D4269B23FB3BEF4846E8D0983D(__this, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_0100; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri_InitializeUriConfig_m02258702293F27DA769F17433E63799D93005C0B(/*hidden argument*/NULL); } IL_0100: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_30 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_s_IriParsing_23(); il2cpp_codegen_memory_barrier(); G_B22_0 = __this; if (!L_30) { G_B25_0 = __this; goto IL_0127; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_31 = __this->get_m_Syntax_15(); G_B23_0 = G_B22_0; if (!L_31) { G_B24_0 = G_B22_0; goto IL_0124; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_32 = __this->get_m_Syntax_15(); NullCheck(L_32); bool L_33; L_33 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_32, ((int32_t)268435456), /*hidden argument*/NULL); G_B26_0 = ((int32_t)(L_33)); G_B26_1 = G_B23_0; goto IL_0128; } IL_0124: { G_B26_0 = 1; G_B26_1 = G_B24_0; goto IL_0128; } IL_0127: { G_B26_0 = 0; G_B26_1 = G_B25_0; } IL_0128: { NullCheck(G_B26_1); G_B26_1->set_m_iriParsing_19((bool)G_B26_0); bool L_34 = __this->get_m_iriParsing_19(); if (!L_34) { goto IL_0175; } } { String_t* L_35 = __this->get_m_String_13(); bool L_36; L_36 = Uri_CheckForUnicode_m2A9DB97F3B384DADC1A274C8982404DDE17F6688(__this, L_35, /*hidden argument*/NULL); if (L_36) { goto IL_0151; } } { String_t* L_37 = __this->get_m_String_13(); bool L_38; L_38 = Uri_CheckForEscapedUnreserved_m5EC5EFE77E30B08708B49086DF72A659454B1A2F(__this, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0175; } } IL_0151: { uint64_t L_39 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_39|(int64_t)((int64_t)8589934592LL)))); V_0 = (bool)1; String_t* L_40 = __this->get_m_String_13(); __this->set_m_originalUnicodeString_14(L_40); } IL_0175: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_41 = __this->get_m_Syntax_15(); if (!L_41) { goto IL_0290; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_42 = __this->get_m_Syntax_15(); NullCheck(L_42); bool L_43; L_43 = UriParser_get_IsSimple_m09BA6505FDD1AE0BF6C711AE9C2C3F9379B868F8(L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_01ef; } } { int32_t L_44; L_44 = Uri_PrivateParseMinimal_m154A67FFA2FA8E2D9215163B56DF1BB88576A369(__this, /*hidden argument*/NULL); int32_t L_45 = L_44; ___err0 = L_45; if (!L_45) { goto IL_01c9; } } { int32_t L_46 = ___uriKind1; if ((((int32_t)L_46) == ((int32_t)1))) { goto IL_01bf; } } { int32_t L_47 = ___err0; if ((((int32_t)L_47) > ((int32_t)4))) { goto IL_01bf; } } { __this->set_m_Syntax_15((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_48 = ___e2; *((RuntimeObject **)L_48) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_48, (void*)(RuntimeObject *)NULL); uint64_t L_49 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_49&(int64_t)((int64_t)((int64_t)((int32_t)524288)))))); goto IL_01db; } IL_01bf: { UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_50 = ___e2; int32_t L_51 = ___err0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_52; L_52 = Uri_GetException_m09A6668C52473C2B01ADB6FC52B1F64C98AA2F2B(L_51, /*hidden argument*/NULL); *((RuntimeObject **)L_50) = (RuntimeObject *)L_52; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_50, (void*)(RuntimeObject *)L_52); goto IL_01db; } IL_01c9: { int32_t L_53 = ___uriKind1; if ((!(((uint32_t)L_53) == ((uint32_t)2)))) { goto IL_01d8; } } { UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_54 = ___e2; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_55; L_55 = Uri_GetException_m09A6668C52473C2B01ADB6FC52B1F64C98AA2F2B(((int32_t)12), /*hidden argument*/NULL); *((RuntimeObject **)L_54) = (RuntimeObject *)L_55; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_54, (void*)(RuntimeObject *)L_55); goto IL_01db; } IL_01d8: { UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_56 = ___e2; *((RuntimeObject **)L_56) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_56, (void*)(RuntimeObject *)NULL); } IL_01db: { bool L_57 = __this->get_m_iriParsing_19(); bool L_58 = V_0; if (!((int32_t)((int32_t)L_57&(int32_t)L_58))) { goto IL_0312; } } { Uri_EnsureParseRemaining_m7BC86BEFE07F56D480C9ACBCE64983806F6789BB(__this, /*hidden argument*/NULL); return; } IL_01ef: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_59 = __this->get_m_Syntax_15(); NullCheck(L_59); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_60; L_60 = UriParser_InternalOnNewUri_m0AC629BCCA398E9A193AC16A5E91D445B9B70D79(L_59, /*hidden argument*/NULL); __this->set_m_Syntax_15(L_60); uint64_t L_61 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_61|(int64_t)((int64_t)((int64_t)((int32_t)16777216)))))); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_62 = __this->get_m_Syntax_15(); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_63 = ___e2; NullCheck(L_62); UriParser_InternalValidate_mB845C482B4B01EDFE012DD4C4CEF62C8F4FFE94F(L_62, __this, (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D **)L_63, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_64 = ___e2; UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_65 = *((UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D **)L_64); if (!L_65) { goto IL_0256; } } { int32_t L_66 = ___uriKind1; if ((((int32_t)L_66) == ((int32_t)1))) { goto IL_0312; } } { int32_t L_67 = ___err0; if (!L_67) { goto IL_0312; } } { int32_t L_68 = ___err0; if ((((int32_t)L_68) > ((int32_t)4))) { goto IL_0312; } } { __this->set_m_Syntax_15((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_69 = ___e2; *((RuntimeObject **)L_69) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_69, (void*)(RuntimeObject *)NULL); uint64_t L_70 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_70&(int64_t)((int64_t)((int64_t)((int32_t)524288)))))); return; } IL_0256: { int32_t L_71 = ___err0; if (L_71) { goto IL_0267; } } { bool L_72; L_72 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)67108864))), /*hidden argument*/NULL); if (!L_72) { goto IL_026f; } } IL_0267: { Uri_SetUserDrivenParsing_mDF0BFAFE946EAD9122ED2A542132902D7E47FD9C(__this, /*hidden argument*/NULL); goto IL_027c; } IL_026f: { int32_t L_73 = ___uriKind1; if ((!(((uint32_t)L_73) == ((uint32_t)2)))) { goto IL_027c; } } { UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_74 = ___e2; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_75; L_75 = Uri_GetException_m09A6668C52473C2B01ADB6FC52B1F64C98AA2F2B(((int32_t)12), /*hidden argument*/NULL); *((RuntimeObject **)L_74) = (RuntimeObject *)L_75; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_74, (void*)(RuntimeObject *)L_75); } IL_027c: { bool L_76 = __this->get_m_iriParsing_19(); bool L_77 = V_0; if (!((int32_t)((int32_t)L_76&(int32_t)L_77))) { goto IL_0312; } } { Uri_EnsureParseRemaining_m7BC86BEFE07F56D480C9ACBCE64983806F6789BB(__this, /*hidden argument*/NULL); return; } IL_0290: { int32_t L_78 = ___err0; if (!L_78) { goto IL_0303; } } { int32_t L_79 = ___uriKind1; if ((((int32_t)L_79) == ((int32_t)1))) { goto IL_0303; } } { int32_t L_80 = ___err0; if ((((int32_t)L_80) > ((int32_t)4))) { goto IL_0303; } } { UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_81 = ___e2; *((RuntimeObject **)L_81) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_81, (void*)(RuntimeObject *)NULL); uint64_t L_82 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_82&(int64_t)((int64_t)8590458880LL)))); bool L_83 = __this->get_m_iriParsing_19(); bool L_84 = V_0; if (!((int32_t)((int32_t)L_83&(int32_t)L_84))) { goto IL_0312; } } { String_t* L_85 = __this->get_m_originalUnicodeString_14(); String_t* L_86 = __this->get_m_originalUnicodeString_14(); NullCheck(L_86); int32_t L_87; L_87 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_86, /*hidden argument*/NULL); String_t* L_88; L_88 = Uri_EscapeUnescapeIri_m606A69B7A76A131D0CA6F562E5DC0721C626E071(__this, L_85, 0, L_87, 0, /*hidden argument*/NULL); __this->set_m_String_13(L_88); } IL_02dd: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); bool L_89; L_89 = UriParser_get_ShouldUseLegacyV2Quirks_m999F115810F8CD526705FC7FE28DC78348BB6B58(/*hidden argument*/NULL); if (!L_89) { goto IL_02f6; } } IL_02e4: { String_t* L_90 = __this->get_m_String_13(); NullCheck(L_90); String_t* L_91; L_91 = String_Normalize_m8CD42072C9F7B418990609EB63C5F7E1328321A9(L_90, 1, /*hidden argument*/NULL); __this->set_m_String_13(L_91); } IL_02f6: { goto IL_0312; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_02f8; } throw e; } CATCH_02f8: { // begin catch(System.ArgumentException) UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_92 = ___e2; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_93; L_93 = Uri_GetException_m09A6668C52473C2B01ADB6FC52B1F64C98AA2F2B(1, /*hidden argument*/NULL); *((RuntimeObject **)L_92) = (RuntimeObject *)L_93; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_92, (void*)(RuntimeObject *)L_93); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0312; } // end catch (depth: 1) IL_0303: { __this->set_m_String_13((String_t*)NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_94 = ___e2; int32_t L_95 = ___err0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_96; L_96 = Uri_GetException_m09A6668C52473C2B01ADB6FC52B1F64C98AA2F2B(L_95, /*hidden argument*/NULL); *((RuntimeObject **)L_94) = (RuntimeObject *)L_96; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_94, (void*)(RuntimeObject *)L_96); } IL_0312: { return; } } // System.Boolean System.Uri::CheckForConfigLoad(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForConfigLoad_m4AF9D27B5F62A0D4269B23FB3BEF4846E8D0983D (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___data0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; Il2CppChar* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; { V_0 = (bool)0; String_t* L_0 = ___data0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); V_1 = L_1; String_t* L_2 = ___data0; V_3 = L_2; String_t* L_3 = V_3; V_2 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_2; if (!L_4) { goto IL_0019; } } { Il2CppChar* L_5 = V_2; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)); } IL_0019: { V_4 = 0; goto IL_007d; } IL_001e: { Il2CppChar* L_7 = V_2; int32_t L_8 = V_4; int32_t L_9 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_8), (int32_t)2))))); if ((((int32_t)L_9) > ((int32_t)((int32_t)127)))) { goto IL_0073; } } { Il2CppChar* L_10 = V_2; int32_t L_11 = V_4; int32_t L_12 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_11), (int32_t)2))))); if ((((int32_t)L_12) == ((int32_t)((int32_t)37)))) { goto IL_0073; } } { Il2CppChar* L_13 = V_2; int32_t L_14 = V_4; int32_t L_15 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2))))); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)120))))) { goto IL_0077; } } { int32_t L_16 = V_4; int32_t L_17 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)3))) >= ((int32_t)L_17))) { goto IL_0077; } } { Il2CppChar* L_18 = V_2; int32_t L_19 = V_4; 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)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))), (int32_t)2))))); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)110))))) { goto IL_0077; } } { Il2CppChar* L_21 = V_2; int32_t L_22 = V_4; int32_t L_23 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)2))), (int32_t)2))))); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)45))))) { goto IL_0077; } } { Il2CppChar* L_24 = V_2; int32_t L_25 = V_4; int32_t L_26 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)3))), (int32_t)2))))); if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)45))))) { goto IL_0077; } } IL_0073: { V_0 = (bool)1; goto IL_0082; } IL_0077: { int32_t L_27 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_007d: { int32_t L_28 = V_4; int32_t L_29 = V_1; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_001e; } } IL_0082: { V_3 = (String_t*)NULL; bool L_30 = V_0; return L_30; } } // System.Boolean System.Uri::CheckForUnicode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForUnicode_m2A9DB97F3B384DADC1A274C8982404DDE17F6688 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___data0, 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*)&UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = (bool)0; String_t* L_0 = ___data0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_1); V_1 = L_2; V_2 = 0; String_t* L_3 = ___data0; String_t* L_4 = ___data0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7; L_7 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_3, 0, L_5, L_6, (int32_t*)(&V_2), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), ((int32_t)10), (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)NULL, (bool)0, /*hidden argument*/NULL); V_1 = L_7; V_3 = 0; goto IL_0047; } IL_0038: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = V_1; int32_t L_9 = V_3; NullCheck(L_8); int32_t L_10 = L_9; uint16_t L_11 = (uint16_t)(L_8)->GetAt(static_cast(L_10)); if ((((int32_t)L_11) <= ((int32_t)((int32_t)127)))) { goto IL_0043; } } { V_0 = (bool)1; goto IL_004b; } IL_0043: { int32_t L_12 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0047: { int32_t L_13 = V_3; int32_t L_14 = V_2; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0038; } } IL_004b: { bool L_15 = V_0; return L_15; } } // System.Boolean System.Uri::CheckForEscapedUnreserved(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForEscapedUnreserved_m5EC5EFE77E30B08708B49086DF72A659454B1A2F (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; { String_t* L_0 = ___data0; V_1 = L_0; String_t* L_1 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_1); Il2CppChar* L_2 = V_0; if (!L_2) { goto IL_0010; } } { Il2CppChar* L_3 = V_0; int32_t L_4; L_4 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4)); } IL_0010: { V_2 = 0; goto IL_0087; } IL_0014: { Il2CppChar* L_5 = V_0; int32_t L_6 = V_2; int32_t L_7 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)2))))); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)37))))) { goto IL_0083; } } { Il2CppChar* L_8 = V_0; int32_t L_9 = V_2; 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)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_11; L_11 = Uri_IsHexDigit_m676840243947DC57375B30552D79F9A312048BA2(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0083; } } { Il2CppChar* L_12 = V_0; int32_t L_13 = V_2; int32_t L_14 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2))), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_15; L_15 = Uri_IsHexDigit_m676840243947DC57375B30552D79F9A312048BA2(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0083; } } { Il2CppChar* L_16 = V_0; int32_t L_17 = V_2; int32_t L_18 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))), (int32_t)2))))); if ((((int32_t)L_18) < ((int32_t)((int32_t)48)))) { goto IL_0083; } } { Il2CppChar* L_19 = V_0; int32_t L_20 = V_2; int32_t L_21 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))), (int32_t)2))))); if ((((int32_t)L_21) > ((int32_t)((int32_t)55)))) { goto IL_0083; } } { Il2CppChar* L_22 = V_0; int32_t L_23 = V_2; int32_t L_24 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))), (int32_t)2))))); Il2CppChar* L_25 = V_0; int32_t L_26 = V_2; int32_t L_27 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)2))), (int32_t)2))))); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); Il2CppChar L_28; L_28 = UriHelper_EscapedAscii_m7AC352E3E869E7E5642C973397FA6C2696F9A573(L_24, L_27, /*hidden argument*/NULL); V_3 = L_28; Il2CppChar L_29 = V_3; if ((((int32_t)L_29) == ((int32_t)((int32_t)65535)))) { goto IL_0083; } } { Il2CppChar L_30 = V_3; IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); bool L_31; L_31 = UriHelper_Is3986Unreserved_m7A17E1EAE5812BCFD4158BF65A75013B3A87E8A8(L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0083; } } { return (bool)1; } IL_0083: { int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0087: { int32_t L_33 = V_2; String_t* L_34 = ___data0; NullCheck(L_34); int32_t L_35; L_35 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_34, /*hidden argument*/NULL); if ((((int32_t)L_33) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)2))))) { goto IL_0014; } } { V_1 = (String_t*)NULL; return (bool)0; } } // System.Boolean System.Uri::TryCreate(System.String,System.UriKind,System.Uri&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_m4E7D41A8B62D8E964E0B73B67CD7A31BF3E65799 (String_t* ___uriString0, int32_t ___uriKind1, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** ___result2, 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; } UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * V_0 = NULL; { String_t* L_0 = ___uriString0; if (L_0) { goto IL_0008; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** L_1 = ___result2; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); return (bool)0; } IL_0008: { V_0 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** L_2 = ___result2; String_t* L_3 = ___uriString0; int32_t L_4 = ___uriKind1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5; L_5 = Uri_CreateHelper_m7119CDD68462AF01538A0E8010CF9421DA9FD321(L_3, (bool)0, L_4, (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D **)(&V_0), /*hidden argument*/NULL); *((RuntimeObject **)L_2) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_5); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_6 = V_0; if (L_6) { goto IL_0022; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** L_7 = ___result2; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_8 = *((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 **)L_7); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_9; L_9 = Uri_op_Inequality_m1CFADE0F122D3B996C7B1871646FA1570AF399E5(L_8, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); return L_9; } IL_0022: { return (bool)0; } } // System.String System.Uri::GetComponents(System.UriComponents,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetComponents_mA614A98C35F2E5D924A10A8018A46606AFB6133E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___components0, int32_t ___format1, const RuntimeMethod* method) { { int32_t L_0 = ___components0; if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)-2147483648LL)))) { goto IL_002c; } } { int32_t L_1 = ___components0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-2147483648LL)))) { goto IL_002c; } } { int32_t L_2 = ___components0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriComponents_tA599793722A9810EC23036FF1B1B02A905B4EA76_il2cpp_TypeInfo_var)), &L_3); String_t* L_5; L_5 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE13258345AC5ED7FA38D641004219DBE3A3FB56C)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7C03E97995F6950303A46C204A216735E6B4582)), L_4, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_GetComponents_mA614A98C35F2E5D924A10A8018A46606AFB6133E_RuntimeMethod_var))); } IL_002c: { int32_t L_7 = ___format1; if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)-4)))) { goto IL_003d; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_GetComponents_mA614A98C35F2E5D924A10A8018A46606AFB6133E_RuntimeMethod_var))); } IL_003d: { bool L_9; L_9 = Uri_get_IsNotAbsoluteUri_m7394FF83375B299BA634518D3104903AFEAE3177(__this, /*hidden argument*/NULL); if (!L_9) { goto IL_0065; } } { int32_t L_10 = ___components0; if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_0055; } } { int32_t L_11 = ___format1; String_t* L_12; L_12 = Uri_GetRelativeSerializationString_mBCE8CC99C746B18A9DE0B2C6084C5B90A192130D(__this, L_11, /*hidden argument*/NULL); return L_12; } IL_0055: { String_t* L_13; L_13 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_14 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_GetComponents_mA614A98C35F2E5D924A10A8018A46606AFB6133E_RuntimeMethod_var))); } IL_0065: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_15; L_15 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(__this, /*hidden argument*/NULL); NullCheck(L_15); bool L_16; L_16 = UriParser_get_IsSimple_m09BA6505FDD1AE0BF6C711AE9C2C3F9379B868F8(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_007b; } } { int32_t L_17 = ___components0; int32_t L_18 = ___format1; String_t* L_19; L_19 = Uri_GetComponentsHelper_mAA39E421157735AAD7D93A187CCCAED5A122C8E8(__this, L_17, L_18, /*hidden argument*/NULL); return L_19; } IL_007b: { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_20; L_20 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(__this, /*hidden argument*/NULL); int32_t L_21 = ___components0; int32_t L_22 = ___format1; NullCheck(L_20); String_t* L_23; L_23 = UriParser_InternalGetComponents_mAB0A54E462724FA417D0EF3A2AD0BD24BC66DFF8(L_20, __this, L_21, L_22, /*hidden argument*/NULL); return L_23; } } // System.String System.Uri::UnescapeDataString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_UnescapeDataString_mF503D862AFF8EFDC9394DE8052648DB59E9F96F2 (String_t* ___stringToUnescape0, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_4 = NULL; { String_t* L_0 = ___stringToUnescape0; 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*)&_stringLiteralE86F8F43B9D456F4E47ACD029ADCCE78BE9C9AA7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_UnescapeDataString_mF503D862AFF8EFDC9394DE8052648DB59E9F96F2_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___stringToUnescape0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001c; } } { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_4; } IL_001c: { String_t* L_5 = ___stringToUnescape0; V_1 = L_5; String_t* L_6 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_6); Il2CppChar* L_7 = V_0; if (!L_7) { goto IL_002c; } } { Il2CppChar* L_8 = V_0; int32_t L_9; L_9 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9)); } IL_002c: { V_2 = 0; goto IL_003f; } IL_0030: { Il2CppChar* L_10 = V_0; int32_t L_11 = V_2; int32_t L_12 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_11), (int32_t)2))))); if ((((int32_t)L_12) == ((int32_t)((int32_t)37)))) { goto IL_0048; } } { int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_003f: { int32_t L_14 = V_2; String_t* L_15 = ___stringToUnescape0; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0030; } } IL_0048: { int32_t L_17 = V_2; String_t* L_18 = ___stringToUnescape0; NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_18, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)L_19)))) { goto IL_0053; } } { String_t* L_20 = ___stringToUnescape0; return L_20; } IL_0053: { V_3 = ((int32_t)10); V_2 = 0; String_t* L_21 = ___stringToUnescape0; NullCheck(L_21); int32_t L_22; L_22 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_21, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_23 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_22); V_4 = L_23; String_t* L_24 = ___stringToUnescape0; String_t* L_25 = ___stringToUnescape0; NullCheck(L_25); int32_t L_26; L_26 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_25, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = V_4; int32_t L_28 = V_3; IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_29; L_29 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_24, 0, L_26, L_27, (int32_t*)(&V_2), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), L_28, (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)NULL, (bool)0, /*hidden argument*/NULL); V_4 = L_29; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_30 = V_4; int32_t L_31 = V_2; String_t* L_32; L_32 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_30, 0, L_31, /*hidden argument*/NULL); return L_32; } } // System.String System.Uri::EscapeUnescapeIri(System.String,System.Int32,System.Int32,System.UriComponents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeUnescapeIri_m606A69B7A76A131D0CA6F562E5DC0721C626E071 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___input0, int32_t ___start1, int32_t ___end2, int32_t ___component3, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___input0; V_1 = L_0; String_t* L_1 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_1); Il2CppChar* L_2 = V_0; if (!L_2) { goto IL_0010; } } { Il2CppChar* L_3 = V_0; int32_t L_4; L_4 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4)); } IL_0010: { Il2CppChar* L_5 = V_0; int32_t L_6 = ___start1; int32_t L_7 = ___end2; int32_t L_8 = ___component3; String_t* L_9; L_9 = IriHelper_EscapeUnescapeIri_m846C85843F5A21CA5F152D328243E33C0266DFF5((Il2CppChar*)(Il2CppChar*)L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void System.Uri::.ctor(System.Uri/Flags,System.UriParser,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m899122920EF2C3DE3E7A620B823D43BDB54D3406 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, uint64_t ___flags0, UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___uriParser1, String_t* ___uri2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); uint64_t L_0 = ___flags0; __this->set_m_Flags_17(L_0); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_1 = ___uriParser1; __this->set_m_Syntax_15(L_1); String_t* L_2 = ___uri2; __this->set_m_String_13(L_2); return; } } // System.Uri System.Uri::CreateHelper(System.String,System.Boolean,System.UriKind,System.UriFormatException&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * Uri_CreateHelper_m7119CDD68462AF01538A0E8010CF9421DA9FD321 (String_t* ___uriString0, bool ___dontEscape1, int32_t ___uriKind2, UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** ___e3, 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; } UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * V_0 = NULL; uint64_t V_1 = 0; int32_t V_2 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_3 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_4 = NULL; UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = ___uriKind2; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___uriKind2; if ((((int32_t)L_1) <= ((int32_t)2))) { goto IL_002f; } } IL_0008: { int32_t L_2 = ___uriKind2; if ((((int32_t)L_2) == ((int32_t)((int32_t)300)))) { goto IL_002f; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (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_4 = L_3; int32_t L_5 = ___uriKind2; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC_il2cpp_TypeInfo_var)), &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_7); String_t* L_8; L_8 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral19A73218F14885E4C839EDA68A1C1C791F7745AA)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_CreateHelper_m7119CDD68462AF01538A0E8010CF9421DA9FD321_RuntimeMethod_var))); } IL_002f: { V_0 = (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)NULL; V_1 = ((int64_t)((int64_t)0)); String_t* L_10 = ___uriString0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_11; L_11 = Uri_ParseScheme_m39368D56F9846D64F08A9890B7B698B3E6226BCD(L_10, (uint64_t*)(&V_1), (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A **)(&V_0), /*hidden argument*/NULL); V_2 = L_11; bool L_12 = ___dontEscape1; if (!L_12) { goto IL_004b; } } { uint64_t L_13 = V_1; V_1 = ((int64_t)((int64_t)L_13|(int64_t)((int64_t)((int64_t)((int32_t)524288))))); } IL_004b: { int32_t L_14 = V_2; if (!L_14) { goto IL_0068; } } { int32_t L_15 = ___uriKind2; if ((((int32_t)L_15) == ((int32_t)1))) { goto IL_0066; } } { int32_t L_16 = V_2; if ((((int32_t)L_16) > ((int32_t)4))) { goto IL_0066; } } { uint64_t L_17 = V_1; String_t* L_18 = ___uriString0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_19 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m899122920EF2C3DE3E7A620B823D43BDB54D3406(L_19, ((int64_t)((int64_t)L_17&(int64_t)((int64_t)((int64_t)((int32_t)524288))))), (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)NULL, L_18, /*hidden argument*/NULL); return L_19; } IL_0066: { return (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; } IL_0068: { uint64_t L_20 = V_1; UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_21 = V_0; String_t* L_22 = ___uriString0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_23 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m899122920EF2C3DE3E7A620B823D43BDB54D3406(L_23, L_20, L_21, L_22, /*hidden argument*/NULL); V_3 = L_23; } IL_0071: try { // begin try (depth: 1) { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_24 = V_3; int32_t L_25 = V_2; int32_t L_26 = ___uriKind2; UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_27 = ___e3; NullCheck(L_24); Uri_InitializeUri_m952665E18BE60CFAC5A6025FCD2A0BB9CCB5C567(L_24, L_25, L_26, (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D **)L_27, /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_28 = ___e3; UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_29 = *((UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D **)L_28); if (L_29) { goto IL_0083; } } IL_007e: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_30 = V_3; V_4 = L_30; goto IL_0093; } IL_0083: { V_4 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; goto IL_0093; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0088; } throw e; } CATCH_0088: { // begin catch(System.UriFormatException) V_5 = ((UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)IL2CPP_GET_ACTIVE_EXCEPTION(UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_31 = ___e3; UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_32 = V_5; *((RuntimeObject **)L_31) = (RuntimeObject *)L_32; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_31, (void*)(RuntimeObject *)L_32); V_4 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0093; } // end catch (depth: 1) IL_0093: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_33 = V_4; return L_33; } } // System.Uri System.Uri::ResolveHelper(System.Uri,System.Uri,System.String&,System.Boolean&,System.UriFormatException&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * Uri_ResolveHelper_mA18C06D627E72E81F0848DA4C02CE7675D139CD7 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___relativeUri1, String_t** ___newUriString2, bool* ___userEscaped3, UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** ___e4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00ED444101CADBDD612603B145DC44E57F6FCA22); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAE6B383FC259C6D8E02FFF07CC62BD90BA58157); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t G_B15_0 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B15_1 = NULL; String_t** G_B15_2 = NULL; int32_t G_B14_0 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B14_1 = NULL; String_t** G_B14_2 = NULL; int32_t G_B16_0 = 0; int32_t G_B16_1 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B16_2 = NULL; String_t** G_B16_3 = NULL; String_t* G_B38_0 = NULL; String_t* G_B42_0 = NULL; { UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_0 = ___e4; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___relativeUri1; if (!L_2) { goto IL_0047; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___relativeUri1; NullCheck(L_3); bool L_4; L_4 = Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0036; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_5 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_25(); if (L_5) { goto IL_0034; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6 = ___relativeUri1; NullCheck(L_6); String_t* L_7; L_7 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_6, /*hidden argument*/NULL); NullCheck(L_7); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)47))))) { goto IL_0034; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_9 = ___relativeUri1; NullCheck(L_9); bool L_10; L_10 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0036; } } IL_0034: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11 = ___relativeUri1; return L_11; } IL_0036: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_12 = ___relativeUri1; NullCheck(L_12); String_t* L_13; L_13 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_12, /*hidden argument*/NULL); V_0 = L_13; bool* L_14 = ___userEscaped3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_15 = ___relativeUri1; NullCheck(L_15); bool L_16; L_16 = Uri_get_UserEscaped_m36B234B7081DFE3B3B6D7FCA2F9768C10DDD2807(L_15, /*hidden argument*/NULL); *((int8_t*)L_14) = (int8_t)L_16; goto IL_004d; } IL_0047: { String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_17; } IL_004d: { String_t* L_18 = V_0; NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_18, /*hidden argument*/NULL); if ((((int32_t)L_19) <= ((int32_t)0))) { goto IL_0085; } } { String_t* L_20 = V_0; NullCheck(L_20); Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_20, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_22; L_22 = Uri_IsLWS_mAE27963118FD3DA41FEC97493B2D9EFBF46E6C57(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0079; } } { String_t* L_23 = V_0; String_t* L_24 = V_0; NullCheck(L_24); int32_t L_25; L_25 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_24, /*hidden argument*/NULL); NullCheck(L_23); Il2CppChar L_26; L_26 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_27; L_27 = Uri_IsLWS_mAE27963118FD3DA41FEC97493B2D9EFBF46E6C57(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0085; } } IL_0079: { String_t* L_28 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_29 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get__WSchars_28(); NullCheck(L_28); String_t* L_30; L_30 = String_Trim_m10D967E03EDCB170227406426558B7FEA27CD6CC(L_28, L_29, /*hidden argument*/NULL); V_0 = L_30; } IL_0085: { String_t* L_31 = V_0; NullCheck(L_31); int32_t L_32; L_32 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_31, /*hidden argument*/NULL); if (L_32) { goto IL_00a5; } } { String_t** L_33 = ___newUriString2; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_34 = ___baseUri0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_35 = ___baseUri0; NullCheck(L_35); bool L_36; L_36 = Uri_get_UserEscaped_m36B234B7081DFE3B3B6D7FCA2F9768C10DDD2807(L_35, /*hidden argument*/NULL); G_B14_0 = ((int32_t)127); G_B14_1 = L_34; G_B14_2 = L_33; if (L_36) { G_B15_0 = ((int32_t)127); G_B15_1 = L_34; G_B15_2 = L_33; goto IL_009c; } } { G_B16_0 = 3; G_B16_1 = G_B14_0; G_B16_2 = G_B14_1; G_B16_3 = G_B14_2; goto IL_009d; } IL_009c: { G_B16_0 = 1; G_B16_1 = G_B15_0; G_B16_2 = G_B15_1; G_B16_3 = G_B15_2; } IL_009d: { NullCheck(G_B16_2); String_t* L_37; L_37 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(G_B16_2, G_B16_1, G_B16_0, /*hidden argument*/NULL); *((RuntimeObject **)G_B16_3) = (RuntimeObject *)L_37; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B16_3, (void*)(RuntimeObject *)L_37); return (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; } IL_00a5: { String_t* L_38 = V_0; NullCheck(L_38); Il2CppChar L_39; L_39 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_38, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)35))))) { goto IL_00da; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_40 = ___baseUri0; NullCheck(L_40); bool L_41; L_41 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(L_40, /*hidden argument*/NULL); if (L_41) { goto IL_00da; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_42 = ___baseUri0; NullCheck(L_42); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_43; L_43 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_42, /*hidden argument*/NULL); NullCheck(L_43); bool L_44; L_44 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_43, ((int32_t)64), /*hidden argument*/NULL); if (!L_44) { goto IL_00da; } } { String_t** L_45 = ___newUriString2; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_46 = ___baseUri0; NullCheck(L_46); String_t* L_47; L_47 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(L_46, ((int32_t)63), 1, /*hidden argument*/NULL); String_t* L_48 = V_0; String_t* L_49; L_49 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_47, L_48, /*hidden argument*/NULL); *((RuntimeObject **)L_45) = (RuntimeObject *)L_49; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_45, (void*)(RuntimeObject *)L_49); return (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; } IL_00da: { String_t* L_50 = V_0; NullCheck(L_50); Il2CppChar L_51; L_51 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_50, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)63))))) { goto IL_010f; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_52 = ___baseUri0; NullCheck(L_52); bool L_53; L_53 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(L_52, /*hidden argument*/NULL); if (L_53) { goto IL_010f; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_54 = ___baseUri0; NullCheck(L_54); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_55; L_55 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_54, /*hidden argument*/NULL); NullCheck(L_55); bool L_56; L_56 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_55, ((int32_t)32), /*hidden argument*/NULL); if (!L_56) { goto IL_010f; } } { String_t** L_57 = ___newUriString2; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_58 = ___baseUri0; NullCheck(L_58); String_t* L_59; L_59 = Uri_GetParts_m78996C042B20360F92CDB6FD71F74A242705DFDA(L_58, ((int32_t)31), 1, /*hidden argument*/NULL); String_t* L_60 = V_0; String_t* L_61; L_61 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_59, L_60, /*hidden argument*/NULL); *((RuntimeObject **)L_57) = (RuntimeObject *)L_61; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_57, (void*)(RuntimeObject *)L_61); return (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; } IL_010f: { String_t* L_62 = V_0; NullCheck(L_62); int32_t L_63; L_63 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_62, /*hidden argument*/NULL); if ((((int32_t)L_63) < ((int32_t)3))) { goto IL_01d9; } } { String_t* L_64 = V_0; NullCheck(L_64); Il2CppChar L_65; L_65 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_64, 1, /*hidden argument*/NULL); if ((((int32_t)L_65) == ((int32_t)((int32_t)58)))) { goto IL_0134; } } { String_t* L_66 = V_0; NullCheck(L_66); Il2CppChar L_67; L_67 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_66, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)124))))) { goto IL_01d9; } } IL_0134: { String_t* L_68 = V_0; NullCheck(L_68); Il2CppChar L_69; L_69 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_68, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_70; L_70 = Uri_IsAsciiLetter_mA7F74C96007004DB0184D149CA03949D5E18E244(L_69, /*hidden argument*/NULL); if (!L_70) { goto IL_01d9; } } { String_t* L_71 = V_0; NullCheck(L_71); Il2CppChar L_72; L_72 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_71, 2, /*hidden argument*/NULL); if ((((int32_t)L_72) == ((int32_t)((int32_t)92)))) { goto IL_015b; } } { String_t* L_73 = V_0; NullCheck(L_73); Il2CppChar L_74; L_74 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_73, 2, /*hidden argument*/NULL); if ((!(((uint32_t)L_74) == ((uint32_t)((int32_t)47))))) { goto IL_01d9; } } IL_015b: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_75 = ___baseUri0; NullCheck(L_75); bool L_76; L_76 = Uri_get_IsImplicitFile_m58AC900A18C84E93F4611F97639112F801629DAA(L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_0168; } } { String_t** L_77 = ___newUriString2; String_t* L_78 = V_0; *((RuntimeObject **)L_77) = (RuntimeObject *)L_78; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_77, (void*)(RuntimeObject *)L_78); return (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; } IL_0168: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_79 = ___baseUri0; NullCheck(L_79); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_80; L_80 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_79, /*hidden argument*/NULL); NullCheck(L_80); bool L_81; L_81 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_80, ((int32_t)1048576), /*hidden argument*/NULL); if (!L_81) { goto IL_01d9; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_82 = ___baseUri0; NullCheck(L_82); bool L_83; L_83 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(L_82, ((int64_t)((int64_t)((int32_t)1048576))), /*hidden argument*/NULL); if (!L_83) { goto IL_01a9; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_84 = ___baseUri0; NullCheck(L_84); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_85; L_85 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_84, /*hidden argument*/NULL); NullCheck(L_85); bool L_86; L_86 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_85, ((int32_t)2097152), /*hidden argument*/NULL); if (L_86) { goto IL_01a1; } } { G_B38_0 = _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A; goto IL_01a6; } IL_01a1: { G_B38_0 = _stringLiteral00ED444101CADBDD612603B145DC44E57F6FCA22; } IL_01a6: { V_2 = G_B38_0; goto IL_01c8; } IL_01a9: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_87 = ___baseUri0; NullCheck(L_87); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_88; L_88 = Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline(L_87, /*hidden argument*/NULL); NullCheck(L_88); bool L_89; L_89 = UriParser_InFact_m4E58BAFAB5A9BC24854C815FC093E16D4F1CFA4D(L_88, ((int32_t)2097152), /*hidden argument*/NULL); if (L_89) { goto IL_01c2; } } { G_B42_0 = _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; goto IL_01c7; } IL_01c2: { G_B42_0 = _stringLiteralCAE6B383FC259C6D8E02FFF07CC62BD90BA58157; } IL_01c7: { V_2 = G_B42_0; } IL_01c8: { String_t** L_90 = ___newUriString2; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_91 = ___baseUri0; NullCheck(L_91); String_t* L_92; L_92 = Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29(L_91, /*hidden argument*/NULL); String_t* L_93 = V_2; String_t* L_94 = V_0; String_t* L_95; L_95 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_92, L_93, L_94, /*hidden argument*/NULL); *((RuntimeObject **)L_90) = (RuntimeObject *)L_95; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_90, (void*)(RuntimeObject *)L_95); return (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; } IL_01d9: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_96 = ___baseUri0; String_t* L_97 = V_0; bool* L_98 = ___userEscaped3; int32_t L_99 = *((uint8_t*)L_98); String_t** L_100 = ___newUriString2; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); int32_t L_101; L_101 = Uri_GetCombinedString_m044AB008E717A0FB16217B83C112AA38C54A409F(L_96, L_97, (bool)L_99, (String_t**)L_100, /*hidden argument*/NULL); V_1 = L_101; int32_t L_102 = V_1; if (!L_102) { goto IL_01f2; } } { UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D ** L_103 = ___e4; int32_t L_104 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_105; L_105 = Uri_GetException_m09A6668C52473C2B01ADB6FC52B1F64C98AA2F2B(L_104, /*hidden argument*/NULL); *((RuntimeObject **)L_103) = (RuntimeObject *)L_105; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_103, (void*)(RuntimeObject *)L_105); return (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; } IL_01f2: { String_t** L_106 = ___newUriString2; String_t* L_107 = *((String_t**)L_106); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_108 = ___baseUri0; NullCheck(L_108); String_t* L_109 = L_108->get_m_String_13(); if ((!(((RuntimeObject*)(String_t*)L_107) == ((RuntimeObject*)(String_t*)L_109)))) { goto IL_01fe; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_110 = ___baseUri0; return L_110; } IL_01fe: { return (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; } } // System.String System.Uri::GetRelativeSerializationString(System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetRelativeSerializationString_mBCE8CC99C746B18A9DE0B2C6084C5B90A192130D (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___format0, 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*)&String_t_il2cpp_TypeInfo_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); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_2 = NULL; int32_t V_3 = 0; { int32_t L_0 = ___format0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0054; } } { String_t* L_1 = __this->get_m_String_13(); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0017; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } IL_0017: { V_0 = 0; String_t* L_4 = __this->get_m_String_13(); String_t* L_5 = __this->get_m_String_13(); NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7; L_7 = UriHelper_EscapeString_m86812263CFCDD337B818CC7401499CCC67196147(L_4, 0, L_6, (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL, (int32_t*)(&V_0), (bool)1, ((int32_t)65535), ((int32_t)65535), ((int32_t)37), /*hidden argument*/NULL); V_1 = L_7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = V_1; if (L_8) { goto IL_004b; } } { String_t* L_9 = __this->get_m_String_13(); return L_9; } IL_004b: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = V_1; int32_t L_11 = V_0; String_t* L_12; L_12 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_10, 0, L_11, /*hidden argument*/NULL); return L_12; } IL_0054: { int32_t L_13 = ___format0; if ((!(((uint32_t)L_13) == ((uint32_t)2)))) { goto IL_0064; } } { String_t* L_14 = __this->get_m_String_13(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_15; L_15 = Uri_UnescapeDataString_mF503D862AFF8EFDC9394DE8052648DB59E9F96F2(L_14, /*hidden argument*/NULL); return L_15; } IL_0064: { int32_t L_16 = ___format0; if ((!(((uint32_t)L_16) == ((uint32_t)3)))) { goto IL_00c4; } } { String_t* L_17 = __this->get_m_String_13(); NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_007b; } } { String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_19; } IL_007b: { String_t* L_20 = __this->get_m_String_13(); NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_21); V_2 = L_22; V_3 = 0; String_t* L_23 = __this->get_m_String_13(); String_t* L_24 = __this->get_m_String_13(); NullCheck(L_24); int32_t L_25; L_25 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_24, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_26 = V_2; IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tBEFC75B3A4E9E35CB41ADAAE22E0D1D7EE65E53D_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27; L_27 = UriHelper_UnescapeString_m48AEEA101C2ED671FCC02656AAB8929F0435A591(L_23, 0, L_25, L_26, (int32_t*)(&V_3), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 3, (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A *)NULL, (bool)0, /*hidden argument*/NULL); V_2 = L_27; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_28 = V_2; int32_t L_29 = V_3; String_t* L_30; L_30 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_28, 0, L_29, /*hidden argument*/NULL); return L_30; } IL_00c4: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_31 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_GetRelativeSerializationString_mBCE8CC99C746B18A9DE0B2C6084C5B90A192130D_RuntimeMethod_var))); } } // System.String System.Uri::GetComponentsHelper(System.UriComponents,System.UriFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetComponentsHelper_mAA39E421157735AAD7D93A187CCCAED5A122C8E8 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, int32_t ___uriComponents0, int32_t ___uriFormat1, 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*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___uriComponents0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0010; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_1 = __this->get_m_Syntax_15(); NullCheck(L_1); String_t* L_2; L_2 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_1, /*hidden argument*/NULL); return L_2; } IL_0010: { int32_t L_3 = ___uriComponents0; if (!((int32_t)((int32_t)L_3&(int32_t)((int32_t)-2147483648LL)))) { goto IL_001f; } } { int32_t L_4 = ___uriComponents0; ___uriComponents0 = ((int32_t)((int32_t)L_4|(int32_t)((int32_t)127))); } IL_001f: { Uri_EnsureParseRemaining_m7BC86BEFE07F56D480C9ACBCE64983806F6789BB(__this, /*hidden argument*/NULL); int32_t L_5 = ___uriComponents0; if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)256)))) { goto IL_0033; } } { int32_t L_6 = ___uriComponents0; ___uriComponents0 = ((int32_t)((int32_t)L_6|(int32_t)4)); } IL_0033: { int32_t L_7 = ___uriComponents0; if (!((int32_t)((int32_t)L_7&(int32_t)4))) { goto IL_003f; } } { Uri_EnsureHostString_m47897EC94F83DFE1CA16CE71167DDD3CC986C22A(__this, (bool)1, /*hidden argument*/NULL); } IL_003f: { int32_t L_8 = ___uriComponents0; if ((((int32_t)L_8) == ((int32_t)8))) { goto IL_004b; } } { int32_t L_9 = ___uriComponents0; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)128))))) { goto IL_0091; } } IL_004b: { uint64_t L_10 = __this->get_m_Flags_17(); if (((int64_t)((int64_t)L_10&(int64_t)((int64_t)((int64_t)((int32_t)8388608)))))) { goto IL_0070; } } { int32_t L_11 = ___uriComponents0; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)128))))) { goto IL_008b; } } { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_12 = __this->get_m_Syntax_15(); NullCheck(L_12); int32_t L_13; L_13 = UriParser_get_DefaultPort_m7ECA5BE839D36C7FF854FEA0795D8DE701487D33_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)(-1)))) { goto IL_008b; } } IL_0070: { UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_14 = __this->get_m_Info_18(); NullCheck(L_14); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_15 = L_14->get_address_of_Offset_3(); uint16_t* L_16 = L_15->get_address_of_PortValue_3(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_17; L_17 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_18; L_18 = UInt16_ToString_m960B640F8B0C181A9185FCD0921B2F85106FE336((uint16_t*)L_16, L_17, /*hidden argument*/NULL); return L_18; } IL_008b: { String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_19; } IL_0091: { int32_t L_20 = ___uriComponents0; if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)128)))) { goto IL_009f; } } { int32_t L_21 = ___uriComponents0; ___uriComponents0 = ((int32_t)((int32_t)L_21|(int32_t)8)); } IL_009f: { int32_t L_22 = ___uriComponents0; if ((!(((uint32_t)L_22) == ((uint32_t)4)))) { goto IL_00c9; } } { int32_t L_23 = ___uriFormat1; if ((((int32_t)L_23) == ((int32_t)1))) { goto IL_00b6; } } { uint64_t L_24 = __this->get_m_Flags_17(); if (((int64_t)((int64_t)L_24&(int64_t)((int64_t)((int64_t)((int32_t)260)))))) { goto IL_00c9; } } IL_00b6: { Uri_EnsureHostString_m47897EC94F83DFE1CA16CE71167DDD3CC986C22A(__this, (bool)0, /*hidden argument*/NULL); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_25 = __this->get_m_Info_18(); NullCheck(L_25); String_t* L_26 = L_25->get_Host_0(); return L_26; } IL_00c9: { int32_t L_27 = ___uriFormat1; if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_00dd; } } { int32_t L_28 = ___uriFormat1; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)2))) > ((uint32_t)1)))) { goto IL_00e5; } } { int32_t L_29 = ___uriFormat1; if ((((int32_t)L_29) == ((int32_t)((int32_t)32767)))) { goto IL_00e5; } } { goto IL_00ee; } IL_00dd: { int32_t L_30 = ___uriComponents0; String_t* L_31; L_31 = Uri_GetEscapedParts_m61C2B2B898F8AA8B75AAEC38EF78C340BC1F5A20(__this, L_30, /*hidden argument*/NULL); return L_31; } IL_00e5: { int32_t L_32 = ___uriComponents0; int32_t L_33 = ___uriFormat1; String_t* L_34; L_34 = Uri_GetUnescapedParts_m6F106ECABBBAFA95C3F3CA86F540B9EE0B9D01D4(__this, L_32, L_33, /*hidden argument*/NULL); return L_34; } IL_00ee: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_35 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_35, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB856D5F930F0597377D1341A0C6F24DD74854667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_GetComponentsHelper_mAA39E421157735AAD7D93A187CCCAED5A122C8E8_RuntimeMethod_var))); } } // System.Void System.Uri::CreateThisFromUri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateThisFromUri_mCD4CFC7C223ADB909C634DA7EAE279DCD9BF5C14 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___otherUri0, const RuntimeMethod* method) { int32_t V_0 = 0; { __this->set_m_Info_18((UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 *)NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___otherUri0; NullCheck(L_0); uint64_t L_1 = L_0->get_m_Flags_17(); __this->set_m_Flags_17(L_1); bool L_2; L_2 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)1073741824))), /*hidden argument*/NULL); if (!L_2) { goto IL_00b2; } } { uint64_t L_3 = __this->get_m_Flags_17(); __this->set_m_Flags_17(((int64_t)((int64_t)L_3&(int64_t)((int64_t)-3221291008LL)))); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = ___otherUri0; NullCheck(L_4); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_5 = L_4->get_m_Info_18(); NullCheck(L_5); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_6 = L_5->get_address_of_Offset_3(); uint16_t L_7 = L_6->get_Path_4(); V_0 = L_7; bool L_8; L_8 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(__this, ((int64_t)((int64_t)((int32_t)8388608))), /*hidden argument*/NULL); if (!L_8) { goto IL_00a3; } } { goto IL_005f; } IL_005b: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_005f: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_10 = ___otherUri0; NullCheck(L_10); String_t* L_11 = L_10->get_m_String_13(); int32_t L_12 = V_0; NullCheck(L_11); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)((int32_t)58)))) { goto IL_0082; } } { int32_t L_14 = V_0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_15 = ___otherUri0; NullCheck(L_15); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_16 = L_15->get_m_Info_18(); NullCheck(L_16); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_17 = L_16->get_address_of_Offset_3(); uint16_t L_18 = L_17->get_Host_2(); if ((((int32_t)L_14) > ((int32_t)L_18))) { goto IL_005b; } } IL_0082: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_19 = ___otherUri0; NullCheck(L_19); String_t* L_20 = L_19->get_m_String_13(); int32_t L_21 = V_0; NullCheck(L_20); Il2CppChar L_22; L_22 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_20, L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) == ((int32_t)((int32_t)58)))) { goto IL_00a3; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_23 = ___otherUri0; NullCheck(L_23); UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * L_24 = L_23->get_m_Info_18(); NullCheck(L_24); Offset_t6F140A0C5B2AB5511E7E458806A6A73AE0A34DE5 * L_25 = L_24->get_address_of_Offset_3(); uint16_t L_26 = L_25->get_Path_4(); V_0 = L_26; } IL_00a3: { uint64_t L_27 = __this->get_m_Flags_17(); int32_t L_28 = V_0; __this->set_m_Flags_17(((int64_t)((int64_t)L_27|(int64_t)((int64_t)((int64_t)L_28))))); } IL_00b2: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_29 = ___otherUri0; NullCheck(L_29); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_30 = L_29->get_m_Syntax_15(); __this->set_m_Syntax_15(L_30); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_31 = ___otherUri0; NullCheck(L_31); String_t* L_32 = L_31->get_m_String_13(); __this->set_m_String_13(L_32); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_33 = ___otherUri0; NullCheck(L_33); bool L_34 = L_33->get_m_iriParsing_19(); __this->set_m_iriParsing_19(L_34); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_35 = ___otherUri0; NullCheck(L_35); bool L_36; L_36 = Uri_get_OriginalStringSwitched_m405404D361D84E268AED978DCE114F5E43583987(L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00ea; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_37 = ___otherUri0; NullCheck(L_37); String_t* L_38 = L_37->get_m_originalUnicodeString_14(); __this->set_m_originalUnicodeString_14(L_38); } IL_00ea: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_39 = ___otherUri0; NullCheck(L_39); bool L_40; L_40 = Uri_get_AllowIdn_m4031E81D7D0E44FC81C6951D78B2C836EC8270D7(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_0120; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_41 = ___otherUri0; NullCheck(L_41); bool L_42; L_42 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(L_41, ((int64_t)4294967296LL), /*hidden argument*/NULL); if (L_42) { goto IL_0114; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_43 = ___otherUri0; NullCheck(L_43); bool L_44; L_44 = Uri_InFact_mF6A06FA7246740D26093421D41D18000AC2CC0C4(L_43, ((int64_t)68719476736LL), /*hidden argument*/NULL); if (!L_44) { goto IL_0120; } } IL_0114: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_45 = ___otherUri0; NullCheck(L_45); String_t* L_46 = L_45->get_m_DnsSafeHost_16(); __this->set_m_DnsSafeHost_16(L_46); } IL_0120: { return; } } // System.Void System.Uri::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__cctor_m3F41AF0439E0B4BFD8C7D717DDE2D36A026BC557 (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*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral778DFAE29C280DA8F24CB36747AB3656B8220A6F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC754689D33E77DA33A161FB7A06C164EDF02EE65); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_0 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_FileUri_12(); NullCheck(L_0); String_t* L_1; L_1 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_0, /*hidden argument*/NULL); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_UriSchemeFile_0(L_1); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_2 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_FtpUri_11(); NullCheck(L_2); String_t* L_3; L_3 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_2, /*hidden argument*/NULL); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_UriSchemeFtp_1(L_3); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_4 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_GopherUri_13(); NullCheck(L_4); String_t* L_5; L_5 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_4, /*hidden argument*/NULL); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_UriSchemeGopher_2(L_5); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_6 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_HttpUri_7(); NullCheck(L_6); String_t* L_7; L_7 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_6, /*hidden argument*/NULL); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_UriSchemeHttp_3(L_7); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_8 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_HttpsUri_8(); NullCheck(L_8); String_t* L_9; L_9 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_8, /*hidden argument*/NULL); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_UriSchemeHttps_4(L_9); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_10 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_WsUri_9(); NullCheck(L_10); String_t* L_11; L_11 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_10, /*hidden argument*/NULL); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_UriSchemeWs_5(L_11); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_12 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_WssUri_10(); NullCheck(L_12); String_t* L_13; L_13 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_12, /*hidden argument*/NULL); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_UriSchemeWss_6(L_13); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_14 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_MailToUri_16(); NullCheck(L_14); String_t* L_15; L_15 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_14, /*hidden argument*/NULL); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_UriSchemeMailto_7(L_15); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_16 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_NewsUri_15(); NullCheck(L_16); String_t* L_17; L_17 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_16, /*hidden argument*/NULL); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_UriSchemeNews_8(L_17); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_18 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_NntpUri_14(); NullCheck(L_18); String_t* L_19; L_19 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_18, /*hidden argument*/NULL); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_UriSchemeNntp_9(L_19); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_20 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_NetTcpUri_20(); NullCheck(L_20); String_t* L_21; L_21 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_20, /*hidden argument*/NULL); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_UriSchemeNetTcp_10(L_21); UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_22 = ((UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A_il2cpp_TypeInfo_var))->get_NetPipeUri_21(); NullCheck(L_22); String_t* L_23; L_23 = UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline(L_22, /*hidden argument*/NULL); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_UriSchemeNetPipe_11(L_23); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_SchemeDelimiter_12(_stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A); il2cpp_codegen_memory_barrier(); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_s_IdnScope_22(0); String_t* L_24; L_24 = Environment_GetEnvironmentVariable_m75437F4EF4F42937CCFB216F940E51B628A9086E(_stringLiteralC754689D33E77DA33A161FB7A06C164EDF02EE65, /*hidden argument*/NULL); bool L_25; L_25 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_24, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_s_IriParsing_23(((((int32_t)L_25) == ((int32_t)0))? 1 : 0)); String_t* L_26; L_26 = Environment_GetEnvironmentVariable_m75437F4EF4F42937CCFB216F940E51B628A9086E(_stringLiteral778DFAE29C280DA8F24CB36747AB3656B8220A6F, /*hidden argument*/NULL); bool L_27; L_27 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_26, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, /*hidden argument*/NULL); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_useDotNetRelativeOrAbsolute_24(L_27); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_28 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_IsWindowsFileSystem_25((bool)((((int32_t)L_28) == ((int32_t)((int32_t)92)))? 1 : 0)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_29 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_30 = L_29; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_31 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m37345890E8136134556D27E57315B584AC51D53F((RuntimeArray *)(RuntimeArray *)L_30, L_31, /*hidden argument*/NULL); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set_HexLowerChars_27(L_30); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_32 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)4); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_33 = L_32; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_34 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m37345890E8136134556D27E57315B584AC51D53F((RuntimeArray *)(RuntimeArray *)L_33, L_34, /*hidden argument*/NULL); ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->set__WSchars_28(L_33); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SafeHandle_SetHandle_m3727BDA5C26E0220FA7BBE73C9E662774F5F1664_inline (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, intptr_t ___handle0, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; __this->set_handle_0((intptr_t)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * ServicePoint_get_Scheduler_mFDC8AD0EE145AD1BE39037D2BA8DA21F2280A3C8_inline (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method) { { ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * L_0 = __this->get_U3CSchedulerU3Ek__BackingField_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePointScheduler_get_ConnectionLimit_mFA140DF59CD0283939163B2380C59D4BE3872754_inline (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_connectionLimit_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_SendContinue_m084B169EDBF37E2B2CC592DF68EB9BB17D3B844E_inline (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_sendContinue_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_DnsRefreshTimeout_mF8180F546F58DF07CDC654BA2DA5A7C3C973C330_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); int32_t L_0 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_dnsRefreshTimeout_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_AddressList_m5D661027187141E20D78AE4795EA8DABA42BEF38_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___value0, const RuntimeMethod* method) { { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_0 = ___value0; __this->set_addressList_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_UseNagleAlgorithm_m93F74ADD6C2BE19F9342BE092EF8723F56503913_inline (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_useNagle_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_UsesProxy_m25BFB4CE73283597C98A748B231D1A544469F618_inline (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_usesProxy_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_UseConnect_mCFAF7E07504140EEE0E81D5805CFF727575FF5F5_inline (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_useConnect_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ServicePointScheduler_get_ServicePoint_mF440822AB131B3EEC0ED34FAF58A173F47774455_inline (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, const RuntimeMethod* method) { { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_0 = __this->get_U3CServicePointU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * WebOperation_get_Connection_m5BA0B37AA90173084BA428974AB4AABE79E19909_inline (WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * __this, const RuntimeMethod* method) { { WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * L_0 = __this->get_U3CConnectionU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePointScheduler_get_MaxIdleTime_m1D0BA49F4201E52CDB01C5A64A75A6453FB88015_inline (ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_maxIdleTime_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * SettingsSectionInternal_get_Section_m08BBD565469D067FFFC6934765D82ACAF758084A_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_il2cpp_TypeInfo_var); SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18 * L_0 = ((SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSectionInternal_t8B1D45421F5B74AAA5BE4817DAD82BDBF7E36F18_il2cpp_TypeInfo_var))->get_instance_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_handle_0(); return (intptr_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_IsBound_m67D559154A1B175E8B384DF0DBCC98EB0EA53830_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_is_bound_22(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Socket_get_AddressFamily_m390B53FAAF0DFF8E8BE844F83AFB06D9E53D891B_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_addressFamily_14(); 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 Socket_get_ProtocolType_m01D6FD7559F27913038834E519A4A54B81039644_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_protocolType_16(); 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 IOAsyncResult_get_IsCompleted_m22B40C642B779F95E0D4997A336040E89C492291_inline (IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_completed_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * IPEndPoint_get_Address_mD98DD9465D2DE39A73DD098B79062DBCE15C2A95_inline (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * __this, const RuntimeMethod* method) { { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_0 = __this->get_m_Address_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IPEndPoint_get_Port_m442D84417A9E8942514FFBB9714FEE6BD094C6C3_inline (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Port_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Size_m6383C5C4F9200464ACB6D583020F81019602CFA4_inline (SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Size_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Family_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * IOAsyncResult_get_AsyncCallback_m28F2ACED98F5AA2F05882EAD17000A26FA3DD5BD_inline (IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 * __this, const RuntimeMethod* method) { { AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_0 = __this->get_async_callback_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IOAsyncResult_set_CompletedSynchronously_m4A31A9B8FEFC22E25A8DA81A338A05287487D1D9_inline (IOAsyncResult_t099E328DEE4054063493B8A96C1FE9AFB0EDAAF9 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_completed_synchronously_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Win32Exception_get_NativeErrorCode_m15E3962B1D49FBA685728CB83758C6A3AF6F93E9_inline (Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_nativeErrorCode_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * Task_get_Factory_mB87D4DE720402FF591CD21CD2DE3D24143FA44C9_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * L_0 = ((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields*)il2cpp_codegen_static_fields_for(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var))->get_s_factory_3(); return L_0; } } 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 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 void TcpClient_set_Client_m12167E7D3DEAEEF69AF8896152A54CE613C664FC_inline (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___value0, const RuntimeMethod* method) { { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = ___value0; __this->set_m_ClientSocket_0(L_0); return; } } 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 Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * TcpClient_get_Client_mC5F4444D9A96380DC38E84E8A2B9E864D600C9A7_inline (TcpClient_t0EEB05EA031F6AFD93D46116F5E33A9C4E3350EE * __this, const RuntimeMethod* method) { { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_m_ClientSocket_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_m699652BD16C42823BE283EA769647F676122EB6B_inline (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_typeName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MonoTlsSettings_get_SendCloseNotify_m18E22AF7BB290C1C1B88EC0B25A087E27A8ACBAE_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CSendCloseNotifyU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* MonoTlsSettings_get_EnabledCiphers_mE119485E2178A50C4AE29FDC7AD43A9530FC545B_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method) { { CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* L_0 = __this->get_U3CEnabledCiphersU3Ek__BackingField_8(); 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 void MonoTlsConnectionInfo_set_CipherSuiteCode_m253BA016164BDD9512F5B04565060EBA07556912_inline (MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CCipherSuiteCodeU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsConnectionInfo_set_ProtocolVersion_m299D388762D5115E7CE0A49EB7F0BD9DAFD36708_inline (MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CProtocolVersionU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MobileTlsContext_get_ServerName_mDB9D97589ED6FF43DC54F753C4338691DA302B07_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_serverName_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsConnectionInfo_set_PeerDomainName_m369B7685E07044B0BE92325A3F7A61A143A9145A_inline (MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPeerDomainNameU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * MobileTlsContext_get_Parent_mA247FA590751030497F9B039ED3543748981EDC3_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = __this->get_parent_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * X509ChainElement_get_Certificate_m586BA432D80368AAE40A0524D4770C39BDC640C9_inline (X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 * __this, const RuntimeMethod* method) { { X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * L_0 = __this->get_certificate_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D X509ChainImplUnityTls_get_NativeCertificateChain_mCF317E093A598896E07D14E5F3818BD5AE1D59AB_inline (X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * __this, const RuntimeMethod* method) { { unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_0 = __this->get_nativeCertificateChain_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * MonoTlsSettings_get_TrustAnchors_mEBC0221CE33DCA689174469D4869AB0A88D533F7_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method) { { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_0 = __this->get_U3CTrustAnchorsU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UriParser_get_Flags_mDAA0D828057CA2CA4493FD152D3760E975BAE7F0_inline (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Flags_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * Uri_get_Syntax_mF7002491E720A700F68312C49337C6F5D91ABCC9_inline (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method) { { UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * L_0 = __this->get_m_Syntax_15(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* UriParser_get_SchemeName_mFCD123235673631E05FE9BAF6955A0B43EEEBD80_inline (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_Scheme_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UriParser_get_DefaultPort_m7ECA5BE839D36C7FF854FEA0795D8DE701487D33_inline (UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Port_5(); 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 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 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 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; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m17E1C36ECBB09CC2AB892710866F8655D83A6048_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_0 = (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )__this->get_current_3(); return (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m622223593F7461E7812C581DDB145270016ED303_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * LinkedList_1_get_First_m7F110E11244054F1778BBFC6C201B00BD674D370_gshared_inline (LinkedList_1_t76233C48F0195F5B42DA63B18E0708EE70F38E2B * __this, const RuntimeMethod* method) { { LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * L_0 = (LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 *)__this->get_head_0(); return (LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 LinkedListNode_1_get_Value_m8E2C7C6F18B0F9BF6BF68279DACF4FF473FBD059_gshared_inline (LinkedListNode_1_t512E8A7F19EB37831A4900D36ACB30AF677EAA10 * __this, const RuntimeMethod* method) { { ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 L_0 = (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 )__this->get_item_3(); return (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * LinkedList_1_get_First_mDF798BD65736C635A4CA489283F437F4C4FF2179_gshared_inline (LinkedList_1_t555E05F2E497A99E81B02BC6149DEFDB20186689 * __this, const RuntimeMethod* method) { { LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * L_0 = (LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC *)__this->get_head_0(); return (LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D LinkedListNode_1_get_Value_m687B11924D28788692F41B6A107DABB43190B124_gshared_inline (LinkedListNode_1_t31224B82477217EC2257F5D5D3CD9B16431A66EC * __this, const RuntimeMethod* method) { { ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D L_0 = (ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D )__this->get_item_3(); return (ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ArraySegment_1_get_Offset_m13F255A2A7A730982F330A448FCB32239782C505_gshared_inline (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__offset_1(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ArraySegment_1_get_Count_mC13AC26CCFD0EACBCC08F24F2A7BB22841B44C32_gshared_inline (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__count_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ArraySegment_1_get_Array_m3D83A2CFF4D51F8ED83C89538616FF0A700F463C_gshared_inline (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get__array_0(); return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_0; } }